| 1 | [ Jan 31 23:33:43 Enabled. ] | ||
| 2 | [ Jan 31 23:33:43 Rereading configuration. ] | ||
| 3 | [ Jan 31 23:33:44 Rereading configuration. ] | ||
| 4 | [ Jan 31 23:33:47 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 31 23:33:47 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.31 23:33:47.801178 [ 1 ] {} <Information> Application: Will watch for the process with pid 23076 | ||
| 29 | 2025.01.31 23:33:47.801658 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.31 23:33:48.025334 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23076 | ||
| 31 | 2025.01.31 23:33:48.026175 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.31 23:33:48.027026 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.31 23:33:48.115255 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.31 23:33:48.175800 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.31 23:33:48.175872 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.31 23:33:48.175889 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.31 23:33:48.175983 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.31 23:33:48.176500 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.31 23:33:48.178252 [ 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.31 23:33:48.179036 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.31 23:33:48.179974 [ 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.31 23:33:48.180005 [ 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.31 23:33:48.180021 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.31 23:33:48.180218 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.31 23:33:48.181413 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.31 23:33:48.187463 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.31 23:33:48.188190 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.31 23:33:48.189441 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.31 23:33:48.189518 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.31 23:33:48.190722 [ 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.31 23:33:48.191235 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.31 23:33:48.194334 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.31 23:33:48.194755 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.31 23:33:48.196279 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.31 23:33:48.196814 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.31 23:33:48.197185 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.31 23:33:48.197556 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.31 23:33:48.198974 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.31 23:33:48.199001 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.31 23:33:48.199075 [ 157 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.31 23:33:48.199263 [ 157 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.31 23:33:48.211085 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.31 23:33:48.211112 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000142195 sec | ||
| 68 | 2025.01.31 23:33:48.211161 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.31 23:33:48.211175 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.31 23:33:48.211309 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.31 23:33:48.212464 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.31 23:33:48.225839 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.31 23:33:48.225886 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.31 23:33:48.225910 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.31 23:33:48.225922 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.31 23:33:48.225952 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.31 23:33:48.225973 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.31 23:33:48.228562 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.31 23:33:48.228608 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.31 23:33:48.228640 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.31 23:33:48.228826 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.31 23:33:48.228846 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.31 23:33:48.228885 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.31 23:33:48.228909 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.31 23:33:48.228922 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.31 23:33:48.228954 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.31 23:33:48.228976 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.31 23:33:48.256958 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.31 23:33:48.259316 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.31 23:33:48.259373 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.8232e-05 sec | ||
| 91 | 2025.01.31 23:33:48.259388 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.31 23:33:48.259399 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.31 23:33:48.259427 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.31 23:33:48.259642 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.31 23:33:48.259688 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.31 23:33:48.259702 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.31 23:33:48.259714 [ 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.31 23:33:48.259726 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.31 23:33:48.272691 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.31 23:33:48.272906 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.01.31 23:33:48.273873 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.6111e-05 sec. | ||
| 102 | 2025.01.31 23:33:48.274971 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.31 23:33:48.275247 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.31 23:33:48.275283 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.31 23:33:48.357702 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51843 | ||
| 106 | 2025.01.31 23:33:48.357996 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.31 23:33:48.358495 [ 3 ] {} <Debug> TCP-Session: e3b30bb6-30ae-4971-9158-155f8fc2b579 Authenticating user 'default' from [fd00:1122:3344:101::a]:51843 | ||
| 108 | 2025.01.31 23:33:48.358528 [ 3 ] {} <Debug> TCP-Session: e3b30bb6-30ae-4971-9158-155f8fc2b579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.31 23:33:48.358549 [ 3 ] {} <Debug> TCP-Session: e3b30bb6-30ae-4971-9158-155f8fc2b579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.31 23:33:48.358634 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.31 23:33:48.358662 [ 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.31 23:33:48.358690 [ 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.31 23:33:48.361716 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42000 | ||
| 114 | 2025.01.31 23:33:48.361747 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55448 | ||
| 115 | 2025.01.31 23:33:48.361850 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.01.31 23:33:48.361877 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.01.31 23:33:48.361886 [ 4 ] {} <Debug> TCP-Session: f6272f74-bb1b-42f5-a5ff-287df4e550a2 Authenticating user 'default' from [fd00:1122:3344:101::a]:42000 | ||
| 118 | 2025.01.31 23:33:48.361947 [ 5 ] {} <Debug> TCP-Session: 1850fc35-c8b3-439e-a537-f4a6eb91a911 Authenticating user 'default' from [fd00:1122:3344:101::a]:55448 | ||
| 119 | 2025.01.31 23:33:48.361956 [ 4 ] {} <Debug> TCP-Session: f6272f74-bb1b-42f5-a5ff-287df4e550a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.01.31 23:33:48.361985 [ 5 ] {} <Debug> TCP-Session: 1850fc35-c8b3-439e-a537-f4a6eb91a911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.01.31 23:33:48.361998 [ 4 ] {} <Debug> TCP-Session: f6272f74-bb1b-42f5-a5ff-287df4e550a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.01.31 23:33:48.362014 [ 5 ] {} <Debug> TCP-Session: 1850fc35-c8b3-439e-a537-f4a6eb91a911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.01.31 23:33:48.362785 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50856 | ||
| 124 | 2025.01.31 23:33:48.362949 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47426 | ||
| 125 | 2025.01.31 23:33:48.363193 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38898 | ||
| 126 | 2025.01.31 23:33:48.363344 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57599 | ||
| 127 | 2025.01.31 23:33:48.363500 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55465 | ||
| 128 | 2025.01.31 23:33:48.364836 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2025.01.31 23:33:48.364880 [ 254 ] {} <Debug> TCP-Session: fc72cb8b-4243-4e7e-a8c2-6577248103bc Authenticating user 'default' from [fd00:1122:3344:101::a]:47426 | ||
| 130 | 2025.01.31 23:33:48.364905 [ 254 ] {} <Debug> TCP-Session: fc72cb8b-4243-4e7e-a8c2-6577248103bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.01.31 23:33:48.364947 [ 254 ] {} <Debug> TCP-Session: fc72cb8b-4243-4e7e-a8c2-6577248103bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.01.31 23:33:48.366079 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.01.31 23:33:48.366123 [ 257 ] {} <Debug> TCP-Session: 78aa7442-ae1f-4b77-b4ef-9dc82daf118f Authenticating user 'default' from [fd00:1122:3344:101::a]:55465 | ||
| 134 | 2025.01.31 23:33:48.366159 [ 257 ] {} <Debug> TCP-Session: 78aa7442-ae1f-4b77-b4ef-9dc82daf118f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.01.31 23:33:48.366178 [ 257 ] {} <Debug> TCP-Session: 78aa7442-ae1f-4b77-b4ef-9dc82daf118f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.01.31 23:33:48.366858 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.01.31 23:33:48.366911 [ 256 ] {} <Debug> TCP-Session: 8fa860e4-9eef-48c3-ab37-2ca22148bb79 Authenticating user 'default' from [fd00:1122:3344:101::a]:57599 | ||
| 138 | 2025.01.31 23:33:48.366936 [ 256 ] {} <Debug> TCP-Session: 8fa860e4-9eef-48c3-ab37-2ca22148bb79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.01.31 23:33:48.366952 [ 256 ] {} <Debug> TCP-Session: 8fa860e4-9eef-48c3-ab37-2ca22148bb79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.01.31 23:33:48.366958 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.01.31 23:33:48.367035 [ 255 ] {} <Debug> TCP-Session: 8f326953-9e9a-469c-8917-b647449afc71 Authenticating user 'default' from [fd00:1122:3344:101::a]:38898 | ||
| 142 | 2025.01.31 23:33:48.367062 [ 255 ] {} <Debug> TCP-Session: 8f326953-9e9a-469c-8917-b647449afc71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.01.31 23:33:48.367110 [ 255 ] {} <Debug> TCP-Session: 8f326953-9e9a-469c-8917-b647449afc71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.01.31 23:33:48.367705 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2025.01.31 23:33:48.367742 [ 253 ] {} <Debug> TCP-Session: ae6bc811-3a70-4439-a20a-4e1ef44edd52 Authenticating user 'default' from [fd00:1122:3344:101::a]:50856 | ||
| 146 | 2025.01.31 23:33:48.367766 [ 253 ] {} <Debug> TCP-Session: ae6bc811-3a70-4439-a20a-4e1ef44edd52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.01.31 23:33:48.367792 [ 253 ] {} <Debug> TCP-Session: ae6bc811-3a70-4439-a20a-4e1ef44edd52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.01.31 23:33:48.436330 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62065 | ||
| 149 | 2025.01.31 23:33:48.436480 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.01.31 23:33:48.436524 [ 258 ] {} <Debug> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Authenticating user 'default' from [fd00:1122:3344:101::d]:62065 | ||
| 151 | 2025.01.31 23:33:48.436545 [ 258 ] {} <Debug> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.31 23:33:48.436560 [ 258 ] {} <Debug> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.31 23:33:48.436624 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.01.31 23:33:48.436650 [ 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.31 23:33:48.436672 [ 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.31 23:33:48.437139 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64637 | ||
| 157 | 2025.01.31 23:33:48.437426 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46880 | ||
| 158 | 2025.01.31 23:33:48.437467 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60367 | ||
| 159 | 2025.01.31 23:33:48.437452 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 160 | 2025.01.31 23:33:48.437469 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60937 | ||
| 161 | 2025.01.31 23:33:48.438189 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61612 | ||
| 162 | 2025.01.31 23:33:48.438207 [ 259 ] {} <Debug> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Authenticating user 'default' from [fd00:1122:3344:101::d]:64637 | ||
| 163 | 2025.01.31 23:33:48.438205 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 164 | 2025.01.31 23:33:48.439182 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 165 | 2025.01.31 23:33:48.439464 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 166 | 2025.01.31 23:33:48.439486 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 167 | 2025.01.31 23:33:48.439489 [ 261 ] {} <Debug> TCP-Session: 3211e735-752a-4dbf-a8da-e10562e2c6e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46880 | ||
| 168 | 2025.01.31 23:33:48.439536 [ 262 ] {} <Debug> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Authenticating user 'default' from [fd00:1122:3344:101::d]:60937 | ||
| 169 | 2025.01.31 23:33:48.439554 [ 260 ] {} <Debug> TCP-Session: 3293ad6e-191e-426d-a4f4-c2877abc70ee Authenticating user 'default' from [fd00:1122:3344:101::d]:60367 | ||
| 170 | 2025.01.31 23:33:48.439521 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 171 | 2025.01.31 23:33:48.439505 [ 259 ] {} <Debug> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 172 | 2025.01.31 23:33:48.439634 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46352 | ||
| 173 | 2025.01.31 23:33:48.439724 [ 260 ] {} <Debug> TCP-Session: 3293ad6e-191e-426d-a4f4-c2877abc70ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2025.01.31 23:33:48.439738 [ 261 ] {} <Debug> TCP-Session: 3211e735-752a-4dbf-a8da-e10562e2c6e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2025.01.31 23:33:48.439713 [ 262 ] {} <Debug> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2025.01.31 23:33:48.439872 [ 263 ] {} <Debug> TCP-Session: 7652b59b-7447-4806-9319-894110c20c26 Authenticating user 'default' from [fd00:1122:3344:101::d]:61612 | ||
| 177 | 2025.01.31 23:33:48.439874 [ 259 ] {} <Debug> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2025.01.31 23:33:48.440012 [ 261 ] {} <Debug> TCP-Session: 3211e735-752a-4dbf-a8da-e10562e2c6e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2025.01.31 23:33:48.440013 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57658 | ||
| 180 | 2025.01.31 23:33:48.440044 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2025.01.31 23:33:48.440046 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34846 | ||
| 182 | 2025.01.31 23:33:48.441370 [ 263 ] {} <Debug> TCP-Session: 7652b59b-7447-4806-9319-894110c20c26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.01.31 23:33:48.441931 [ 262 ] {} <Debug> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.01.31 23:33:48.442027 [ 260 ] {} <Debug> TCP-Session: 3293ad6e-191e-426d-a4f4-c2877abc70ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.01.31 23:33:48.442085 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 186 | 2025.01.31 23:33:48.442837 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 187 | 2025.01.31 23:33:48.442870 [ 263 ] {} <Debug> TCP-Session: 7652b59b-7447-4806-9319-894110c20c26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2025.01.31 23:33:48.443496 [ 264 ] {} <Debug> TCP-Session: 8a8e58cd-5e74-416d-966d-5cfe9480afd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46352 | ||
| 189 | 2025.01.31 23:33:48.443581 [ 265 ] {} <Debug> TCP-Session: f0f32279-c880-4fdf-b7b1-f0edcbd318c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57658 | ||
| 190 | 2025.01.31 23:33:48.443585 [ 266 ] {} <Debug> TCP-Session: 879fdc11-4adf-415e-8926-c4b5f69158f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34846 | ||
| 191 | 2025.01.31 23:33:48.443619 [ 264 ] {} <Debug> TCP-Session: 8a8e58cd-5e74-416d-966d-5cfe9480afd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.01.31 23:33:48.443693 [ 265 ] {} <Debug> TCP-Session: f0f32279-c880-4fdf-b7b1-f0edcbd318c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2025.01.31 23:33:48.443735 [ 266 ] {} <Debug> TCP-Session: 879fdc11-4adf-415e-8926-c4b5f69158f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2025.01.31 23:33:48.443740 [ 264 ] {} <Debug> TCP-Session: 8a8e58cd-5e74-416d-966d-5cfe9480afd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.01.31 23:33:48.443802 [ 265 ] {} <Debug> TCP-Session: f0f32279-c880-4fdf-b7b1-f0edcbd318c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.01.31 23:33:48.443919 [ 266 ] {} <Debug> TCP-Session: 879fdc11-4adf-415e-8926-c4b5f69158f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.01.31 23:33:48.444071 [ 258 ] {50ba55ac-1cd5-4b71-a466-947a97d085ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2025.01.31 23:33:48.487087 [ 258 ] {50ba55ac-1cd5-4b71-a466-947a97d085ff} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62065) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 199 | |||
| 200 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 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 | ||
| 203 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 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 | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 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 | ||
| 214 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 221 | |||
| 222 | 2025.01.31 23:33:48.488488 [ 258 ] {50ba55ac-1cd5-4b71-a466-947a97d085ff} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 223 | |||
| 224 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 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 | ||
| 227 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 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 | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 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 | ||
| 238 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 245 | |||
| 246 | 2025.01.31 23:33:48.488623 [ 258 ] {50ba55ac-1cd5-4b71-a466-947a97d085ff} <Debug> TCPHandler: Processed in 0.051289152 sec. | ||
| 247 | 2025.01.31 23:33:48.488962 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 248 | 2025.01.31 23:33:48.489178 [ 262 ] {270b3d43-29d0-4425-b87e-6579e107a905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 249 | 2025.01.31 23:33:48.489576 [ 262 ] {270b3d43-29d0-4425-b87e-6579e107a905} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60937) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 250 | |||
| 251 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 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 | ||
| 254 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 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 | ||
| 258 | 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 | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 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 | ||
| 265 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 266 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 272 | |||
| 273 | 2025.01.31 23:33:48.489745 [ 262 ] {270b3d43-29d0-4425-b87e-6579e107a905} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 274 | |||
| 275 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 276 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 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 | ||
| 278 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 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 | ||
| 282 | 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 | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 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 | ||
| 289 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 296 | |||
| 297 | 2025.01.31 23:33:48.489850 [ 262 ] {270b3d43-29d0-4425-b87e-6579e107a905} <Debug> TCPHandler: Processed in 0.001061604 sec. | ||
| 298 | 2025.01.31 23:33:48.490751 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2025.01.31 23:33:48.491713 [ 258 ] {2283b6a7-79ff-4e7c-812b-fc1ff3487a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 300 | 2025.01.31 23:33:48.492437 [ 258 ] {2283b6a7-79ff-4e7c-812b-fc1ff3487a92} <Debug> TCPHandler: Processed in 0.001805097 sec. | ||
| 301 | 2025.01.31 23:33:48.492640 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2025.01.31 23:33:48.492786 [ 262 ] {220263cb-7050-4f23-b60c-4cd6ae22ac75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 303 | 2025.01.31 23:33:48.492882 [ 262 ] {220263cb-7050-4f23-b60c-4cd6ae22ac75} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 304 | 2025.01.31 23:33:48.513126 [ 262 ] {220263cb-7050-4f23-b60c-4cd6ae22ac75} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 305 | 2025.01.31 23:33:48.513172 [ 262 ] {220263cb-7050-4f23-b60c-4cd6ae22ac75} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.8843e-05 sec | ||
| 306 | 2025.01.31 23:33:48.513189 [ 262 ] {220263cb-7050-4f23-b60c-4cd6ae22ac75} <Trace> ReferentialDeps: No tables | ||
| 307 | 2025.01.31 23:33:48.513201 [ 262 ] {220263cb-7050-4f23-b60c-4cd6ae22ac75} <Trace> LoadingDeps: No tables | ||
| 308 | 2025.01.31 23:33:48.513249 [ 262 ] {220263cb-7050-4f23-b60c-4cd6ae22ac75} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 309 | 2025.01.31 23:33:48.513324 [ 262 ] {220263cb-7050-4f23-b60c-4cd6ae22ac75} <Debug> TCPHandler: Processed in 0.020744901 sec. | ||
| 310 | 2025.01.31 23:33:48.513559 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2025.01.31 23:33:48.513880 [ 258 ] {fcc1f9bd-f8f4-4c59-a258-3281a30905d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) /* The version table contains metadata about the `oximeter` database */ | ||
| 312 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 313 | 2025.01.31 23:33:48.513959 [ 258 ] {fcc1f9bd-f8f4-4c59-a258-3281a30905d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 314 | 2025.01.31 23:33:48.520176 [ 258 ] {fcc1f9bd-f8f4-4c59-a258-3281a30905d7} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 315 | 2025.01.31 23:33:48.528456 [ 258 ] {fcc1f9bd-f8f4-4c59-a258-3281a30905d7} <Debug> oximeter.version (b549e376-fe95-4153-929c-0ac7e8252697): Loading data parts | ||
| 316 | 2025.01.31 23:33:48.528989 [ 258 ] {fcc1f9bd-f8f4-4c59-a258-3281a30905d7} <Debug> oximeter.version (b549e376-fe95-4153-929c-0ac7e8252697): There are no data parts | ||
| 317 | 2025.01.31 23:33:48.541034 [ 258 ] {fcc1f9bd-f8f4-4c59-a258-3281a30905d7} <Debug> TCPHandler: Processed in 0.027550976 sec. | ||
| 318 | 2025.01.31 23:33:48.541418 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.01.31 23:33:48.541686 [ 262 ] {fc4a3e14-42cb-4f3a-a831-2124301a04d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) /* The measurement tables contain all individual samples from each timeseries. | ||
| 320 | * | ||
| 321 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 322 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 323 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 324 | * by all samples from the same timeseries. | ||
| 325 | * | ||
| 326 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 327 | * and then uses that to index quickly into the measurements tables. | ||
| 328 | */ | ||
| 329 | 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) | ||
| 330 | 2025.01.31 23:33:48.541782 [ 262 ] {fc4a3e14-42cb-4f3a-a831-2124301a04d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 331 | 2025.01.31 23:33:48.553010 [ 262 ] {fc4a3e14-42cb-4f3a-a831-2124301a04d7} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Loading data parts | ||
| 332 | 2025.01.31 23:33:48.553365 [ 262 ] {fc4a3e14-42cb-4f3a-a831-2124301a04d7} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): There are no data parts | ||
| 333 | 2025.01.31 23:33:48.557626 [ 262 ] {fc4a3e14-42cb-4f3a-a831-2124301a04d7} <Debug> TCPHandler: Processed in 0.016288562 sec. | ||
| 334 | 2025.01.31 23:33:48.557915 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.01.31 23:33:48.558248 [ 258 ] {91b01da0-5ee8-475a-975c-33a5b0cb3e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 336 | 2025.01.31 23:33:48.558337 [ 258 ] {91b01da0-5ee8-475a-975c-33a5b0cb3e56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 337 | 2025.01.31 23:33:48.565078 [ 258 ] {91b01da0-5ee8-475a-975c-33a5b0cb3e56} <Debug> oximeter.measurements_i8 (75e543cf-b653-4c6b-a36a-1fa1f8dc5640): Loading data parts | ||
| 338 | 2025.01.31 23:33:48.565257 [ 258 ] {91b01da0-5ee8-475a-975c-33a5b0cb3e56} <Debug> oximeter.measurements_i8 (75e543cf-b653-4c6b-a36a-1fa1f8dc5640): There are no data parts | ||
| 339 | 2025.01.31 23:33:48.569493 [ 258 ] {91b01da0-5ee8-475a-975c-33a5b0cb3e56} <Debug> TCPHandler: Processed in 0.011672807 sec. | ||
| 340 | 2025.01.31 23:33:48.569869 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2025.01.31 23:33:48.570105 [ 262 ] {8c132559-a718-4fde-b0f2-be17ccae5103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 342 | 2025.01.31 23:33:48.570265 [ 262 ] {8c132559-a718-4fde-b0f2-be17ccae5103} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 343 | 2025.01.31 23:33:48.576792 [ 262 ] {8c132559-a718-4fde-b0f2-be17ccae5103} <Debug> oximeter.measurements_u8 (55e91369-9037-446b-a57f-dcbe45610444): Loading data parts | ||
| 344 | 2025.01.31 23:33:48.577189 [ 262 ] {8c132559-a718-4fde-b0f2-be17ccae5103} <Debug> oximeter.measurements_u8 (55e91369-9037-446b-a57f-dcbe45610444): There are no data parts | ||
| 345 | 2025.01.31 23:33:48.581344 [ 262 ] {8c132559-a718-4fde-b0f2-be17ccae5103} <Debug> TCPHandler: Processed in 0.011576024 sec. | ||
| 346 | 2025.01.31 23:33:48.581575 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2025.01.31 23:33:48.581888 [ 258 ] {0bc18860-8ae9-4092-91de-0faf50c8b2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 348 | 2025.01.31 23:33:48.581942 [ 258 ] {0bc18860-8ae9-4092-91de-0faf50c8b2ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 349 | 2025.01.31 23:33:48.589232 [ 258 ] {0bc18860-8ae9-4092-91de-0faf50c8b2ae} <Debug> oximeter.measurements_i16 (48561693-59c9-403d-bf8a-0947854f095f): Loading data parts | ||
| 350 | 2025.01.31 23:33:48.589463 [ 258 ] {0bc18860-8ae9-4092-91de-0faf50c8b2ae} <Debug> oximeter.measurements_i16 (48561693-59c9-403d-bf8a-0947854f095f): There are no data parts | ||
| 351 | 2025.01.31 23:33:48.593398 [ 258 ] {0bc18860-8ae9-4092-91de-0faf50c8b2ae} <Debug> TCPHandler: Processed in 0.011888144 sec. | ||
| 352 | 2025.01.31 23:33:48.593704 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2025.01.31 23:33:48.593933 [ 262 ] {f793b745-aaa8-47e6-919c-4185c9540ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 354 | 2025.01.31 23:33:48.594059 [ 262 ] {f793b745-aaa8-47e6-919c-4185c9540ec8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 355 | 2025.01.31 23:33:48.600795 [ 262 ] {f793b745-aaa8-47e6-919c-4185c9540ec8} <Debug> oximeter.measurements_u16 (3f3ac732-a1c5-4143-bb4c-c1cbdcf4dac0): Loading data parts | ||
| 356 | 2025.01.31 23:33:48.601130 [ 262 ] {f793b745-aaa8-47e6-919c-4185c9540ec8} <Debug> oximeter.measurements_u16 (3f3ac732-a1c5-4143-bb4c-c1cbdcf4dac0): There are no data parts | ||
| 357 | 2025.01.31 23:33:48.606031 [ 262 ] {f793b745-aaa8-47e6-919c-4185c9540ec8} <Debug> TCPHandler: Processed in 0.0123996 sec. | ||
| 358 | 2025.01.31 23:33:48.606245 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2025.01.31 23:33:48.606553 [ 258 ] {40e22038-317f-45c4-8df5-06aa7a02c74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 360 | 2025.01.31 23:33:48.606608 [ 258 ] {40e22038-317f-45c4-8df5-06aa7a02c74a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 361 | 2025.01.31 23:33:48.613517 [ 258 ] {40e22038-317f-45c4-8df5-06aa7a02c74a} <Debug> oximeter.measurements_i32 (e939a85d-0352-4048-ad52-7e844b9395ff): Loading data parts | ||
| 362 | 2025.01.31 23:33:48.613707 [ 258 ] {40e22038-317f-45c4-8df5-06aa7a02c74a} <Debug> oximeter.measurements_i32 (e939a85d-0352-4048-ad52-7e844b9395ff): There are no data parts | ||
| 363 | 2025.01.31 23:33:48.618227 [ 258 ] {40e22038-317f-45c4-8df5-06aa7a02c74a} <Debug> TCPHandler: Processed in 0.012047058 sec. | ||
| 364 | 2025.01.31 23:33:48.618526 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 365 | 2025.01.31 23:33:48.618776 [ 262 ] {b73d21c5-723a-437d-95e3-79ba157b181f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 366 | 2025.01.31 23:33:48.618930 [ 262 ] {b73d21c5-723a-437d-95e3-79ba157b181f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 367 | 2025.01.31 23:33:48.625719 [ 262 ] {b73d21c5-723a-437d-95e3-79ba157b181f} <Debug> oximeter.measurements_u32 (fa846b23-9902-4ea9-a170-b5d575a957d8): Loading data parts | ||
| 368 | 2025.01.31 23:33:48.625991 [ 262 ] {b73d21c5-723a-437d-95e3-79ba157b181f} <Debug> oximeter.measurements_u32 (fa846b23-9902-4ea9-a170-b5d575a957d8): There are no data parts | ||
| 369 | 2025.01.31 23:33:48.631074 [ 262 ] {b73d21c5-723a-437d-95e3-79ba157b181f} <Debug> TCPHandler: Processed in 0.012612237 sec. | ||
| 370 | 2025.01.31 23:33:48.631327 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2025.01.31 23:33:48.631697 [ 258 ] {f65d8607-db2e-4b13-9416-d2f20b6c64ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 372 | 2025.01.31 23:33:48.631763 [ 258 ] {f65d8607-db2e-4b13-9416-d2f20b6c64ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 373 | 2025.01.31 23:33:48.639992 [ 258 ] {f65d8607-db2e-4b13-9416-d2f20b6c64ca} <Debug> oximeter.measurements_i64 (a2718195-f2d2-4822-bdcd-21157396d214): Loading data parts | ||
| 374 | 2025.01.31 23:33:48.640178 [ 258 ] {f65d8607-db2e-4b13-9416-d2f20b6c64ca} <Debug> oximeter.measurements_i64 (a2718195-f2d2-4822-bdcd-21157396d214): There are no data parts | ||
| 375 | 2025.01.31 23:33:48.641870 [ 258 ] {f65d8607-db2e-4b13-9416-d2f20b6c64ca} <Debug> TCPHandler: Processed in 0.010625594 sec. | ||
| 376 | 2025.01.31 23:33:48.642175 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2025.01.31 23:33:48.642396 [ 262 ] {c21f0f9c-9606-4230-8b00-0e8b8bc81fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 378 | 2025.01.31 23:33:48.642550 [ 262 ] {c21f0f9c-9606-4230-8b00-0e8b8bc81fab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 379 | 2025.01.31 23:33:48.650217 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33104 | ||
| 380 | 2025.01.31 23:33:48.650376 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 381 | 2025.01.31 23:33:48.650483 [ 269 ] {} <Debug> TCP-Session: fc87a37a-4c48-48bd-b491-1f4f870f057d Authenticating user 'default' from [fd00:1122:3344:101::b]:33104 | ||
| 382 | 2025.01.31 23:33:48.650509 [ 269 ] {} <Debug> TCP-Session: fc87a37a-4c48-48bd-b491-1f4f870f057d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2025.01.31 23:33:48.650525 [ 269 ] {} <Debug> TCP-Session: fc87a37a-4c48-48bd-b491-1f4f870f057d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2025.01.31 23:33:48.650663 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 385 | 2025.01.31 23:33:48.650708 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 386 | 2025.01.31 23:33:48.650795 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 387 | 2025.01.31 23:33:48.652396 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62525 | ||
| 388 | 2025.01.31 23:33:48.652480 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47230 | ||
| 389 | 2025.01.31 23:33:48.652759 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 390 | 2025.01.31 23:33:48.652764 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 391 | 2025.01.31 23:33:48.652829 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53324 | ||
| 392 | 2025.01.31 23:33:48.652803 [ 271 ] {} <Debug> TCP-Session: 8343adbc-618a-4486-9a99-456bbb268513 Authenticating user 'default' from [fd00:1122:3344:101::b]:47230 | ||
| 393 | 2025.01.31 23:33:48.652858 [ 270 ] {} <Debug> TCP-Session: 5ee0339f-68ce-4ec1-b306-7349cda67b8d Authenticating user 'default' from [fd00:1122:3344:101::b]:62525 | ||
| 394 | 2025.01.31 23:33:48.652766 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52159 | ||
| 395 | 2025.01.31 23:33:48.652940 [ 270 ] {} <Debug> TCP-Session: 5ee0339f-68ce-4ec1-b306-7349cda67b8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2025.01.31 23:33:48.652902 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43375 | ||
| 397 | 2025.01.31 23:33:48.653101 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 398 | 2025.01.31 23:33:48.653104 [ 270 ] {} <Debug> TCP-Session: 5ee0339f-68ce-4ec1-b306-7349cda67b8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 399 | 2025.01.31 23:33:48.653391 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 400 | 2025.01.31 23:33:48.653411 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 401 | 2025.01.31 23:33:48.653430 [ 273 ] {} <Debug> TCP-Session: aee36e67-74f1-44b0-bad0-5378cb4cf7e5 Authenticating user 'default' from [fd00:1122:3344:101::b]:53324 | ||
| 402 | 2025.01.31 23:33:48.653536 [ 271 ] {} <Debug> TCP-Session: 8343adbc-618a-4486-9a99-456bbb268513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2025.01.31 23:33:48.653113 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43979 | ||
| 404 | 2025.01.31 23:33:48.653590 [ 274 ] {} <Debug> TCP-Session: bf588c21-07f1-4bf0-a2ca-96ea0567edc4 Authenticating user 'default' from [fd00:1122:3344:101::b]:43375 | ||
| 405 | 2025.01.31 23:33:48.653620 [ 273 ] {} <Debug> TCP-Session: aee36e67-74f1-44b0-bad0-5378cb4cf7e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 406 | 2025.01.31 23:33:48.653667 [ 271 ] {} <Debug> TCP-Session: 8343adbc-618a-4486-9a99-456bbb268513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2025.01.31 23:33:48.653552 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63157 | ||
| 408 | 2025.01.31 23:33:48.653721 [ 272 ] {} <Debug> TCP-Session: a0130596-ee2c-4f88-b018-c3ec8a983a5c Authenticating user 'default' from [fd00:1122:3344:101::b]:52159 | ||
| 409 | 2025.01.31 23:33:48.653708 [ 274 ] {} <Debug> TCP-Session: bf588c21-07f1-4bf0-a2ca-96ea0567edc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 410 | 2025.01.31 23:33:48.653875 [ 273 ] {} <Debug> TCP-Session: aee36e67-74f1-44b0-bad0-5378cb4cf7e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 411 | 2025.01.31 23:33:48.654053 [ 274 ] {} <Debug> TCP-Session: bf588c21-07f1-4bf0-a2ca-96ea0567edc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 412 | 2025.01.31 23:33:48.654110 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 413 | 2025.01.31 23:33:48.654122 [ 272 ] {} <Debug> TCP-Session: a0130596-ee2c-4f88-b018-c3ec8a983a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 414 | 2025.01.31 23:33:48.654132 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 415 | 2025.01.31 23:33:48.654308 [ 272 ] {} <Debug> TCP-Session: a0130596-ee2c-4f88-b018-c3ec8a983a5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 416 | 2025.01.31 23:33:48.654327 [ 276 ] {} <Debug> TCP-Session: 55ae9097-b1fd-423e-9770-5a209c098ef4 Authenticating user 'default' from [fd00:1122:3344:101::b]:63157 | ||
| 417 | 2025.01.31 23:33:48.654423 [ 275 ] {} <Debug> TCP-Session: e3df5653-cf16-4a66-be5b-fa72f09b2453 Authenticating user 'default' from [fd00:1122:3344:101::b]:43979 | ||
| 418 | 2025.01.31 23:33:48.654435 [ 276 ] {} <Debug> TCP-Session: 55ae9097-b1fd-423e-9770-5a209c098ef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2025.01.31 23:33:48.654538 [ 275 ] {} <Debug> TCP-Session: e3df5653-cf16-4a66-be5b-fa72f09b2453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2025.01.31 23:33:48.654545 [ 276 ] {} <Debug> TCP-Session: 55ae9097-b1fd-423e-9770-5a209c098ef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 421 | 2025.01.31 23:33:48.654563 [ 275 ] {} <Debug> TCP-Session: e3df5653-cf16-4a66-be5b-fa72f09b2453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 422 | 2025.01.31 23:33:48.656980 [ 262 ] {c21f0f9c-9606-4230-8b00-0e8b8bc81fab} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Loading data parts | ||
| 423 | 2025.01.31 23:33:48.657155 [ 262 ] {c21f0f9c-9606-4230-8b00-0e8b8bc81fab} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): There are no data parts | ||
| 424 | 2025.01.31 23:33:48.662769 [ 262 ] {c21f0f9c-9606-4230-8b00-0e8b8bc81fab} <Debug> TCPHandler: Processed in 0.020660409 sec. | ||
| 425 | 2025.01.31 23:33:48.663015 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.01.31 23:33:48.663250 [ 258 ] {2146266a-dfed-494a-a821-bf149abdb895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 427 | 2025.01.31 23:33:48.663418 [ 258 ] {2146266a-dfed-494a-a821-bf149abdb895} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 428 | 2025.01.31 23:33:48.672294 [ 258 ] {2146266a-dfed-494a-a821-bf149abdb895} <Debug> oximeter.measurements_f32 (9e766bb4-6eb7-4aa6-bf03-deb9eea8be5f): Loading data parts | ||
| 429 | 2025.01.31 23:33:48.672522 [ 258 ] {2146266a-dfed-494a-a821-bf149abdb895} <Debug> oximeter.measurements_f32 (9e766bb4-6eb7-4aa6-bf03-deb9eea8be5f): There are no data parts | ||
| 430 | 2025.01.31 23:33:48.676644 [ 258 ] {2146266a-dfed-494a-a821-bf149abdb895} <Debug> TCPHandler: Processed in 0.013709211 sec. | ||
| 431 | 2025.01.31 23:33:48.676894 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.01.31 23:33:48.677217 [ 262 ] {b3110103-b7ca-4cf9-baed-cd26f0596130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 433 | 2025.01.31 23:33:48.677427 [ 262 ] {b3110103-b7ca-4cf9-baed-cd26f0596130} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 434 | 2025.01.31 23:33:48.685750 [ 262 ] {b3110103-b7ca-4cf9-baed-cd26f0596130} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Loading data parts | ||
| 435 | 2025.01.31 23:33:48.685955 [ 262 ] {b3110103-b7ca-4cf9-baed-cd26f0596130} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): There are no data parts | ||
| 436 | 2025.01.31 23:33:48.690872 [ 262 ] {b3110103-b7ca-4cf9-baed-cd26f0596130} <Debug> TCPHandler: Processed in 0.014056441 sec. | ||
| 437 | 2025.01.31 23:33:48.691089 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.01.31 23:33:48.691312 [ 258 ] {eda6ce27-a157-4176-95c0-a82f15a35ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 439 | 2025.01.31 23:33:48.691520 [ 258 ] {eda6ce27-a157-4176-95c0-a82f15a35ee9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 440 | 2025.01.31 23:33:48.699823 [ 258 ] {eda6ce27-a157-4176-95c0-a82f15a35ee9} <Debug> oximeter.measurements_string (c53b1a18-c108-49b4-a614-66c7898405f8): Loading data parts | ||
| 441 | 2025.01.31 23:33:48.700085 [ 258 ] {eda6ce27-a157-4176-95c0-a82f15a35ee9} <Debug> oximeter.measurements_string (c53b1a18-c108-49b4-a614-66c7898405f8): There are no data parts | ||
| 442 | 2025.01.31 23:33:48.704967 [ 258 ] {eda6ce27-a157-4176-95c0-a82f15a35ee9} <Debug> TCPHandler: Processed in 0.013938738 sec. | ||
| 443 | 2025.01.31 23:33:48.705234 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2025.01.31 23:33:48.705573 [ 262 ] {86173ad7-a54a-4a8e-bb45-2be65efb4bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 445 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 446 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 447 | * a string isn't palatable for a few reasons. | ||
| 448 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 449 | * details. | ||
| 450 | */ | ||
| 451 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 452 | 2025.01.31 23:33:48.705702 [ 262 ] {86173ad7-a54a-4a8e-bb45-2be65efb4bec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 453 | 2025.01.31 23:33:48.714208 [ 262 ] {86173ad7-a54a-4a8e-bb45-2be65efb4bec} <Debug> oximeter.measurements_bytes (0e4bffb5-b01e-4f1d-b50e-15a607caba2e): Loading data parts | ||
| 454 | 2025.01.31 23:33:48.714440 [ 262 ] {86173ad7-a54a-4a8e-bb45-2be65efb4bec} <Debug> oximeter.measurements_bytes (0e4bffb5-b01e-4f1d-b50e-15a607caba2e): There are no data parts | ||
| 455 | 2025.01.31 23:33:48.719375 [ 262 ] {86173ad7-a54a-4a8e-bb45-2be65efb4bec} <Debug> TCPHandler: Processed in 0.014226727 sec. | ||
| 456 | 2025.01.31 23:33:48.719653 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2025.01.31 23:33:48.719941 [ 258 ] {bcd39f71-7db4-41a7-8258-cb27ed9a8321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 458 | 2025.01.31 23:33:48.720088 [ 258 ] {bcd39f71-7db4-41a7-8258-cb27ed9a8321} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 459 | 2025.01.31 23:33:48.728174 [ 258 ] {bcd39f71-7db4-41a7-8258-cb27ed9a8321} <Debug> oximeter.measurements_cumulativei64 (de66cdd0-a3d6-4914-aa83-03e0d15b2a4b): Loading data parts | ||
| 460 | 2025.01.31 23:33:48.728545 [ 258 ] {bcd39f71-7db4-41a7-8258-cb27ed9a8321} <Debug> oximeter.measurements_cumulativei64 (de66cdd0-a3d6-4914-aa83-03e0d15b2a4b): There are no data parts | ||
| 461 | 2025.01.31 23:33:48.732892 [ 258 ] {bcd39f71-7db4-41a7-8258-cb27ed9a8321} <Debug> TCPHandler: Processed in 0.013311558 sec. | ||
| 462 | 2025.01.31 23:33:48.733123 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2025.01.31 23:33:48.733441 [ 262 ] {d34743af-32bd-4c54-8aa1-7b55705949aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 464 | 2025.01.31 23:33:48.733534 [ 262 ] {d34743af-32bd-4c54-8aa1-7b55705949aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 465 | 2025.01.31 23:33:48.741983 [ 262 ] {d34743af-32bd-4c54-8aa1-7b55705949aa} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Loading data parts | ||
| 466 | 2025.01.31 23:33:48.742209 [ 262 ] {d34743af-32bd-4c54-8aa1-7b55705949aa} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): There are no data parts | ||
| 467 | 2025.01.31 23:33:48.747044 [ 262 ] {d34743af-32bd-4c54-8aa1-7b55705949aa} <Debug> TCPHandler: Processed in 0.01398754 sec. | ||
| 468 | 2025.01.31 23:33:48.747291 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 469 | 2025.01.31 23:33:48.747547 [ 258 ] {20c82f38-058c-4553-b9b1-ba753ec95f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 470 | 2025.01.31 23:33:48.747741 [ 258 ] {20c82f38-058c-4553-b9b1-ba753ec95f42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 471 | 2025.01.31 23:33:48.755801 [ 258 ] {20c82f38-058c-4553-b9b1-ba753ec95f42} <Debug> oximeter.measurements_cumulativef32 (aac3f64a-d797-4d6e-9523-1f8fc0e52bc7): Loading data parts | ||
| 472 | 2025.01.31 23:33:48.756063 [ 258 ] {20c82f38-058c-4553-b9b1-ba753ec95f42} <Debug> oximeter.measurements_cumulativef32 (aac3f64a-d797-4d6e-9523-1f8fc0e52bc7): There are no data parts | ||
| 473 | 2025.01.31 23:33:48.760535 [ 258 ] {20c82f38-058c-4553-b9b1-ba753ec95f42} <Debug> TCPHandler: Processed in 0.013311169 sec. | ||
| 474 | 2025.01.31 23:33:48.760804 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 475 | 2025.01.31 23:33:48.761158 [ 262 ] {986cc574-b994-4e05-b533-0a4d080325ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 476 | 2025.01.31 23:33:48.761303 [ 262 ] {986cc574-b994-4e05-b533-0a4d080325ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 477 | 2025.01.31 23:33:48.769230 [ 262 ] {986cc574-b994-4e05-b533-0a4d080325ab} <Debug> oximeter.measurements_cumulativef64 (c6b95a99-de82-40af-9cb9-4b1c305fb301): Loading data parts | ||
| 478 | 2025.01.31 23:33:48.769502 [ 262 ] {986cc574-b994-4e05-b533-0a4d080325ab} <Debug> oximeter.measurements_cumulativef64 (c6b95a99-de82-40af-9cb9-4b1c305fb301): There are no data parts | ||
| 479 | 2025.01.31 23:33:48.774360 [ 262 ] {986cc574-b994-4e05-b533-0a4d080325ab} <Debug> TCPHandler: Processed in 0.013652989 sec. | ||
| 480 | 2025.01.31 23:33:48.774597 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 481 | 2025.01.31 23:33:48.774994 [ 258 ] {c48c827b-9904-4034-b1f1-3059afa9d5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 482 | * NOTE: Array types cannot be Nullable, see | ||
| 483 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 484 | * for more details. | ||
| 485 | * | ||
| 486 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 487 | * is unfortunate, and at this point relies on the fact that an | ||
| 488 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 489 | * to figure out another way to represent missing samples here. | ||
| 490 | */ | ||
| 491 | 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) | ||
| 492 | 2025.01.31 23:33:48.775131 [ 258 ] {c48c827b-9904-4034-b1f1-3059afa9d5f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 493 | 2025.01.31 23:33:48.783150 [ 258 ] {c48c827b-9904-4034-b1f1-3059afa9d5f5} <Debug> oximeter.measurements_histogrami8 (de0a1108-861a-415a-a926-962373a163a5): Loading data parts | ||
| 494 | 2025.01.31 23:33:48.783325 [ 258 ] {c48c827b-9904-4034-b1f1-3059afa9d5f5} <Debug> oximeter.measurements_histogrami8 (de0a1108-861a-415a-a926-962373a163a5): There are no data parts | ||
| 495 | 2025.01.31 23:33:48.785009 [ 258 ] {c48c827b-9904-4034-b1f1-3059afa9d5f5} <Debug> TCPHandler: Processed in 0.01047823 sec. | ||
| 496 | 2025.01.31 23:33:48.785272 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2025.01.31 23:33:48.785631 [ 262 ] {1bda0484-4f0b-4fa4-bd3d-a957ae69f003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 498 | 2025.01.31 23:33:48.785786 [ 262 ] {1bda0484-4f0b-4fa4-bd3d-a957ae69f003} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 499 | 2025.01.31 23:33:48.798642 [ 262 ] {1bda0484-4f0b-4fa4-bd3d-a957ae69f003} <Debug> oximeter.measurements_histogramu8 (f37e3a58-b64e-457b-aeb0-f91e00f35cc9): Loading data parts | ||
| 500 | 2025.01.31 23:33:48.798813 [ 262 ] {1bda0484-4f0b-4fa4-bd3d-a957ae69f003} <Debug> oximeter.measurements_histogramu8 (f37e3a58-b64e-457b-aeb0-f91e00f35cc9): There are no data parts | ||
| 501 | 2025.01.31 23:33:48.801208 [ 262 ] {1bda0484-4f0b-4fa4-bd3d-a957ae69f003} <Debug> TCPHandler: Processed in 0.016002473 sec. | ||
| 502 | 2025.01.31 23:33:48.801477 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2025.01.31 23:33:48.802221 [ 258 ] {c4746ffc-54b4-48a8-8bbd-a767e9dc81b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 504 | 2025.01.31 23:33:48.802420 [ 258 ] {c4746ffc-54b4-48a8-8bbd-a767e9dc81b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 505 | 2025.01.31 23:33:48.813724 [ 258 ] {c4746ffc-54b4-48a8-8bbd-a767e9dc81b8} <Debug> oximeter.measurements_histogrami16 (87e2127d-b8a6-4a86-ab4a-e1ac2ac0ec10): Loading data parts | ||
| 506 | 2025.01.31 23:33:48.813927 [ 258 ] {c4746ffc-54b4-48a8-8bbd-a767e9dc81b8} <Debug> oximeter.measurements_histogrami16 (87e2127d-b8a6-4a86-ab4a-e1ac2ac0ec10): There are no data parts | ||
| 507 | 2025.01.31 23:33:48.819142 [ 258 ] {c4746ffc-54b4-48a8-8bbd-a767e9dc81b8} <Debug> TCPHandler: Processed in 0.017736527 sec. | ||
| 508 | 2025.01.31 23:33:48.819401 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2025.01.31 23:33:48.819882 [ 262 ] {31221264-e4b3-47a3-8942-96a4d51ad29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 510 | 2025.01.31 23:33:48.820025 [ 262 ] {31221264-e4b3-47a3-8942-96a4d51ad29f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 511 | 2025.01.31 23:33:48.828163 [ 262 ] {31221264-e4b3-47a3-8942-96a4d51ad29f} <Debug> oximeter.measurements_histogramu16 (3ffdf19f-bc06-483b-b2dd-7128aa0602b7): Loading data parts | ||
| 512 | 2025.01.31 23:33:48.828390 [ 262 ] {31221264-e4b3-47a3-8942-96a4d51ad29f} <Debug> oximeter.measurements_histogramu16 (3ffdf19f-bc06-483b-b2dd-7128aa0602b7): There are no data parts | ||
| 513 | 2025.01.31 23:33:48.830498 [ 262 ] {31221264-e4b3-47a3-8942-96a4d51ad29f} <Debug> TCPHandler: Processed in 0.011171261 sec. | ||
| 514 | 2025.01.31 23:33:48.830733 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 515 | 2025.01.31 23:33:48.831047 [ 258 ] {eea05e6c-9347-47a9-9c35-72bd72a12ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 516 | 2025.01.31 23:33:48.831220 [ 258 ] {eea05e6c-9347-47a9-9c35-72bd72a12ca6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 517 | 2025.01.31 23:33:48.833645 [ 258 ] {eea05e6c-9347-47a9-9c35-72bd72a12ca6} <Debug> oximeter.measurements_histogrami32 (105d381c-90e3-41c2-bd0e-87e2fc82c5c4): Loading data parts | ||
| 518 | 2025.01.31 23:33:48.833909 [ 258 ] {eea05e6c-9347-47a9-9c35-72bd72a12ca6} <Debug> oximeter.measurements_histogrami32 (105d381c-90e3-41c2-bd0e-87e2fc82c5c4): There are no data parts | ||
| 519 | 2025.01.31 23:33:48.842984 [ 258 ] {eea05e6c-9347-47a9-9c35-72bd72a12ca6} <Debug> TCPHandler: Processed in 0.012333288 sec. | ||
| 520 | 2025.01.31 23:33:48.843208 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 521 | 2025.01.31 23:33:48.843697 [ 262 ] {6a576c43-6fec-454c-bac5-22966bced2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 522 | 2025.01.31 23:33:48.844014 [ 262 ] {6a576c43-6fec-454c-bac5-22966bced2a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 523 | 2025.01.31 23:33:48.858078 [ 262 ] {6a576c43-6fec-454c-bac5-22966bced2a7} <Debug> oximeter.measurements_histogramu32 (506c577c-63f3-49ce-8afe-97e0258b6100): Loading data parts | ||
| 524 | 2025.01.31 23:33:48.858288 [ 262 ] {6a576c43-6fec-454c-bac5-22966bced2a7} <Debug> oximeter.measurements_histogramu32 (506c577c-63f3-49ce-8afe-97e0258b6100): There are no data parts | ||
| 525 | 2025.01.31 23:33:48.863933 [ 262 ] {6a576c43-6fec-454c-bac5-22966bced2a7} <Debug> TCPHandler: Processed in 0.020788743 sec. | ||
| 526 | 2025.01.31 23:33:48.864197 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 527 | 2025.01.31 23:33:48.864571 [ 258 ] {20626e13-485c-4ada-a5e1-096e46d2e561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 528 | 2025.01.31 23:33:48.864753 [ 258 ] {20626e13-485c-4ada-a5e1-096e46d2e561} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 529 | 2025.01.31 23:33:48.872666 [ 258 ] {20626e13-485c-4ada-a5e1-096e46d2e561} <Debug> oximeter.measurements_histogrami64 (c00d7fcc-5938-4a9b-a202-578230c2f5e6): Loading data parts | ||
| 530 | 2025.01.31 23:33:48.872876 [ 258 ] {20626e13-485c-4ada-a5e1-096e46d2e561} <Debug> oximeter.measurements_histogrami64 (c00d7fcc-5938-4a9b-a202-578230c2f5e6): There are no data parts | ||
| 531 | 2025.01.31 23:33:48.877755 [ 258 ] {20626e13-485c-4ada-a5e1-096e46d2e561} <Debug> TCPHandler: Processed in 0.013635828 sec. | ||
| 532 | 2025.01.31 23:33:48.877998 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 533 | 2025.01.31 23:33:48.878497 [ 262 ] {7ed02fb2-2727-44f9-b380-aeb5f6b8a3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 534 | 2025.01.31 23:33:48.878660 [ 262 ] {7ed02fb2-2727-44f9-b380-aeb5f6b8a3d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 535 | 2025.01.31 23:33:48.886890 [ 262 ] {7ed02fb2-2727-44f9-b380-aeb5f6b8a3d2} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Loading data parts | ||
| 536 | 2025.01.31 23:33:48.887102 [ 262 ] {7ed02fb2-2727-44f9-b380-aeb5f6b8a3d2} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): There are no data parts | ||
| 537 | 2025.01.31 23:33:48.901106 [ 262 ] {7ed02fb2-2727-44f9-b380-aeb5f6b8a3d2} <Debug> TCPHandler: Processed in 0.023183778 sec. | ||
| 538 | 2025.01.31 23:33:48.901353 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2025.01.31 23:33:48.901725 [ 258 ] {31c2fc1b-961f-4af4-83a9-eb7c6bce4a5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 540 | 2025.01.31 23:33:48.901917 [ 258 ] {31c2fc1b-961f-4af4-83a9-eb7c6bce4a5b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 541 | 2025.01.31 23:33:48.908890 [ 258 ] {31c2fc1b-961f-4af4-83a9-eb7c6bce4a5b} <Debug> oximeter.measurements_histogramf32 (66ee6c2c-9255-4f40-9154-c2070168a366): Loading data parts | ||
| 542 | 2025.01.31 23:33:48.909121 [ 258 ] {31c2fc1b-961f-4af4-83a9-eb7c6bce4a5b} <Debug> oximeter.measurements_histogramf32 (66ee6c2c-9255-4f40-9154-c2070168a366): There are no data parts | ||
| 543 | 2025.01.31 23:33:48.919790 [ 258 ] {31c2fc1b-961f-4af4-83a9-eb7c6bce4a5b} <Debug> TCPHandler: Processed in 0.018512832 sec. | ||
| 544 | 2025.01.31 23:33:48.920014 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2025.01.31 23:33:48.920487 [ 262 ] {04dd7f5e-ba5a-4ea7-82ef-2b5cd06e4df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 546 | 2025.01.31 23:33:48.920650 [ 262 ] {04dd7f5e-ba5a-4ea7-82ef-2b5cd06e4df2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 547 | 2025.01.31 23:33:48.931442 [ 262 ] {04dd7f5e-ba5a-4ea7-82ef-2b5cd06e4df2} <Debug> oximeter.measurements_histogramf64 (9278c82c-0bf7-40a4-b7f6-500cd70e7520): Loading data parts | ||
| 548 | 2025.01.31 23:33:48.931725 [ 262 ] {04dd7f5e-ba5a-4ea7-82ef-2b5cd06e4df2} <Debug> oximeter.measurements_histogramf64 (9278c82c-0bf7-40a4-b7f6-500cd70e7520): There are no data parts | ||
| 549 | 2025.01.31 23:33:48.936813 [ 262 ] {04dd7f5e-ba5a-4ea7-82ef-2b5cd06e4df2} <Debug> TCPHandler: Processed in 0.0168655 sec. | ||
| 550 | 2025.01.31 23:33:48.937024 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2025.01.31 23:33:48.937250 [ 258 ] {f97dc3dc-fd7c-449f-9d7e-1a1781f00d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) /* The field tables store named dimensions of each timeseries. | ||
| 552 | * | ||
| 553 | * As with the measurement tables, there is one field table for each field data | ||
| 554 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 555 | * this behavior **must not** be relied upon for query correctness. | ||
| 556 | * | ||
| 557 | * The index for the fields differs from the measurements, however. Rows are | ||
| 558 | * sorted by timeseries name, then field name, field value, and finally | ||
| 559 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 560 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 561 | * usually then used to look up measurements. | ||
| 562 | * | ||
| 563 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 564 | * timeseries name and then key, since it would improve lookups where one | ||
| 565 | * already has the key. Realistically though, these tables are quite small and | ||
| 566 | * so performance benefits will be low in absolute terms. | ||
| 567 | * | ||
| 568 | * TTL: We use a materialized column to expire old field table records. This | ||
| 569 | * column is generated automatically by the database whenever a new row is | ||
| 570 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 571 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 572 | * record will remain during a deduplication, which will have the last | ||
| 573 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 574 | * measurement tables. | ||
| 575 | */ | ||
| 576 | 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) | ||
| 577 | 2025.01.31 23:33:48.937506 [ 258 ] {f97dc3dc-fd7c-449f-9d7e-1a1781f00d0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 578 | 2025.01.31 23:33:48.943751 [ 258 ] {f97dc3dc-fd7c-449f-9d7e-1a1781f00d0e} <Debug> oximeter.fields_bool (fb689ba4-70f9-4fd3-8c8c-038e93bc64dd): Loading data parts | ||
| 579 | 2025.01.31 23:33:48.944064 [ 258 ] {f97dc3dc-fd7c-449f-9d7e-1a1781f00d0e} <Debug> oximeter.fields_bool (fb689ba4-70f9-4fd3-8c8c-038e93bc64dd): There are no data parts | ||
| 580 | 2025.01.31 23:33:48.948354 [ 258 ] {f97dc3dc-fd7c-449f-9d7e-1a1781f00d0e} <Debug> TCPHandler: Processed in 0.011396688 sec. | ||
| 581 | 2025.01.31 23:33:48.948595 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2025.01.31 23:33:48.948979 [ 262 ] {2a023154-489e-418e-bde9-6bbf0f644b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 583 | 2025.01.31 23:33:48.949139 [ 262 ] {2a023154-489e-418e-bde9-6bbf0f644b39} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 584 | 2025.01.31 23:33:48.955786 [ 262 ] {2a023154-489e-418e-bde9-6bbf0f644b39} <Debug> oximeter.fields_i8 (ca7140d1-60c5-47d7-9467-a810343ae6a2): Loading data parts | ||
| 585 | 2025.01.31 23:33:48.955974 [ 262 ] {2a023154-489e-418e-bde9-6bbf0f644b39} <Debug> oximeter.fields_i8 (ca7140d1-60c5-47d7-9467-a810343ae6a2): There are no data parts | ||
| 586 | 2025.01.31 23:33:48.960785 [ 262 ] {2a023154-489e-418e-bde9-6bbf0f644b39} <Debug> TCPHandler: Processed in 0.012261705 sec. | ||
| 587 | 2025.01.31 23:33:48.960994 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 588 | 2025.01.31 23:33:48.961213 [ 258 ] {1f3a7b4f-aa2e-4c2d-966d-8cbfe69c37db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 589 | 2025.01.31 23:33:48.961366 [ 258 ] {1f3a7b4f-aa2e-4c2d-966d-8cbfe69c37db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 590 | 2025.01.31 23:33:48.968325 [ 258 ] {1f3a7b4f-aa2e-4c2d-966d-8cbfe69c37db} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Loading data parts | ||
| 591 | 2025.01.31 23:33:48.968602 [ 258 ] {1f3a7b4f-aa2e-4c2d-966d-8cbfe69c37db} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): There are no data parts | ||
| 592 | 2025.01.31 23:33:48.970202 [ 258 ] {1f3a7b4f-aa2e-4c2d-966d-8cbfe69c37db} <Debug> TCPHandler: Processed in 0.009268681 sec. | ||
| 593 | 2025.01.31 23:33:48.970411 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2025.01.31 23:33:48.970727 [ 262 ] {b68f553b-2a67-4ff4-a73c-fe5660f87891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 595 | 2025.01.31 23:33:48.970862 [ 262 ] {b68f553b-2a67-4ff4-a73c-fe5660f87891} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 596 | 2025.01.31 23:33:48.981309 [ 262 ] {b68f553b-2a67-4ff4-a73c-fe5660f87891} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Loading data parts | ||
| 597 | 2025.01.31 23:33:48.981482 [ 262 ] {b68f553b-2a67-4ff4-a73c-fe5660f87891} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): There are no data parts | ||
| 598 | 2025.01.31 23:33:48.986133 [ 262 ] {b68f553b-2a67-4ff4-a73c-fe5660f87891} <Debug> TCPHandler: Processed in 0.015787656 sec. | ||
| 599 | 2025.01.31 23:33:48.986365 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 600 | 2025.01.31 23:33:48.986626 [ 258 ] {c3cabd7c-fa78-4706-bd47-ddd613af6cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 601 | 2025.01.31 23:33:48.986798 [ 258 ] {c3cabd7c-fa78-4706-bd47-ddd613af6cca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 602 | 2025.01.31 23:33:48.993327 [ 258 ] {c3cabd7c-fa78-4706-bd47-ddd613af6cca} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Loading data parts | ||
| 603 | 2025.01.31 23:33:48.993579 [ 258 ] {c3cabd7c-fa78-4706-bd47-ddd613af6cca} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): There are no data parts | ||
| 604 | 2025.01.31 23:33:48.995137 [ 258 ] {c3cabd7c-fa78-4706-bd47-ddd613af6cca} <Debug> TCPHandler: Processed in 0.008842158 sec. | ||
| 605 | 2025.01.31 23:33:48.995339 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2025.01.31 23:33:48.995682 [ 262 ] {3c05f54e-c240-423b-a97e-48db9fc41edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 607 | 2025.01.31 23:33:48.995820 [ 262 ] {3c05f54e-c240-423b-a97e-48db9fc41edb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 608 | 2025.01.31 23:33:49.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.92 MiB, peak 123.92 MiB, free memory in arenas 0.00 B, will set to 136.18 MiB (RSS), difference: 12.26 MiB | ||
| 609 | 2025.01.31 23:33:49.007392 [ 262 ] {3c05f54e-c240-423b-a97e-48db9fc41edb} <Debug> oximeter.fields_i32 (f93878d3-080d-4785-a204-79d7d8320300): Loading data parts | ||
| 610 | 2025.01.31 23:33:49.007785 [ 262 ] {3c05f54e-c240-423b-a97e-48db9fc41edb} <Debug> oximeter.fields_i32 (f93878d3-080d-4785-a204-79d7d8320300): There are no data parts | ||
| 611 | 2025.01.31 23:33:49.012380 [ 262 ] {3c05f54e-c240-423b-a97e-48db9fc41edb} <Debug> TCPHandler: Processed in 0.017102137 sec. | ||
| 612 | 2025.01.31 23:33:49.012615 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 613 | 2025.01.31 23:33:49.012972 [ 258 ] {60ddcd73-31e9-4456-9529-5610e632d8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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.31 23:33:49.013128 [ 258 ] {60ddcd73-31e9-4456-9529-5610e632d8e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 615 | 2025.01.31 23:33:49.019590 [ 258 ] {60ddcd73-31e9-4456-9529-5610e632d8e7} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Loading data parts | ||
| 616 | 2025.01.31 23:33:49.019761 [ 258 ] {60ddcd73-31e9-4456-9529-5610e632d8e7} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): There are no data parts | ||
| 617 | 2025.01.31 23:33:49.024208 [ 258 ] {60ddcd73-31e9-4456-9529-5610e632d8e7} <Debug> TCPHandler: Processed in 0.011664427 sec. | ||
| 618 | 2025.01.31 23:33:49.024425 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2025.01.31 23:33:49.024668 [ 262 ] {6f62064f-a83b-46c5-b632-35d63d09c141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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.31 23:33:49.024857 [ 262 ] {6f62064f-a83b-46c5-b632-35d63d09c141} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 621 | 2025.01.31 23:33:49.031647 [ 262 ] {6f62064f-a83b-46c5-b632-35d63d09c141} <Debug> oximeter.fields_i64 (d859308f-e4b0-49d2-94b9-40490f0f5ce3): Loading data parts | ||
| 622 | 2025.01.31 23:33:49.031903 [ 262 ] {6f62064f-a83b-46c5-b632-35d63d09c141} <Debug> oximeter.fields_i64 (d859308f-e4b0-49d2-94b9-40490f0f5ce3): There are no data parts | ||
| 623 | 2025.01.31 23:33:49.036630 [ 262 ] {6f62064f-a83b-46c5-b632-35d63d09c141} <Debug> TCPHandler: Processed in 0.012270645 sec. | ||
| 624 | 2025.01.31 23:33:49.036846 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 625 | 2025.01.31 23:33:49.037158 [ 258 ] {ab05a3fa-8e4f-4302-a205-197218928565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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.31 23:33:49.037289 [ 258 ] {ab05a3fa-8e4f-4302-a205-197218928565} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 627 | 2025.01.31 23:33:49.044373 [ 258 ] {ab05a3fa-8e4f-4302-a205-197218928565} <Debug> oximeter.fields_u64 (aba6a6f4-2667-454a-b945-e43da65b7ec9): Loading data parts | ||
| 628 | 2025.01.31 23:33:49.044547 [ 258 ] {ab05a3fa-8e4f-4302-a205-197218928565} <Debug> oximeter.fields_u64 (aba6a6f4-2667-454a-b945-e43da65b7ec9): There are no data parts | ||
| 629 | 2025.01.31 23:33:49.048772 [ 258 ] {ab05a3fa-8e4f-4302-a205-197218928565} <Debug> TCPHandler: Processed in 0.011994177 sec. | ||
| 630 | 2025.01.31 23:33:49.049010 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2025.01.31 23:33:49.049228 [ 262 ] {f6726694-27d1-4ab5-8ca5-69d3cd06307f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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.31 23:33:49.049425 [ 262 ] {f6726694-27d1-4ab5-8ca5-69d3cd06307f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 633 | 2025.01.31 23:33:49.056479 [ 262 ] {f6726694-27d1-4ab5-8ca5-69d3cd06307f} <Debug> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Loading data parts | ||
| 634 | 2025.01.31 23:33:49.056690 [ 262 ] {f6726694-27d1-4ab5-8ca5-69d3cd06307f} <Debug> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): There are no data parts | ||
| 635 | 2025.01.31 23:33:49.061578 [ 262 ] {f6726694-27d1-4ab5-8ca5-69d3cd06307f} <Debug> TCPHandler: Processed in 0.012627128 sec. | ||
| 636 | 2025.01.31 23:33:49.061799 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 637 | 2025.01.31 23:33:49.062177 [ 258 ] {7bad2049-8108-484a-b434-931292f58602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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.31 23:33:49.062326 [ 258 ] {7bad2049-8108-484a-b434-931292f58602} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 639 | 2025.01.31 23:33:49.068859 [ 258 ] {7bad2049-8108-484a-b434-931292f58602} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Loading data parts | ||
| 640 | 2025.01.31 23:33:49.069041 [ 258 ] {7bad2049-8108-484a-b434-931292f58602} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): There are no data parts | ||
| 641 | 2025.01.31 23:33:49.073277 [ 258 ] {7bad2049-8108-484a-b434-931292f58602} <Debug> TCPHandler: Processed in 0.011542703 sec. | ||
| 642 | 2025.01.31 23:33:49.073498 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2025.01.31 23:33:49.073721 [ 262 ] {0236f5c4-dd88-4f1d-8e76-013ea95d59bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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.31 23:33:49.073882 [ 262 ] {0236f5c4-dd88-4f1d-8e76-013ea95d59bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 645 | 2025.01.31 23:33:49.080074 [ 262 ] {0236f5c4-dd88-4f1d-8e76-013ea95d59bb} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Loading data parts | ||
| 646 | 2025.01.31 23:33:49.080264 [ 262 ] {0236f5c4-dd88-4f1d-8e76-013ea95d59bb} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): There are no data parts | ||
| 647 | 2025.01.31 23:33:49.084808 [ 262 ] {0236f5c4-dd88-4f1d-8e76-013ea95d59bb} <Debug> TCPHandler: Processed in 0.011371228 sec. | ||
| 648 | 2025.01.31 23:33:49.085191 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 649 | 2025.01.31 23:33:49.085743 [ 258 ] {4d54ba3c-1a3b-4b15-a510-96007979657c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) /* 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.31 23:33:49.085989 [ 258 ] {4d54ba3c-1a3b-4b15-a510-96007979657c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 654 | 2025.01.31 23:33:49.091718 [ 258 ] {4d54ba3c-1a3b-4b15-a510-96007979657c} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Loading data parts | ||
| 655 | 2025.01.31 23:33:49.092020 [ 258 ] {4d54ba3c-1a3b-4b15-a510-96007979657c} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): There are no data parts | ||
| 656 | 2025.01.31 23:33:49.103033 [ 258 ] {4d54ba3c-1a3b-4b15-a510-96007979657c} <Debug> TCPHandler: Processed in 0.017933653 sec. | ||
| 657 | 2025.01.31 23:33:49.103348 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 658 | 2025.01.31 23:33:49.103755 [ 262 ] {9ac2f532-173a-4dd4-891a-34d346127355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 659 | 2025.01.31 23:33:49.104533 [ 262 ] {9ac2f532-173a-4dd4-891a-34d346127355} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 660 | 2025.01.31 23:33:49.113029 [ 267 ] {9ac2f532-173a-4dd4-891a-34d346127355} <Trace> oximeter.version (b549e376-fe95-4153-929c-0ac7e8252697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 661 | 2025.01.31 23:33:49.113647 [ 267 ] {9ac2f532-173a-4dd4-891a-34d346127355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 662 | 2025.01.31 23:33:49.118819 [ 267 ] {9ac2f532-173a-4dd4-891a-34d346127355} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 663 | 2025.01.31 23:33:49.119267 [ 267 ] {9ac2f532-173a-4dd4-891a-34d346127355} <Trace> oximeter.version (b549e376-fe95-4153-929c-0ac7e8252697): 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.31 23:33:49.119627 [ 262 ] {9ac2f532-173a-4dd4-891a-34d346127355} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015972 sec., 62.60956674179815 rows/sec., 1001.75 B/sec. | ||
| 665 | 2025.01.31 23:33:49.119967 [ 262 ] {9ac2f532-173a-4dd4-891a-34d346127355} <Debug> TCPHandler: Processed in 0.016705145 sec. | ||
| 666 | 2025.01.31 23:33:49.353308 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44182 | ||
| 667 | 2025.01.31 23:33:49.353432 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2025.01.31 23:33:49.353466 [ 277 ] {} <Debug> TCP-Session: 6b0871df-bab7-4446-94e4-7776a338d75d Authenticating user 'default' from [fd00:1122:3344:101::e]:44182 | ||
| 669 | 2025.01.31 23:33:49.353491 [ 277 ] {} <Debug> TCP-Session: 6b0871df-bab7-4446-94e4-7776a338d75d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2025.01.31 23:33:49.353606 [ 277 ] {} <Debug> TCP-Session: 6b0871df-bab7-4446-94e4-7776a338d75d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.01.31 23:33:49.353661 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 672 | 2025.01.31 23:33:49.353687 [ 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.31 23:33:49.353725 [ 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.31 23:33:49.355310 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40683 | ||
| 675 | 2025.01.31 23:33:49.355393 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52175 | ||
| 676 | 2025.01.31 23:33:49.355507 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2025.01.31 23:33:49.355539 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60824 | ||
| 678 | 2025.01.31 23:33:49.355651 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37628 | ||
| 679 | 2025.01.31 23:33:49.355657 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2025.01.31 23:33:49.355692 [ 278 ] {} <Debug> TCP-Session: 3bf7094c-83c2-472e-b969-71927db45f05 Authenticating user 'default' from [fd00:1122:3344:101::e]:40683 | ||
| 681 | 2025.01.31 23:33:49.355841 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2025.01.31 23:33:49.355959 [ 278 ] {} <Debug> TCP-Session: 3bf7094c-83c2-472e-b969-71927db45f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.01.31 23:33:49.355933 [ 279 ] {} <Debug> TCP-Session: 029fec15-066f-40b7-a311-6fb6b0cc3f65 Authenticating user 'default' from [fd00:1122:3344:101::e]:52175 | ||
| 684 | 2025.01.31 23:33:49.356064 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60657 | ||
| 685 | 2025.01.31 23:33:49.356026 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38994 | ||
| 686 | 2025.01.31 23:33:49.356144 [ 279 ] {} <Debug> TCP-Session: 029fec15-066f-40b7-a311-6fb6b0cc3f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.01.31 23:33:49.356011 [ 278 ] {} <Debug> TCP-Session: 3bf7094c-83c2-472e-b969-71927db45f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2025.01.31 23:33:49.356185 [ 279 ] {} <Debug> TCP-Session: 029fec15-066f-40b7-a311-6fb6b0cc3f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.01.31 23:33:49.356160 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44399 | ||
| 690 | 2025.01.31 23:33:49.356010 [ 280 ] {} <Debug> TCP-Session: 9e4b4e69-f436-4524-b6ba-5ce251b8e7e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:60824 | ||
| 691 | 2025.01.31 23:33:49.355980 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2025.01.31 23:33:49.356380 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 693 | 2025.01.31 23:33:49.356579 [ 281 ] {} <Debug> TCP-Session: b20eb9b0-d850-44ac-9dc4-d3e1278a7203 Authenticating user 'default' from [fd00:1122:3344:101::e]:37628 | ||
| 694 | 2025.01.31 23:33:49.356639 [ 280 ] {} <Debug> TCP-Session: 9e4b4e69-f436-4524-b6ba-5ce251b8e7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.01.31 23:33:49.356468 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2025.01.31 23:33:49.356646 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 697 | 2025.01.31 23:33:49.356700 [ 280 ] {} <Debug> TCP-Session: 9e4b4e69-f436-4524-b6ba-5ce251b8e7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.01.31 23:33:49.356727 [ 283 ] {} <Debug> TCP-Session: 7d8560bb-99de-45a2-b541-fa54cf10447b Authenticating user 'default' from [fd00:1122:3344:101::e]:60657 | ||
| 699 | 2025.01.31 23:33:49.356672 [ 281 ] {} <Debug> TCP-Session: b20eb9b0-d850-44ac-9dc4-d3e1278a7203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.01.31 23:33:49.356751 [ 284 ] {} <Debug> TCP-Session: 5eda2f79-cdc0-45a8-b260-5d40d68f43df Authenticating user 'default' from [fd00:1122:3344:101::e]:44399 | ||
| 701 | 2025.01.31 23:33:49.356832 [ 282 ] {} <Debug> TCP-Session: d43989c5-7ef5-42c3-90a6-ccdfc05bf299 Authenticating user 'default' from [fd00:1122:3344:101::e]:38994 | ||
| 702 | 2025.01.31 23:33:49.356845 [ 281 ] {} <Debug> TCP-Session: b20eb9b0-d850-44ac-9dc4-d3e1278a7203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.01.31 23:33:49.356855 [ 283 ] {} <Debug> TCP-Session: 7d8560bb-99de-45a2-b541-fa54cf10447b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.01.31 23:33:49.356903 [ 282 ] {} <Debug> TCP-Session: d43989c5-7ef5-42c3-90a6-ccdfc05bf299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.01.31 23:33:49.356875 [ 284 ] {} <Debug> TCP-Session: 5eda2f79-cdc0-45a8-b260-5d40d68f43df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.01.31 23:33:49.356945 [ 283 ] {} <Debug> TCP-Session: 7d8560bb-99de-45a2-b541-fa54cf10447b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.01.31 23:33:49.356963 [ 284 ] {} <Debug> TCP-Session: 5eda2f79-cdc0-45a8-b260-5d40d68f43df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2025.01.31 23:33:49.356957 [ 282 ] {} <Debug> TCP-Session: d43989c5-7ef5-42c3-90a6-ccdfc05bf299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2025.01.31 23:33:49.369495 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64028 | ||
| 710 | 2025.01.31 23:33:49.369770 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 711 | 2025.01.31 23:33:49.369795 [ 285 ] {} <Debug> TCP-Session: 535dc6ed-4aab-458b-ac2b-8f15475b6e9f Authenticating user 'default' from [fd00:1122:3344:101::c]:64028 | ||
| 712 | 2025.01.31 23:33:49.369813 [ 285 ] {} <Debug> TCP-Session: 535dc6ed-4aab-458b-ac2b-8f15475b6e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2025.01.31 23:33:49.369856 [ 285 ] {} <Debug> TCP-Session: 535dc6ed-4aab-458b-ac2b-8f15475b6e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.01.31 23:33:49.369904 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 715 | 2025.01.31 23:33:49.369931 [ 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 | ||
| 716 | 2025.01.31 23:33:49.369977 [ 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 | ||
| 717 | 2025.01.31 23:33:49.371889 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39007 | ||
| 718 | 2025.01.31 23:33:49.372060 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55176 | ||
| 719 | 2025.01.31 23:33:49.372214 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51761 | ||
| 720 | 2025.01.31 23:33:49.372367 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61779 | ||
| 721 | 2025.01.31 23:33:49.372507 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34942 | ||
| 722 | 2025.01.31 23:33:49.372995 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 723 | 2025.01.31 23:33:49.373008 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 724 | 2025.01.31 23:33:49.373014 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 725 | 2025.01.31 23:33:49.373059 [ 288 ] {} <Debug> TCP-Session: 2cf81514-c699-4c69-83cb-2223e0959c90 Authenticating user 'default' from [fd00:1122:3344:101::c]:51761 | ||
| 726 | 2025.01.31 23:33:49.373092 [ 290 ] {} <Debug> TCP-Session: 0dcfece1-3c2d-4d95-ac66-7b90b30a3113 Authenticating user 'default' from [fd00:1122:3344:101::c]:34942 | ||
| 727 | 2025.01.31 23:33:49.373107 [ 289 ] {} <Debug> TCP-Session: 8f65783f-151d-4fdf-95bc-8ae126429238 Authenticating user 'default' from [fd00:1122:3344:101::c]:61779 | ||
| 728 | 2025.01.31 23:33:49.373128 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49373 | ||
| 729 | 2025.01.31 23:33:49.373156 [ 288 ] {} <Debug> TCP-Session: 2cf81514-c699-4c69-83cb-2223e0959c90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2025.01.31 23:33:49.373172 [ 289 ] {} <Debug> TCP-Session: 8f65783f-151d-4fdf-95bc-8ae126429238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2025.01.31 23:33:49.373230 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37394 | ||
| 732 | 2025.01.31 23:33:49.373276 [ 290 ] {} <Debug> TCP-Session: 0dcfece1-3c2d-4d95-ac66-7b90b30a3113 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2025.01.31 23:33:49.373299 [ 289 ] {} <Debug> TCP-Session: 8f65783f-151d-4fdf-95bc-8ae126429238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 734 | 2025.01.31 23:33:49.373334 [ 290 ] {} <Debug> TCP-Session: 0dcfece1-3c2d-4d95-ac66-7b90b30a3113 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2025.01.31 23:33:49.373524 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 736 | 2025.01.31 23:33:49.373642 [ 288 ] {} <Debug> TCP-Session: 2cf81514-c699-4c69-83cb-2223e0959c90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2025.01.31 23:33:49.373670 [ 292 ] {} <Debug> TCP-Session: 795c0f8f-675e-431e-8eda-6fd2e4da7031 Authenticating user 'default' from [fd00:1122:3344:101::c]:37394 | ||
| 738 | 2025.01.31 23:33:49.373659 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 739 | 2025.01.31 23:33:49.373846 [ 292 ] {} <Debug> TCP-Session: 795c0f8f-675e-431e-8eda-6fd2e4da7031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2025.01.31 23:33:49.373871 [ 291 ] {} <Debug> TCP-Session: 863b2988-8db9-4d8a-9b5c-48b29210d94f Authenticating user 'default' from [fd00:1122:3344:101::c]:49373 | ||
| 741 | 2025.01.31 23:33:49.373877 [ 292 ] {} <Debug> TCP-Session: 795c0f8f-675e-431e-8eda-6fd2e4da7031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2025.01.31 23:33:49.373980 [ 291 ] {} <Debug> TCP-Session: 863b2988-8db9-4d8a-9b5c-48b29210d94f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2025.01.31 23:33:49.374017 [ 291 ] {} <Debug> TCP-Session: 863b2988-8db9-4d8a-9b5c-48b29210d94f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2025.01.31 23:33:49.379144 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 745 | 2025.01.31 23:33:49.379175 [ 287 ] {} <Debug> TCP-Session: 2e79ad6a-2342-4439-a2b4-1bfb58550154 Authenticating user 'default' from [fd00:1122:3344:101::c]:55176 | ||
| 746 | 2025.01.31 23:33:49.379193 [ 287 ] {} <Debug> TCP-Session: 2e79ad6a-2342-4439-a2b4-1bfb58550154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 747 | 2025.01.31 23:33:49.379238 [ 287 ] {} <Debug> TCP-Session: 2e79ad6a-2342-4439-a2b4-1bfb58550154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2025.01.31 23:33:49.379238 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 749 | 2025.01.31 23:33:49.379371 [ 286 ] {} <Debug> TCP-Session: 14b43940-158f-456e-bd56-4fdc9c07b11e Authenticating user 'default' from [fd00:1122:3344:101::c]:39007 | ||
| 750 | 2025.01.31 23:33:49.379397 [ 286 ] {} <Debug> TCP-Session: 14b43940-158f-456e-bd56-4fdc9c07b11e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2025.01.31 23:33:49.379624 [ 286 ] {} <Debug> TCP-Session: 14b43940-158f-456e-bd56-4fdc9c07b11e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.01.31 23:33:50.001158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.95 MiB, peak 136.95 MiB, free memory in arenas 0.00 B, will set to 141.19 MiB (RSS), difference: 4.24 MiB | ||
| 753 | 2025.01.31 23:33:55.730186 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 754 | 2025.01.31 23:33:55.730177 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 755 | 2025.01.31 23:33:55.730379 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 756 | 2025.01.31 23:33:55.730446 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 757 | 2025.01.31 23:33:55.744752 [ 243 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Loading data parts | ||
| 758 | 2025.01.31 23:33:55.745159 [ 243 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): There are no data parts | ||
| 759 | 2025.01.31 23:33:55.751349 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.01.31 23:33:55.751390 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 761 | 2025.01.31 23:33:55.753483 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2025.01.31 23:33:55.753927 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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.31 23:33:55.754100 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 764 | 2025.01.31 23:33:55.756740 [ 244 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Loading data parts | ||
| 765 | 2025.01.31 23:33:55.756988 [ 244 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): There are no data parts | ||
| 766 | 2025.01.31 23:33:55.780479 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.31 23:33:55.780522 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 768 | 2025.01.31 23:33:55.787855 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.31 23:33:55.789007 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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.31 23:33:55.791363 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.31 23:33:56.001160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.20 MiB, peak 150.20 MiB, free memory in arenas 0.00 B, will set to 151.02 MiB (RSS), difference: 4.82 MiB | ||
| 772 | 2025.01.31 23:33:58.230070 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.31 23:33:58.230181 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.31 23:33:58.235035 [ 242 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Loading data parts | ||
| 775 | 2025.01.31 23:33:58.235254 [ 242 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): There are no data parts | ||
| 776 | 2025.01.31 23:33:58.242926 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.31 23:33:58.242967 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 778 | 2025.01.31 23:33:58.244746 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.31 23:33:58.245252 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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.31 23:33:58.245756 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.31 23:33:59.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.21 MiB, peak 155.21 MiB, free memory in arenas 0.00 B, will set to 151.50 MiB (RSS), difference: -3.71 MiB | ||
| 782 | 2025.01.31 23:34:03.199529 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.31 23:34:03.199615 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.31 23:34:03.255145 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 785 | 2025.01.31 23:34:03.256031 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.31 23:34:03.256082 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 787 | 2025.01.31 23:34:03.256809 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.31 23:34:03.257321 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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.31 23:34:03.257606 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.31 23:34:03.292380 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.31 23:34:03.313850 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.31 23:34:03.313904 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 793 | 2025.01.31 23:34:03.320743 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.31 23:34:03.321875 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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.31 23:34:03.324308 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.31 23:34:04.001166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.17 MiB, peak 156.17 MiB, free memory in arenas 0.00 B, will set to 154.11 MiB (RSS), difference: 1.94 MiB | ||
| 797 | 2025.01.31 23:34:09.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.13 MiB, peak 156.17 MiB, free memory in arenas 0.00 B, will set to 154.15 MiB (RSS), difference: 4.02 MiB | ||
| 798 | 2025.01.31 23:34:09.126991 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.01.31 23:34:09.127227 [ 258 ] {6320d0f3-b693-4900-b3d3-04d467ab3074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2025.01.31 23:34:09.127663 [ 258 ] {6320d0f3-b693-4900-b3d3-04d467ab3074} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.01.31 23:34:09.127897 [ 258 ] {6320d0f3-b693-4900-b3d3-04d467ab3074} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.01.31 23:34:09.128699 [ 258 ] {6320d0f3-b693-4900-b3d3-04d467ab3074} <Debug> TCPHandler: Processed in 0.001846769 sec. | ||
| 803 | 2025.01.31 23:34:09.131369 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.01.31 23:34:09.131607 [ 262 ] {83377e3d-b1d8-48c0-affa-95d1ed38b978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.01.31 23:34:09.133576 [ 262 ] {83377e3d-b1d8-48c0-affa-95d1ed38b978} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.01.31 23:34:09.133659 [ 262 ] {83377e3d-b1d8-48c0-affa-95d1ed38b978} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.01.31 23:34:09.134329 [ 262 ] {83377e3d-b1d8-48c0-affa-95d1ed38b978} <Debug> TCPHandler: Processed in 0.003095947 sec. | ||
| 808 | 2025.01.31 23:34:09.134657 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.01.31 23:34:09.134827 [ 258 ] {414b74b0-2fef-400a-979f-3437c53216cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 810 | 2025.01.31 23:34:09.135286 [ 258 ] {414b74b0-2fef-400a-979f-3437c53216cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.01.31 23:34:09.135348 [ 258 ] {414b74b0-2fef-400a-979f-3437c53216cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.01.31 23:34:09.135917 [ 258 ] {414b74b0-2fef-400a-979f-3437c53216cb} <Debug> TCPHandler: Processed in 0.001321221 sec. | ||
| 813 | 2025.01.31 23:34:09.136258 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.01.31 23:34:09.136424 [ 262 ] {6f292895-2850-4842-83dc-e42f96f38684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 815 | 2025.01.31 23:34:09.136816 [ 262 ] {6f292895-2850-4842-83dc-e42f96f38684} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.01.31 23:34:09.136875 [ 262 ] {6f292895-2850-4842-83dc-e42f96f38684} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.01.31 23:34:09.137394 [ 262 ] {6f292895-2850-4842-83dc-e42f96f38684} <Debug> TCPHandler: Processed in 0.001199458 sec. | ||
| 818 | 2025.01.31 23:34:09.137677 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.01.31 23:34:09.137846 [ 258 ] {6df90b32-f3b6-42b6-8ef2-09a3c2e8d789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 820 | 2025.01.31 23:34:09.138247 [ 258 ] {6df90b32-f3b6-42b6-8ef2-09a3c2e8d789} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.01.31 23:34:09.138307 [ 258 ] {6df90b32-f3b6-42b6-8ef2-09a3c2e8d789} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.01.31 23:34:09.138857 [ 258 ] {6df90b32-f3b6-42b6-8ef2-09a3c2e8d789} <Debug> TCPHandler: Processed in 0.001242399 sec. | ||
| 823 | 2025.01.31 23:34:09.139184 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.01.31 23:34:09.139346 [ 262 ] {f5b3dd88-0c72-4353-a5bd-2d3644f1355b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 825 | 2025.01.31 23:34:09.139726 [ 262 ] {f5b3dd88-0c72-4353-a5bd-2d3644f1355b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.01.31 23:34:09.139784 [ 262 ] {f5b3dd88-0c72-4353-a5bd-2d3644f1355b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.01.31 23:34:09.140304 [ 262 ] {f5b3dd88-0c72-4353-a5bd-2d3644f1355b} <Debug> TCPHandler: Processed in 0.001185057 sec. | ||
| 828 | 2025.01.31 23:34:09.140593 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.01.31 23:34:09.140786 [ 258 ] {f668b04a-806b-442d-b51c-6fa40bf3218b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 830 | 2025.01.31 23:34:09.141250 [ 258 ] {f668b04a-806b-442d-b51c-6fa40bf3218b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.01.31 23:34:09.141319 [ 258 ] {f668b04a-806b-442d-b51c-6fa40bf3218b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.01.31 23:34:09.141880 [ 258 ] {f668b04a-806b-442d-b51c-6fa40bf3218b} <Debug> TCPHandler: Processed in 0.001351713 sec. | ||
| 833 | 2025.01.31 23:34:09.142160 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.01.31 23:34:09.142329 [ 262 ] {2c29ae9e-0b63-498a-9a06-70e1388d9d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 835 | 2025.01.31 23:34:09.142768 [ 262 ] {2c29ae9e-0b63-498a-9a06-70e1388d9d51} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.01.31 23:34:09.142840 [ 262 ] {2c29ae9e-0b63-498a-9a06-70e1388d9d51} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2025.01.31 23:34:09.143645 [ 262 ] {2c29ae9e-0b63-498a-9a06-70e1388d9d51} <Debug> TCPHandler: Processed in 0.001547888 sec. | ||
| 838 | 2025.01.31 23:34:09.143998 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.01.31 23:34:09.144188 [ 258 ] {07d3bf17-015b-4785-ad24-097dc03e1b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 840 | 2025.01.31 23:34:09.144709 [ 258 ] {07d3bf17-015b-4785-ad24-097dc03e1b66} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2025.01.31 23:34:09.144781 [ 258 ] {07d3bf17-015b-4785-ad24-097dc03e1b66} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2025.01.31 23:34:09.145355 [ 258 ] {07d3bf17-015b-4785-ad24-097dc03e1b66} <Debug> TCPHandler: Processed in 0.001425835 sec. | ||
| 843 | 2025.01.31 23:34:09.145653 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.01.31 23:34:09.145819 [ 262 ] {7e9e98f3-4ebf-4764-8f62-3366a025e315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 845 | 2025.01.31 23:34:09.146234 [ 262 ] {7e9e98f3-4ebf-4764-8f62-3366a025e315} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2025.01.31 23:34:09.146296 [ 262 ] {7e9e98f3-4ebf-4764-8f62-3366a025e315} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2025.01.31 23:34:09.146826 [ 262 ] {7e9e98f3-4ebf-4764-8f62-3366a025e315} <Debug> TCPHandler: Processed in 0.001230569 sec. | ||
| 848 | 2025.01.31 23:34:09.147099 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.01.31 23:34:09.147263 [ 258 ] {c91e4e8e-7640-42a4-b2b5-a45618727650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 850 | 2025.01.31 23:34:09.147674 [ 258 ] {c91e4e8e-7640-42a4-b2b5-a45618727650} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2025.01.31 23:34:09.147738 [ 258 ] {c91e4e8e-7640-42a4-b2b5-a45618727650} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2025.01.31 23:34:09.148265 [ 258 ] {c91e4e8e-7640-42a4-b2b5-a45618727650} <Debug> TCPHandler: Processed in 0.001224528 sec. | ||
| 853 | 2025.01.31 23:34:09.148541 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.01.31 23:34:09.148708 [ 262 ] {7a350578-739e-4c6d-bea3-b4e85e9485bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 855 | 2025.01.31 23:34:09.149121 [ 262 ] {7a350578-739e-4c6d-bea3-b4e85e9485bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2025.01.31 23:34:09.149181 [ 262 ] {7a350578-739e-4c6d-bea3-b4e85e9485bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2025.01.31 23:34:09.149717 [ 262 ] {7a350578-739e-4c6d-bea3-b4e85e9485bb} <Debug> TCPHandler: Processed in 0.001240599 sec. | ||
| 858 | 2025.01.31 23:34:09.150100 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.01.31 23:34:09.150278 [ 258 ] {0751fa69-ea16-41bb-9729-a03b1cf9c386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 860 | 2025.01.31 23:34:09.150808 [ 258 ] {0751fa69-ea16-41bb-9729-a03b1cf9c386} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2025.01.31 23:34:09.150889 [ 258 ] {0751fa69-ea16-41bb-9729-a03b1cf9c386} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2025.01.31 23:34:09.151554 [ 258 ] {0751fa69-ea16-41bb-9729-a03b1cf9c386} <Debug> TCPHandler: Processed in 0.001511668 sec. | ||
| 863 | 2025.01.31 23:34:09.151827 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.01.31 23:34:09.151997 [ 262 ] {98f090ee-5346-4530-b877-aad2231dc674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 865 | 2025.01.31 23:34:09.152412 [ 262 ] {98f090ee-5346-4530-b877-aad2231dc674} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2025.01.31 23:34:09.152475 [ 262 ] {98f090ee-5346-4530-b877-aad2231dc674} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2025.01.31 23:34:09.153006 [ 262 ] {98f090ee-5346-4530-b877-aad2231dc674} <Debug> TCPHandler: Processed in 0.001238919 sec. | ||
| 868 | 2025.01.31 23:34:09.153295 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.01.31 23:34:09.153462 [ 258 ] {f121e1cc-3a82-4e13-9757-02b59fd51003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 870 | 2025.01.31 23:34:09.153873 [ 258 ] {f121e1cc-3a82-4e13-9757-02b59fd51003} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2025.01.31 23:34:09.153931 [ 258 ] {f121e1cc-3a82-4e13-9757-02b59fd51003} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 872 | 2025.01.31 23:34:09.154461 [ 258 ] {f121e1cc-3a82-4e13-9757-02b59fd51003} <Debug> TCPHandler: Processed in 0.001221578 sec. | ||
| 873 | 2025.01.31 23:34:09.154783 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2025.01.31 23:34:09.154961 [ 262 ] {5b436ca6-fed0-40e1-8bfb-8d0790afab3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 875 | 2025.01.31 23:34:09.155410 [ 262 ] {5b436ca6-fed0-40e1-8bfb-8d0790afab3a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 876 | 2025.01.31 23:34:09.155483 [ 262 ] {5b436ca6-fed0-40e1-8bfb-8d0790afab3a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 877 | 2025.01.31 23:34:09.156018 [ 262 ] {5b436ca6-fed0-40e1-8bfb-8d0790afab3a} <Debug> TCPHandler: Processed in 0.00129216 sec. | ||
| 878 | 2025.01.31 23:34:09.156313 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.01.31 23:34:09.156486 [ 258 ] {381be5b8-ea65-4be4-9414-98632c705d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 880 | 2025.01.31 23:34:09.156911 [ 258 ] {381be5b8-ea65-4be4-9414-98632c705d80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 881 | 2025.01.31 23:34:09.156971 [ 258 ] {381be5b8-ea65-4be4-9414-98632c705d80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 882 | 2025.01.31 23:34:09.157500 [ 258 ] {381be5b8-ea65-4be4-9414-98632c705d80} <Debug> TCPHandler: Processed in 0.001244669 sec. | ||
| 883 | 2025.01.31 23:34:09.157823 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2025.01.31 23:34:09.157999 [ 262 ] {3ab310e4-e5fc-494e-aeb7-3b6381055ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 885 | 2025.01.31 23:34:09.158419 [ 262 ] {3ab310e4-e5fc-494e-aeb7-3b6381055ddd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 886 | 2025.01.31 23:34:09.158477 [ 262 ] {3ab310e4-e5fc-494e-aeb7-3b6381055ddd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 887 | 2025.01.31 23:34:09.159029 [ 262 ] {3ab310e4-e5fc-494e-aeb7-3b6381055ddd} <Debug> TCPHandler: Processed in 0.0012732 sec. | ||
| 888 | 2025.01.31 23:34:09.165293 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 889 | 2025.01.31 23:34:09.165433 [ 258 ] {e1189116-5ae3-498e-afb1-f1b1f3f9f98f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 890 | 2025.01.31 23:34:09.165489 [ 258 ] {e1189116-5ae3-498e-afb1-f1b1f3f9f98f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 891 | 2025.01.31 23:34:09.166299 [ 258 ] {e1189116-5ae3-498e-afb1-f1b1f3f9f98f} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2025.01.31 23:34:09.166343 [ 258 ] {e1189116-5ae3-498e-afb1-f1b1f3f9f98f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 893 | 2025.01.31 23:34:09.167067 [ 258 ] {e1189116-5ae3-498e-afb1-f1b1f3f9f98f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 894 | 2025.01.31 23:34:09.167471 [ 258 ] {e1189116-5ae3-498e-afb1-f1b1f3f9f98f} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 895 | 2025.01.31 23:34:09.167670 [ 258 ] {e1189116-5ae3-498e-afb1-f1b1f3f9f98f} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002274 sec., 7915.5672823219 rows/sec., 1.08 MiB/sec. | ||
| 896 | 2025.01.31 23:34:09.167736 [ 258 ] {e1189116-5ae3-498e-afb1-f1b1f3f9f98f} <Debug> TCPHandler: Processed in 0.002503698 sec. | ||
| 897 | 2025.01.31 23:34:09.167901 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 898 | 2025.01.31 23:34:09.168040 [ 262 ] {70193220-6cec-4af9-8105-f1139a9fdbf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 899 | 2025.01.31 23:34:09.168092 [ 262 ] {70193220-6cec-4af9-8105-f1139a9fdbf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 900 | 2025.01.31 23:34:09.170139 [ 262 ] {70193220-6cec-4af9-8105-f1139a9fdbf2} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 901 | 2025.01.31 23:34:09.170185 [ 262 ] {70193220-6cec-4af9-8105-f1139a9fdbf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 902 | 2025.01.31 23:34:09.170863 [ 262 ] {70193220-6cec-4af9-8105-f1139a9fdbf2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 903 | 2025.01.31 23:34:09.171463 [ 262 ] {70193220-6cec-4af9-8105-f1139a9fdbf2} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 904 | 2025.01.31 23:34:09.171697 [ 262 ] {70193220-6cec-4af9-8105-f1139a9fdbf2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.003695 sec., 15155.615696887686 rows/sec., 1.16 MiB/sec. | ||
| 905 | 2025.01.31 23:34:09.171765 [ 262 ] {70193220-6cec-4af9-8105-f1139a9fdbf2} <Debug> TCPHandler: Processed in 0.003925293 sec. | ||
| 906 | 2025.01.31 23:34:09.171950 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 907 | 2025.01.31 23:34:09.172102 [ 258 ] {1fb9e3c5-dcd3-454a-b731-bab2e840817b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 908 | 2025.01.31 23:34:09.172164 [ 258 ] {1fb9e3c5-dcd3-454a-b731-bab2e840817b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 909 | 2025.01.31 23:34:09.172852 [ 258 ] {1fb9e3c5-dcd3-454a-b731-bab2e840817b} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 910 | 2025.01.31 23:34:09.172895 [ 258 ] {1fb9e3c5-dcd3-454a-b731-bab2e840817b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 911 | 2025.01.31 23:34:09.173485 [ 258 ] {1fb9e3c5-dcd3-454a-b731-bab2e840817b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 912 | 2025.01.31 23:34:09.174134 [ 258 ] {1fb9e3c5-dcd3-454a-b731-bab2e840817b} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 913 | 2025.01.31 23:34:09.174351 [ 258 ] {1fb9e3c5-dcd3-454a-b731-bab2e840817b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002274 sec., 28144.23922603342 rows/sec., 2.20 MiB/sec. | ||
| 914 | 2025.01.31 23:34:09.174503 [ 258 ] {1fb9e3c5-dcd3-454a-b731-bab2e840817b} <Debug> TCPHandler: Processed in 0.002615941 sec. | ||
| 915 | 2025.01.31 23:34:09.174669 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 916 | 2025.01.31 23:34:09.174805 [ 262 ] {8d2e5825-a6aa-4046-a203-c5090d6393c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 917 | 2025.01.31 23:34:09.174861 [ 262 ] {8d2e5825-a6aa-4046-a203-c5090d6393c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 918 | 2025.01.31 23:34:09.175503 [ 262 ] {8d2e5825-a6aa-4046-a203-c5090d6393c8} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 919 | 2025.01.31 23:34:09.175540 [ 262 ] {8d2e5825-a6aa-4046-a203-c5090d6393c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 920 | 2025.01.31 23:34:09.176135 [ 262 ] {8d2e5825-a6aa-4046-a203-c5090d6393c8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 921 | 2025.01.31 23:34:09.176601 [ 262 ] {8d2e5825-a6aa-4046-a203-c5090d6393c8} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 922 | 2025.01.31 23:34:09.176880 [ 262 ] {8d2e5825-a6aa-4046-a203-c5090d6393c8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002085 sec., 61390.88729016786 rows/sec., 4.28 MiB/sec. | ||
| 923 | 2025.01.31 23:34:09.176960 [ 262 ] {8d2e5825-a6aa-4046-a203-c5090d6393c8} <Debug> TCPHandler: Processed in 0.002353244 sec. | ||
| 924 | 2025.01.31 23:34:09.177125 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 925 | 2025.01.31 23:34:09.177270 [ 258 ] {84e2b84a-20c9-482f-bbbc-e1e716a93d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 926 | 2025.01.31 23:34:09.177334 [ 258 ] {84e2b84a-20c9-482f-bbbc-e1e716a93d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 927 | 2025.01.31 23:34:09.177876 [ 258 ] {84e2b84a-20c9-482f-bbbc-e1e716a93d86} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 928 | 2025.01.31 23:34:09.177916 [ 258 ] {84e2b84a-20c9-482f-bbbc-e1e716a93d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 929 | 2025.01.31 23:34:09.178462 [ 258 ] {84e2b84a-20c9-482f-bbbc-e1e716a93d86} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 930 | 2025.01.31 23:34:09.179026 [ 258 ] {84e2b84a-20c9-482f-bbbc-e1e716a93d86} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 931 | 2025.01.31 23:34:09.179267 [ 258 ] {84e2b84a-20c9-482f-bbbc-e1e716a93d86} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002018 sec., 23785.926660059467 rows/sec., 1.60 MiB/sec. | ||
| 932 | 2025.01.31 23:34:09.179336 [ 258 ] {84e2b84a-20c9-482f-bbbc-e1e716a93d86} <Debug> TCPHandler: Processed in 0.002280152 sec. | ||
| 933 | 2025.01.31 23:34:10.758631 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 934 | 2025.01.31 23:34:10.759249 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 935 | 2025.01.31 23:34:10.759298 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 936 | 2025.01.31 23:34:10.760016 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 937 | 2025.01.31 23:34:10.760472 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 938 | 2025.01.31 23:34:10.760718 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 939 | 2025.01.31 23:34:10.825297 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 940 | 2025.01.31 23:34:10.843773 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2025.01.31 23:34:10.843829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 942 | 2025.01.31 23:34:10.850607 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 943 | 2025.01.31 23:34:10.851835 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 944 | 2025.01.31 23:34:10.854630 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 945 | 2025.01.31 23:34:14.133373 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 946 | 2025.01.31 23:34:14.133583 [ 258 ] {7f8f2723-ab7e-4bfb-9244-65f6a42e6e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 947 | 2025.01.31 23:34:14.133659 [ 258 ] {7f8f2723-ab7e-4bfb-9244-65f6a42e6e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 948 | 2025.01.31 23:34:14.134460 [ 258 ] {7f8f2723-ab7e-4bfb-9244-65f6a42e6e3f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 949 | 2025.01.31 23:34:14.134513 [ 258 ] {7f8f2723-ab7e-4bfb-9244-65f6a42e6e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 950 | 2025.01.31 23:34:14.135088 [ 258 ] {7f8f2723-ab7e-4bfb-9244-65f6a42e6e3f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 951 | 2025.01.31 23:34:14.135625 [ 258 ] {7f8f2723-ab7e-4bfb-9244-65f6a42e6e3f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 952 | 2025.01.31 23:34:14.135883 [ 258 ] {7f8f2723-ab7e-4bfb-9244-65f6a42e6e3f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002357 sec., 23759.015697921084 rows/sec., 1.81 MiB/sec. | ||
| 953 | 2025.01.31 23:34:14.135946 [ 258 ] {7f8f2723-ab7e-4bfb-9244-65f6a42e6e3f} <Debug> TCPHandler: Processed in 0.002705165 sec. | ||
| 954 | 2025.01.31 23:34:14.136298 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2025.01.31 23:34:14.136609 [ 262 ] {04448c93-cb34-4b9b-8be9-461fb3d30d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 956 | 2025.01.31 23:34:14.136726 [ 262 ] {04448c93-cb34-4b9b-8be9-461fb3d30d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 957 | 2025.01.31 23:34:14.137526 [ 262 ] {04448c93-cb34-4b9b-8be9-461fb3d30d57} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 958 | 2025.01.31 23:34:14.137577 [ 262 ] {04448c93-cb34-4b9b-8be9-461fb3d30d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 959 | 2025.01.31 23:34:14.138201 [ 262 ] {04448c93-cb34-4b9b-8be9-461fb3d30d57} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 960 | 2025.01.31 23:34:14.138791 [ 262 ] {04448c93-cb34-4b9b-8be9-461fb3d30d57} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 961 | 2025.01.31 23:34:14.139102 [ 262 ] {04448c93-cb34-4b9b-8be9-461fb3d30d57} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002567 sec., 24931.827035449944 rows/sec., 1.95 MiB/sec. | ||
| 962 | 2025.01.31 23:34:14.139180 [ 262 ] {04448c93-cb34-4b9b-8be9-461fb3d30d57} <Debug> TCPHandler: Processed in 0.003077406 sec. | ||
| 963 | 2025.01.31 23:34:14.139361 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 964 | 2025.01.31 23:34:14.139508 [ 258 ] {71dbc6cd-fc39-4a84-b061-418dc90cf169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 965 | 2025.01.31 23:34:14.139577 [ 258 ] {71dbc6cd-fc39-4a84-b061-418dc90cf169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 966 | 2025.01.31 23:34:14.140243 [ 258 ] {71dbc6cd-fc39-4a84-b061-418dc90cf169} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 967 | 2025.01.31 23:34:14.140283 [ 258 ] {71dbc6cd-fc39-4a84-b061-418dc90cf169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 968 | 2025.01.31 23:34:14.140846 [ 258 ] {71dbc6cd-fc39-4a84-b061-418dc90cf169} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 969 | 2025.01.31 23:34:14.141410 [ 258 ] {71dbc6cd-fc39-4a84-b061-418dc90cf169} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 970 | 2025.01.31 23:34:14.141709 [ 258 ] {71dbc6cd-fc39-4a84-b061-418dc90cf169} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002219 sec., 72104.55159981974 rows/sec., 5.02 MiB/sec. | ||
| 971 | 2025.01.31 23:34:14.141783 [ 258 ] {71dbc6cd-fc39-4a84-b061-418dc90cf169} <Debug> TCPHandler: Processed in 0.002493738 sec. | ||
| 972 | 2025.01.31 23:34:14.141950 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 973 | 2025.01.31 23:34:14.142079 [ 262 ] {dadeb5a2-9a9a-4d54-9d25-b5612fd80a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 974 | 2025.01.31 23:34:14.142133 [ 262 ] {dadeb5a2-9a9a-4d54-9d25-b5612fd80a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 975 | 2025.01.31 23:34:14.142653 [ 262 ] {dadeb5a2-9a9a-4d54-9d25-b5612fd80a2e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 976 | 2025.01.31 23:34:14.142695 [ 262 ] {dadeb5a2-9a9a-4d54-9d25-b5612fd80a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 977 | 2025.01.31 23:34:14.143279 [ 262 ] {dadeb5a2-9a9a-4d54-9d25-b5612fd80a2e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 978 | 2025.01.31 23:34:14.143824 [ 262 ] {dadeb5a2-9a9a-4d54-9d25-b5612fd80a2e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 979 | 2025.01.31 23:34:14.144050 [ 262 ] {dadeb5a2-9a9a-4d54-9d25-b5612fd80a2e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002003 sec., 29955.067398901647 rows/sec., 2.02 MiB/sec. | ||
| 980 | 2025.01.31 23:34:14.144105 [ 262 ] {dadeb5a2-9a9a-4d54-9d25-b5612fd80a2e} <Debug> TCPHandler: Processed in 0.00221725 sec. | ||
| 981 | 2025.01.31 23:34:18.199660 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 982 | 2025.01.31 23:34:18.199718 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 983 | 2025.01.31 23:34:18.247946 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 984 | 2025.01.31 23:34:18.252050 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 985 | 2025.01.31 23:34:18.252102 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 986 | 2025.01.31 23:34:18.253747 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 987 | 2025.01.31 23:34:18.254312 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 988 | 2025.01.31 23:34:18.255141 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 989 | 2025.01.31 23:34:18.261730 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 990 | 2025.01.31 23:34:18.262388 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2025.01.31 23:34:18.262425 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 992 | 2025.01.31 23:34:18.263140 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 993 | 2025.01.31 23:34:18.263671 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2025.01.31 23:34:18.263856 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 995 | 2025.01.31 23:34:18.355627 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 996 | 2025.01.31 23:34:18.375914 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 997 | 2025.01.31 23:34:18.375977 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 998 | 2025.01.31 23:34:18.382941 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 999 | 2025.01.31 23:34:18.384099 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1000 | 2025.01.31 23:34:18.387037 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1001 | 2025.01.31 23:34:19.126851 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1002 | 2025.01.31 23:34:19.127253 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 1003 | 2025.01.31 23:34:19.129942 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1004 | 2025.01.31 23:34:19.130040 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <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 | ||
| 1005 | 2025.01.31 23:34:19.130415 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1006 | 2025.01.31 23:34:19.130637 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1007 | 2025.01.31 23:34:19.130994 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1008 | 2025.01.31 23:34:19.132201 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1009 | 2025.01.31 23:34:19.132260 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1010 | 2025.01.31 23:34:19.132281 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1011 | 2025.01.31 23:34:19.132400 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <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'))" | ||
| 1012 | 2025.01.31 23:34:19.132427 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1013 | 2025.01.31 23:34:19.136365 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.009296 sec., 1936.3166953528398 rows/sec., 79.21 KiB/sec. | ||
| 1014 | 2025.01.31 23:34:19.136504 [ 258 ] {515d173f-5641-47fa-af59-3dbaec7ea0b2} <Debug> TCPHandler: Processed in 0.009792248 sec. | ||
| 1015 | 2025.01.31 23:34:19.138086 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2025.01.31 23:34:19.138339 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 1017 | 2025.01.31 23:34:19.138733 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1018 | 2025.01.31 23:34:19.138778 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <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 | ||
| 1019 | 2025.01.31 23:34:19.139088 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1020 | 2025.01.31 23:34:19.139166 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1021 | 2025.01.31 23:34:19.139345 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1022 | 2025.01.31 23:34:19.139386 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1023 | 2025.01.31 23:34:19.139411 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1024 | 2025.01.31 23:34:19.139429 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1025 | 2025.01.31 23:34:19.139478 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <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'))" | ||
| 1026 | 2025.01.31 23:34:19.139501 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1027 | 2025.01.31 23:34:19.140156 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00193 sec., 9326.42487046632 rows/sec., 381.52 KiB/sec. | ||
| 1028 | 2025.01.31 23:34:19.140277 [ 262 ] {cafc347e-d212-46e1-a801-b1363883cdca} <Debug> TCPHandler: Processed in 0.002331443 sec. | ||
| 1029 | 2025.01.31 23:34:19.140652 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1030 | 2025.01.31 23:34:19.140870 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 1031 | 2025.01.31 23:34:19.141192 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1032 | 2025.01.31 23:34:19.141237 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <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 | ||
| 1033 | 2025.01.31 23:34:19.141515 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1034 | 2025.01.31 23:34:19.141586 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1035 | 2025.01.31 23:34:19.141738 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1036 | 2025.01.31 23:34:19.141772 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1037 | 2025.01.31 23:34:19.141795 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1038 | 2025.01.31 23:34:19.141812 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1039 | 2025.01.31 23:34:19.141859 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <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'))" | ||
| 1040 | 2025.01.31 23:34:19.141882 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1041 | 2025.01.31 23:34:19.142509 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001745 sec., 10315.186246418338 rows/sec., 421.96 KiB/sec. | ||
| 1042 | 2025.01.31 23:34:19.142626 [ 258 ] {b5337c07-c284-459e-b033-b063aa10c60e} <Debug> TCPHandler: Processed in 0.002045734 sec. | ||
| 1043 | 2025.01.31 23:34:19.143261 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1044 | 2025.01.31 23:34:19.143440 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 1045 | 2025.01.31 23:34:19.143752 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1046 | 2025.01.31 23:34:19.143795 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <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 | ||
| 1047 | 2025.01.31 23:34:19.144071 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1048 | 2025.01.31 23:34:19.144138 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1049 | 2025.01.31 23:34:19.144286 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1050 | 2025.01.31 23:34:19.144320 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1051 | 2025.01.31 23:34:19.144343 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1052 | 2025.01.31 23:34:19.144361 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1053 | 2025.01.31 23:34:19.144406 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <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'))" | ||
| 1054 | 2025.01.31 23:34:19.144429 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1055 | 2025.01.31 23:34:19.145042 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001679 sec., 10720.66706372841 rows/sec., 438.55 KiB/sec. | ||
| 1056 | 2025.01.31 23:34:19.145161 [ 262 ] {c899233b-5263-49a9-953e-3733ca16a9cc} <Debug> TCPHandler: Processed in 0.001960512 sec. | ||
| 1057 | 2025.01.31 23:34:19.145445 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1058 | 2025.01.31 23:34:19.145625 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 1059 | 2025.01.31 23:34:19.145939 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1060 | 2025.01.31 23:34:19.145983 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <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 | ||
| 1061 | 2025.01.31 23:34:19.146255 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1062 | 2025.01.31 23:34:19.146323 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1063 | 2025.01.31 23:34:19.146470 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1064 | 2025.01.31 23:34:19.146503 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1065 | 2025.01.31 23:34:19.146526 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1066 | 2025.01.31 23:34:19.146544 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1067 | 2025.01.31 23:34:19.146590 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <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'))" | ||
| 1068 | 2025.01.31 23:34:19.146613 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1069 | 2025.01.31 23:34:19.147280 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001737 sec., 10362.694300518135 rows/sec., 423.91 KiB/sec. | ||
| 1070 | 2025.01.31 23:34:19.147398 [ 258 ] {b18affa1-6bbe-42a1-b06d-3839755ddf0d} <Debug> TCPHandler: Processed in 0.002012713 sec. | ||
| 1071 | 2025.01.31 23:34:19.147769 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2025.01.31 23:34:19.147972 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 1073 | 2025.01.31 23:34:19.148294 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1074 | 2025.01.31 23:34:19.148339 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <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 | ||
| 1075 | 2025.01.31 23:34:19.148624 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1076 | 2025.01.31 23:34:19.148692 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1077 | 2025.01.31 23:34:19.148841 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1078 | 2025.01.31 23:34:19.148874 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1079 | 2025.01.31 23:34:19.148898 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1080 | 2025.01.31 23:34:19.148915 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1081 | 2025.01.31 23:34:19.148959 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <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'))" | ||
| 1082 | 2025.01.31 23:34:19.148984 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1083 | 2025.01.31 23:34:19.149561 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001676 sec., 10739.856801909307 rows/sec., 439.34 KiB/sec. | ||
| 1084 | 2025.01.31 23:34:19.149675 [ 262 ] {9ffcd1a1-6817-462f-a7f4-9cf569186b98} <Debug> TCPHandler: Processed in 0.001975122 sec. | ||
| 1085 | 2025.01.31 23:34:19.149934 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2025.01.31 23:34:19.150109 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 1087 | 2025.01.31 23:34:19.150419 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1088 | 2025.01.31 23:34:19.150462 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <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 | ||
| 1089 | 2025.01.31 23:34:19.150739 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1090 | 2025.01.31 23:34:19.150804 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1091 | 2025.01.31 23:34:19.150952 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1092 | 2025.01.31 23:34:19.150984 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1093 | 2025.01.31 23:34:19.151007 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1094 | 2025.01.31 23:34:19.151024 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1095 | 2025.01.31 23:34:19.151069 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <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'))" | ||
| 1096 | 2025.01.31 23:34:19.151091 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1097 | 2025.01.31 23:34:19.151669 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00164 sec., 10975.609756097561 rows/sec., 448.98 KiB/sec. | ||
| 1098 | 2025.01.31 23:34:19.151785 [ 258 ] {df2767a6-9872-4b02-b430-6eb0b5c3ad83} <Debug> TCPHandler: Processed in 0.00190998 sec. | ||
| 1099 | 2025.01.31 23:34:19.152068 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1100 | 2025.01.31 23:34:19.152284 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 1101 | 2025.01.31 23:34:19.152668 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1102 | 2025.01.31 23:34:19.152724 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <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 | ||
| 1103 | 2025.01.31 23:34:19.153040 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1104 | 2025.01.31 23:34:19.153110 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1105 | 2025.01.31 23:34:19.153299 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1106 | 2025.01.31 23:34:19.153340 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1107 | 2025.01.31 23:34:19.153371 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1108 | 2025.01.31 23:34:19.153393 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1109 | 2025.01.31 23:34:19.153448 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <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'))" | ||
| 1110 | 2025.01.31 23:34:19.153478 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1111 | 2025.01.31 23:34:19.154197 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002013 sec., 8941.877794336811 rows/sec., 365.79 KiB/sec. | ||
| 1112 | 2025.01.31 23:34:19.154334 [ 262 ] {2da2a99a-0555-4a0e-a14c-f2454a596cd1} <Debug> TCPHandler: Processed in 0.002336003 sec. | ||
| 1113 | 2025.01.31 23:34:19.154630 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2025.01.31 23:34:19.154861 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 1115 | 2025.01.31 23:34:19.155212 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1116 | 2025.01.31 23:34:19.155259 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <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 | ||
| 1117 | 2025.01.31 23:34:19.155548 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1118 | 2025.01.31 23:34:19.155615 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1119 | 2025.01.31 23:34:19.155772 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1120 | 2025.01.31 23:34:19.155805 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1121 | 2025.01.31 23:34:19.155828 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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 | ||
| 1122 | 2025.01.31 23:34:19.155845 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1123 | 2025.01.31 23:34:19.155887 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <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'))" | ||
| 1124 | 2025.01.31 23:34:19.155911 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1125 | 2025.01.31 23:34:19.156607 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001862 sec., 9667.02470461869 rows/sec., 395.45 KiB/sec. | ||
| 1126 | 2025.01.31 23:34:19.156724 [ 258 ] {ea981e58-3e55-42f4-9742-b94d7e1e881f} <Debug> TCPHandler: Processed in 0.002153398 sec. | ||
| 1127 | 2025.01.31 23:34:19.157014 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1128 | 2025.01.31 23:34:19.157196 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 1129 | 2025.01.31 23:34:19.157557 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1130 | 2025.01.31 23:34:19.157614 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <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 | ||
| 1131 | 2025.01.31 23:34:19.157947 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1132 | 2025.01.31 23:34:19.158020 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1133 | 2025.01.31 23:34:19.158175 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1134 | 2025.01.31 23:34:19.158211 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1135 | 2025.01.31 23:34:19.158235 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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 | ||
| 1136 | 2025.01.31 23:34:19.158253 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1137 | 2025.01.31 23:34:19.158309 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <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'))" | ||
| 1138 | 2025.01.31 23:34:19.158339 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1139 | 2025.01.31 23:34:19.158923 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001812 sec., 9933.774834437087 rows/sec., 406.36 KiB/sec. | ||
| 1140 | 2025.01.31 23:34:19.159039 [ 262 ] {33d640ef-391e-4ebe-a32b-4631755c234f} <Debug> TCPHandler: Processed in 0.002089826 sec. | ||
| 1141 | 2025.01.31 23:34:19.159319 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2025.01.31 23:34:19.159497 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 1143 | 2025.01.31 23:34:19.159852 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1144 | 2025.01.31 23:34:19.159894 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <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 | ||
| 1145 | 2025.01.31 23:34:19.160215 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1146 | 2025.01.31 23:34:19.160296 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1147 | 2025.01.31 23:34:19.160454 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1148 | 2025.01.31 23:34:19.160489 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1149 | 2025.01.31 23:34:19.160512 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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 | ||
| 1150 | 2025.01.31 23:34:19.160543 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1151 | 2025.01.31 23:34:19.160600 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <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'))" | ||
| 1152 | 2025.01.31 23:34:19.160626 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1153 | 2025.01.31 23:34:19.161235 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001822 sec., 9879.253567508233 rows/sec., 404.13 KiB/sec. | ||
| 1154 | 2025.01.31 23:34:19.161359 [ 258 ] {a5e85861-b4de-4e6b-a169-8077065ab557} <Debug> TCPHandler: Processed in 0.002094726 sec. | ||
| 1155 | 2025.01.31 23:34:19.161623 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2025.01.31 23:34:19.161815 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 1157 | 2025.01.31 23:34:19.162153 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1158 | 2025.01.31 23:34:19.162201 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <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 | ||
| 1159 | 2025.01.31 23:34:19.162506 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1160 | 2025.01.31 23:34:19.162578 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1161 | 2025.01.31 23:34:19.162731 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1162 | 2025.01.31 23:34:19.162763 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1163 | 2025.01.31 23:34:19.162786 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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 | ||
| 1164 | 2025.01.31 23:34:19.162804 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1165 | 2025.01.31 23:34:19.162848 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <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'))" | ||
| 1166 | 2025.01.31 23:34:19.162872 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1167 | 2025.01.31 23:34:19.163444 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001716 sec., 10489.510489510489 rows/sec., 429.10 KiB/sec. | ||
| 1168 | 2025.01.31 23:34:19.163559 [ 262 ] {2fc815c2-0f88-4b62-af5b-6db5d86045d4} <Debug> TCPHandler: Processed in 0.001995283 sec. | ||
| 1169 | 2025.01.31 23:34:19.167664 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1170 | 2025.01.31 23:34:19.167978 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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) | ||
| 1171 | 2025.01.31 23:34:19.168313 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1172 | 2025.01.31 23:34:19.168361 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <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 | ||
| 1173 | 2025.01.31 23:34:19.168679 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1174 | 2025.01.31 23:34:19.168750 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1175 | 2025.01.31 23:34:19.168908 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1176 | 2025.01.31 23:34:19.168942 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1177 | 2025.01.31 23:34:19.168965 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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 | ||
| 1178 | 2025.01.31 23:34:19.168982 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1179 | 2025.01.31 23:34:19.169035 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <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'))" | ||
| 1180 | 2025.01.31 23:34:19.169061 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1181 | 2025.01.31 23:34:19.169813 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001976 sec., 9109.31174089069 rows/sec., 372.64 KiB/sec. | ||
| 1182 | 2025.01.31 23:34:19.169938 [ 258 ] {2aab58e0-aa88-44c4-9a3e-63a759f407d9} <Debug> TCPHandler: Processed in 0.002386115 sec. | ||
| 1183 | 2025.01.31 23:34:19.176660 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1184 | 2025.01.31 23:34:19.176788 [ 258 ] {6861261a-0d14-4848-8562-aa3f21867c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1185 | 2025.01.31 23:34:19.176840 [ 258 ] {6861261a-0d14-4848-8562-aa3f21867c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1186 | 2025.01.31 23:34:19.177573 [ 258 ] {6861261a-0d14-4848-8562-aa3f21867c23} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1187 | 2025.01.31 23:34:19.177624 [ 258 ] {6861261a-0d14-4848-8562-aa3f21867c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1188 | 2025.01.31 23:34:19.178340 [ 258 ] {6861261a-0d14-4848-8562-aa3f21867c23} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1189 | 2025.01.31 23:34:19.178808 [ 258 ] {6861261a-0d14-4848-8562-aa3f21867c23} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1190 | 2025.01.31 23:34:19.179045 [ 258 ] {6861261a-0d14-4848-8562-aa3f21867c23} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.002292 sec., 5671.902268760907 rows/sec., 1.12 MiB/sec. | ||
| 1191 | 2025.01.31 23:34:19.179102 [ 258 ] {6861261a-0d14-4848-8562-aa3f21867c23} <Debug> TCPHandler: Processed in 0.002498539 sec. | ||
| 1192 | 2025.01.31 23:34:19.179272 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1193 | 2025.01.31 23:34:19.179405 [ 262 ] {1e8dbec9-ee65-4fba-9b44-ba610140f297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1194 | 2025.01.31 23:34:19.179457 [ 262 ] {1e8dbec9-ee65-4fba-9b44-ba610140f297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1195 | 2025.01.31 23:34:19.180745 [ 262 ] {1e8dbec9-ee65-4fba-9b44-ba610140f297} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2025.01.31 23:34:19.180783 [ 262 ] {1e8dbec9-ee65-4fba-9b44-ba610140f297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1197 | 2025.01.31 23:34:19.181334 [ 262 ] {1e8dbec9-ee65-4fba-9b44-ba610140f297} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1198 | 2025.01.31 23:34:19.181803 [ 262 ] {1e8dbec9-ee65-4fba-9b44-ba610140f297} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1199 | 2025.01.31 23:34:19.182009 [ 262 ] {1e8dbec9-ee65-4fba-9b44-ba610140f297} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002635 sec., 5313.092979127135 rows/sec., 382.47 KiB/sec. | ||
| 1200 | 2025.01.31 23:34:19.182087 [ 262 ] {1e8dbec9-ee65-4fba-9b44-ba610140f297} <Debug> TCPHandler: Processed in 0.002873591 sec. | ||
| 1201 | 2025.01.31 23:34:19.182241 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2025.01.31 23:34:19.182364 [ 258 ] {d69b31a0-d849-4d5e-8834-3c32a6bcbe87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1203 | 2025.01.31 23:34:19.182415 [ 258 ] {d69b31a0-d849-4d5e-8834-3c32a6bcbe87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1204 | 2025.01.31 23:34:19.183159 [ 258 ] {d69b31a0-d849-4d5e-8834-3c32a6bcbe87} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2025.01.31 23:34:19.183200 [ 258 ] {d69b31a0-d849-4d5e-8834-3c32a6bcbe87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1206 | 2025.01.31 23:34:19.183733 [ 258 ] {d69b31a0-d849-4d5e-8834-3c32a6bcbe87} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1207 | 2025.01.31 23:34:19.184250 [ 258 ] {d69b31a0-d849-4d5e-8834-3c32a6bcbe87} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2025.01.31 23:34:19.184474 [ 258 ] {d69b31a0-d849-4d5e-8834-3c32a6bcbe87} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002139 sec., 102384.2917251052 rows/sec., 8.92 MiB/sec. | ||
| 1209 | 2025.01.31 23:34:19.184530 [ 258 ] {d69b31a0-d849-4d5e-8834-3c32a6bcbe87} <Debug> TCPHandler: Processed in 0.002349954 sec. | ||
| 1210 | 2025.01.31 23:34:19.184698 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1211 | 2025.01.31 23:34:19.184844 [ 262 ] {ce821296-7676-48bf-a949-177455ec7f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1212 | 2025.01.31 23:34:19.184904 [ 262 ] {ce821296-7676-48bf-a949-177455ec7f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1213 | 2025.01.31 23:34:19.185857 [ 262 ] {ce821296-7676-48bf-a949-177455ec7f7d} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1214 | 2025.01.31 23:34:19.185896 [ 262 ] {ce821296-7676-48bf-a949-177455ec7f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1215 | 2025.01.31 23:34:19.186407 [ 262 ] {ce821296-7676-48bf-a949-177455ec7f7d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1216 | 2025.01.31 23:34:19.186954 [ 262 ] {ce821296-7676-48bf-a949-177455ec7f7d} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1217 | 2025.01.31 23:34:19.187184 [ 262 ] {ce821296-7676-48bf-a949-177455ec7f7d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002349 sec., 6385.6960408684545 rows/sec., 450.24 KiB/sec. | ||
| 1218 | 2025.01.31 23:34:19.187293 [ 262 ] {ce821296-7676-48bf-a949-177455ec7f7d} <Debug> TCPHandler: Processed in 0.002661973 sec. | ||
| 1219 | 2025.01.31 23:34:19.187455 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1220 | 2025.01.31 23:34:19.187594 [ 258 ] {dc8e6e78-d24e-41fe-8429-9376b53f92f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1221 | 2025.01.31 23:34:19.187651 [ 258 ] {dc8e6e78-d24e-41fe-8429-9376b53f92f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1222 | 2025.01.31 23:34:19.188263 [ 258 ] {dc8e6e78-d24e-41fe-8429-9376b53f92f6} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2025.01.31 23:34:19.188303 [ 258 ] {dc8e6e78-d24e-41fe-8429-9376b53f92f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1224 | 2025.01.31 23:34:19.188828 [ 258 ] {dc8e6e78-d24e-41fe-8429-9376b53f92f6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1225 | 2025.01.31 23:34:19.189341 [ 258 ] {dc8e6e78-d24e-41fe-8429-9376b53f92f6} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1226 | 2025.01.31 23:34:19.189608 [ 258 ] {dc8e6e78-d24e-41fe-8429-9376b53f92f6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002033 sec., 6886.374815543531 rows/sec., 482.28 KiB/sec. | ||
| 1227 | 2025.01.31 23:34:19.189676 [ 258 ] {dc8e6e78-d24e-41fe-8429-9376b53f92f6} <Debug> TCPHandler: Processed in 0.002291132 sec. | ||
| 1228 | 2025.01.31 23:34:19.189851 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2025.01.31 23:34:19.189978 [ 262 ] {271fc79e-dd40-456e-85be-cf9bc58bfe0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1230 | 2025.01.31 23:34:19.190027 [ 262 ] {271fc79e-dd40-456e-85be-cf9bc58bfe0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1231 | 2025.01.31 23:34:19.190608 [ 262 ] {271fc79e-dd40-456e-85be-cf9bc58bfe0d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1232 | 2025.01.31 23:34:19.190646 [ 262 ] {271fc79e-dd40-456e-85be-cf9bc58bfe0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1233 | 2025.01.31 23:34:19.191140 [ 262 ] {271fc79e-dd40-456e-85be-cf9bc58bfe0d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1234 | 2025.01.31 23:34:19.191580 [ 262 ] {271fc79e-dd40-456e-85be-cf9bc58bfe0d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1235 | 2025.01.31 23:34:19.191896 [ 262 ] {271fc79e-dd40-456e-85be-cf9bc58bfe0d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001929 sec., 6739.243131156039 rows/sec., 420.19 KiB/sec. | ||
| 1236 | 2025.01.31 23:34:19.191968 [ 262 ] {271fc79e-dd40-456e-85be-cf9bc58bfe0d} <Debug> TCPHandler: Processed in 0.002197999 sec. | ||
| 1237 | 2025.01.31 23:34:19.192170 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2025.01.31 23:34:19.192340 [ 258 ] {b0a4ff0f-1d1e-47ee-a572-0872df002088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1239 | 2025.01.31 23:34:19.192410 [ 258 ] {b0a4ff0f-1d1e-47ee-a572-0872df002088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1240 | 2025.01.31 23:34:19.193311 [ 258 ] {b0a4ff0f-1d1e-47ee-a572-0872df002088} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1241 | 2025.01.31 23:34:19.193352 [ 258 ] {b0a4ff0f-1d1e-47ee-a572-0872df002088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1242 | 2025.01.31 23:34:19.193915 [ 258 ] {b0a4ff0f-1d1e-47ee-a572-0872df002088} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1243 | 2025.01.31 23:34:19.194462 [ 258 ] {b0a4ff0f-1d1e-47ee-a572-0872df002088} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1244 | 2025.01.31 23:34:19.194755 [ 258 ] {b0a4ff0f-1d1e-47ee-a572-0872df002088} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002455 sec., 158859.47046843177 rows/sec., 11.27 MiB/sec. | ||
| 1245 | 2025.01.31 23:34:19.194811 [ 258 ] {b0a4ff0f-1d1e-47ee-a572-0872df002088} <Debug> TCPHandler: Processed in 0.002725625 sec. | ||
| 1246 | 2025.01.31 23:34:19.194977 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1247 | 2025.01.31 23:34:19.195098 [ 262 ] {9a4fbbf3-1e7b-464f-a78c-eb7f827b1068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1248 | 2025.01.31 23:34:19.195149 [ 262 ] {9a4fbbf3-1e7b-464f-a78c-eb7f827b1068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1249 | 2025.01.31 23:34:19.195635 [ 262 ] {9a4fbbf3-1e7b-464f-a78c-eb7f827b1068} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1250 | 2025.01.31 23:34:19.195673 [ 262 ] {9a4fbbf3-1e7b-464f-a78c-eb7f827b1068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1251 | 2025.01.31 23:34:19.196181 [ 262 ] {9a4fbbf3-1e7b-464f-a78c-eb7f827b1068} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1252 | 2025.01.31 23:34:19.196704 [ 262 ] {9a4fbbf3-1e7b-464f-a78c-eb7f827b1068} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2025.01.31 23:34:19.196894 [ 262 ] {9a4fbbf3-1e7b-464f-a78c-eb7f827b1068} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00182 sec., 3296.7032967032965 rows/sec., 172.24 KiB/sec. | ||
| 1254 | 2025.01.31 23:34:19.196945 [ 262 ] {9a4fbbf3-1e7b-464f-a78c-eb7f827b1068} <Debug> TCPHandler: Processed in 0.002029394 sec. | ||
| 1255 | 2025.01.31 23:34:19.197102 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2025.01.31 23:34:19.197240 [ 258 ] {d05becfa-ff53-4fa2-ada0-3531d3f6e8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1257 | 2025.01.31 23:34:19.197304 [ 258 ] {d05becfa-ff53-4fa2-ada0-3531d3f6e8fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1258 | 2025.01.31 23:34:19.197963 [ 258 ] {d05becfa-ff53-4fa2-ada0-3531d3f6e8fc} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1259 | 2025.01.31 23:34:19.198003 [ 258 ] {d05becfa-ff53-4fa2-ada0-3531d3f6e8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1260 | 2025.01.31 23:34:19.198540 [ 258 ] {d05becfa-ff53-4fa2-ada0-3531d3f6e8fc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1261 | 2025.01.31 23:34:19.199123 [ 258 ] {d05becfa-ff53-4fa2-ada0-3531d3f6e8fc} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2025.01.31 23:34:19.199341 [ 258 ] {d05becfa-ff53-4fa2-ada0-3531d3f6e8fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002132 sec., 111163.22701688555 rows/sec., 7.45 MiB/sec. | ||
| 1263 | 2025.01.31 23:34:19.199393 [ 258 ] {d05becfa-ff53-4fa2-ada0-3531d3f6e8fc} <Debug> TCPHandler: Processed in 0.002360685 sec. | ||
| 1264 | 2025.01.31 23:34:19.199551 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1265 | 2025.01.31 23:34:19.199687 [ 262 ] {00fe4a59-9f0b-4e5a-9614-7ac3a92e1a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1266 | 2025.01.31 23:34:19.199748 [ 262 ] {00fe4a59-9f0b-4e5a-9614-7ac3a92e1a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1267 | 2025.01.31 23:34:19.200272 [ 262 ] {00fe4a59-9f0b-4e5a-9614-7ac3a92e1a91} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1268 | 2025.01.31 23:34:19.200310 [ 262 ] {00fe4a59-9f0b-4e5a-9614-7ac3a92e1a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1269 | 2025.01.31 23:34:19.200839 [ 262 ] {00fe4a59-9f0b-4e5a-9614-7ac3a92e1a91} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1270 | 2025.01.31 23:34:19.201330 [ 262 ] {00fe4a59-9f0b-4e5a-9614-7ac3a92e1a91} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1271 | 2025.01.31 23:34:19.201533 [ 262 ] {00fe4a59-9f0b-4e5a-9614-7ac3a92e1a91} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001878 sec., 532.4813631522896 rows/sec., 35.88 KiB/sec. | ||
| 1272 | 2025.01.31 23:34:19.201584 [ 262 ] {00fe4a59-9f0b-4e5a-9614-7ac3a92e1a91} <Debug> TCPHandler: Processed in 0.002100566 sec. | ||
| 1273 | 2025.01.31 23:34:19.201729 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2025.01.31 23:34:19.201847 [ 258 ] {714ac11e-7c9c-483c-ac6b-e282f7ce03da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1275 | 2025.01.31 23:34:19.201935 [ 258 ] {714ac11e-7c9c-483c-ac6b-e282f7ce03da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1276 | 2025.01.31 23:34:19.203172 [ 258 ] {714ac11e-7c9c-483c-ac6b-e282f7ce03da} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1277 | 2025.01.31 23:34:19.203211 [ 258 ] {714ac11e-7c9c-483c-ac6b-e282f7ce03da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1278 | 2025.01.31 23:34:19.205995 [ 258 ] {714ac11e-7c9c-483c-ac6b-e282f7ce03da} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1279 | 2025.01.31 23:34:19.206572 [ 258 ] {714ac11e-7c9c-483c-ac6b-e282f7ce03da} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1280 | 2025.01.31 23:34:19.206836 [ 258 ] {714ac11e-7c9c-483c-ac6b-e282f7ce03da} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004998 sec., 1600.640256102441 rows/sec., 2.87 MiB/sec. | ||
| 1281 | 2025.01.31 23:34:19.206955 [ 258 ] {714ac11e-7c9c-483c-ac6b-e282f7ce03da} <Debug> TCPHandler: Processed in 0.005282516 sec. | ||
| 1282 | 2025.01.31 23:34:19.207139 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1283 | 2025.01.31 23:34:19.207279 [ 262 ] {86c98516-45a4-48cc-9a3c-5a3500d2bae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1284 | 2025.01.31 23:34:19.207339 [ 262 ] {86c98516-45a4-48cc-9a3c-5a3500d2bae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1285 | 2025.01.31 23:34:19.207901 [ 262 ] {86c98516-45a4-48cc-9a3c-5a3500d2bae7} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1286 | 2025.01.31 23:34:19.207940 [ 262 ] {86c98516-45a4-48cc-9a3c-5a3500d2bae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1287 | 2025.01.31 23:34:19.208475 [ 262 ] {86c98516-45a4-48cc-9a3c-5a3500d2bae7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1288 | 2025.01.31 23:34:19.208973 [ 262 ] {86c98516-45a4-48cc-9a3c-5a3500d2bae7} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1289 | 2025.01.31 23:34:19.209203 [ 262 ] {86c98516-45a4-48cc-9a3c-5a3500d2bae7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001954 sec., 41965.19959058342 rows/sec., 2.67 MiB/sec. | ||
| 1290 | 2025.01.31 23:34:19.209257 [ 262 ] {86c98516-45a4-48cc-9a3c-5a3500d2bae7} <Debug> TCPHandler: Processed in 0.002186809 sec. | ||
| 1291 | 2025.01.31 23:34:24.133821 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2025.01.31 23:34:24.134075 [ 258 ] {a05ae3be-083e-4f16-974b-d7fd58a735bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1293 | 2025.01.31 23:34:24.134158 [ 258 ] {a05ae3be-083e-4f16-974b-d7fd58a735bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1294 | 2025.01.31 23:34:24.134952 [ 258 ] {a05ae3be-083e-4f16-974b-d7fd58a735bb} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2025.01.31 23:34:24.135005 [ 258 ] {a05ae3be-083e-4f16-974b-d7fd58a735bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1296 | 2025.01.31 23:34:24.135627 [ 258 ] {a05ae3be-083e-4f16-974b-d7fd58a735bb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1297 | 2025.01.31 23:34:24.136164 [ 258 ] {a05ae3be-083e-4f16-974b-d7fd58a735bb} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2025.01.31 23:34:24.136407 [ 258 ] {a05ae3be-083e-4f16-974b-d7fd58a735bb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002392 sec., 23411.371237458192 rows/sec., 1.79 MiB/sec. | ||
| 1299 | 2025.01.31 23:34:24.136474 [ 258 ] {a05ae3be-083e-4f16-974b-d7fd58a735bb} <Debug> TCPHandler: Processed in 0.002796948 sec. | ||
| 1300 | 2025.01.31 23:34:24.136751 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1301 | 2025.01.31 23:34:24.136961 [ 262 ] {238a0c0f-1449-4346-bd76-b89f27cde3a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1302 | 2025.01.31 23:34:24.137041 [ 262 ] {238a0c0f-1449-4346-bd76-b89f27cde3a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1303 | 2025.01.31 23:34:24.137963 [ 262 ] {238a0c0f-1449-4346-bd76-b89f27cde3a9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1304 | 2025.01.31 23:34:24.138033 [ 262 ] {238a0c0f-1449-4346-bd76-b89f27cde3a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1305 | 2025.01.31 23:34:24.138776 [ 262 ] {238a0c0f-1449-4346-bd76-b89f27cde3a9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1306 | 2025.01.31 23:34:24.139438 [ 262 ] {238a0c0f-1449-4346-bd76-b89f27cde3a9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1307 | 2025.01.31 23:34:24.139745 [ 262 ] {238a0c0f-1449-4346-bd76-b89f27cde3a9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002838 sec., 22551.09231853418 rows/sec., 1.76 MiB/sec. | ||
| 1308 | 2025.01.31 23:34:24.139839 [ 262 ] {238a0c0f-1449-4346-bd76-b89f27cde3a9} <Debug> TCPHandler: Processed in 0.003228711 sec. | ||
| 1309 | 2025.01.31 23:34:24.140039 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2025.01.31 23:34:24.140177 [ 258 ] {5ada3d23-c0b7-4cda-9f6e-3db27434a1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1311 | 2025.01.31 23:34:24.140239 [ 258 ] {5ada3d23-c0b7-4cda-9f6e-3db27434a1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1312 | 2025.01.31 23:34:24.140834 [ 258 ] {5ada3d23-c0b7-4cda-9f6e-3db27434a1c7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1313 | 2025.01.31 23:34:24.140877 [ 258 ] {5ada3d23-c0b7-4cda-9f6e-3db27434a1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1314 | 2025.01.31 23:34:24.141447 [ 258 ] {5ada3d23-c0b7-4cda-9f6e-3db27434a1c7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1315 | 2025.01.31 23:34:24.141958 [ 258 ] {5ada3d23-c0b7-4cda-9f6e-3db27434a1c7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1316 | 2025.01.31 23:34:24.142189 [ 258 ] {5ada3d23-c0b7-4cda-9f6e-3db27434a1c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002046 sec., 78201.36852394916 rows/sec., 5.45 MiB/sec. | ||
| 1317 | 2025.01.31 23:34:24.142280 [ 258 ] {5ada3d23-c0b7-4cda-9f6e-3db27434a1c7} <Debug> TCPHandler: Processed in 0.002303373 sec. | ||
| 1318 | 2025.01.31 23:34:24.142490 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1319 | 2025.01.31 23:34:24.142630 [ 262 ] {c610b6fe-7b66-4a28-bab2-573a26e0068d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1320 | 2025.01.31 23:34:24.142697 [ 262 ] {c610b6fe-7b66-4a28-bab2-573a26e0068d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1321 | 2025.01.31 23:34:24.143302 [ 262 ] {c610b6fe-7b66-4a28-bab2-573a26e0068d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1322 | 2025.01.31 23:34:24.143348 [ 262 ] {c610b6fe-7b66-4a28-bab2-573a26e0068d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1323 | 2025.01.31 23:34:24.143941 [ 262 ] {c610b6fe-7b66-4a28-bab2-573a26e0068d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1324 | 2025.01.31 23:34:24.144534 [ 262 ] {c610b6fe-7b66-4a28-bab2-573a26e0068d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1325 | 2025.01.31 23:34:24.144782 [ 262 ] {c610b6fe-7b66-4a28-bab2-573a26e0068d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002186 sec., 27447.392497712717 rows/sec., 1.85 MiB/sec. | ||
| 1326 | 2025.01.31 23:34:24.144862 [ 262 ] {c610b6fe-7b66-4a28-bab2-573a26e0068d} <Debug> TCPHandler: Processed in 0.002450107 sec. | ||
| 1327 | 2025.01.31 23:34:25.764878 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1328 | 2025.01.31 23:34:25.765572 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2025.01.31 23:34:25.765620 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1330 | 2025.01.31 23:34:25.766366 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1331 | 2025.01.31 23:34:25.766916 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1332 | 2025.01.31 23:34:25.767177 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1333 | 2025.01.31 23:34:25.888018 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1334 | 2025.01.31 23:34:25.907368 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1335 | 2025.01.31 23:34:25.907426 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1336 | 2025.01.31 23:34:25.914234 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1337 | 2025.01.31 23:34:25.915453 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1338 | 2025.01.31 23:34:25.918619 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1339 | 2025.01.31 23:34:28.256310 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202 | ||
| 1340 | 2025.01.31 23:34:28.259855 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1341 | 2025.01.31 23:34:28.259918 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1342 | 2025.01.31 23:34:28.261508 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1343 | 2025.01.31 23:34:28.261866 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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.31 23:34:28.262433 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1345 | 2025.01.31 23:34:29.139745 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2025.01.31 23:34:29.139948 [ 258 ] {fa1c4cf8-9aa1-4c7b-ba40-a504a3788fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1347 | 2025.01.31 23:34:29.140020 [ 258 ] {fa1c4cf8-9aa1-4c7b-ba40-a504a3788fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1348 | 2025.01.31 23:34:29.140756 [ 258 ] {fa1c4cf8-9aa1-4c7b-ba40-a504a3788fb2} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1349 | 2025.01.31 23:34:29.140804 [ 258 ] {fa1c4cf8-9aa1-4c7b-ba40-a504a3788fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1350 | 2025.01.31 23:34:29.141253 [ 258 ] {fa1c4cf8-9aa1-4c7b-ba40-a504a3788fb2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1351 | 2025.01.31 23:34:29.141512 [ 258 ] {fa1c4cf8-9aa1-4c7b-ba40-a504a3788fb2} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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.31 23:34:29.141733 [ 258 ] {fa1c4cf8-9aa1-4c7b-ba40-a504a3788fb2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001831 sec., 7646.095030038231 rows/sec., 550.42 KiB/sec. | ||
| 1353 | 2025.01.31 23:34:29.141911 [ 258 ] {fa1c4cf8-9aa1-4c7b-ba40-a504a3788fb2} <Debug> TCPHandler: Processed in 0.002286722 sec. | ||
| 1354 | 2025.01.31 23:34:29.142197 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.01.31 23:34:29.142445 [ 262 ] {e26fedab-9f82-4833-8f02-50f92bb07bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1356 | 2025.01.31 23:34:29.142536 [ 262 ] {e26fedab-9f82-4833-8f02-50f92bb07bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1357 | 2025.01.31 23:34:29.143493 [ 262 ] {e26fedab-9f82-4833-8f02-50f92bb07bf8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1358 | 2025.01.31 23:34:29.143548 [ 262 ] {e26fedab-9f82-4833-8f02-50f92bb07bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1359 | 2025.01.31 23:34:29.144006 [ 262 ] {e26fedab-9f82-4833-8f02-50f92bb07bf8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1360 | 2025.01.31 23:34:29.144272 [ 262 ] {e26fedab-9f82-4833-8f02-50f92bb07bf8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:34:29.144558 [ 262 ] {e26fedab-9f82-4833-8f02-50f92bb07bf8} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002174 sec., 100735.97056117754 rows/sec., 8.78 MiB/sec. | ||
| 1362 | 2025.01.31 23:34:29.144628 [ 262 ] {e26fedab-9f82-4833-8f02-50f92bb07bf8} <Debug> TCPHandler: Processed in 0.002578772 sec. | ||
| 1363 | 2025.01.31 23:34:29.144796 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2025.01.31 23:34:29.144949 [ 258 ] {abaaccc3-b13e-4239-bc02-52833c2c36f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1365 | 2025.01.31 23:34:29.145011 [ 258 ] {abaaccc3-b13e-4239-bc02-52833c2c36f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1366 | 2025.01.31 23:34:29.145630 [ 258 ] {abaaccc3-b13e-4239-bc02-52833c2c36f0} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1367 | 2025.01.31 23:34:29.145669 [ 258 ] {abaaccc3-b13e-4239-bc02-52833c2c36f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1368 | 2025.01.31 23:34:29.146037 [ 258 ] {abaaccc3-b13e-4239-bc02-52833c2c36f0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1369 | 2025.01.31 23:34:29.146279 [ 258 ] {abaaccc3-b13e-4239-bc02-52833c2c36f0} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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.31 23:34:29.146459 [ 258 ] {abaaccc3-b13e-4239-bc02-52833c2c36f0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001546 sec., 9702.457956015523 rows/sec., 684.10 KiB/sec. | ||
| 1371 | 2025.01.31 23:34:29.146514 [ 258 ] {abaaccc3-b13e-4239-bc02-52833c2c36f0} <Debug> TCPHandler: Processed in 0.001786646 sec. | ||
| 1372 | 2025.01.31 23:34:29.146682 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1373 | 2025.01.31 23:34:29.146813 [ 262 ] {da2d74c6-7ef3-4f13-85f0-fda44cea210b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1374 | 2025.01.31 23:34:29.146867 [ 262 ] {da2d74c6-7ef3-4f13-85f0-fda44cea210b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1375 | 2025.01.31 23:34:29.147471 [ 262 ] {da2d74c6-7ef3-4f13-85f0-fda44cea210b} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1376 | 2025.01.31 23:34:29.147512 [ 262 ] {da2d74c6-7ef3-4f13-85f0-fda44cea210b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1377 | 2025.01.31 23:34:29.147886 [ 262 ] {da2d74c6-7ef3-4f13-85f0-fda44cea210b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1378 | 2025.01.31 23:34:29.148126 [ 262 ] {da2d74c6-7ef3-4f13-85f0-fda44cea210b} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): 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.31 23:34:29.148406 [ 262 ] {da2d74c6-7ef3-4f13-85f0-fda44cea210b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001602 sec., 8739.076154806493 rows/sec., 612.03 KiB/sec. | ||
| 1380 | 2025.01.31 23:34:29.148498 [ 262 ] {da2d74c6-7ef3-4f13-85f0-fda44cea210b} <Debug> TCPHandler: Processed in 0.001875129 sec. | ||
| 1381 | 2025.01.31 23:34:29.148682 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2025.01.31 23:34:29.148826 [ 258 ] {ecb0b5e9-7663-46a8-ae5f-b5d546a0365a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1383 | 2025.01.31 23:34:29.148886 [ 258 ] {ecb0b5e9-7663-46a8-ae5f-b5d546a0365a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1384 | 2025.01.31 23:34:29.149512 [ 258 ] {ecb0b5e9-7663-46a8-ae5f-b5d546a0365a} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2025.01.31 23:34:29.149551 [ 258 ] {ecb0b5e9-7663-46a8-ae5f-b5d546a0365a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1386 | 2025.01.31 23:34:29.149908 [ 258 ] {ecb0b5e9-7663-46a8-ae5f-b5d546a0365a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1387 | 2025.01.31 23:34:29.150156 [ 258 ] {ecb0b5e9-7663-46a8-ae5f-b5d546a0365a} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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.31 23:34:29.150329 [ 258 ] {ecb0b5e9-7663-46a8-ae5f-b5d546a0365a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001537 sec., 8458.035133376708 rows/sec., 527.36 KiB/sec. | ||
| 1389 | 2025.01.31 23:34:29.150383 [ 258 ] {ecb0b5e9-7663-46a8-ae5f-b5d546a0365a} <Debug> TCPHandler: Processed in 0.001766866 sec. | ||
| 1390 | 2025.01.31 23:34:29.150535 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2025.01.31 23:34:29.150675 [ 262 ] {bc011f1e-8232-4f08-ab44-c368a17aff9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1392 | 2025.01.31 23:34:29.150735 [ 262 ] {bc011f1e-8232-4f08-ab44-c368a17aff9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1393 | 2025.01.31 23:34:29.151569 [ 262 ] {bc011f1e-8232-4f08-ab44-c368a17aff9f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1394 | 2025.01.31 23:34:29.151610 [ 262 ] {bc011f1e-8232-4f08-ab44-c368a17aff9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1395 | 2025.01.31 23:34:29.152006 [ 262 ] {bc011f1e-8232-4f08-ab44-c368a17aff9f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1396 | 2025.01.31 23:34:29.152241 [ 262 ] {bc011f1e-8232-4f08-ab44-c368a17aff9f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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.31 23:34:29.152460 [ 262 ] {bc011f1e-8232-4f08-ab44-c368a17aff9f} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001816 sec., 214757.70925110133 rows/sec., 15.23 MiB/sec. | ||
| 1398 | 2025.01.31 23:34:29.152515 [ 262 ] {bc011f1e-8232-4f08-ab44-c368a17aff9f} <Debug> TCPHandler: Processed in 0.002046515 sec. | ||
| 1399 | 2025.01.31 23:34:29.152669 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2025.01.31 23:34:29.152785 [ 258 ] {2b358653-c96e-497c-be73-084deaa80a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1401 | 2025.01.31 23:34:29.152835 [ 258 ] {2b358653-c96e-497c-be73-084deaa80a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1402 | 2025.01.31 23:34:29.153317 [ 258 ] {2b358653-c96e-497c-be73-084deaa80a19} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2025.01.31 23:34:29.153353 [ 258 ] {2b358653-c96e-497c-be73-084deaa80a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1404 | 2025.01.31 23:34:29.153729 [ 258 ] {2b358653-c96e-497c-be73-084deaa80a19} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1405 | 2025.01.31 23:34:29.153962 [ 258 ] {2b358653-c96e-497c-be73-084deaa80a19} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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.31 23:34:29.154193 [ 258 ] {2b358653-c96e-497c-be73-084deaa80a19} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. | ||
| 1407 | 2025.01.31 23:34:29.154305 [ 258 ] {2b358653-c96e-497c-be73-084deaa80a19} <Debug> TCPHandler: Processed in 0.001694803 sec. | ||
| 1408 | 2025.01.31 23:34:29.154465 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2025.01.31 23:34:29.154602 [ 262 ] {2efac733-5f71-4ca7-a1b3-863e80bbb164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1410 | 2025.01.31 23:34:29.154666 [ 262 ] {2efac733-5f71-4ca7-a1b3-863e80bbb164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1411 | 2025.01.31 23:34:29.155348 [ 262 ] {2efac733-5f71-4ca7-a1b3-863e80bbb164} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1412 | 2025.01.31 23:34:29.155389 [ 262 ] {2efac733-5f71-4ca7-a1b3-863e80bbb164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1413 | 2025.01.31 23:34:29.155810 [ 262 ] {2efac733-5f71-4ca7-a1b3-863e80bbb164} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1414 | 2025.01.31 23:34:29.156067 [ 262 ] {2efac733-5f71-4ca7-a1b3-863e80bbb164} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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.31 23:34:29.156263 [ 262 ] {2efac733-5f71-4ca7-a1b3-863e80bbb164} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001691 sec., 140153.755174453 rows/sec., 9.39 MiB/sec. | ||
| 1416 | 2025.01.31 23:34:29.156316 [ 262 ] {2efac733-5f71-4ca7-a1b3-863e80bbb164} <Debug> TCPHandler: Processed in 0.00191835 sec. | ||
| 1417 | 2025.01.31 23:34:29.156472 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1418 | 2025.01.31 23:34:29.156591 [ 258 ] {420208ba-51bd-4cf2-a70f-4617a776028f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1419 | 2025.01.31 23:34:29.156645 [ 258 ] {420208ba-51bd-4cf2-a70f-4617a776028f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1420 | 2025.01.31 23:34:29.157126 [ 258 ] {420208ba-51bd-4cf2-a70f-4617a776028f} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1421 | 2025.01.31 23:34:29.157165 [ 258 ] {420208ba-51bd-4cf2-a70f-4617a776028f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1422 | 2025.01.31 23:34:29.157527 [ 258 ] {420208ba-51bd-4cf2-a70f-4617a776028f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1423 | 2025.01.31 23:34:29.157765 [ 258 ] {420208ba-51bd-4cf2-a70f-4617a776028f} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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.31 23:34:29.157970 [ 258 ] {420208ba-51bd-4cf2-a70f-4617a776028f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec. | ||
| 1425 | 2025.01.31 23:34:29.158023 [ 258 ] {420208ba-51bd-4cf2-a70f-4617a776028f} <Debug> TCPHandler: Processed in 0.001608731 sec. | ||
| 1426 | 2025.01.31 23:34:29.158187 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2025.01.31 23:34:29.158309 [ 262 ] {11d3f6b4-0774-4cf9-a9d1-e7a8c24bb568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1428 | 2025.01.31 23:34:29.158393 [ 262 ] {11d3f6b4-0774-4cf9-a9d1-e7a8c24bb568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.31 23:34:29.159475 [ 262 ] {11d3f6b4-0774-4cf9-a9d1-e7a8c24bb568} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2025.01.31 23:34:29.159516 [ 262 ] {11d3f6b4-0774-4cf9-a9d1-e7a8c24bb568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1431 | 2025.01.31 23:34:29.160146 [ 262 ] {11d3f6b4-0774-4cf9-a9d1-e7a8c24bb568} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1432 | 2025.01.31 23:34:29.160415 [ 262 ] {11d3f6b4-0774-4cf9-a9d1-e7a8c24bb568} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): 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.31 23:34:29.160647 [ 262 ] {11d3f6b4-0774-4cf9-a9d1-e7a8c24bb568} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002362 sec., 3386.960203217612 rows/sec., 6.07 MiB/sec. | ||
| 1434 | 2025.01.31 23:34:29.160748 [ 262 ] {11d3f6b4-0774-4cf9-a9d1-e7a8c24bb568} <Debug> TCPHandler: Processed in 0.002619222 sec. | ||
| 1435 | 2025.01.31 23:34:29.160901 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.01.31 23:34:29.161045 [ 258 ] {126c2ad1-cf6d-404e-9e12-f1f287bf4b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1437 | 2025.01.31 23:34:29.161104 [ 258 ] {126c2ad1-cf6d-404e-9e12-f1f287bf4b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1438 | 2025.01.31 23:34:29.161618 [ 258 ] {126c2ad1-cf6d-404e-9e12-f1f287bf4b4d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1439 | 2025.01.31 23:34:29.161657 [ 258 ] {126c2ad1-cf6d-404e-9e12-f1f287bf4b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1440 | 2025.01.31 23:34:29.162026 [ 258 ] {126c2ad1-cf6d-404e-9e12-f1f287bf4b4d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1441 | 2025.01.31 23:34:29.162265 [ 258 ] {126c2ad1-cf6d-404e-9e12-f1f287bf4b4d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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.31 23:34:29.162551 [ 258 ] {126c2ad1-cf6d-404e-9e12-f1f287bf4b4d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00152 sec., 53947.368421052626 rows/sec., 3.43 MiB/sec. | ||
| 1443 | 2025.01.31 23:34:29.162661 [ 258 ] {126c2ad1-cf6d-404e-9e12-f1f287bf4b4d} <Debug> TCPHandler: Processed in 0.001824927 sec. | ||
| 1444 | 2025.01.31 23:34:33.199761 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1445 | 2025.01.31 23:34:33.199828 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1446 | 2025.01.31 23:34:33.268189 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1447 | 2025.01.31 23:34:33.268842 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1448 | 2025.01.31 23:34:33.268889 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1449 | 2025.01.31 23:34:33.269500 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1450 | 2025.01.31 23:34:33.269771 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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.31 23:34:33.269984 [ 70 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1452 | 2025.01.31 23:34:33.270025 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1453 | 2025.01.31 23:34:33.270080 [ 70 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1454 | 2025.01.31 23:34:33.270113 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1455 | 2025.01.31 23:34:33.271612 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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.31 23:34:33.271785 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1457 | 2025.01.31 23:34:33.272554 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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.31 23:34:33.272681 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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.31 23:34:33.272828 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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.31 23:34:33.273134 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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.31 23:34:33.273324 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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.31 23:34:33.273512 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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.31 23:34:33.294637 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.024441048 sec., 114806.86098239322 rows/sec., 1.64 MiB/sec. | ||
| 1464 | 2025.01.31 23:34:33.295334 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1465 | 2025.01.31 23:34:33.295645 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_6_1} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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.31 23:34:33.295726 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_6_1} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1467 | 2025.01.31 23:34:33.295829 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1468 | 2025.01.31 23:34:33.419590 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1469 | 2025.01.31 23:34:33.439669 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2025.01.31 23:34:33.439718 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1471 | 2025.01.31 23:34:33.446452 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1472 | 2025.01.31 23:34:33.447199 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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.31 23:34:33.447561 [ 69 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1474 | 2025.01.31 23:34:33.447695 [ 69 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.01.31 23:34:33.447778 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1476 | 2025.01.31 23:34:33.448248 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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.31 23:34:33.462698 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1478 | 2025.01.31 23:34:33.464321 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1479 | 2025.01.31 23:34:33.465438 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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.31 23:34:33.470501 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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.31 23:34:33.475679 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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.31 23:34:33.480582 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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.31 23:34:33.488070 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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.31 23:34:33.492828 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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.31 23:34:33.553933 [ 191 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.10599196 sec., 433.9951822760896 rows/sec., 2.24 MiB/sec. | ||
| 1486 | 2025.01.31 23:34:33.555732 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1487 | 2025.01.31 23:34:33.558092 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_6_1} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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.31 23:34:33.558190 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_6_1} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1489 | 2025.01.31 23:34:33.559300 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1490 | 2025.01.31 23:34:34.001163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.48 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 164.14 MiB (RSS), difference: 3.66 MiB | ||
| 1491 | 2025.01.31 23:34:34.132675 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1492 | 2025.01.31 23:34:34.132878 [ 258 ] {cb91e498-ec18-4c91-8779-a5c961f0f12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1493 | 2025.01.31 23:34:34.132955 [ 258 ] {cb91e498-ec18-4c91-8779-a5c961f0f12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1494 | 2025.01.31 23:34:34.133765 [ 258 ] {cb91e498-ec18-4c91-8779-a5c961f0f12d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.01.31 23:34:34.133803 [ 258 ] {cb91e498-ec18-4c91-8779-a5c961f0f12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1496 | 2025.01.31 23:34:34.134278 [ 258 ] {cb91e498-ec18-4c91-8779-a5c961f0f12d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1497 | 2025.01.31 23:34:34.134540 [ 258 ] {cb91e498-ec18-4c91-8779-a5c961f0f12d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:34:34.134687 [ 68 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1499 | 2025.01.31 23:34:34.134735 [ 68 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1500 | 2025.01.31 23:34:34.134739 [ 258 ] {cb91e498-ec18-4c91-8779-a5c961f0f12d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.23 MiB/sec. | ||
| 1501 | 2025.01.31 23:34:34.134764 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1502 | 2025.01.31 23:34:34.134856 [ 258 ] {cb91e498-ec18-4c91-8779-a5c961f0f12d} <Debug> TCPHandler: Processed in 0.002312942 sec. | ||
| 1503 | 2025.01.31 23:34:34.135225 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1504 | 2025.01.31 23:34:34.135282 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 1505 | 2025.01.31 23:34:34.135514 [ 262 ] {4b1e3df9-ba86-48f9-be1b-02e28b19bcbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1506 | 2025.01.31 23:34:34.135547 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1507 | 2025.01.31 23:34:34.135601 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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.31 23:34:34.135631 [ 262 ] {4b1e3df9-ba86-48f9-be1b-02e28b19bcbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1509 | 2025.01.31 23:34:34.135962 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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.31 23:34:34.136310 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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.31 23:34:34.136849 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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.31 23:34:34.137194 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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.31 23:34:34.137473 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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.31 23:34:34.138490 [ 262 ] {4b1e3df9-ba86-48f9-be1b-02e28b19bcbe} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1515 | 2025.01.31 23:34:34.138583 [ 262 ] {4b1e3df9-ba86-48f9-be1b-02e28b19bcbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1516 | 2025.01.31 23:34:34.139850 [ 262 ] {4b1e3df9-ba86-48f9-be1b-02e28b19bcbe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1517 | 2025.01.31 23:34:34.140432 [ 262 ] {4b1e3df9-ba86-48f9-be1b-02e28b19bcbe} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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.31 23:34:34.140542 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.005648018 sec., 117209.2581857919 rows/sec., 10.23 MiB/sec. | ||
| 1519 | 2025.01.31 23:34:34.140731 [ 68 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1520 | 2025.01.31 23:34:34.140847 [ 68 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1521 | 2025.01.31 23:34:34.140914 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1522 | 2025.01.31 23:34:34.140917 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1523 | 2025.01.31 23:34:34.140976 [ 262 ] {4b1e3df9-ba86-48f9-be1b-02e28b19bcbe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005547 sec., 11537.768162970975 rows/sec., 922.16 KiB/sec. | ||
| 1524 | 2025.01.31 23:34:34.141357 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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.31 23:34:34.141363 [ 262 ] {4b1e3df9-ba86-48f9-be1b-02e28b19bcbe} <Debug> TCPHandler: Processed in 0.00636057 sec. | ||
| 1526 | 2025.01.31 23:34:34.141733 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1527 | 2025.01.31 23:34:34.141764 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1528 | 2025.01.31 23:34:34.141836 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 1529 | 2025.01.31 23:34:34.141978 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_6_1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:34:34.142076 [ 258 ] {f8a2ccb2-3b38-4bf6-9fd3-724d4b375544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1531 | 2025.01.31 23:34:34.142286 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 1532 | 2025.01.31 23:34:34.142326 [ 258 ] {f8a2ccb2-3b38-4bf6-9fd3-724d4b375544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1533 | 2025.01.31 23:34:34.142539 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_6_1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1534 | 2025.01.31 23:34:34.142674 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 1535 | 2025.01.31 23:34:34.142898 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1536 | 2025.01.31 23:34:34.143142 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 1537 | 2025.01.31 23:34:34.143579 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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.31 23:34:34.144045 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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.31 23:34:34.145430 [ 258 ] {f8a2ccb2-3b38-4bf6-9fd3-724d4b375544} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1540 | 2025.01.31 23:34:34.145506 [ 258 ] {f8a2ccb2-3b38-4bf6-9fd3-724d4b375544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1541 | 2025.01.31 23:34:34.146643 [ 258 ] {f8a2ccb2-3b38-4bf6-9fd3-724d4b375544} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1542 | 2025.01.31 23:34:34.147163 [ 258 ] {f8a2ccb2-3b38-4bf6-9fd3-724d4b375544} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1543 | 2025.01.31 23:34:34.147293 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.006241076 sec., 165997.01718101173 rows/sec., 12.70 MiB/sec. | ||
| 1544 | 2025.01.31 23:34:34.147420 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1545 | 2025.01.31 23:34:34.147500 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1546 | 2025.01.31 23:34:34.147584 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1547 | 2025.01.31 23:34:34.147661 [ 258 ] {f8a2ccb2-3b38-4bf6-9fd3-724d4b375544} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005711 sec., 28016.109262826125 rows/sec., 1.95 MiB/sec. | ||
| 1548 | 2025.01.31 23:34:34.147730 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1549 | 2025.01.31 23:34:34.147913 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 1550 | 2025.01.31 23:34:34.148092 [ 258 ] {f8a2ccb2-3b38-4bf6-9fd3-724d4b375544} <Debug> TCPHandler: Processed in 0.006539665 sec. | ||
| 1551 | 2025.01.31 23:34:34.148388 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1552 | 2025.01.31 23:34:34.148463 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1553 | 2025.01.31 23:34:34.148575 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 1554 | 2025.01.31 23:34:34.148688 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_6_1} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1555 | 2025.01.31 23:34:34.148782 [ 262 ] {de66718b-2c32-4feb-84e8-74da67f46c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1556 | 2025.01.31 23:34:34.148976 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 1557 | 2025.01.31 23:34:34.149053 [ 262 ] {de66718b-2c32-4feb-84e8-74da67f46c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1558 | 2025.01.31 23:34:34.149108 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_6_1} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1559 | 2025.01.31 23:34:34.149391 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 1560 | 2025.01.31 23:34:34.149473 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1561 | 2025.01.31 23:34:34.149864 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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.31 23:34:34.150340 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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.31 23:34:34.150724 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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.31 23:34:34.151961 [ 262 ] {de66718b-2c32-4feb-84e8-74da67f46c0f} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1565 | 2025.01.31 23:34:34.152018 [ 262 ] {de66718b-2c32-4feb-84e8-74da67f46c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1566 | 2025.01.31 23:34:34.153021 [ 262 ] {de66718b-2c32-4feb-84e8-74da67f46c0f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1567 | 2025.01.31 23:34:34.153410 [ 262 ] {de66718b-2c32-4feb-84e8-74da67f46c0f} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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.31 23:34:34.153862 [ 68 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1569 | 2025.01.31 23:34:34.153881 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.006191025 sec., 174769.1214298117 rows/sec., 11.97 MiB/sec. | ||
| 1570 | 2025.01.31 23:34:34.153950 [ 68 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1571 | 2025.01.31 23:34:34.154001 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1572 | 2025.01.31 23:34:34.154008 [ 262 ] {de66718b-2c32-4feb-84e8-74da67f46c0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005378 sec., 11156.563778356267 rows/sec., 769.92 KiB/sec. | ||
| 1573 | 2025.01.31 23:34:34.154425 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1574 | 2025.01.31 23:34:34.154539 [ 262 ] {de66718b-2c32-4feb-84e8-74da67f46c0f} <Debug> TCPHandler: Processed in 0.006291588 sec. | ||
| 1575 | 2025.01.31 23:34:34.154601 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1576 | 2025.01.31 23:34:34.155004 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1577 | 2025.01.31 23:34:34.155072 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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.31 23:34:34.155315 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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.31 23:34:34.155478 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1580 | 2025.01.31 23:34:34.155645 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 1581 | 2025.01.31 23:34:34.155862 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1582 | 2025.01.31 23:34:34.155917 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 1583 | 2025.01.31 23:34:34.156161 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1584 | 2025.01.31 23:34:34.156278 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 1585 | 2025.01.31 23:34:34.156351 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 1586 | 2025.01.31 23:34:34.157504 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003385206 sec., 115797.97507153184 rows/sec., 7.62 MiB/sec. | ||
| 1587 | 2025.01.31 23:34:34.157673 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1588 | 2025.01.31 23:34:34.157959 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_6_1} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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.31 23:34:34.158031 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_6_1} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1590 | 2025.01.31 23:34:34.158110 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1591 | 2025.01.31 23:34:35.207720 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1592 | 2025.01.31 23:34:35.207988 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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.31 23:34:35.208417 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1594 | 2025.01.31 23:34:35.208469 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <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.31 23:34:35.208820 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1596 | 2025.01.31 23:34:35.208907 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1597 | 2025.01.31 23:34:35.209092 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1598 | 2025.01.31 23:34:35.209338 [ 295 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1599 | 2025.01.31 23:34:35.209385 [ 296 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1600 | 2025.01.31 23:34:35.209516 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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.31 23:34:35.209552 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1602 | 2025.01.31 23:34:35.213652 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1603 | 2025.01.31 23:34:35.213694 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1604 | 2025.01.31 23:34:35.213767 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <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.31 23:34:35.213832 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <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.31 23:34:35.215326 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00746 sec., 4155.495978552279 rows/sec., 156.83 KiB/sec. | ||
| 1607 | 2025.01.31 23:34:35.215483 [ 258 ] {a153e8f7-c327-4a75-9806-81f32589c923} <Debug> TCPHandler: Processed in 0.007893508 sec. | ||
| 1608 | 2025.01.31 23:34:35.215924 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1609 | 2025.01.31 23:34:35.216160 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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.31 23:34:35.216583 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1611 | 2025.01.31 23:34:35.216636 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <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.31 23:34:35.216988 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1613 | 2025.01.31 23:34:35.217071 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1614 | 2025.01.31 23:34:35.217257 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1615 | 2025.01.31 23:34:35.217379 [ 295 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1616 | 2025.01.31 23:34:35.217394 [ 297 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1617 | 2025.01.31 23:34:35.217515 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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.31 23:34:35.217545 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1619 | 2025.01.31 23:34:35.217634 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1620 | 2025.01.31 23:34:35.217659 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1621 | 2025.01.31 23:34:35.217702 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <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.31 23:34:35.217753 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <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.31 23:34:35.218928 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00288 sec., 10763.888888888889 rows/sec., 406.22 KiB/sec. | ||
| 1624 | 2025.01.31 23:34:35.219079 [ 262 ] {b7c7a04a-6302-4bf8-8ce8-41ae99970896} <Debug> TCPHandler: Processed in 0.003289703 sec. | ||
| 1625 | 2025.01.31 23:34:35.219371 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1626 | 2025.01.31 23:34:35.219609 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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.31 23:34:35.220027 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1628 | 2025.01.31 23:34:35.220087 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <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.31 23:34:35.220456 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1630 | 2025.01.31 23:34:35.220524 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1631 | 2025.01.31 23:34:35.220684 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1632 | 2025.01.31 23:34:35.220799 [ 296 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1633 | 2025.01.31 23:34:35.220804 [ 295 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1634 | 2025.01.31 23:34:35.220920 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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.31 23:34:35.220948 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1636 | 2025.01.31 23:34:35.221033 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1637 | 2025.01.31 23:34:35.221056 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1638 | 2025.01.31 23:34:35.221112 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <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.31 23:34:35.221214 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <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.31 23:34:35.222528 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00304 sec., 10197.368421052632 rows/sec., 384.84 KiB/sec. | ||
| 1641 | 2025.01.31 23:34:35.222672 [ 258 ] {fdee4094-9353-462e-ae34-e41b5ba7f6ed} <Debug> TCPHandler: Processed in 0.003366236 sec. | ||
| 1642 | 2025.01.31 23:34:35.222942 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1643 | 2025.01.31 23:34:35.223140 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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.31 23:34:35.223499 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1645 | 2025.01.31 23:34:35.223550 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <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.31 23:34:35.223872 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1647 | 2025.01.31 23:34:35.223942 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1648 | 2025.01.31 23:34:35.224102 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1649 | 2025.01.31 23:34:35.224190 [ 295 ] {94913c36-b349-4539-9188-13acc3147d71} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1650 | 2025.01.31 23:34:35.224210 [ 297 ] {94913c36-b349-4539-9188-13acc3147d71} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1651 | 2025.01.31 23:34:35.224311 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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.31 23:34:35.224340 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1653 | 2025.01.31 23:34:35.224427 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1654 | 2025.01.31 23:34:35.224451 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1655 | 2025.01.31 23:34:35.224494 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <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.31 23:34:35.224544 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <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.31 23:34:35.225649 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002609 sec., 11881.947106170946 rows/sec., 448.42 KiB/sec. | ||
| 1658 | 2025.01.31 23:34:35.225791 [ 262 ] {94913c36-b349-4539-9188-13acc3147d71} <Debug> TCPHandler: Processed in 0.002913632 sec. | ||
| 1659 | 2025.01.31 23:34:35.226058 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1660 | 2025.01.31 23:34:35.226288 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) 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.31 23:34:35.226647 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1662 | 2025.01.31 23:34:35.226698 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <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.31 23:34:35.227020 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1664 | 2025.01.31 23:34:35.227088 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1665 | 2025.01.31 23:34:35.227242 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1666 | 2025.01.31 23:34:35.227358 [ 295 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1667 | 2025.01.31 23:34:35.227362 [ 297 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1668 | 2025.01.31 23:34:35.227465 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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.31 23:34:35.227489 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1670 | 2025.01.31 23:34:35.227573 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1671 | 2025.01.31 23:34:35.227596 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1672 | 2025.01.31 23:34:35.227638 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <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.31 23:34:35.227690 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <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.31 23:34:35.228723 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002555 sec., 12133.07240704501 rows/sec., 457.90 KiB/sec. | ||
| 1675 | 2025.01.31 23:34:35.228859 [ 258 ] {9ade0879-18a6-4342-bfc2-725f178bb918} <Debug> TCPHandler: Processed in 0.0028684 sec. | ||
| 1676 | 2025.01.31 23:34:35.229115 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1677 | 2025.01.31 23:34:35.229310 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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.31 23:34:35.229668 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1679 | 2025.01.31 23:34:35.229718 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <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.31 23:34:35.230045 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1681 | 2025.01.31 23:34:35.230114 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1682 | 2025.01.31 23:34:35.230271 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1683 | 2025.01.31 23:34:35.230388 [ 296 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1684 | 2025.01.31 23:34:35.230390 [ 297 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1685 | 2025.01.31 23:34:35.230508 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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.31 23:34:35.230538 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1687 | 2025.01.31 23:34:35.230622 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1688 | 2025.01.31 23:34:35.230645 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1689 | 2025.01.31 23:34:35.230687 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <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.31 23:34:35.230739 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <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.31 23:34:35.231809 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002596 sec., 11941.44838212635 rows/sec., 450.66 KiB/sec. | ||
| 1692 | 2025.01.31 23:34:35.231945 [ 262 ] {d1a33d88-0679-4636-892e-fdb1d6d6a60f} <Debug> TCPHandler: Processed in 0.002890581 sec. | ||
| 1693 | 2025.01.31 23:34:35.314564 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1694 | 2025.01.31 23:34:35.314715 [ 258 ] {79ca749a-24bf-45d2-925c-7ae077e29fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1695 | 2025.01.31 23:34:35.314778 [ 258 ] {79ca749a-24bf-45d2-925c-7ae077e29fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1696 | 2025.01.31 23:34:35.315672 [ 258 ] {79ca749a-24bf-45d2-925c-7ae077e29fbf} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1697 | 2025.01.31 23:34:35.315728 [ 258 ] {79ca749a-24bf-45d2-925c-7ae077e29fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1698 | 2025.01.31 23:34:35.316355 [ 258 ] {79ca749a-24bf-45d2-925c-7ae077e29fbf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1699 | 2025.01.31 23:34:35.316600 [ 258 ] {79ca749a-24bf-45d2-925c-7ae077e29fbf} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): 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.31 23:34:35.316895 [ 258 ] {79ca749a-24bf-45d2-925c-7ae077e29fbf} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002204 sec., 2722.323049001815 rows/sec., 606.14 KiB/sec. | ||
| 1701 | 2025.01.31 23:34:35.317027 [ 258 ] {79ca749a-24bf-45d2-925c-7ae077e29fbf} <Debug> TCPHandler: Processed in 0.00254097 sec. | ||
| 1702 | 2025.01.31 23:34:35.317232 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1703 | 2025.01.31 23:34:35.317389 [ 262 ] {95ea44be-6ac9-4084-9efa-5167bf925d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1704 | 2025.01.31 23:34:35.317454 [ 262 ] {95ea44be-6ac9-4084-9efa-5167bf925d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1705 | 2025.01.31 23:34:35.318156 [ 262 ] {95ea44be-6ac9-4084-9efa-5167bf925d49} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1706 | 2025.01.31 23:34:35.318205 [ 262 ] {95ea44be-6ac9-4084-9efa-5167bf925d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1707 | 2025.01.31 23:34:35.318666 [ 262 ] {95ea44be-6ac9-4084-9efa-5167bf925d49} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1708 | 2025.01.31 23:34:35.318931 [ 262 ] {95ea44be-6ac9-4084-9efa-5167bf925d49} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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.31 23:34:35.319180 [ 262 ] {95ea44be-6ac9-4084-9efa-5167bf925d49} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001832 sec., 7641.921397379912 rows/sec., 550.12 KiB/sec. | ||
| 1710 | 2025.01.31 23:34:35.319247 [ 262 ] {95ea44be-6ac9-4084-9efa-5167bf925d49} <Debug> TCPHandler: Processed in 0.002108606 sec. | ||
| 1711 | 2025.01.31 23:34:35.319413 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2025.01.31 23:34:35.319535 [ 258 ] {bc182954-461f-4551-a3da-5252c5835349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1713 | 2025.01.31 23:34:35.319587 [ 258 ] {bc182954-461f-4551-a3da-5252c5835349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1714 | 2025.01.31 23:34:35.321035 [ 258 ] {bc182954-461f-4551-a3da-5252c5835349} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1715 | 2025.01.31 23:34:35.321078 [ 258 ] {bc182954-461f-4551-a3da-5252c5835349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1716 | 2025.01.31 23:34:35.321617 [ 258 ] {bc182954-461f-4551-a3da-5252c5835349} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1717 | 2025.01.31 23:34:35.321904 [ 258 ] {bc182954-461f-4551-a3da-5252c5835349} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:34:35.322142 [ 258 ] {bc182954-461f-4551-a3da-5252c5835349} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002627 sec., 517320.1370384469 rows/sec., 42.99 MiB/sec. | ||
| 1719 | 2025.01.31 23:34:35.322302 [ 258 ] {bc182954-461f-4551-a3da-5252c5835349} <Debug> TCPHandler: Processed in 0.002948743 sec. | ||
| 1720 | 2025.01.31 23:34:35.322465 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1721 | 2025.01.31 23:34:35.322591 [ 262 ] {8386ca23-f881-49a8-aa70-cb96ed0d0d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1722 | 2025.01.31 23:34:35.322646 [ 262 ] {8386ca23-f881-49a8-aa70-cb96ed0d0d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1723 | 2025.01.31 23:34:35.323248 [ 262 ] {8386ca23-f881-49a8-aa70-cb96ed0d0d58} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1724 | 2025.01.31 23:34:35.323289 [ 262 ] {8386ca23-f881-49a8-aa70-cb96ed0d0d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1725 | 2025.01.31 23:34:35.323672 [ 262 ] {8386ca23-f881-49a8-aa70-cb96ed0d0d58} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1726 | 2025.01.31 23:34:35.323952 [ 262 ] {8386ca23-f881-49a8-aa70-cb96ed0d0d58} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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.31 23:34:35.324142 [ 262 ] {8386ca23-f881-49a8-aa70-cb96ed0d0d58} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001581 sec., 9487.666034155598 rows/sec., 668.95 KiB/sec. | ||
| 1728 | 2025.01.31 23:34:35.324202 [ 262 ] {8386ca23-f881-49a8-aa70-cb96ed0d0d58} <Debug> TCPHandler: Processed in 0.001796127 sec. | ||
| 1729 | 2025.01.31 23:34:35.324378 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1730 | 2025.01.31 23:34:35.324504 [ 258 ] {53a7de6b-dc5b-464f-8c72-f719241ada16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1731 | 2025.01.31 23:34:35.324557 [ 258 ] {53a7de6b-dc5b-464f-8c72-f719241ada16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1732 | 2025.01.31 23:34:35.325238 [ 258 ] {53a7de6b-dc5b-464f-8c72-f719241ada16} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1733 | 2025.01.31 23:34:35.325282 [ 258 ] {53a7de6b-dc5b-464f-8c72-f719241ada16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1734 | 2025.01.31 23:34:35.325690 [ 258 ] {53a7de6b-dc5b-464f-8c72-f719241ada16} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1735 | 2025.01.31 23:34:35.325959 [ 258 ] {53a7de6b-dc5b-464f-8c72-f719241ada16} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): 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.31 23:34:35.326181 [ 258 ] {53a7de6b-dc5b-464f-8c72-f719241ada16} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001704 sec., 142018.779342723 rows/sec., 9.62 MiB/sec. | ||
| 1737 | 2025.01.31 23:34:35.326242 [ 258 ] {53a7de6b-dc5b-464f-8c72-f719241ada16} <Debug> TCPHandler: Processed in 0.001923011 sec. | ||
| 1738 | 2025.01.31 23:34:35.326410 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.01.31 23:34:35.326533 [ 262 ] {52c6af7f-131d-4678-8f7c-8cfce830d8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1740 | 2025.01.31 23:34:35.326584 [ 262 ] {52c6af7f-131d-4678-8f7c-8cfce830d8b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1741 | 2025.01.31 23:34:35.327188 [ 262 ] {52c6af7f-131d-4678-8f7c-8cfce830d8b7} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1742 | 2025.01.31 23:34:35.327228 [ 262 ] {52c6af7f-131d-4678-8f7c-8cfce830d8b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1743 | 2025.01.31 23:34:35.327602 [ 262 ] {52c6af7f-131d-4678-8f7c-8cfce830d8b7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1744 | 2025.01.31 23:34:35.327859 [ 262 ] {52c6af7f-131d-4678-8f7c-8cfce830d8b7} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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.31 23:34:35.328037 [ 262 ] {52c6af7f-131d-4678-8f7c-8cfce830d8b7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001532 sec., 8485.639686684073 rows/sec., 529.08 KiB/sec. | ||
| 1746 | 2025.01.31 23:34:35.328097 [ 262 ] {52c6af7f-131d-4678-8f7c-8cfce830d8b7} <Debug> TCPHandler: Processed in 0.001753035 sec. | ||
| 1747 | 2025.01.31 23:34:35.328254 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1748 | 2025.01.31 23:34:35.328373 [ 258 ] {151446ee-5410-4801-97b0-c86215d2e2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1749 | 2025.01.31 23:34:35.328425 [ 258 ] {151446ee-5410-4801-97b0-c86215d2e2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1750 | 2025.01.31 23:34:35.329352 [ 258 ] {151446ee-5410-4801-97b0-c86215d2e2c3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1751 | 2025.01.31 23:34:35.329394 [ 258 ] {151446ee-5410-4801-97b0-c86215d2e2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1752 | 2025.01.31 23:34:35.329813 [ 258 ] {151446ee-5410-4801-97b0-c86215d2e2c3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1753 | 2025.01.31 23:34:35.330078 [ 258 ] {151446ee-5410-4801-97b0-c86215d2e2c3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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.31 23:34:35.330294 [ 258 ] {151446ee-5410-4801-97b0-c86215d2e2c3} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001948 sec., 434291.58110882953 rows/sec., 31.39 MiB/sec. | ||
| 1755 | 2025.01.31 23:34:35.330355 [ 258 ] {151446ee-5410-4801-97b0-c86215d2e2c3} <Debug> TCPHandler: Processed in 0.002162048 sec. | ||
| 1756 | 2025.01.31 23:34:35.330515 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1757 | 2025.01.31 23:34:35.330638 [ 262 ] {284b7ff4-cb7a-4ce4-a357-d311a8d5d615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1758 | 2025.01.31 23:34:35.330693 [ 262 ] {284b7ff4-cb7a-4ce4-a357-d311a8d5d615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1759 | 2025.01.31 23:34:35.331192 [ 262 ] {284b7ff4-cb7a-4ce4-a357-d311a8d5d615} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1760 | 2025.01.31 23:34:35.331231 [ 262 ] {284b7ff4-cb7a-4ce4-a357-d311a8d5d615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1761 | 2025.01.31 23:34:35.331626 [ 262 ] {284b7ff4-cb7a-4ce4-a357-d311a8d5d615} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1762 | 2025.01.31 23:34:35.331890 [ 262 ] {284b7ff4-cb7a-4ce4-a357-d311a8d5d615} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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.31 23:34:35.332067 [ 262 ] {284b7ff4-cb7a-4ce4-a357-d311a8d5d615} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec. | ||
| 1764 | 2025.01.31 23:34:35.332122 [ 262 ] {284b7ff4-cb7a-4ce4-a357-d311a8d5d615} <Debug> TCPHandler: Processed in 0.001666203 sec. | ||
| 1765 | 2025.01.31 23:34:35.332267 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1766 | 2025.01.31 23:34:35.332384 [ 258 ] {7e3a7190-e002-4dbe-8bb2-f83b2258753f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1767 | 2025.01.31 23:34:35.332438 [ 258 ] {7e3a7190-e002-4dbe-8bb2-f83b2258753f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1768 | 2025.01.31 23:34:35.334399 [ 258 ] {7e3a7190-e002-4dbe-8bb2-f83b2258753f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1769 | 2025.01.31 23:34:35.334439 [ 258 ] {7e3a7190-e002-4dbe-8bb2-f83b2258753f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1770 | 2025.01.31 23:34:35.335016 [ 258 ] {7e3a7190-e002-4dbe-8bb2-f83b2258753f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1771 | 2025.01.31 23:34:35.335289 [ 258 ] {7e3a7190-e002-4dbe-8bb2-f83b2258753f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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.31 23:34:35.335509 [ 258 ] {7e3a7190-e002-4dbe-8bb2-f83b2258753f} <Debug> executeQuery: Read 2323 rows, 158.49 KiB in 0.003151 sec., 737226.2773722628 rows/sec., 49.12 MiB/sec. | ||
| 1773 | 2025.01.31 23:34:35.335683 [ 258 ] {7e3a7190-e002-4dbe-8bb2-f83b2258753f} <Debug> TCPHandler: Processed in 0.003469438 sec. | ||
| 1774 | 2025.01.31 23:34:35.335851 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1775 | 2025.01.31 23:34:35.335990 [ 262 ] {103e0449-1a8f-4126-9ec1-728805c58ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1776 | 2025.01.31 23:34:35.336048 [ 262 ] {103e0449-1a8f-4126-9ec1-728805c58ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1777 | 2025.01.31 23:34:35.336562 [ 262 ] {103e0449-1a8f-4126-9ec1-728805c58ca7} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1778 | 2025.01.31 23:34:35.336602 [ 262 ] {103e0449-1a8f-4126-9ec1-728805c58ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1779 | 2025.01.31 23:34:35.336988 [ 262 ] {103e0449-1a8f-4126-9ec1-728805c58ca7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1780 | 2025.01.31 23:34:35.337240 [ 262 ] {103e0449-1a8f-4126-9ec1-728805c58ca7} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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.31 23:34:35.337535 [ 262 ] {103e0449-1a8f-4126-9ec1-728805c58ca7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec. | ||
| 1782 | 2025.01.31 23:34:35.337597 [ 262 ] {103e0449-1a8f-4126-9ec1-728805c58ca7} <Debug> TCPHandler: Processed in 0.001805587 sec. | ||
| 1783 | 2025.01.31 23:34:35.337746 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1784 | 2025.01.31 23:34:35.337865 [ 258 ] {ba7fbe9f-af5d-4953-9820-f9beaefbe4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1785 | 2025.01.31 23:34:35.337949 [ 258 ] {ba7fbe9f-af5d-4953-9820-f9beaefbe4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.31 23:34:35.339063 [ 258 ] {ba7fbe9f-af5d-4953-9820-f9beaefbe4a4} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1787 | 2025.01.31 23:34:35.339103 [ 258 ] {ba7fbe9f-af5d-4953-9820-f9beaefbe4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1788 | 2025.01.31 23:34:35.339736 [ 258 ] {ba7fbe9f-af5d-4953-9820-f9beaefbe4a4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1789 | 2025.01.31 23:34:35.340003 [ 258 ] {ba7fbe9f-af5d-4953-9820-f9beaefbe4a4} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): 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.31 23:34:35.340250 [ 258 ] {ba7fbe9f-af5d-4953-9820-f9beaefbe4a4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00241 sec., 3319.5020746887967 rows/sec., 5.95 MiB/sec. | ||
| 1791 | 2025.01.31 23:34:35.340355 [ 258 ] {ba7fbe9f-af5d-4953-9820-f9beaefbe4a4} <Debug> TCPHandler: Processed in 0.002664353 sec. | ||
| 1792 | 2025.01.31 23:34:35.340524 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1793 | 2025.01.31 23:34:35.340646 [ 262 ] {82c1fdd3-bbd5-4836-b3c8-5cd0e7724cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1794 | 2025.01.31 23:34:35.340697 [ 262 ] {82c1fdd3-bbd5-4836-b3c8-5cd0e7724cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1795 | 2025.01.31 23:34:35.341182 [ 262 ] {82c1fdd3-bbd5-4836-b3c8-5cd0e7724cce} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1796 | 2025.01.31 23:34:35.341219 [ 262 ] {82c1fdd3-bbd5-4836-b3c8-5cd0e7724cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1797 | 2025.01.31 23:34:35.341593 [ 262 ] {82c1fdd3-bbd5-4836-b3c8-5cd0e7724cce} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1798 | 2025.01.31 23:34:35.341835 [ 262 ] {82c1fdd3-bbd5-4836-b3c8-5cd0e7724cce} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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.31 23:34:35.342040 [ 262 ] {82c1fdd3-bbd5-4836-b3c8-5cd0e7724cce} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001416 sec., 24011.29943502825 rows/sec., 1.39 MiB/sec. | ||
| 1800 | 2025.01.31 23:34:35.342207 [ 262 ] {82c1fdd3-bbd5-4836-b3c8-5cd0e7724cce} <Debug> TCPHandler: Processed in 0.001747655 sec. | ||
| 1801 | 2025.01.31 23:34:38.263613 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268 | ||
| 1802 | 2025.01.31 23:34:38.267451 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1803 | 2025.01.31 23:34:38.267514 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1804 | 2025.01.31 23:34:38.269146 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1805 | 2025.01.31 23:34:38.269488 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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.31 23:34:38.270118 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268 | ||
| 1807 | 2025.01.31 23:34:39.131941 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1808 | 2025.01.31 23:34:39.132244 [ 258 ] {7513b97a-fe30-4916-9178-e47433575f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1809 | 2025.01.31 23:34:39.132359 [ 258 ] {7513b97a-fe30-4916-9178-e47433575f50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1810 | 2025.01.31 23:34:39.133192 [ 258 ] {7513b97a-fe30-4916-9178-e47433575f50} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1811 | 2025.01.31 23:34:39.133235 [ 258 ] {7513b97a-fe30-4916-9178-e47433575f50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1812 | 2025.01.31 23:34:39.133671 [ 258 ] {7513b97a-fe30-4916-9178-e47433575f50} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1813 | 2025.01.31 23:34:39.133932 [ 258 ] {7513b97a-fe30-4916-9178-e47433575f50} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:34:39.134171 [ 258 ] {7513b97a-fe30-4916-9178-e47433575f50} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002013 sec., 27819.175360158966 rows/sec., 2.12 MiB/sec. | ||
| 1815 | 2025.01.31 23:34:39.134239 [ 258 ] {7513b97a-fe30-4916-9178-e47433575f50} <Debug> TCPHandler: Processed in 0.002480948 sec. | ||
| 1816 | 2025.01.31 23:34:39.134508 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1817 | 2025.01.31 23:34:39.134702 [ 262 ] {6a333670-cda7-4a84-81f2-d87b38f03509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1818 | 2025.01.31 23:34:39.134774 [ 262 ] {6a333670-cda7-4a84-81f2-d87b38f03509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1819 | 2025.01.31 23:34:39.135529 [ 262 ] {6a333670-cda7-4a84-81f2-d87b38f03509} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1820 | 2025.01.31 23:34:39.135576 [ 262 ] {6a333670-cda7-4a84-81f2-d87b38f03509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1821 | 2025.01.31 23:34:39.136012 [ 262 ] {6a333670-cda7-4a84-81f2-d87b38f03509} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1822 | 2025.01.31 23:34:39.136265 [ 262 ] {6a333670-cda7-4a84-81f2-d87b38f03509} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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.31 23:34:39.136641 [ 262 ] {6a333670-cda7-4a84-81f2-d87b38f03509} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001992 sec., 32128.514056224903 rows/sec., 2.51 MiB/sec. | ||
| 1824 | 2025.01.31 23:34:39.136706 [ 262 ] {6a333670-cda7-4a84-81f2-d87b38f03509} <Debug> TCPHandler: Processed in 0.002338553 sec. | ||
| 1825 | 2025.01.31 23:34:39.136853 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1826 | 2025.01.31 23:34:39.137001 [ 258 ] {d8a55d73-ec4d-4146-8d4a-f4f8f254fd52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1827 | 2025.01.31 23:34:39.137067 [ 258 ] {d8a55d73-ec4d-4146-8d4a-f4f8f254fd52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1828 | 2025.01.31 23:34:39.137751 [ 258 ] {d8a55d73-ec4d-4146-8d4a-f4f8f254fd52} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1829 | 2025.01.31 23:34:39.137790 [ 258 ] {d8a55d73-ec4d-4146-8d4a-f4f8f254fd52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1830 | 2025.01.31 23:34:39.138204 [ 258 ] {d8a55d73-ec4d-4146-8d4a-f4f8f254fd52} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1831 | 2025.01.31 23:34:39.138453 [ 258 ] {d8a55d73-ec4d-4146-8d4a-f4f8f254fd52} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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.31 23:34:39.138666 [ 258 ] {d8a55d73-ec4d-4146-8d4a-f4f8f254fd52} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001702 sec., 75205.64042303173 rows/sec., 5.24 MiB/sec. | ||
| 1833 | 2025.01.31 23:34:39.138722 [ 258 ] {d8a55d73-ec4d-4146-8d4a-f4f8f254fd52} <Debug> TCPHandler: Processed in 0.00193576 sec. | ||
| 1834 | 2025.01.31 23:34:39.138896 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1835 | 2025.01.31 23:34:39.139045 [ 262 ] {3b385827-f33f-4095-ae6a-a770f601630b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1836 | 2025.01.31 23:34:39.139109 [ 262 ] {3b385827-f33f-4095-ae6a-a770f601630b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1837 | 2025.01.31 23:34:39.139674 [ 262 ] {3b385827-f33f-4095-ae6a-a770f601630b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1838 | 2025.01.31 23:34:39.139714 [ 262 ] {3b385827-f33f-4095-ae6a-a770f601630b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1839 | 2025.01.31 23:34:39.140111 [ 262 ] {3b385827-f33f-4095-ae6a-a770f601630b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1840 | 2025.01.31 23:34:39.140355 [ 262 ] {3b385827-f33f-4095-ae6a-a770f601630b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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.31 23:34:39.140555 [ 262 ] {3b385827-f33f-4095-ae6a-a770f601630b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001546 sec., 31047.865459249675 rows/sec., 2.09 MiB/sec. | ||
| 1842 | 2025.01.31 23:34:39.140609 [ 262 ] {3b385827-f33f-4095-ae6a-a770f601630b} <Debug> TCPHandler: Processed in 0.001784396 sec. | ||
| 1843 | 2025.01.31 23:34:40.771058 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1844 | 2025.01.31 23:34:40.771685 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2025.01.31 23:34:40.771734 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1846 | 2025.01.31 23:34:40.772255 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1847 | 2025.01.31 23:34:40.772511 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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.31 23:34:40.772768 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1849 | 2025.01.31 23:34:40.963690 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1850 | 2025.01.31 23:34:40.982315 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1851 | 2025.01.31 23:34:40.982358 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1852 | 2025.01.31 23:34:40.989168 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1853 | 2025.01.31 23:34:40.989912 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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.31 23:34:40.992303 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1855 | 2025.01.31 23:34:41.001166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.46 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 166.48 MiB (RSS), difference: 1.01 MiB | ||
| 1856 | 2025.01.31 23:34:44.133337 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1857 | 2025.01.31 23:34:44.133569 [ 258 ] {2bb9e862-3784-4636-9387-92556dd2d3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1858 | 2025.01.31 23:34:44.133651 [ 258 ] {2bb9e862-3784-4636-9387-92556dd2d3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1859 | 2025.01.31 23:34:44.134446 [ 258 ] {2bb9e862-3784-4636-9387-92556dd2d3dd} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1860 | 2025.01.31 23:34:44.134496 [ 258 ] {2bb9e862-3784-4636-9387-92556dd2d3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1861 | 2025.01.31 23:34:44.134959 [ 258 ] {2bb9e862-3784-4636-9387-92556dd2d3dd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1862 | 2025.01.31 23:34:44.135218 [ 258 ] {2bb9e862-3784-4636-9387-92556dd2d3dd} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:34:44.135514 [ 258 ] {2bb9e862-3784-4636-9387-92556dd2d3dd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.14 MiB/sec. | ||
| 1864 | 2025.01.31 23:34:44.135723 [ 258 ] {2bb9e862-3784-4636-9387-92556dd2d3dd} <Debug> TCPHandler: Processed in 0.002520109 sec. | ||
| 1865 | 2025.01.31 23:34:44.136006 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1866 | 2025.01.31 23:34:44.136220 [ 262 ] {0e61c503-5f54-436f-904b-2d907251f26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1867 | 2025.01.31 23:34:44.136301 [ 262 ] {0e61c503-5f54-436f-904b-2d907251f26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1868 | 2025.01.31 23:34:44.137086 [ 262 ] {0e61c503-5f54-436f-904b-2d907251f26f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1869 | 2025.01.31 23:34:44.137130 [ 262 ] {0e61c503-5f54-436f-904b-2d907251f26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1870 | 2025.01.31 23:34:44.137586 [ 262 ] {0e61c503-5f54-436f-904b-2d907251f26f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1871 | 2025.01.31 23:34:44.137852 [ 262 ] {0e61c503-5f54-436f-904b-2d907251f26f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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.31 23:34:44.138107 [ 262 ] {0e61c503-5f54-436f-904b-2d907251f26f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001932 sec., 33126.29399585922 rows/sec., 2.59 MiB/sec. | ||
| 1873 | 2025.01.31 23:34:44.138307 [ 262 ] {0e61c503-5f54-436f-904b-2d907251f26f} <Debug> TCPHandler: Processed in 0.002442997 sec. | ||
| 1874 | 2025.01.31 23:34:44.138547 [ 258 ] {} <Trace> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1875 | 2025.01.31 23:34:44.138739 [ 258 ] {214e52ab-4271-4683-9fb1-ee7d7f3ecde7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1876 | 2025.01.31 23:34:44.138807 [ 258 ] {214e52ab-4271-4683-9fb1-ee7d7f3ecde7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1877 | 2025.01.31 23:34:44.139530 [ 258 ] {214e52ab-4271-4683-9fb1-ee7d7f3ecde7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1878 | 2025.01.31 23:34:44.139578 [ 258 ] {214e52ab-4271-4683-9fb1-ee7d7f3ecde7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1879 | 2025.01.31 23:34:44.139989 [ 258 ] {214e52ab-4271-4683-9fb1-ee7d7f3ecde7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1880 | 2025.01.31 23:34:44.140224 [ 258 ] {214e52ab-4271-4683-9fb1-ee7d7f3ecde7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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.31 23:34:44.140400 [ 258 ] {214e52ab-4271-4683-9fb1-ee7d7f3ecde7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001698 sec., 94228.50412249705 rows/sec., 6.56 MiB/sec. | ||
| 1882 | 2025.01.31 23:34:44.140450 [ 258 ] {214e52ab-4271-4683-9fb1-ee7d7f3ecde7} <Debug> TCPHandler: Processed in 0.002014374 sec. | ||
| 1883 | 2025.01.31 23:34:44.140606 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1884 | 2025.01.31 23:34:44.140751 [ 262 ] {14c12d62-ba4a-477c-85fb-4ef2cefeb7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1885 | 2025.01.31 23:34:44.140816 [ 262 ] {14c12d62-ba4a-477c-85fb-4ef2cefeb7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1886 | 2025.01.31 23:34:44.141409 [ 262 ] {14c12d62-ba4a-477c-85fb-4ef2cefeb7de} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1887 | 2025.01.31 23:34:44.141457 [ 262 ] {14c12d62-ba4a-477c-85fb-4ef2cefeb7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1888 | 2025.01.31 23:34:44.141862 [ 262 ] {14c12d62-ba4a-477c-85fb-4ef2cefeb7de} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1889 | 2025.01.31 23:34:44.142104 [ 262 ] {14c12d62-ba4a-477c-85fb-4ef2cefeb7de} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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.31 23:34:44.142315 [ 262 ] {14c12d62-ba4a-477c-85fb-4ef2cefeb7de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0016 sec., 37500 rows/sec., 2.53 MiB/sec. | ||
| 1891 | 2025.01.31 23:34:44.142368 [ 262 ] {14c12d62-ba4a-477c-85fb-4ef2cefeb7de} <Debug> TCPHandler: Processed in 0.001821767 sec. | ||
| 1892 | 2025.01.31 23:34:48.199862 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1893 | 2025.01.31 23:34:48.199926 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1894 | 2025.01.31 23:34:48.271284 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284 | ||
| 1895 | 2025.01.31 23:34:48.273835 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1896 | 2025.01.31 23:34:48.275174 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1897 | 2025.01.31 23:34:48.275269 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1898 | 2025.01.31 23:34:48.277825 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1899 | 2025.01.31 23:34:48.277905 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1900 | 2025.01.31 23:34:48.279451 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1901 | 2025.01.31 23:34:48.280159 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1902 | 2025.01.31 23:34:48.280751 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1903 | 2025.01.31 23:34:48.280981 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1904 | 2025.01.31 23:34:48.281324 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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.31 23:34:48.281927 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 1906 | 2025.01.31 23:34:48.443432 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1907 | 2025.01.31 23:34:48.443529 [ 258 ] {} <Debug> TCP-Session: 068ede1a-f80d-44a3-9862-9a48d9fbf59b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1908 | 2025.01.31 23:34:48.493240 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1909 | 2025.01.31 23:34:48.512742 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1910 | 2025.01.31 23:34:48.512801 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1911 | 2025.01.31 23:34:48.519811 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1912 | 2025.01.31 23:34:48.520599 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1913 | 2025.01.31 23:34:48.523600 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1914 | 2025.01.31 23:34:49.001142 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.01 MiB, peak 170.67 MiB, free memory in arenas 0.00 B, will set to 167.22 MiB (RSS), difference: 2.21 MiB | ||
| 1915 | 2025.01.31 23:34:49.133607 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1916 | 2025.01.31 23:34:49.133986 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 1917 | 2025.01.31 23:34:49.134709 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1918 | 2025.01.31 23:34:49.134802 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <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 | ||
| 1919 | 2025.01.31 23:34:49.135167 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1920 | 2025.01.31 23:34:49.135250 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1921 | 2025.01.31 23:34:49.135428 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1922 | 2025.01.31 23:34:49.135558 [ 295 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1923 | 2025.01.31 23:34:49.135647 [ 296 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1924 | 2025.01.31 23:34:49.135647 [ 297 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1925 | 2025.01.31 23:34:49.135830 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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 | ||
| 1926 | 2025.01.31 23:34:49.135861 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1927 | 2025.01.31 23:34:49.135983 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1928 | 2025.01.31 23:34:49.136007 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1929 | 2025.01.31 23:34:49.136053 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <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.31 23:34:49.136105 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <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.31 23:34:49.136150 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <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'))" | ||
| 1932 | 2025.01.31 23:34:49.138115 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004344 sec., 8517.495395948436 rows/sec., 319.23 KiB/sec. | ||
| 1933 | 2025.01.31 23:34:49.138305 [ 262 ] {d5473496-5e7d-47c9-b9e0-d0b25ad131dd} <Debug> TCPHandler: Processed in 0.004843153 sec. | ||
| 1934 | 2025.01.31 23:34:49.138763 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1935 | 2025.01.31 23:34:49.139043 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) 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) | ||
| 1936 | 2025.01.31 23:34:49.139576 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1937 | 2025.01.31 23:34:49.139641 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <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 | ||
| 1938 | 2025.01.31 23:34:49.140033 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1939 | 2025.01.31 23:34:49.140119 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1940 | 2025.01.31 23:34:49.140300 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1941 | 2025.01.31 23:34:49.140367 [ 299 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1942 | 2025.01.31 23:34:49.140460 [ 296 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1943 | 2025.01.31 23:34:49.140461 [ 297 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1944 | 2025.01.31 23:34:49.140595 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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 | ||
| 1945 | 2025.01.31 23:34:49.140624 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1946 | 2025.01.31 23:34:49.140745 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1947 | 2025.01.31 23:34:49.140770 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1948 | 2025.01.31 23:34:49.140816 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <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.31 23:34:49.140867 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <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.31 23:34:49.140913 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <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'))" | ||
| 1951 | 2025.01.31 23:34:49.142432 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003532 sec., 10475.651189127973 rows/sec., 392.62 KiB/sec. | ||
| 1952 | 2025.01.31 23:34:49.142604 [ 259 ] {5de29601-0a1c-418b-8826-cdf2e175701d} <Debug> TCPHandler: Processed in 0.003992386 sec. | ||
| 1953 | 2025.01.31 23:34:49.142905 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1954 | 2025.01.31 23:34:49.143153 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 1955 | 2025.01.31 23:34:49.143583 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1956 | 2025.01.31 23:34:49.143646 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <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 | ||
| 1957 | 2025.01.31 23:34:49.144002 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1958 | 2025.01.31 23:34:49.144068 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1959 | 2025.01.31 23:34:49.144224 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1960 | 2025.01.31 23:34:49.144357 [ 296 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1961 | 2025.01.31 23:34:49.144377 [ 299 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1962 | 2025.01.31 23:34:49.144407 [ 297 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1963 | 2025.01.31 23:34:49.144521 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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 | ||
| 1964 | 2025.01.31 23:34:49.144550 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1965 | 2025.01.31 23:34:49.144663 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1966 | 2025.01.31 23:34:49.144687 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1967 | 2025.01.31 23:34:49.144732 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <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.31 23:34:49.144783 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <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.31 23:34:49.144832 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <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'))" | ||
| 1970 | 2025.01.31 23:34:49.146250 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003223 sec., 11479.987589202605 rows/sec., 430.26 KiB/sec. | ||
| 1971 | 2025.01.31 23:34:49.146425 [ 262 ] {cbaa5cf8-2cd6-4164-a645-857783a8dec8} <Debug> TCPHandler: Processed in 0.003593613 sec. | ||
| 1972 | 2025.01.31 23:34:49.153453 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1973 | 2025.01.31 23:34:49.153594 [ 262 ] {b906e001-1549-4fa1-8b86-080aac8d6437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1974 | 2025.01.31 23:34:49.153651 [ 262 ] {b906e001-1549-4fa1-8b86-080aac8d6437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1975 | 2025.01.31 23:34:49.154324 [ 262 ] {b906e001-1549-4fa1-8b86-080aac8d6437} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1976 | 2025.01.31 23:34:49.154366 [ 262 ] {b906e001-1549-4fa1-8b86-080aac8d6437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1977 | 2025.01.31 23:34:49.154852 [ 262 ] {b906e001-1549-4fa1-8b86-080aac8d6437} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1978 | 2025.01.31 23:34:49.155076 [ 262 ] {b906e001-1549-4fa1-8b86-080aac8d6437} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1979 | 2025.01.31 23:34:49.155349 [ 262 ] {b906e001-1549-4fa1-8b86-080aac8d6437} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.00179 sec., 1675.977653631285 rows/sec., 152.76 KiB/sec. | ||
| 1980 | 2025.01.31 23:34:49.155702 [ 262 ] {b906e001-1549-4fa1-8b86-080aac8d6437} <Debug> TCPHandler: Processed in 0.002309802 sec. | ||
| 1981 | 2025.01.31 23:34:49.155854 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1982 | 2025.01.31 23:34:49.155993 [ 259 ] {f71a08ad-4b1c-4c10-a19c-cae95cb159e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1983 | 2025.01.31 23:34:49.156045 [ 259 ] {f71a08ad-4b1c-4c10-a19c-cae95cb159e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1984 | 2025.01.31 23:34:49.156664 [ 259 ] {f71a08ad-4b1c-4c10-a19c-cae95cb159e1} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1985 | 2025.01.31 23:34:49.156706 [ 259 ] {f71a08ad-4b1c-4c10-a19c-cae95cb159e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1986 | 2025.01.31 23:34:49.157119 [ 259 ] {f71a08ad-4b1c-4c10-a19c-cae95cb159e1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1987 | 2025.01.31 23:34:49.157369 [ 259 ] {f71a08ad-4b1c-4c10-a19c-cae95cb159e1} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1988 | 2025.01.31 23:34:49.157645 [ 259 ] {f71a08ad-4b1c-4c10-a19c-cae95cb159e1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001667 sec., 8398.320335932813 rows/sec., 604.57 KiB/sec. | ||
| 1989 | 2025.01.31 23:34:49.157762 [ 259 ] {f71a08ad-4b1c-4c10-a19c-cae95cb159e1} <Debug> TCPHandler: Processed in 0.001966862 sec. | ||
| 1990 | 2025.01.31 23:34:49.157924 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1991 | 2025.01.31 23:34:49.158041 [ 262 ] {ea9fa2b2-f9a5-4ecb-8871-ff22266ba9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1992 | 2025.01.31 23:34:49.158088 [ 262 ] {ea9fa2b2-f9a5-4ecb-8871-ff22266ba9b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1993 | 2025.01.31 23:34:49.158807 [ 262 ] {ea9fa2b2-f9a5-4ecb-8871-ff22266ba9b3} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1994 | 2025.01.31 23:34:49.158847 [ 262 ] {ea9fa2b2-f9a5-4ecb-8871-ff22266ba9b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 1995 | 2025.01.31 23:34:49.159226 [ 262 ] {ea9fa2b2-f9a5-4ecb-8871-ff22266ba9b3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1996 | 2025.01.31 23:34:49.159471 [ 262 ] {ea9fa2b2-f9a5-4ecb-8871-ff22266ba9b3} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1997 | 2025.01.31 23:34:49.159819 [ 262 ] {ea9fa2b2-f9a5-4ecb-8871-ff22266ba9b3} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.001775 sec., 153802.81690140846 rows/sec., 13.53 MiB/sec. | ||
| 1998 | 2025.01.31 23:34:49.160082 [ 262 ] {ea9fa2b2-f9a5-4ecb-8871-ff22266ba9b3} <Debug> TCPHandler: Processed in 0.00221571 sec. | ||
| 1999 | 2025.01.31 23:34:49.160253 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2000 | 2025.01.31 23:34:49.160389 [ 259 ] {b2e8ddbc-67cf-46af-8abc-3277cf02b966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2001 | 2025.01.31 23:34:49.160448 [ 259 ] {b2e8ddbc-67cf-46af-8abc-3277cf02b966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2002 | 2025.01.31 23:34:49.161096 [ 259 ] {b2e8ddbc-67cf-46af-8abc-3277cf02b966} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2003 | 2025.01.31 23:34:49.161134 [ 259 ] {b2e8ddbc-67cf-46af-8abc-3277cf02b966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2004 | 2025.01.31 23:34:49.161492 [ 259 ] {b2e8ddbc-67cf-46af-8abc-3277cf02b966} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2005 | 2025.01.31 23:34:49.161732 [ 259 ] {b2e8ddbc-67cf-46af-8abc-3277cf02b966} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2006 | 2025.01.31 23:34:49.161950 [ 259 ] {b2e8ddbc-67cf-46af-8abc-3277cf02b966} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001581 sec., 26565.464895635676 rows/sec., 1.91 MiB/sec. | ||
| 2007 | 2025.01.31 23:34:49.162116 [ 259 ] {b2e8ddbc-67cf-46af-8abc-3277cf02b966} <Debug> TCPHandler: Processed in 0.001927631 sec. | ||
| 2008 | 2025.01.31 23:34:49.162269 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2009 | 2025.01.31 23:34:49.162387 [ 262 ] {5cf8f7dc-2ce7-4ad0-ba3e-a557b97c5b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2010 | 2025.01.31 23:34:49.162434 [ 262 ] {5cf8f7dc-2ce7-4ad0-ba3e-a557b97c5b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2011 | 2025.01.31 23:34:49.163023 [ 262 ] {5cf8f7dc-2ce7-4ad0-ba3e-a557b97c5b64} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2012 | 2025.01.31 23:34:49.163062 [ 262 ] {5cf8f7dc-2ce7-4ad0-ba3e-a557b97c5b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2013 | 2025.01.31 23:34:49.163410 [ 262 ] {5cf8f7dc-2ce7-4ad0-ba3e-a557b97c5b64} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2014 | 2025.01.31 23:34:49.163700 [ 262 ] {5cf8f7dc-2ce7-4ad0-ba3e-a557b97c5b64} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2015 | 2025.01.31 23:34:49.164125 [ 262 ] {5cf8f7dc-2ce7-4ad0-ba3e-a557b97c5b64} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001729 sec., 8097.165991902833 rows/sec., 567.07 KiB/sec. | ||
| 2016 | 2025.01.31 23:34:49.164260 [ 262 ] {5cf8f7dc-2ce7-4ad0-ba3e-a557b97c5b64} <Debug> TCPHandler: Processed in 0.002048734 sec. | ||
| 2017 | 2025.01.31 23:34:49.164422 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2018 | 2025.01.31 23:34:49.164557 [ 259 ] {298bef7f-60aa-49ea-bfb3-2af0567b1d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2019 | 2025.01.31 23:34:49.164607 [ 259 ] {298bef7f-60aa-49ea-bfb3-2af0567b1d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2020 | 2025.01.31 23:34:49.165208 [ 259 ] {298bef7f-60aa-49ea-bfb3-2af0567b1d18} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2021 | 2025.01.31 23:34:49.165251 [ 259 ] {298bef7f-60aa-49ea-bfb3-2af0567b1d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2022 | 2025.01.31 23:34:49.165621 [ 259 ] {298bef7f-60aa-49ea-bfb3-2af0567b1d18} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2023 | 2025.01.31 23:34:49.165870 [ 259 ] {298bef7f-60aa-49ea-bfb3-2af0567b1d18} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2024 | 2025.01.31 23:34:49.166171 [ 259 ] {298bef7f-60aa-49ea-bfb3-2af0567b1d18} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001619 sec., 8029.647930821495 rows/sec., 500.65 KiB/sec. | ||
| 2025 | 2025.01.31 23:34:49.166463 [ 259 ] {298bef7f-60aa-49ea-bfb3-2af0567b1d18} <Debug> TCPHandler: Processed in 0.002098166 sec. | ||
| 2026 | 2025.01.31 23:34:49.166648 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2027 | 2025.01.31 23:34:49.166771 [ 262 ] {40186029-24e0-41f7-a22c-e20c2a15172a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2028 | 2025.01.31 23:34:49.166822 [ 262 ] {40186029-24e0-41f7-a22c-e20c2a15172a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2029 | 2025.01.31 23:34:49.167577 [ 262 ] {40186029-24e0-41f7-a22c-e20c2a15172a} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2030 | 2025.01.31 23:34:49.167616 [ 262 ] {40186029-24e0-41f7-a22c-e20c2a15172a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2031 | 2025.01.31 23:34:49.168013 [ 262 ] {40186029-24e0-41f7-a22c-e20c2a15172a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2032 | 2025.01.31 23:34:49.168260 [ 262 ] {40186029-24e0-41f7-a22c-e20c2a15172a} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2033 | 2025.01.31 23:34:49.168630 [ 262 ] {40186029-24e0-41f7-a22c-e20c2a15172a} <Debug> executeQuery: Read 433 rows, 31.78 KiB in 0.001844 sec., 234815.61822125813 rows/sec., 16.83 MiB/sec. | ||
| 2034 | 2025.01.31 23:34:49.168928 [ 262 ] {40186029-24e0-41f7-a22c-e20c2a15172a} <Debug> TCPHandler: Processed in 0.002338353 sec. | ||
| 2035 | 2025.01.31 23:34:49.169095 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2036 | 2025.01.31 23:34:49.169212 [ 259 ] {4404f216-df87-4ad8-b2ff-c771dafe7215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2037 | 2025.01.31 23:34:49.169264 [ 259 ] {4404f216-df87-4ad8-b2ff-c771dafe7215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2038 | 2025.01.31 23:34:49.169743 [ 259 ] {4404f216-df87-4ad8-b2ff-c771dafe7215} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2039 | 2025.01.31 23:34:49.169783 [ 259 ] {4404f216-df87-4ad8-b2ff-c771dafe7215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2040 | 2025.01.31 23:34:49.170158 [ 259 ] {4404f216-df87-4ad8-b2ff-c771dafe7215} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2041 | 2025.01.31 23:34:49.170405 [ 259 ] {4404f216-df87-4ad8-b2ff-c771dafe7215} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2042 | 2025.01.31 23:34:49.170738 [ 259 ] {4404f216-df87-4ad8-b2ff-c771dafe7215} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 207.74 KiB/sec. | ||
| 2043 | 2025.01.31 23:34:49.170948 [ 259 ] {4404f216-df87-4ad8-b2ff-c771dafe7215} <Debug> TCPHandler: Processed in 0.001910849 sec. | ||
| 2044 | 2025.01.31 23:34:49.171107 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2045 | 2025.01.31 23:34:49.171227 [ 262 ] {53519253-e276-4e5d-bb44-c707a68d8e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2046 | 2025.01.31 23:34:49.171281 [ 262 ] {53519253-e276-4e5d-bb44-c707a68d8e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2047 | 2025.01.31 23:34:49.171930 [ 262 ] {53519253-e276-4e5d-bb44-c707a68d8e1d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2025.01.31 23:34:49.171976 [ 262 ] {53519253-e276-4e5d-bb44-c707a68d8e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2049 | 2025.01.31 23:34:49.172458 [ 262 ] {53519253-e276-4e5d-bb44-c707a68d8e1d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2050 | 2025.01.31 23:34:49.172702 [ 262 ] {53519253-e276-4e5d-bb44-c707a68d8e1d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2051 | 2025.01.31 23:34:49.173082 [ 262 ] {53519253-e276-4e5d-bb44-c707a68d8e1d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001843 sec., 128594.68258274552 rows/sec., 8.62 MiB/sec. | ||
| 2052 | 2025.01.31 23:34:49.173383 [ 262 ] {53519253-e276-4e5d-bb44-c707a68d8e1d} <Debug> TCPHandler: Processed in 0.002332002 sec. | ||
| 2053 | 2025.01.31 23:34:49.173547 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2054 | 2025.01.31 23:34:49.173680 [ 259 ] {515436ad-4079-4a4c-8dd5-38be14fb3d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2055 | 2025.01.31 23:34:49.173738 [ 259 ] {515436ad-4079-4a4c-8dd5-38be14fb3d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2056 | 2025.01.31 23:34:49.174249 [ 259 ] {515436ad-4079-4a4c-8dd5-38be14fb3d20} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2057 | 2025.01.31 23:34:49.174294 [ 259 ] {515436ad-4079-4a4c-8dd5-38be14fb3d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2058 | 2025.01.31 23:34:49.174691 [ 259 ] {515436ad-4079-4a4c-8dd5-38be14fb3d20} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2059 | 2025.01.31 23:34:49.174970 [ 259 ] {515436ad-4079-4a4c-8dd5-38be14fb3d20} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2060 | 2025.01.31 23:34:49.175221 [ 259 ] {515436ad-4079-4a4c-8dd5-38be14fb3d20} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001563 sec., 639.7952655150352 rows/sec., 43.11 KiB/sec. | ||
| 2061 | 2025.01.31 23:34:49.175285 [ 259 ] {515436ad-4079-4a4c-8dd5-38be14fb3d20} <Debug> TCPHandler: Processed in 0.001801167 sec. | ||
| 2062 | 2025.01.31 23:34:49.175453 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2063 | 2025.01.31 23:34:49.175586 [ 262 ] {10b9f05d-0350-4bc3-a24d-1c65acdf5f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2064 | 2025.01.31 23:34:49.175677 [ 262 ] {10b9f05d-0350-4bc3-a24d-1c65acdf5f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2065 | 2025.01.31 23:34:49.176873 [ 262 ] {10b9f05d-0350-4bc3-a24d-1c65acdf5f22} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2066 | 2025.01.31 23:34:49.176912 [ 262 ] {10b9f05d-0350-4bc3-a24d-1c65acdf5f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2067 | 2025.01.31 23:34:49.177547 [ 262 ] {10b9f05d-0350-4bc3-a24d-1c65acdf5f22} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2068 | 2025.01.31 23:34:49.177802 [ 262 ] {10b9f05d-0350-4bc3-a24d-1c65acdf5f22} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2069 | 2025.01.31 23:34:49.178212 [ 262 ] {10b9f05d-0350-4bc3-a24d-1c65acdf5f22} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002621 sec., 13353.681800839375 rows/sec., 23.93 MiB/sec. | ||
| 2070 | 2025.01.31 23:34:49.178496 [ 262 ] {10b9f05d-0350-4bc3-a24d-1c65acdf5f22} <Debug> TCPHandler: Processed in 0.003114358 sec. | ||
| 2071 | 2025.01.31 23:34:49.178656 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2072 | 2025.01.31 23:34:49.178775 [ 259 ] {86223fa0-4404-41b5-8cb2-b12a4cc81273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2073 | 2025.01.31 23:34:49.178826 [ 259 ] {86223fa0-4404-41b5-8cb2-b12a4cc81273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2074 | 2025.01.31 23:34:49.179306 [ 259 ] {86223fa0-4404-41b5-8cb2-b12a4cc81273} <Trace> oximeter.measurements_i64 (a2718195-f2d2-4822-bdcd-21157396d214): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2075 | 2025.01.31 23:34:49.179345 [ 259 ] {86223fa0-4404-41b5-8cb2-b12a4cc81273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2076 | 2025.01.31 23:34:49.179733 [ 259 ] {86223fa0-4404-41b5-8cb2-b12a4cc81273} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2077 | 2025.01.31 23:34:49.179973 [ 259 ] {86223fa0-4404-41b5-8cb2-b12a4cc81273} <Trace> oximeter.measurements_i64 (a2718195-f2d2-4822-bdcd-21157396d214): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2078 | 2025.01.31 23:34:49.180384 [ 259 ] {86223fa0-4404-41b5-8cb2-b12a4cc81273} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001612 sec., 14888.33746898263 rows/sec., 1.08 MiB/sec. | ||
| 2079 | 2025.01.31 23:34:49.180443 [ 259 ] {86223fa0-4404-41b5-8cb2-b12a4cc81273} <Debug> TCPHandler: Processed in 0.001843218 sec. | ||
| 2080 | 2025.01.31 23:34:49.180590 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2081 | 2025.01.31 23:34:49.180707 [ 262 ] {e07be1ff-4d2d-4cfb-862b-eb6d0578d55d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2082 | 2025.01.31 23:34:49.180762 [ 262 ] {e07be1ff-4d2d-4cfb-862b-eb6d0578d55d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2083 | 2025.01.31 23:34:49.181334 [ 262 ] {e07be1ff-4d2d-4cfb-862b-eb6d0578d55d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2084 | 2025.01.31 23:34:49.181380 [ 262 ] {e07be1ff-4d2d-4cfb-862b-eb6d0578d55d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2085 | 2025.01.31 23:34:49.181804 [ 262 ] {e07be1ff-4d2d-4cfb-862b-eb6d0578d55d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2086 | 2025.01.31 23:34:49.182036 [ 262 ] {e07be1ff-4d2d-4cfb-862b-eb6d0578d55d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2087 | 2025.01.31 23:34:49.182269 [ 262 ] {e07be1ff-4d2d-4cfb-862b-eb6d0578d55d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001581 sec., 51865.90765338394 rows/sec., 3.29 MiB/sec. | ||
| 2088 | 2025.01.31 23:34:49.182336 [ 262 ] {e07be1ff-4d2d-4cfb-862b-eb6d0578d55d} <Debug> TCPHandler: Processed in 0.001801987 sec. | ||
| 2089 | 2025.01.31 23:34:50.001162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.38 MiB, peak 170.67 MiB, free memory in arenas 0.00 B, will set to 167.37 MiB (RSS), difference: -3.02 MiB | ||
| 2090 | 2025.01.31 23:34:54.132031 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2091 | 2025.01.31 23:34:54.132249 [ 262 ] {d39081c0-84d7-465d-8611-cb1d748478d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2092 | 2025.01.31 23:34:54.132328 [ 262 ] {d39081c0-84d7-465d-8611-cb1d748478d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2093 | 2025.01.31 23:34:54.133120 [ 262 ] {d39081c0-84d7-465d-8611-cb1d748478d2} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2094 | 2025.01.31 23:34:54.133159 [ 262 ] {d39081c0-84d7-465d-8611-cb1d748478d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2095 | 2025.01.31 23:34:54.133566 [ 262 ] {d39081c0-84d7-465d-8611-cb1d748478d2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2096 | 2025.01.31 23:34:54.133807 [ 262 ] {d39081c0-84d7-465d-8611-cb1d748478d2} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2097 | 2025.01.31 23:34:54.133943 [ 37 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2098 | 2025.01.31 23:34:54.133989 [ 37 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2099 | 2025.01.31 23:34:54.133999 [ 262 ] {d39081c0-84d7-465d-8611-cb1d748478d2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001805 sec., 31024.930747922437 rows/sec., 2.37 MiB/sec. | ||
| 2100 | 2025.01.31 23:34:54.134015 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2101 | 2025.01.31 23:34:54.134104 [ 262 ] {d39081c0-84d7-465d-8611-cb1d748478d2} <Debug> TCPHandler: Processed in 0.002209349 sec. | ||
| 2102 | 2025.01.31 23:34:54.134338 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 2103 | 2025.01.31 23:34:54.134497 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2104 | 2025.01.31 23:34:54.134536 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2105 | 2025.01.31 23:34:54.134602 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 2106 | 2025.01.31 23:34:54.134836 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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.31 23:34:54.134967 [ 259 ] {a8a5b0be-028d-4de8-8a9c-d45601db7615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2108 | 2025.01.31 23:34:54.135063 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 2109 | 2025.01.31 23:34:54.135348 [ 259 ] {a8a5b0be-028d-4de8-8a9c-d45601db7615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2110 | 2025.01.31 23:34:54.135388 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 2111 | 2025.01.31 23:34:54.135709 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 2112 | 2025.01.31 23:34:54.136017 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 2113 | 2025.01.31 23:34:54.138377 [ 259 ] {a8a5b0be-028d-4de8-8a9c-d45601db7615} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2114 | 2025.01.31 23:34:54.138463 [ 259 ] {a8a5b0be-028d-4de8-8a9c-d45601db7615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2115 | 2025.01.31 23:34:54.139299 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2019 rows, containing 5 columns (5 merged, 0 gathered) in 0.005175812 sec., 390083.7201969469 rows/sec., 34.11 MiB/sec. | ||
| 2116 | 2025.01.31 23:34:54.139369 [ 259 ] {a8a5b0be-028d-4de8-8a9c-d45601db7615} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2117 | 2025.01.31 23:34:54.139567 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2118 | 2025.01.31 23:34:54.139826 [ 259 ] {a8a5b0be-028d-4de8-8a9c-d45601db7615} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2119 | 2025.01.31 23:34:54.140110 [ 37 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2120 | 2025.01.31 23:34:54.140226 [ 37 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2121 | 2025.01.31 23:34:54.140336 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2122 | 2025.01.31 23:34:54.140364 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_11_2} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2123 | 2025.01.31 23:34:54.140408 [ 259 ] {a8a5b0be-028d-4de8-8a9c-d45601db7615} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005641 sec., 11345.50611593689 rows/sec., 906.80 KiB/sec. | ||
| 2124 | 2025.01.31 23:34:54.140776 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2125 | 2025.01.31 23:34:54.140804 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_11_2} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2126 | 2025.01.31 23:34:54.140819 [ 259 ] {a8a5b0be-028d-4de8-8a9c-d45601db7615} <Debug> TCPHandler: Processed in 0.006595408 sec. | ||
| 2127 | 2025.01.31 23:34:54.141061 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 2128 | 2025.01.31 23:34:54.141115 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2129 | 2025.01.31 23:34:54.141230 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2130 | 2025.01.31 23:34:54.141327 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2131 | 2025.01.31 23:34:54.141405 [ 262 ] {d2d808ac-bb7f-4b53-ac40-2f6859996e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2132 | 2025.01.31 23:34:54.141575 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2133 | 2025.01.31 23:34:54.141624 [ 262 ] {d2d808ac-bb7f-4b53-ac40-2f6859996e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2134 | 2025.01.31 23:34:54.141951 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2135 | 2025.01.31 23:34:54.142271 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2136 | 2025.01.31 23:34:54.142569 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 433 rows starting from the beginning of the part | ||
| 2137 | 2025.01.31 23:34:54.142871 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2138 | 2025.01.31 23:34:54.144349 [ 262 ] {d2d808ac-bb7f-4b53-ac40-2f6859996e39} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2139 | 2025.01.31 23:34:54.144420 [ 262 ] {d2d808ac-bb7f-4b53-ac40-2f6859996e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2140 | 2025.01.31 23:34:54.145680 [ 262 ] {d2d808ac-bb7f-4b53-ac40-2f6859996e39} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2141 | 2025.01.31 23:34:54.146061 [ 262 ] {d2d808ac-bb7f-4b53-ac40-2f6859996e39} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2142 | 2025.01.31 23:34:54.146380 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2143 | 2025.01.31 23:34:54.146426 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1861 rows, containing 5 columns (5 merged, 0 gathered) in 0.005943267 sec., 313127.4432059 rows/sec., 23.88 MiB/sec. | ||
| 2144 | 2025.01.31 23:34:54.146467 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2145 | 2025.01.31 23:34:54.146533 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2146 | 2025.01.31 23:34:54.146567 [ 262 ] {d2d808ac-bb7f-4b53-ac40-2f6859996e39} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005234 sec., 30569.354222392052 rows/sec., 2.13 MiB/sec. | ||
| 2147 | 2025.01.31 23:34:54.146810 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2148 | 2025.01.31 23:34:54.146890 [ 262 ] {d2d808ac-bb7f-4b53-ac40-2f6859996e39} <Debug> TCPHandler: Processed in 0.005912646 sec. | ||
| 2149 | 2025.01.31 23:34:54.147095 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 2150 | 2025.01.31 23:34:54.147239 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2151 | 2025.01.31 23:34:54.147422 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2152 | 2025.01.31 23:34:54.147553 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 2153 | 2025.01.31 23:34:54.147633 [ 259 ] {ef8237ea-82dc-469c-aa2a-ec9620bb34a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2154 | 2025.01.31 23:34:54.147670 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_11_2} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2155 | 2025.01.31 23:34:54.147925 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2323 rows starting from the beginning of the part | ||
| 2156 | 2025.01.31 23:34:54.147927 [ 259 ] {ef8237ea-82dc-469c-aa2a-ec9620bb34a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2157 | 2025.01.31 23:34:54.148001 [ 191 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_11_2} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2158 | 2025.01.31 23:34:54.148283 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2159 | 2025.01.31 23:34:54.148295 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 2160 | 2025.01.31 23:34:54.148687 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 2161 | 2025.01.31 23:34:54.149107 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 2162 | 2025.01.31 23:34:54.149714 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 2163 | 2025.01.31 23:34:54.150984 [ 259 ] {ef8237ea-82dc-469c-aa2a-ec9620bb34a4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2164 | 2025.01.31 23:34:54.151040 [ 259 ] {ef8237ea-82dc-469c-aa2a-ec9620bb34a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2165 | 2025.01.31 23:34:54.152024 [ 259 ] {ef8237ea-82dc-469c-aa2a-ec9620bb34a4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2166 | 2025.01.31 23:34:54.152484 [ 259 ] {ef8237ea-82dc-469c-aa2a-ec9620bb34a4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2167 | 2025.01.31 23:34:54.152731 [ 37 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2168 | 2025.01.31 23:34:54.152854 [ 37 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2169 | 2025.01.31 23:34:54.152952 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2170 | 2025.01.31 23:34:54.152966 [ 259 ] {ef8237ea-82dc-469c-aa2a-ec9620bb34a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005446 sec., 11017.260374586853 rows/sec., 760.31 KiB/sec. | ||
| 2171 | 2025.01.31 23:34:54.153218 [ 259 ] {ef8237ea-82dc-469c-aa2a-ec9620bb34a4} <Debug> TCPHandler: Processed in 0.006164354 sec. | ||
| 2172 | 2025.01.31 23:34:54.153297 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2173 | 2025.01.31 23:34:54.153455 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2174 | 2025.01.31 23:34:54.153491 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2175 | 2025.01.31 23:34:54.153627 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2176 | 2025.01.31 23:34:54.153827 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2177 | 2025.01.31 23:34:54.154334 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2178 | 2025.01.31 23:34:54.154376 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4090 rows, containing 5 columns (5 merged, 0 gathered) in 0.007718542 sec., 529892.8217272122 rows/sec., 35.75 MiB/sec. | ||
| 2179 | 2025.01.31 23:34:54.154535 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2180 | 2025.01.31 23:34:54.154789 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2181 | 2025.01.31 23:34:54.154857 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2182 | 2025.01.31 23:34:54.155697 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2183 | 2025.01.31 23:34:54.155900 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2184 | 2025.01.31 23:34:54.156075 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
| 2185 | 2025.01.31 23:34:54.156604 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.003489999 sec., 193696.33057201447 rows/sec., 12.69 MiB/sec. | ||
| 2186 | 2025.01.31 23:34:54.156810 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2187 | 2025.01.31 23:34:54.157114 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_11_2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2188 | 2025.01.31 23:34:54.157199 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_11_2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2189 | 2025.01.31 23:34:54.157287 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2190 | 2025.01.31 23:34:55.781678 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2191 | 2025.01.31 23:34:55.782305 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2025.01.31 23:34:55.782342 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2193 | 2025.01.31 23:34:55.782858 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2194 | 2025.01.31 23:34:55.783102 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2025.01.31 23:34:55.783394 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2196 | 2025.01.31 23:34:56.024475 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2197 | 2025.01.31 23:34:56.044432 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2198 | 2025.01.31 23:34:56.044485 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2199 | 2025.01.31 23:34:56.051803 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2200 | 2025.01.31 23:34:56.052551 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2201 | 2025.01.31 23:34:56.055543 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2202 | 2025.01.31 23:34:58.282809 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 324 | ||
| 2203 | 2025.01.31 23:34:58.286014 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2204 | 2025.01.31 23:34:58.286066 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2205 | 2025.01.31 23:34:58.287592 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2206 | 2025.01.31 23:34:58.287908 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2207 | 2025.01.31 23:34:58.288121 [ 33 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2208 | 2025.01.31 23:34:58.288239 [ 33 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2209 | 2025.01.31 23:34:58.288303 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2210 | 2025.01.31 23:34:58.289071 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 2211 | 2025.01.31 23:34:58.289764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 324 | ||
| 2212 | 2025.01.31 23:34:58.290250 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2213 | 2025.01.31 23:34:58.290441 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 2214 | 2025.01.31 23:34:58.291095 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 2215 | 2025.01.31 23:34:58.291731 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 2216 | 2025.01.31 23:34:58.292349 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 2217 | 2025.01.31 23:34:58.292938 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 2218 | 2025.01.31 23:34:58.293495 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 2219 | 2025.01.31 23:34:58.303696 [ 188 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 72 columns (72 merged, 0 gathered) in 0.015189027 sec., 21331.188627158277 rows/sec., 21.50 MiB/sec. | ||
| 2220 | 2025.01.31 23:34:58.304561 [ 195 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2221 | 2025.01.31 23:34:58.305290 [ 195 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_6_1} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2222 | 2025.01.31 23:34:58.305371 [ 195 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_6_1} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2223 | 2025.01.31 23:34:58.305600 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB. | ||
| 2224 | 2025.01.31 23:34:59.138553 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2225 | 2025.01.31 23:34:59.138763 [ 262 ] {62600770-48ba-4474-ad24-6e2727bdfb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2226 | 2025.01.31 23:34:59.138843 [ 262 ] {62600770-48ba-4474-ad24-6e2727bdfb46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2227 | 2025.01.31 23:34:59.139584 [ 262 ] {62600770-48ba-4474-ad24-6e2727bdfb46} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2025.01.31 23:34:59.139635 [ 262 ] {62600770-48ba-4474-ad24-6e2727bdfb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2229 | 2025.01.31 23:34:59.140066 [ 262 ] {62600770-48ba-4474-ad24-6e2727bdfb46} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2230 | 2025.01.31 23:34:59.140318 [ 262 ] {62600770-48ba-4474-ad24-6e2727bdfb46} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2025.01.31 23:34:59.140493 [ 31 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2232 | 2025.01.31 23:34:59.140573 [ 31 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2233 | 2025.01.31 23:34:59.140579 [ 262 ] {62600770-48ba-4474-ad24-6e2727bdfb46} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001865 sec., 7506.7024128686335 rows/sec., 540.38 KiB/sec. | ||
| 2234 | 2025.01.31 23:34:59.140611 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2235 | 2025.01.31 23:34:59.140729 [ 262 ] {62600770-48ba-4474-ad24-6e2727bdfb46} <Debug> TCPHandler: Processed in 0.002322173 sec. | ||
| 2236 | 2025.01.31 23:34:59.140890 [ 188 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 2237 | 2025.01.31 23:34:59.141017 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2238 | 2025.01.31 23:34:59.141091 [ 188 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2239 | 2025.01.31 23:34:59.141138 [ 188 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 2240 | 2025.01.31 23:34:59.141357 [ 259 ] {40deb6f1-ccaa-483a-aca1-311bae7aa1c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2241 | 2025.01.31 23:34:59.141370 [ 188 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 2242 | 2025.01.31 23:34:59.141520 [ 259 ] {40deb6f1-ccaa-483a-aca1-311bae7aa1c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2243 | 2025.01.31 23:34:59.141690 [ 188 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 2244 | 2025.01.31 23:34:59.142021 [ 188 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 2245 | 2025.01.31 23:34:59.142332 [ 188 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 2246 | 2025.01.31 23:34:59.144477 [ 259 ] {40deb6f1-ccaa-483a-aca1-311bae7aa1c3} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2247 | 2025.01.31 23:34:59.144546 [ 259 ] {40deb6f1-ccaa-483a-aca1-311bae7aa1c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2248 | 2025.01.31 23:34:59.144948 [ 195 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004192952 sec., 16694.681932919815 rows/sec., 1.24 MiB/sec. | ||
| 2249 | 2025.01.31 23:34:59.145278 [ 199 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2250 | 2025.01.31 23:34:59.145495 [ 259 ] {40deb6f1-ccaa-483a-aca1-311bae7aa1c3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2251 | 2025.01.31 23:34:59.145860 [ 199 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_5_1} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2252 | 2025.01.31 23:34:59.146028 [ 259 ] {40deb6f1-ccaa-483a-aca1-311bae7aa1c3} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2253 | 2025.01.31 23:34:59.146079 [ 199 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_5_1} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2254 | 2025.01.31 23:34:59.146304 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2255 | 2025.01.31 23:34:59.146412 [ 259 ] {40deb6f1-ccaa-483a-aca1-311bae7aa1c3} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.005197 sec., 52530.30594573792 rows/sec., 4.62 MiB/sec. | ||
| 2256 | 2025.01.31 23:34:59.146483 [ 259 ] {40deb6f1-ccaa-483a-aca1-311bae7aa1c3} <Debug> TCPHandler: Processed in 0.005612956 sec. | ||
| 2257 | 2025.01.31 23:34:59.146716 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2258 | 2025.01.31 23:34:59.146944 [ 262 ] {01197113-16a8-4e70-89f2-c8057a3fdfc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2259 | 2025.01.31 23:34:59.147011 [ 262 ] {01197113-16a8-4e70-89f2-c8057a3fdfc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2260 | 2025.01.31 23:34:59.147731 [ 262 ] {01197113-16a8-4e70-89f2-c8057a3fdfc2} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2261 | 2025.01.31 23:34:59.147779 [ 262 ] {01197113-16a8-4e70-89f2-c8057a3fdfc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2262 | 2025.01.31 23:34:59.148157 [ 262 ] {01197113-16a8-4e70-89f2-c8057a3fdfc2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2263 | 2025.01.31 23:34:59.148391 [ 262 ] {01197113-16a8-4e70-89f2-c8057a3fdfc2} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2264 | 2025.01.31 23:34:59.148599 [ 262 ] {01197113-16a8-4e70-89f2-c8057a3fdfc2} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001713 sec., 24518.388791593698 rows/sec., 1.76 MiB/sec. | ||
| 2265 | 2025.01.31 23:34:59.148652 [ 262 ] {01197113-16a8-4e70-89f2-c8057a3fdfc2} <Debug> TCPHandler: Processed in 0.002049604 sec. | ||
| 2266 | 2025.01.31 23:34:59.148806 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2267 | 2025.01.31 23:34:59.148941 [ 259 ] {7c6c2104-9dc4-468e-b21e-dc24d19139f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2268 | 2025.01.31 23:34:59.149030 [ 259 ] {7c6c2104-9dc4-468e-b21e-dc24d19139f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2269 | 2025.01.31 23:34:59.150024 [ 259 ] {7c6c2104-9dc4-468e-b21e-dc24d19139f3} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2270 | 2025.01.31 23:34:59.150064 [ 259 ] {7c6c2104-9dc4-468e-b21e-dc24d19139f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2271 | 2025.01.31 23:34:59.150422 [ 259 ] {7c6c2104-9dc4-468e-b21e-dc24d19139f3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2272 | 2025.01.31 23:34:59.150663 [ 259 ] {7c6c2104-9dc4-468e-b21e-dc24d19139f3} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2273 | 2025.01.31 23:34:59.150929 [ 259 ] {7c6c2104-9dc4-468e-b21e-dc24d19139f3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002022 sec., 6923.837784371909 rows/sec., 484.90 KiB/sec. | ||
| 2274 | 2025.01.31 23:34:59.151055 [ 259 ] {7c6c2104-9dc4-468e-b21e-dc24d19139f3} <Debug> TCPHandler: Processed in 0.002308343 sec. | ||
| 2275 | 2025.01.31 23:34:59.151208 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2276 | 2025.01.31 23:34:59.151324 [ 262 ] {5da9267a-0150-4013-85f2-c53d160a4ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2277 | 2025.01.31 23:34:59.151371 [ 262 ] {5da9267a-0150-4013-85f2-c53d160a4ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2278 | 2025.01.31 23:34:59.151955 [ 262 ] {5da9267a-0150-4013-85f2-c53d160a4ad8} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2279 | 2025.01.31 23:34:59.151993 [ 262 ] {5da9267a-0150-4013-85f2-c53d160a4ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2280 | 2025.01.31 23:34:59.152337 [ 262 ] {5da9267a-0150-4013-85f2-c53d160a4ad8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2281 | 2025.01.31 23:34:59.152569 [ 262 ] {5da9267a-0150-4013-85f2-c53d160a4ad8} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2282 | 2025.01.31 23:34:59.152719 [ 31 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2283 | 2025.01.31 23:34:59.152778 [ 31 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2025.01.31 23:34:59.152815 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2285 | 2025.01.31 23:34:59.152823 [ 262 ] {5da9267a-0150-4013-85f2-c53d160a4ad8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001514 sec., 8586.525759577278 rows/sec., 535.37 KiB/sec. | ||
| 2286 | 2025.01.31 23:34:59.153020 [ 262 ] {5da9267a-0150-4013-85f2-c53d160a4ad8} <Debug> TCPHandler: Processed in 0.001867708 sec. | ||
| 2287 | 2025.01.31 23:34:59.153059 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 2288 | 2025.01.31 23:34:59.153221 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2289 | 2025.01.31 23:34:59.153262 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2290 | 2025.01.31 23:34:59.153311 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 2291 | 2025.01.31 23:34:59.153426 [ 259 ] {e8b207fb-c473-4b4e-a219-40887f45197b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2292 | 2025.01.31 23:34:59.153597 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 2293 | 2025.01.31 23:34:59.153621 [ 259 ] {e8b207fb-c473-4b4e-a219-40887f45197b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2294 | 2025.01.31 23:34:59.154045 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 2295 | 2025.01.31 23:34:59.154384 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 2296 | 2025.01.31 23:34:59.154746 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 2297 | 2025.01.31 23:34:59.156659 [ 259 ] {e8b207fb-c473-4b4e-a219-40887f45197b} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2298 | 2025.01.31 23:34:59.156735 [ 259 ] {e8b207fb-c473-4b4e-a219-40887f45197b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2299 | 2025.01.31 23:34:59.157356 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00446568 sec., 14555.454040594042 rows/sec., 964.39 KiB/sec. | ||
| 2300 | 2025.01.31 23:34:59.157552 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2301 | 2025.01.31 23:34:59.157707 [ 259 ] {e8b207fb-c473-4b4e-a219-40887f45197b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2302 | 2025.01.31 23:34:59.157978 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_5_1} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2303 | 2025.01.31 23:34:59.158157 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_5_1} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2304 | 2025.01.31 23:34:59.158171 [ 259 ] {e8b207fb-c473-4b4e-a219-40887f45197b} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2305 | 2025.01.31 23:34:59.158314 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2306 | 2025.01.31 23:34:59.158540 [ 259 ] {e8b207fb-c473-4b4e-a219-40887f45197b} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005162 sec., 80782.64238667184 rows/sec., 5.77 MiB/sec. | ||
| 2307 | 2025.01.31 23:34:59.158634 [ 259 ] {e8b207fb-c473-4b4e-a219-40887f45197b} <Debug> TCPHandler: Processed in 0.005520654 sec. | ||
| 2308 | 2025.01.31 23:34:59.158798 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2309 | 2025.01.31 23:34:59.158937 [ 262 ] {c4d315d4-0fb1-4928-8f59-7dcdb0bdf289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2310 | 2025.01.31 23:34:59.158994 [ 262 ] {c4d315d4-0fb1-4928-8f59-7dcdb0bdf289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2311 | 2025.01.31 23:34:59.159577 [ 262 ] {c4d315d4-0fb1-4928-8f59-7dcdb0bdf289} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2312 | 2025.01.31 23:34:59.159623 [ 262 ] {c4d315d4-0fb1-4928-8f59-7dcdb0bdf289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2313 | 2025.01.31 23:34:59.160028 [ 262 ] {c4d315d4-0fb1-4928-8f59-7dcdb0bdf289} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2314 | 2025.01.31 23:34:59.160270 [ 262 ] {c4d315d4-0fb1-4928-8f59-7dcdb0bdf289} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2315 | 2025.01.31 23:34:59.160563 [ 262 ] {c4d315d4-0fb1-4928-8f59-7dcdb0bdf289} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001633 sec., 3674.2192284139624 rows/sec., 191.96 KiB/sec. | ||
| 2316 | 2025.01.31 23:34:59.160663 [ 262 ] {c4d315d4-0fb1-4928-8f59-7dcdb0bdf289} <Debug> TCPHandler: Processed in 0.001930391 sec. | ||
| 2317 | 2025.01.31 23:34:59.160807 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2318 | 2025.01.31 23:34:59.160943 [ 259 ] {364a007b-2845-4852-abdb-dea99d95fc51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2319 | 2025.01.31 23:34:59.161039 [ 259 ] {364a007b-2845-4852-abdb-dea99d95fc51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2320 | 2025.01.31 23:34:59.162023 [ 259 ] {364a007b-2845-4852-abdb-dea99d95fc51} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2321 | 2025.01.31 23:34:59.162063 [ 259 ] {364a007b-2845-4852-abdb-dea99d95fc51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2322 | 2025.01.31 23:34:59.162461 [ 259 ] {364a007b-2845-4852-abdb-dea99d95fc51} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2323 | 2025.01.31 23:34:59.162697 [ 259 ] {364a007b-2845-4852-abdb-dea99d95fc51} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2324 | 2025.01.31 23:34:59.162913 [ 259 ] {364a007b-2845-4852-abdb-dea99d95fc51} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002013 sec., 117734.72429210134 rows/sec., 7.89 MiB/sec. | ||
| 2325 | 2025.01.31 23:34:59.162964 [ 259 ] {364a007b-2845-4852-abdb-dea99d95fc51} <Debug> TCPHandler: Processed in 0.002212659 sec. | ||
| 2326 | 2025.01.31 23:34:59.163161 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2327 | 2025.01.31 23:34:59.163385 [ 262 ] {ac7493c1-6049-4278-b1fd-d982d2b72668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2328 | 2025.01.31 23:34:59.163492 [ 262 ] {ac7493c1-6049-4278-b1fd-d982d2b72668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2329 | 2025.01.31 23:34:59.164199 [ 262 ] {ac7493c1-6049-4278-b1fd-d982d2b72668} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2330 | 2025.01.31 23:34:59.164238 [ 262 ] {ac7493c1-6049-4278-b1fd-d982d2b72668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2331 | 2025.01.31 23:34:59.164591 [ 262 ] {ac7493c1-6049-4278-b1fd-d982d2b72668} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2332 | 2025.01.31 23:34:59.164826 [ 262 ] {ac7493c1-6049-4278-b1fd-d982d2b72668} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2333 | 2025.01.31 23:34:59.165007 [ 31 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2334 | 2025.01.31 23:34:59.165070 [ 31 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2335 | 2025.01.31 23:34:59.165080 [ 262 ] {ac7493c1-6049-4278-b1fd-d982d2b72668} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001741 sec., 574.3825387708214 rows/sec., 38.70 KiB/sec. | ||
| 2336 | 2025.01.31 23:34:59.165108 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2337 | 2025.01.31 23:34:59.165178 [ 262 ] {ac7493c1-6049-4278-b1fd-d982d2b72668} <Debug> TCPHandler: Processed in 0.002124697 sec. | ||
| 2338 | 2025.01.31 23:34:59.165373 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 2339 | 2025.01.31 23:34:59.165455 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2340 | 2025.01.31 23:34:59.165536 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2341 | 2025.01.31 23:34:59.165596 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 2342 | 2025.01.31 23:34:59.165600 [ 259 ] {8f73c9f9-2aa9-4b14-993e-80ce1b1dbc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2343 | 2025.01.31 23:34:59.165795 [ 259 ] {8f73c9f9-2aa9-4b14-993e-80ce1b1dbc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2344 | 2025.01.31 23:34:59.165835 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 2345 | 2025.01.31 23:34:59.166200 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 2346 | 2025.01.31 23:34:59.166582 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 2347 | 2025.01.31 23:34:59.166790 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 2348 | 2025.01.31 23:34:59.168559 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.003315354 sec., 1508.1345762775256 rows/sec., 101.62 KiB/sec. | ||
| 2349 | 2025.01.31 23:34:59.168844 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2350 | 2025.01.31 23:34:59.169447 [ 259 ] {8f73c9f9-2aa9-4b14-993e-80ce1b1dbc03} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2351 | 2025.01.31 23:34:59.169507 [ 259 ] {8f73c9f9-2aa9-4b14-993e-80ce1b1dbc03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2352 | 2025.01.31 23:34:59.169559 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_5_1} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2353 | 2025.01.31 23:34:59.169793 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_5_1} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2354 | 2025.01.31 23:34:59.169980 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2355 | 2025.01.31 23:34:59.170515 [ 259 ] {8f73c9f9-2aa9-4b14-993e-80ce1b1dbc03} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2356 | 2025.01.31 23:34:59.170809 [ 259 ] {8f73c9f9-2aa9-4b14-993e-80ce1b1dbc03} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2357 | 2025.01.31 23:34:59.171109 [ 259 ] {8f73c9f9-2aa9-4b14-993e-80ce1b1dbc03} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.005548 sec., 6308.579668348954 rows/sec., 11.30 MiB/sec. | ||
| 2358 | 2025.01.31 23:34:59.171217 [ 259 ] {8f73c9f9-2aa9-4b14-993e-80ce1b1dbc03} <Debug> TCPHandler: Processed in 0.005830303 sec. | ||
| 2359 | 2025.01.31 23:34:59.171398 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2360 | 2025.01.31 23:34:59.171548 [ 262 ] {1aa771ba-50a7-4e82-b453-45ae2bea918b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2361 | 2025.01.31 23:34:59.171607 [ 262 ] {1aa771ba-50a7-4e82-b453-45ae2bea918b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2362 | 2025.01.31 23:34:59.172184 [ 262 ] {1aa771ba-50a7-4e82-b453-45ae2bea918b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2363 | 2025.01.31 23:34:59.172224 [ 262 ] {1aa771ba-50a7-4e82-b453-45ae2bea918b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2364 | 2025.01.31 23:34:59.172622 [ 262 ] {1aa771ba-50a7-4e82-b453-45ae2bea918b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2365 | 2025.01.31 23:34:59.172881 [ 262 ] {1aa771ba-50a7-4e82-b453-45ae2bea918b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2366 | 2025.01.31 23:34:59.173179 [ 262 ] {1aa771ba-50a7-4e82-b453-45ae2bea918b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00166 sec., 49397.590361445786 rows/sec., 3.14 MiB/sec. | ||
| 2367 | 2025.01.31 23:34:59.173336 [ 262 ] {1aa771ba-50a7-4e82-b453-45ae2bea918b} <Debug> TCPHandler: Processed in 0.002007142 sec. | ||
| 2368 | 2025.01.31 23:35:03.199968 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2369 | 2025.01.31 23:35:03.200030 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2370 | 2025.01.31 23:35:03.284354 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2371 | 2025.01.31 23:35:03.284987 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2372 | 2025.01.31 23:35:03.285025 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2373 | 2025.01.31 23:35:03.285543 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2374 | 2025.01.31 23:35:03.285796 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2375 | 2025.01.31 23:35:03.285978 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2376 | 2025.01.31 23:35:03.556446 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2377 | 2025.01.31 23:35:03.576535 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2378 | 2025.01.31 23:35:03.576585 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2379 | 2025.01.31 23:35:03.583818 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2380 | 2025.01.31 23:35:03.584555 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2381 | 2025.01.31 23:35:03.587508 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2382 | 2025.01.31 23:35:04.132819 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2383 | 2025.01.31 23:35:04.133116 [ 262 ] {b3e38fdd-e035-4226-a3be-58a7538600f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2384 | 2025.01.31 23:35:04.133192 [ 262 ] {b3e38fdd-e035-4226-a3be-58a7538600f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2385 | 2025.01.31 23:35:04.133968 [ 262 ] {b3e38fdd-e035-4226-a3be-58a7538600f6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2386 | 2025.01.31 23:35:04.134020 [ 262 ] {b3e38fdd-e035-4226-a3be-58a7538600f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2387 | 2025.01.31 23:35:04.134459 [ 262 ] {b3e38fdd-e035-4226-a3be-58a7538600f6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2388 | 2025.01.31 23:35:04.134717 [ 262 ] {b3e38fdd-e035-4226-a3be-58a7538600f6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2389 | 2025.01.31 23:35:04.134967 [ 262 ] {b3e38fdd-e035-4226-a3be-58a7538600f6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.22 MiB/sec. | ||
| 2390 | 2025.01.31 23:35:04.135032 [ 262 ] {b3e38fdd-e035-4226-a3be-58a7538600f6} <Debug> TCPHandler: Processed in 0.002408766 sec. | ||
| 2391 | 2025.01.31 23:35:04.135344 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2392 | 2025.01.31 23:35:04.135626 [ 259 ] {6649498c-dfd4-41a2-ba60-3af3427ac09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2393 | 2025.01.31 23:35:04.135730 [ 259 ] {6649498c-dfd4-41a2-ba60-3af3427ac09d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2394 | 2025.01.31 23:35:04.136636 [ 259 ] {6649498c-dfd4-41a2-ba60-3af3427ac09d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2395 | 2025.01.31 23:35:04.136679 [ 259 ] {6649498c-dfd4-41a2-ba60-3af3427ac09d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2396 | 2025.01.31 23:35:04.137125 [ 259 ] {6649498c-dfd4-41a2-ba60-3af3427ac09d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2397 | 2025.01.31 23:35:04.137387 [ 259 ] {6649498c-dfd4-41a2-ba60-3af3427ac09d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2398 | 2025.01.31 23:35:04.137646 [ 259 ] {6649498c-dfd4-41a2-ba60-3af3427ac09d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002087 sec., 30666.027791087687 rows/sec., 2.39 MiB/sec. | ||
| 2399 | 2025.01.31 23:35:04.137882 [ 259 ] {6649498c-dfd4-41a2-ba60-3af3427ac09d} <Debug> TCPHandler: Processed in 0.002702975 sec. | ||
| 2400 | 2025.01.31 23:35:04.138097 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2401 | 2025.01.31 23:35:04.138243 [ 262 ] {39492dee-b166-4857-b120-6d925e72b6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2402 | 2025.01.31 23:35:04.138310 [ 262 ] {39492dee-b166-4857-b120-6d925e72b6bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2403 | 2025.01.31 23:35:04.138994 [ 262 ] {39492dee-b166-4857-b120-6d925e72b6bb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2404 | 2025.01.31 23:35:04.139040 [ 262 ] {39492dee-b166-4857-b120-6d925e72b6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2405 | 2025.01.31 23:35:04.139447 [ 262 ] {39492dee-b166-4857-b120-6d925e72b6bb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2406 | 2025.01.31 23:35:04.139687 [ 262 ] {39492dee-b166-4857-b120-6d925e72b6bb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2407 | 2025.01.31 23:35:04.139955 [ 262 ] {39492dee-b166-4857-b120-6d925e72b6bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec. | ||
| 2408 | 2025.01.31 23:35:04.140112 [ 262 ] {39492dee-b166-4857-b120-6d925e72b6bb} <Debug> TCPHandler: Processed in 0.002091966 sec. | ||
| 2409 | 2025.01.31 23:35:04.140281 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2410 | 2025.01.31 23:35:04.140406 [ 259 ] {286e4f35-1e65-4f64-9cdd-2089989c3742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2411 | 2025.01.31 23:35:04.140459 [ 259 ] {286e4f35-1e65-4f64-9cdd-2089989c3742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2412 | 2025.01.31 23:35:04.140973 [ 259 ] {286e4f35-1e65-4f64-9cdd-2089989c3742} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2413 | 2025.01.31 23:35:04.141012 [ 259 ] {286e4f35-1e65-4f64-9cdd-2089989c3742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2414 | 2025.01.31 23:35:04.141399 [ 259 ] {286e4f35-1e65-4f64-9cdd-2089989c3742} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2415 | 2025.01.31 23:35:04.141642 [ 259 ] {286e4f35-1e65-4f64-9cdd-2089989c3742} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2416 | 2025.01.31 23:35:04.141823 [ 259 ] {286e4f35-1e65-4f64-9cdd-2089989c3742} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
| 2417 | 2025.01.31 23:35:04.141874 [ 259 ] {286e4f35-1e65-4f64-9cdd-2089989c3742} <Debug> TCPHandler: Processed in 0.001654232 sec. | ||
| 2418 | 2025.01.31 23:35:04.938125 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2419 | 2025.01.31 23:35:04.938418 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) 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) | ||
| 2420 | 2025.01.31 23:35:04.938913 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2421 | 2025.01.31 23:35:04.938978 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <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 | ||
| 2422 | 2025.01.31 23:35:04.939363 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2423 | 2025.01.31 23:35:04.939446 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2424 | 2025.01.31 23:35:04.939617 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2425 | 2025.01.31 23:35:04.939847 [ 299 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2426 | 2025.01.31 23:35:04.939876 [ 297 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2427 | 2025.01.31 23:35:04.939865 [ 295 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2428 | 2025.01.31 23:35:04.939842 [ 296 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2429 | 2025.01.31 23:35:04.940071 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (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 | ||
| 2430 | 2025.01.31 23:35:04.940102 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2431 | 2025.01.31 23:35:04.940240 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2432 | 2025.01.31 23:35:04.940263 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2433 | 2025.01.31 23:35:04.940306 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <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.31 23:35:04.940351 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <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.31 23:35:04.940393 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <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'))" | ||
| 2436 | 2025.01.31 23:35:04.940432 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <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'))" | ||
| 2437 | 2025.01.31 23:35:04.942488 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004212 sec., 9496.67616334283 rows/sec., 362.15 KiB/sec. | ||
| 2438 | 2025.01.31 23:35:04.942730 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Debug> MemoryTracker: Peak memory usage (for query): 147.22 KiB. | ||
| 2439 | 2025.01.31 23:35:04.942747 [ 262 ] {5dc47342-cd5a-4c43-b374-ce35e50da167} <Debug> TCPHandler: Processed in 0.00479737 sec. | ||
| 2440 | 2025.01.31 23:35:04.983560 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2441 | 2025.01.31 23:35:04.983686 [ 262 ] {632ff7a9-8c76-4672-ba25-dd012c557bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2442 | 2025.01.31 23:35:04.983740 [ 262 ] {632ff7a9-8c76-4672-ba25-dd012c557bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2443 | 2025.01.31 23:35:04.984427 [ 262 ] {632ff7a9-8c76-4672-ba25-dd012c557bd0} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2444 | 2025.01.31 23:35:04.984472 [ 262 ] {632ff7a9-8c76-4672-ba25-dd012c557bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2445 | 2025.01.31 23:35:04.984962 [ 262 ] {632ff7a9-8c76-4672-ba25-dd012c557bd0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2446 | 2025.01.31 23:35:04.985187 [ 262 ] {632ff7a9-8c76-4672-ba25-dd012c557bd0} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2447 | 2025.01.31 23:35:04.985435 [ 262 ] {632ff7a9-8c76-4672-ba25-dd012c557bd0} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001783 sec., 560.8524957936063 rows/sec., 127.07 KiB/sec. | ||
| 2448 | 2025.01.31 23:35:04.985527 [ 262 ] {632ff7a9-8c76-4672-ba25-dd012c557bd0} <Debug> TCPHandler: Processed in 0.002024524 sec. | ||
| 2449 | 2025.01.31 23:35:04.985760 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2450 | 2025.01.31 23:35:04.985952 [ 259 ] {b9d76f62-8d32-4a89-9bcf-65bb3b5a1e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2451 | 2025.01.31 23:35:04.986029 [ 259 ] {b9d76f62-8d32-4a89-9bcf-65bb3b5a1e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2452 | 2025.01.31 23:35:04.986735 [ 259 ] {b9d76f62-8d32-4a89-9bcf-65bb3b5a1e02} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2453 | 2025.01.31 23:35:04.986776 [ 259 ] {b9d76f62-8d32-4a89-9bcf-65bb3b5a1e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2454 | 2025.01.31 23:35:04.987206 [ 259 ] {b9d76f62-8d32-4a89-9bcf-65bb3b5a1e02} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2455 | 2025.01.31 23:35:04.987467 [ 259 ] {b9d76f62-8d32-4a89-9bcf-65bb3b5a1e02} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2456 | 2025.01.31 23:35:04.987662 [ 259 ] {b9d76f62-8d32-4a89-9bcf-65bb3b5a1e02} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00177 sec., 7909.604519774011 rows/sec., 569.39 KiB/sec. | ||
| 2457 | 2025.01.31 23:35:04.987725 [ 259 ] {b9d76f62-8d32-4a89-9bcf-65bb3b5a1e02} <Debug> TCPHandler: Processed in 0.002099046 sec. | ||
| 2458 | 2025.01.31 23:35:04.987856 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2459 | 2025.01.31 23:35:04.987975 [ 262 ] {09636346-4784-4841-8c39-ac1d81991475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2460 | 2025.01.31 23:35:04.988025 [ 262 ] {09636346-4784-4841-8c39-ac1d81991475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2461 | 2025.01.31 23:35:04.988612 [ 262 ] {09636346-4784-4841-8c39-ac1d81991475} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2462 | 2025.01.31 23:35:04.988652 [ 262 ] {09636346-4784-4841-8c39-ac1d81991475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2463 | 2025.01.31 23:35:04.989004 [ 262 ] {09636346-4784-4841-8c39-ac1d81991475} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2464 | 2025.01.31 23:35:04.989252 [ 262 ] {09636346-4784-4841-8c39-ac1d81991475} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2465 | 2025.01.31 23:35:04.989459 [ 262 ] {09636346-4784-4841-8c39-ac1d81991475} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001509 sec., 7952.286282306163 rows/sec., 648.45 KiB/sec. | ||
| 2466 | 2025.01.31 23:35:04.989523 [ 262 ] {09636346-4784-4841-8c39-ac1d81991475} <Debug> TCPHandler: Processed in 0.001722725 sec. | ||
| 2467 | 2025.01.31 23:35:04.989667 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2468 | 2025.01.31 23:35:04.989789 [ 259 ] {873d639d-f2d0-4acc-9532-9547afb560f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2469 | 2025.01.31 23:35:04.989840 [ 259 ] {873d639d-f2d0-4acc-9532-9547afb560f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2470 | 2025.01.31 23:35:04.991237 [ 259 ] {873d639d-f2d0-4acc-9532-9547afb560f0} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2471 | 2025.01.31 23:35:04.991276 [ 259 ] {873d639d-f2d0-4acc-9532-9547afb560f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2472 | 2025.01.31 23:35:04.991744 [ 259 ] {873d639d-f2d0-4acc-9532-9547afb560f0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2473 | 2025.01.31 23:35:04.991994 [ 259 ] {873d639d-f2d0-4acc-9532-9547afb560f0} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2474 | 2025.01.31 23:35:04.992210 [ 259 ] {873d639d-f2d0-4acc-9532-9547afb560f0} <Debug> executeQuery: Read 1419 rows, 121.15 KiB in 0.002439 sec., 581795.8179581795 rows/sec., 48.51 MiB/sec. | ||
| 2475 | 2025.01.31 23:35:04.992424 [ 259 ] {873d639d-f2d0-4acc-9532-9547afb560f0} <Debug> TCPHandler: Processed in 0.002813288 sec. | ||
| 2476 | 2025.01.31 23:35:04.992605 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2477 | 2025.01.31 23:35:04.992722 [ 262 ] {bfe0b346-4dd8-4475-a639-c8199ddeefc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2478 | 2025.01.31 23:35:04.992771 [ 262 ] {bfe0b346-4dd8-4475-a639-c8199ddeefc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2479 | 2025.01.31 23:35:04.993340 [ 262 ] {bfe0b346-4dd8-4475-a639-c8199ddeefc9} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2480 | 2025.01.31 23:35:04.993379 [ 262 ] {bfe0b346-4dd8-4475-a639-c8199ddeefc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2481 | 2025.01.31 23:35:04.993736 [ 262 ] {bfe0b346-4dd8-4475-a639-c8199ddeefc9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2482 | 2025.01.31 23:35:04.993976 [ 262 ] {bfe0b346-4dd8-4475-a639-c8199ddeefc9} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2483 | 2025.01.31 23:35:04.994144 [ 66 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2484 | 2025.01.31 23:35:04.994220 [ 66 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2485 | 2025.01.31 23:35:04.994229 [ 262 ] {bfe0b346-4dd8-4475-a639-c8199ddeefc9} <Debug> executeQuery: Read 54 rows, 3.93 KiB in 0.001519 sec., 35549.70375246873 rows/sec., 2.52 MiB/sec. | ||
| 2486 | 2025.01.31 23:35:04.994263 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2487 | 2025.01.31 23:35:04.994412 [ 262 ] {bfe0b346-4dd8-4475-a639-c8199ddeefc9} <Debug> TCPHandler: Processed in 0.001855768 sec. | ||
| 2488 | 2025.01.31 23:35:04.994759 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 2489 | 2025.01.31 23:35:04.994836 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2490 | 2025.01.31 23:35:04.995028 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2491 | 2025.01.31 23:35:04.995098 [ 259 ] {6a568fd8-1efa-4ffc-ae2b-8db5a6305367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2492 | 2025.01.31 23:35:04.995099 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 2493 | 2025.01.31 23:35:04.995193 [ 259 ] {6a568fd8-1efa-4ffc-ae2b-8db5a6305367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2494 | 2025.01.31 23:35:04.995411 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 2495 | 2025.01.31 23:35:04.995746 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 2496 | 2025.01.31 23:35:04.996086 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 2497 | 2025.01.31 23:35:04.996396 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 2498 | 2025.01.31 23:35:04.996729 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 2499 | 2025.01.31 23:35:04.998579 [ 259 ] {6a568fd8-1efa-4ffc-ae2b-8db5a6305367} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2500 | 2025.01.31 23:35:04.998653 [ 259 ] {6a568fd8-1efa-4ffc-ae2b-8db5a6305367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2501 | 2025.01.31 23:35:04.999705 [ 259 ] {6a568fd8-1efa-4ffc-ae2b-8db5a6305367} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2502 | 2025.01.31 23:35:04.999875 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005481933 sec., 33382.38537391829 rows/sec., 2.49 MiB/sec. | ||
| 2503 | 2025.01.31 23:35:05.000042 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2504 | 2025.01.31 23:35:05.000081 [ 259 ] {6a568fd8-1efa-4ffc-ae2b-8db5a6305367} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2505 | 2025.01.31 23:35:05.000250 [ 82 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2506 | 2025.01.31 23:35:05.000323 [ 82 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2507 | 2025.01.31 23:35:05.000359 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2508 | 2025.01.31 23:35:05.000365 [ 259 ] {6a568fd8-1efa-4ffc-ae2b-8db5a6305367} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005333 sec., 45377.83611475717 rows/sec., 3.07 MiB/sec. | ||
| 2509 | 2025.01.31 23:35:05.000585 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_6_1} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2510 | 2025.01.31 23:35:05.000764 [ 259 ] {6a568fd8-1efa-4ffc-ae2b-8db5a6305367} <Debug> TCPHandler: Processed in 0.006226586 sec. | ||
| 2511 | 2025.01.31 23:35:05.000864 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 2512 | 2025.01.31 23:35:05.000932 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_6_1} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2513 | 2025.01.31 23:35:05.001113 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2514 | 2025.01.31 23:35:05.001126 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2515 | 2025.01.31 23:35:05.001415 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2516 | 2025.01.31 23:35:05.001522 [ 262 ] {7ce20010-b9fc-4c72-a198-61efb5d74df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2517 | 2025.01.31 23:35:05.001536 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 2518 | 2025.01.31 23:35:05.001679 [ 262 ] {7ce20010-b9fc-4c72-a198-61efb5d74df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2519 | 2025.01.31 23:35:05.001953 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 2520 | 2025.01.31 23:35:05.002370 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 2521 | 2025.01.31 23:35:05.002741 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 2522 | 2025.01.31 23:35:05.003204 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 2523 | 2025.01.31 23:35:05.003661 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 2524 | 2025.01.31 23:35:05.004771 [ 262 ] {7ce20010-b9fc-4c72-a198-61efb5d74df3} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2525 | 2025.01.31 23:35:05.004841 [ 262 ] {7ce20010-b9fc-4c72-a198-61efb5d74df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2526 | 2025.01.31 23:35:05.005963 [ 262 ] {7ce20010-b9fc-4c72-a198-61efb5d74df3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2527 | 2025.01.31 23:35:05.006580 [ 262 ] {7ce20010-b9fc-4c72-a198-61efb5d74df3} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2528 | 2025.01.31 23:35:05.006648 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006168464 sec., 87542.0526082344 rows/sec., 6.27 MiB/sec. | ||
| 2529 | 2025.01.31 23:35:05.006920 [ 262 ] {7ce20010-b9fc-4c72-a198-61efb5d74df3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00554 sec., 2346.5703971119133 rows/sec., 146.31 KiB/sec. | ||
| 2530 | 2025.01.31 23:35:05.006997 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2531 | 2025.01.31 23:35:05.007054 [ 262 ] {7ce20010-b9fc-4c72-a198-61efb5d74df3} <Debug> TCPHandler: Processed in 0.006114722 sec. | ||
| 2532 | 2025.01.31 23:35:05.007248 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2533 | 2025.01.31 23:35:05.007445 [ 259 ] {b28f62fe-8646-423b-b6ca-cba7ac9d6227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2534 | 2025.01.31 23:35:05.007501 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_6_1} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2535 | 2025.01.31 23:35:05.007534 [ 259 ] {b28f62fe-8646-423b-b6ca-cba7ac9d6227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2536 | 2025.01.31 23:35:05.007723 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_6_1} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2537 | 2025.01.31 23:35:05.007941 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2538 | 2025.01.31 23:35:05.008812 [ 259 ] {b28f62fe-8646-423b-b6ca-cba7ac9d6227} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2539 | 2025.01.31 23:35:05.008854 [ 259 ] {b28f62fe-8646-423b-b6ca-cba7ac9d6227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2540 | 2025.01.31 23:35:05.009269 [ 259 ] {b28f62fe-8646-423b-b6ca-cba7ac9d6227} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2541 | 2025.01.31 23:35:05.009520 [ 259 ] {b28f62fe-8646-423b-b6ca-cba7ac9d6227} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2542 | 2025.01.31 23:35:05.009705 [ 259 ] {b28f62fe-8646-423b-b6ca-cba7ac9d6227} <Debug> executeQuery: Read 885 rows, 65.75 KiB in 0.002321 sec., 381301.1632916846 rows/sec., 27.67 MiB/sec. | ||
| 2543 | 2025.01.31 23:35:05.009760 [ 259 ] {b28f62fe-8646-423b-b6ca-cba7ac9d6227} <Debug> TCPHandler: Processed in 0.002607411 sec. | ||
| 2544 | 2025.01.31 23:35:05.009906 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2545 | 2025.01.31 23:35:05.010044 [ 262 ] {5c47c56d-1189-4203-8104-42175a13790e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2546 | 2025.01.31 23:35:05.010103 [ 262 ] {5c47c56d-1189-4203-8104-42175a13790e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2547 | 2025.01.31 23:35:05.010648 [ 262 ] {5c47c56d-1189-4203-8104-42175a13790e} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2548 | 2025.01.31 23:35:05.010694 [ 262 ] {5c47c56d-1189-4203-8104-42175a13790e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2549 | 2025.01.31 23:35:05.011113 [ 262 ] {5c47c56d-1189-4203-8104-42175a13790e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2550 | 2025.01.31 23:35:05.011366 [ 262 ] {5c47c56d-1189-4203-8104-42175a13790e} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2551 | 2025.01.31 23:35:05.011514 [ 82 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2552 | 2025.01.31 23:35:05.011572 [ 82 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2553 | 2025.01.31 23:35:05.011604 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2554 | 2025.01.31 23:35:05.011623 [ 262 ] {5c47c56d-1189-4203-8104-42175a13790e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001601 sec., 3747.6577139287947 rows/sec., 195.80 KiB/sec. | ||
| 2555 | 2025.01.31 23:35:05.011991 [ 262 ] {5c47c56d-1189-4203-8104-42175a13790e} <Debug> TCPHandler: Processed in 0.002141757 sec. | ||
| 2556 | 2025.01.31 23:35:05.012134 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 2557 | 2025.01.31 23:35:05.012253 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2558 | 2025.01.31 23:35:05.012333 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2559 | 2025.01.31 23:35:05.012376 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 2560 | 2025.01.31 23:35:05.012409 [ 259 ] {8ee9de61-6e4a-4758-bd9a-372748528c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2561 | 2025.01.31 23:35:05.012523 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 2562 | 2025.01.31 23:35:05.012587 [ 259 ] {8ee9de61-6e4a-4758-bd9a-372748528c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2563 | 2025.01.31 23:35:05.012910 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 2564 | 2025.01.31 23:35:05.013178 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 2565 | 2025.01.31 23:35:05.013509 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 2566 | 2025.01.31 23:35:05.013718 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 2567 | 2025.01.31 23:35:05.014864 [ 259 ] {8ee9de61-6e4a-4758-bd9a-372748528c3a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2568 | 2025.01.31 23:35:05.014908 [ 259 ] {8ee9de61-6e4a-4758-bd9a-372748528c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2569 | 2025.01.31 23:35:05.015148 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003461259 sec., 10400.839694458 rows/sec., 543.40 KiB/sec. | ||
| 2570 | 2025.01.31 23:35:05.015332 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2571 | 2025.01.31 23:35:05.015704 [ 259 ] {8ee9de61-6e4a-4758-bd9a-372748528c3a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2572 | 2025.01.31 23:35:05.015864 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_6_1} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2573 | 2025.01.31 23:35:05.016018 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_6_1} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2574 | 2025.01.31 23:35:05.016191 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2575 | 2025.01.31 23:35:05.016265 [ 259 ] {8ee9de61-6e4a-4758-bd9a-372748528c3a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2576 | 2025.01.31 23:35:05.016466 [ 259 ] {8ee9de61-6e4a-4758-bd9a-372748528c3a} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.004098 sec., 234504.6364080039 rows/sec., 15.58 MiB/sec. | ||
| 2577 | 2025.01.31 23:35:05.016527 [ 259 ] {8ee9de61-6e4a-4758-bd9a-372748528c3a} <Debug> TCPHandler: Processed in 0.004411729 sec. | ||
| 2578 | 2025.01.31 23:35:05.016704 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2025.01.31 23:35:05.016842 [ 262 ] {1a8a0465-affb-408e-9ad2-edb2c14d6296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2580 | 2025.01.31 23:35:05.016902 [ 262 ] {1a8a0465-affb-408e-9ad2-edb2c14d6296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2581 | 2025.01.31 23:35:05.017398 [ 262 ] {1a8a0465-affb-408e-9ad2-edb2c14d6296} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2582 | 2025.01.31 23:35:05.017437 [ 262 ] {1a8a0465-affb-408e-9ad2-edb2c14d6296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2583 | 2025.01.31 23:35:05.017795 [ 262 ] {1a8a0465-affb-408e-9ad2-edb2c14d6296} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2584 | 2025.01.31 23:35:05.018033 [ 262 ] {1a8a0465-affb-408e-9ad2-edb2c14d6296} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2585 | 2025.01.31 23:35:05.018239 [ 262 ] {1a8a0465-affb-408e-9ad2-edb2c14d6296} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001428 sec., 700.2801120448179 rows/sec., 47.19 KiB/sec. | ||
| 2586 | 2025.01.31 23:35:05.018290 [ 262 ] {1a8a0465-affb-408e-9ad2-edb2c14d6296} <Debug> TCPHandler: Processed in 0.001652601 sec. | ||
| 2587 | 2025.01.31 23:35:05.018450 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2588 | 2025.01.31 23:35:05.018589 [ 259 ] {c57e12c7-29dd-4eae-8a4e-301ceae2d02d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2589 | 2025.01.31 23:35:05.018679 [ 259 ] {c57e12c7-29dd-4eae-8a4e-301ceae2d02d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2590 | 2025.01.31 23:35:05.019867 [ 259 ] {c57e12c7-29dd-4eae-8a4e-301ceae2d02d} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2591 | 2025.01.31 23:35:05.019904 [ 259 ] {c57e12c7-29dd-4eae-8a4e-301ceae2d02d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2592 | 2025.01.31 23:35:05.020560 [ 259 ] {c57e12c7-29dd-4eae-8a4e-301ceae2d02d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2593 | 2025.01.31 23:35:05.020823 [ 259 ] {c57e12c7-29dd-4eae-8a4e-301ceae2d02d} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2025.01.31 23:35:05.020954 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2595 | 2025.01.31 23:35:05.020995 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2025.01.31 23:35:05.021017 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2597 | 2025.01.31 23:35:05.021045 [ 259 ] {c57e12c7-29dd-4eae-8a4e-301ceae2d02d} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002488 sec., 14067.524115755627 rows/sec., 25.21 MiB/sec. | ||
| 2598 | 2025.01.31 23:35:05.021376 [ 189 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 2599 | 2025.01.31 23:35:05.021410 [ 259 ] {c57e12c7-29dd-4eae-8a4e-301ceae2d02d} <Debug> TCPHandler: Processed in 0.003026505 sec. | ||
| 2600 | 2025.01.31 23:35:05.021631 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2601 | 2025.01.31 23:35:05.021822 [ 262 ] {7db27e84-5941-440e-a89d-097edc292ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2602 | 2025.01.31 23:35:05.021897 [ 189 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2603 | 2025.01.31 23:35:05.021904 [ 262 ] {7db27e84-5941-440e-a89d-097edc292ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2604 | 2025.01.31 23:35:05.022043 [ 189 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 2605 | 2025.01.31 23:35:05.022642 [ 189 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 2606 | 2025.01.31 23:35:05.023158 [ 189 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 2607 | 2025.01.31 23:35:05.023375 [ 262 ] {7db27e84-5941-440e-a89d-097edc292ffd} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2608 | 2025.01.31 23:35:05.023492 [ 262 ] {7db27e84-5941-440e-a89d-097edc292ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2609 | 2025.01.31 23:35:05.023956 [ 189 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 2610 | 2025.01.31 23:35:05.024520 [ 189 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 2611 | 2025.01.31 23:35:05.024735 [ 262 ] {7db27e84-5941-440e-a89d-097edc292ffd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2612 | 2025.01.31 23:35:05.025026 [ 189 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 2613 | 2025.01.31 23:35:05.025485 [ 262 ] {7db27e84-5941-440e-a89d-097edc292ffd} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2025.01.31 23:35:05.025909 [ 262 ] {7db27e84-5941-440e-a89d-097edc292ffd} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.004135 sec., 8222.49093107618 rows/sec., 488.64 KiB/sec. | ||
| 2615 | 2025.01.31 23:35:05.026010 [ 262 ] {7db27e84-5941-440e-a89d-097edc292ffd} <Debug> TCPHandler: Processed in 0.004489191 sec. | ||
| 2616 | 2025.01.31 23:35:05.027929 [ 194 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 19 columns (19 merged, 0 gathered) in 0.006844715 sec., 18846.65760371323 rows/sec., 33.77 MiB/sec. | ||
| 2617 | 2025.01.31 23:35:05.028254 [ 189 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2618 | 2025.01.31 23:35:05.028619 [ 189 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2619 | 2025.01.31 23:35:05.028688 [ 189 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2620 | 2025.01.31 23:35:05.028782 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 2621 | 2025.01.31 23:35:08.290844 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 382 | ||
| 2622 | 2025.01.31 23:35:08.294415 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2623 | 2025.01.31 23:35:08.294461 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2624 | 2025.01.31 23:35:08.296010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2625 | 2025.01.31 23:35:08.296326 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2626 | 2025.01.31 23:35:08.296923 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 382 | ||
| 2627 | 2025.01.31 23:35:09.130408 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2628 | 2025.01.31 23:35:09.130594 [ 262 ] {334deebf-3809-48da-8e95-c94b006b9e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2629 | 2025.01.31 23:35:09.130663 [ 262 ] {334deebf-3809-48da-8e95-c94b006b9e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2630 | 2025.01.31 23:35:09.131413 [ 262 ] {334deebf-3809-48da-8e95-c94b006b9e74} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2631 | 2025.01.31 23:35:09.131453 [ 262 ] {334deebf-3809-48da-8e95-c94b006b9e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2632 | 2025.01.31 23:35:09.131893 [ 262 ] {334deebf-3809-48da-8e95-c94b006b9e74} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2633 | 2025.01.31 23:35:09.132146 [ 262 ] {334deebf-3809-48da-8e95-c94b006b9e74} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2634 | 2025.01.31 23:35:09.132336 [ 262 ] {334deebf-3809-48da-8e95-c94b006b9e74} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001794 sec., 31215.161649944257 rows/sec., 2.38 MiB/sec. | ||
| 2635 | 2025.01.31 23:35:09.132393 [ 262 ] {334deebf-3809-48da-8e95-c94b006b9e74} <Debug> TCPHandler: Processed in 0.002125287 sec. | ||
| 2636 | 2025.01.31 23:35:09.132651 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2637 | 2025.01.31 23:35:09.132840 [ 259 ] {4d8386ee-fffe-41d4-bbb2-ba548ef36888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2638 | 2025.01.31 23:35:09.132915 [ 259 ] {4d8386ee-fffe-41d4-bbb2-ba548ef36888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2639 | 2025.01.31 23:35:09.133685 [ 259 ] {4d8386ee-fffe-41d4-bbb2-ba548ef36888} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2640 | 2025.01.31 23:35:09.133735 [ 259 ] {4d8386ee-fffe-41d4-bbb2-ba548ef36888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2641 | 2025.01.31 23:35:09.134202 [ 259 ] {4d8386ee-fffe-41d4-bbb2-ba548ef36888} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2642 | 2025.01.31 23:35:09.134466 [ 259 ] {4d8386ee-fffe-41d4-bbb2-ba548ef36888} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2643 | 2025.01.31 23:35:09.134782 [ 259 ] {4d8386ee-fffe-41d4-bbb2-ba548ef36888} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001973 sec., 32437.91180942727 rows/sec., 2.53 MiB/sec. | ||
| 2644 | 2025.01.31 23:35:09.134980 [ 259 ] {4d8386ee-fffe-41d4-bbb2-ba548ef36888} <Debug> TCPHandler: Processed in 0.002464668 sec. | ||
| 2645 | 2025.01.31 23:35:09.135129 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2646 | 2025.01.31 23:35:09.135250 [ 262 ] {23520e14-f82b-4de4-98f8-2f46db253951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2647 | 2025.01.31 23:35:09.135306 [ 262 ] {23520e14-f82b-4de4-98f8-2f46db253951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2648 | 2025.01.31 23:35:09.135863 [ 262 ] {23520e14-f82b-4de4-98f8-2f46db253951} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2649 | 2025.01.31 23:35:09.135902 [ 262 ] {23520e14-f82b-4de4-98f8-2f46db253951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2650 | 2025.01.31 23:35:09.136311 [ 262 ] {23520e14-f82b-4de4-98f8-2f46db253951} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2651 | 2025.01.31 23:35:09.136559 [ 262 ] {23520e14-f82b-4de4-98f8-2f46db253951} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2652 | 2025.01.31 23:35:09.136740 [ 262 ] {23520e14-f82b-4de4-98f8-2f46db253951} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001517 sec., 84377.0599868161 rows/sec., 5.88 MiB/sec. | ||
| 2653 | 2025.01.31 23:35:09.136792 [ 262 ] {23520e14-f82b-4de4-98f8-2f46db253951} <Debug> TCPHandler: Processed in 0.001719044 sec. | ||
| 2654 | 2025.01.31 23:35:09.136939 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2655 | 2025.01.31 23:35:09.137065 [ 259 ] {eb20956f-0d65-4d7e-9841-ca9867c0c68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2656 | 2025.01.31 23:35:09.137121 [ 259 ] {eb20956f-0d65-4d7e-9841-ca9867c0c68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2657 | 2025.01.31 23:35:09.137633 [ 259 ] {eb20956f-0d65-4d7e-9841-ca9867c0c68f} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2658 | 2025.01.31 23:35:09.137674 [ 259 ] {eb20956f-0d65-4d7e-9841-ca9867c0c68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2659 | 2025.01.31 23:35:09.138079 [ 259 ] {eb20956f-0d65-4d7e-9841-ca9867c0c68f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2660 | 2025.01.31 23:35:09.138341 [ 259 ] {eb20956f-0d65-4d7e-9841-ca9867c0c68f} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2661 | 2025.01.31 23:35:09.138565 [ 259 ] {eb20956f-0d65-4d7e-9841-ca9867c0c68f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00153 sec., 31372.549019607846 rows/sec., 2.11 MiB/sec. | ||
| 2662 | 2025.01.31 23:35:09.138619 [ 259 ] {eb20956f-0d65-4d7e-9841-ca9867c0c68f} <Debug> TCPHandler: Processed in 0.001738305 sec. | ||
| 2663 | 2025.01.31 23:35:10.787001 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2664 | 2025.01.31 23:35:10.787617 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2665 | 2025.01.31 23:35:10.787655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2666 | 2025.01.31 23:35:10.788173 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2667 | 2025.01.31 23:35:10.788433 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2025.01.31 23:35:10.788568 [ 103 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2669 | 2025.01.31 23:35:10.788614 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2670 | 2025.01.31 23:35:10.788618 [ 103 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2025.01.31 23:35:10.788649 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2672 | 2025.01.31 23:35:10.788785 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 2673 | 2025.01.31 23:35:10.788950 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2674 | 2025.01.31 23:35:10.788995 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 2675 | 2025.01.31 23:35:10.789090 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 2676 | 2025.01.31 23:35:10.789316 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 2677 | 2025.01.31 23:35:10.789513 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 2678 | 2025.01.31 23:35:10.789715 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 2679 | 2025.01.31 23:35:10.789878 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 2680 | 2025.01.31 23:35:10.791790 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003065916 sec., 1651382.4905835646 rows/sec., 23.62 MiB/sec. | ||
| 2681 | 2025.01.31 23:35:10.792407 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2682 | 2025.01.31 23:35:10.792839 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_11_2} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2683 | 2025.01.31 23:35:10.792959 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_11_2} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2684 | 2025.01.31 23:35:10.793103 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2685 | 2025.01.31 23:35:11.088480 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2686 | 2025.01.31 23:35:11.109151 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2687 | 2025.01.31 23:35:11.109201 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2688 | 2025.01.31 23:35:11.116570 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2689 | 2025.01.31 23:35:11.117323 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2690 | 2025.01.31 23:35:11.117702 [ 151 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2691 | 2025.01.31 23:35:11.117832 [ 151 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2025.01.31 23:35:11.117906 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2693 | 2025.01.31 23:35:11.118434 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 2694 | 2025.01.31 23:35:11.132638 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2695 | 2025.01.31 23:35:11.134464 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2696 | 2025.01.31 23:35:11.135852 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 2697 | 2025.01.31 23:35:11.141063 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 2698 | 2025.01.31 23:35:11.146387 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 2699 | 2025.01.31 23:35:11.151782 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 2700 | 2025.01.31 23:35:11.157413 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 2701 | 2025.01.31 23:35:11.162063 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 2702 | 2025.01.31 23:35:11.219792 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.101661614 sec., 816.4340180552317 rows/sec., 4.22 MiB/sec. | ||
| 2703 | 2025.01.31 23:35:11.221381 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2704 | 2025.01.31 23:35:11.223795 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_11_2} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2705 | 2025.01.31 23:35:11.223910 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_11_2} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2706 | 2025.01.31 23:35:11.225275 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2707 | 2025.01.31 23:35:12.001170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.91 MiB, peak 180.79 MiB, free memory in arenas 0.00 B, will set to 172.18 MiB (RSS), difference: 1.28 MiB | ||
| 2708 | 2025.01.31 23:35:14.132674 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2709 | 2025.01.31 23:35:14.132884 [ 262 ] {4059f310-7a40-47c8-bca2-40961cb6fbf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2710 | 2025.01.31 23:35:14.132960 [ 262 ] {4059f310-7a40-47c8-bca2-40961cb6fbf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2711 | 2025.01.31 23:35:14.133748 [ 262 ] {4059f310-7a40-47c8-bca2-40961cb6fbf5} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2712 | 2025.01.31 23:35:14.133788 [ 262 ] {4059f310-7a40-47c8-bca2-40961cb6fbf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2713 | 2025.01.31 23:35:14.134230 [ 262 ] {4059f310-7a40-47c8-bca2-40961cb6fbf5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2714 | 2025.01.31 23:35:14.134493 [ 262 ] {4059f310-7a40-47c8-bca2-40961cb6fbf5} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2715 | 2025.01.31 23:35:14.134629 [ 117 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2716 | 2025.01.31 23:35:14.134677 [ 117 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2717 | 2025.01.31 23:35:14.134686 [ 262 ] {4059f310-7a40-47c8-bca2-40961cb6fbf5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.30 MiB/sec. | ||
| 2718 | 2025.01.31 23:35:14.134705 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2719 | 2025.01.31 23:35:14.134760 [ 262 ] {4059f310-7a40-47c8-bca2-40961cb6fbf5} <Debug> TCPHandler: Processed in 0.00222687 sec. | ||
| 2720 | 2025.01.31 23:35:14.135017 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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.31 23:35:14.135125 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2722 | 2025.01.31 23:35:14.135287 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2723 | 2025.01.31 23:35:14.135373 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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.31 23:35:14.135421 [ 259 ] {38de8964-cd1e-46c4-883b-23bb2a8dba2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2725 | 2025.01.31 23:35:14.135490 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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.31 23:35:14.135552 [ 259 ] {38de8964-cd1e-46c4-883b-23bb2a8dba2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2727 | 2025.01.31 23:35:14.135981 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 2728 | 2025.01.31 23:35:14.136140 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 2729 | 2025.01.31 23:35:14.136352 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 2730 | 2025.01.31 23:35:14.136566 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 2731 | 2025.01.31 23:35:14.137517 [ 259 ] {38de8964-cd1e-46c4-883b-23bb2a8dba2d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2732 | 2025.01.31 23:35:14.137562 [ 259 ] {38de8964-cd1e-46c4-883b-23bb2a8dba2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2733 | 2025.01.31 23:35:14.138235 [ 259 ] {38de8964-cd1e-46c4-883b-23bb2a8dba2d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2734 | 2025.01.31 23:35:14.138519 [ 259 ] {38de8964-cd1e-46c4-883b-23bb2a8dba2d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2735 | 2025.01.31 23:35:14.138737 [ 117 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2736 | 2025.01.31 23:35:14.138854 [ 117 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2025.01.31 23:35:14.138960 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2738 | 2025.01.31 23:35:14.138987 [ 259 ] {38de8964-cd1e-46c4-883b-23bb2a8dba2d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003622 sec., 17669.7956929873 rows/sec., 1.38 MiB/sec. | ||
| 2739 | 2025.01.31 23:35:14.139522 [ 259 ] {38de8964-cd1e-46c4-883b-23bb2a8dba2d} <Debug> TCPHandler: Processed in 0.004606724 sec. | ||
| 2740 | 2025.01.31 23:35:14.139723 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2741 | 2025.01.31 23:35:14.139739 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3273 rows, containing 5 columns (5 merged, 0 gathered) in 0.004884404 sec., 670091.9907526077 rows/sec., 58.46 MiB/sec. | ||
| 2742 | 2025.01.31 23:35:14.139784 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2025.01.31 23:35:14.139988 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2744 | 2025.01.31 23:35:14.140121 [ 262 ] {8e7c74d4-695d-46c0-a7a8-0befde306d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2745 | 2025.01.31 23:35:14.140146 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2746 | 2025.01.31 23:35:14.140115 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 889 rows starting from the beginning of the part | ||
| 2747 | 2025.01.31 23:35:14.140293 [ 262 ] {8e7c74d4-695d-46c0-a7a8-0befde306d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2748 | 2025.01.31 23:35:14.140702 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2749 | 2025.01.31 23:35:14.141287 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2750 | 2025.01.31 23:35:14.141387 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_16_3} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:35:14.141804 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2752 | 2025.01.31 23:35:14.141941 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_16_3} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2753 | 2025.01.31 23:35:14.142372 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2754 | 2025.01.31 23:35:14.142396 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 2755 | 2025.01.31 23:35:14.142743 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 2756 | 2025.01.31 23:35:14.143995 [ 262 ] {8e7c74d4-695d-46c0-a7a8-0befde306d9f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2757 | 2025.01.31 23:35:14.144064 [ 262 ] {8e7c74d4-695d-46c0-a7a8-0befde306d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2758 | 2025.01.31 23:35:14.145151 [ 262 ] {8e7c74d4-695d-46c0-a7a8-0befde306d9f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2759 | 2025.01.31 23:35:14.145706 [ 262 ] {8e7c74d4-695d-46c0-a7a8-0befde306d9f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2025.01.31 23:35:14.145809 [ 196 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2383 rows, containing 5 columns (5 merged, 0 gathered) in 0.006593377 sec., 361423.28885486146 rows/sec., 27.69 MiB/sec. | ||
| 2761 | 2025.01.31 23:35:14.145906 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2762 | 2025.01.31 23:35:14.145990 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2763 | 2025.01.31 23:35:14.146042 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2764 | 2025.01.31 23:35:14.146064 [ 262 ] {8e7c74d4-695d-46c0-a7a8-0befde306d9f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00605 sec., 26446.280991735537 rows/sec., 1.84 MiB/sec. | ||
| 2765 | 2025.01.31 23:35:14.146452 [ 262 ] {8e7c74d4-695d-46c0-a7a8-0befde306d9f} <Debug> TCPHandler: Processed in 0.006812454 sec. | ||
| 2766 | 2025.01.31 23:35:14.146644 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 2767 | 2025.01.31 23:35:14.146863 [ 196 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2768 | 2025.01.31 23:35:14.147190 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2769 | 2025.01.31 23:35:14.147359 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2770 | 2025.01.31 23:35:14.147468 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4090 rows starting from the beginning of the part | ||
| 2771 | 2025.01.31 23:35:14.147645 [ 259 ] {c4b1c596-a59a-4f2f-9497-3869414ea113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2772 | 2025.01.31 23:35:14.147948 [ 196 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_16_3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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.31 23:35:14.147965 [ 259 ] {c4b1c596-a59a-4f2f-9497-3869414ea113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2774 | 2025.01.31 23:35:14.147980 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 2775 | 2025.01.31 23:35:14.148458 [ 196 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_16_3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2776 | 2025.01.31 23:35:14.148664 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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.31 23:35:14.148947 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2778 | 2025.01.31 23:35:14.149278 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 2779 | 2025.01.31 23:35:14.149661 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 2780 | 2025.01.31 23:35:14.149945 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 2781 | 2025.01.31 23:35:14.150883 [ 259 ] {c4b1c596-a59a-4f2f-9497-3869414ea113} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2782 | 2025.01.31 23:35:14.150959 [ 259 ] {c4b1c596-a59a-4f2f-9497-3869414ea113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2783 | 2025.01.31 23:35:14.151780 [ 259 ] {c4b1c596-a59a-4f2f-9497-3869414ea113} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2784 | 2025.01.31 23:35:14.152335 [ 259 ] {c4b1c596-a59a-4f2f-9497-3869414ea113} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2785 | 2025.01.31 23:35:14.152669 [ 117 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2786 | 2025.01.31 23:35:14.152779 [ 117 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2787 | 2025.01.31 23:35:14.152869 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2788 | 2025.01.31 23:35:14.153071 [ 259 ] {c4b1c596-a59a-4f2f-9497-3869414ea113} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005576 sec., 10760.401721664275 rows/sec., 742.58 KiB/sec. | ||
| 2789 | 2025.01.31 23:35:14.153107 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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.31 23:35:14.153196 [ 259 ] {c4b1c596-a59a-4f2f-9497-3869414ea113} <Debug> TCPHandler: Processed in 0.006589287 sec. | ||
| 2791 | 2025.01.31 23:35:14.153273 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2792 | 2025.01.31 23:35:14.153307 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2793 | 2025.01.31 23:35:14.153458 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2794 | 2025.01.31 23:35:14.153834 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2795 | 2025.01.31 23:35:14.154026 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2796 | 2025.01.31 23:35:14.154249 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 2797 | 2025.01.31 23:35:14.154582 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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.31 23:35:14.155043 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5736 rows, containing 5 columns (5 merged, 0 gathered) in 0.00891696 sec., 643268.5578941702 rows/sec., 43.39 MiB/sec. | ||
| 2799 | 2025.01.31 23:35:14.155652 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2800 | 2025.01.31 23:35:14.156337 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2801 | 2025.01.31 23:35:14.156478 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2802 | 2025.01.31 23:35:14.156679 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 2803 | 2025.01.31 23:35:14.156886 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.00383472 sec., 250344.2233070472 rows/sec., 16.37 MiB/sec. | ||
| 2804 | 2025.01.31 23:35:14.157200 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2805 | 2025.01.31 23:35:14.157557 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_16_3} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2806 | 2025.01.31 23:35:14.157649 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_16_3} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2807 | 2025.01.31 23:35:14.157755 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2808 | 2025.01.31 23:35:15.061382 [ 150 ] {} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2809 | 2025.01.31 23:35:15.061452 [ 150 ] {} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2810 | 2025.01.31 23:35:15.061476 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2811 | 2025.01.31 23:35:15.061666 [ 192 ] {7d317b9f-ebda-429f-ad98-ef9711d0fccd::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 | ||
| 2812 | 2025.01.31 23:35:15.062045 [ 192 ] {7d317b9f-ebda-429f-ad98-ef9711d0fccd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2813 | 2025.01.31 23:35:15.062091 [ 192 ] {7d317b9f-ebda-429f-ad98-ef9711d0fccd::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 | ||
| 2814 | 2025.01.31 23:35:15.062202 [ 192 ] {7d317b9f-ebda-429f-ad98-ef9711d0fccd::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 | ||
| 2815 | 2025.01.31 23:35:15.062291 [ 192 ] {7d317b9f-ebda-429f-ad98-ef9711d0fccd::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 | ||
| 2816 | 2025.01.31 23:35:15.062379 [ 192 ] {7d317b9f-ebda-429f-ad98-ef9711d0fccd::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 | ||
| 2817 | 2025.01.31 23:35:15.062460 [ 192 ] {7d317b9f-ebda-429f-ad98-ef9711d0fccd::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 | ||
| 2818 | 2025.01.31 23:35:15.064581 [ 186 ] {7d317b9f-ebda-429f-ad98-ef9711d0fccd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003029446 sec., 13533.827637132334 rows/sec., 2.25 MiB/sec. | ||
| 2819 | 2025.01.31 23:35:15.064808 [ 199 ] {7d317b9f-ebda-429f-ad98-ef9711d0fccd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2820 | 2025.01.31 23:35:15.065324 [ 199 ] {7d317b9f-ebda-429f-ad98-ef9711d0fccd::all_1_5_1} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2821 | 2025.01.31 23:35:15.065415 [ 199 ] {7d317b9f-ebda-429f-ad98-ef9711d0fccd::all_1_5_1} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2822 | 2025.01.31 23:35:15.065524 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2823 | 2025.01.31 23:35:18.200070 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2824 | 2025.01.31 23:35:18.200146 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2825 | 2025.01.31 23:35:18.289628 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2826 | 2025.01.31 23:35:18.290255 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2827 | 2025.01.31 23:35:18.290290 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2828 | 2025.01.31 23:35:18.290798 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2829 | 2025.01.31 23:35:18.291047 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2830 | 2025.01.31 23:35:18.291295 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2831 | 2025.01.31 23:35:18.298080 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 398 | ||
| 2832 | 2025.01.31 23:35:18.300825 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2833 | 2025.01.31 23:35:18.300889 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2834 | 2025.01.31 23:35:18.302377 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2835 | 2025.01.31 23:35:18.302701 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2836 | 2025.01.31 23:35:18.303357 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398 | ||
| 2837 | 2025.01.31 23:35:18.633631 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2838 | 2025.01.31 23:35:18.652613 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2839 | 2025.01.31 23:35:18.652671 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2840 | 2025.01.31 23:35:18.659945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2841 | 2025.01.31 23:35:18.660692 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2842 | 2025.01.31 23:35:18.663905 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2843 | 2025.01.31 23:35:19.138837 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2844 | 2025.01.31 23:35:19.139083 [ 262 ] {d96dc065-1987-488e-a577-82f3f0de4a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2845 | 2025.01.31 23:35:19.139169 [ 262 ] {d96dc065-1987-488e-a577-82f3f0de4a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2846 | 2025.01.31 23:35:19.139973 [ 262 ] {d96dc065-1987-488e-a577-82f3f0de4a81} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2025.01.31 23:35:19.140028 [ 262 ] {d96dc065-1987-488e-a577-82f3f0de4a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2848 | 2025.01.31 23:35:19.140489 [ 262 ] {d96dc065-1987-488e-a577-82f3f0de4a81} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2849 | 2025.01.31 23:35:19.140753 [ 262 ] {d96dc065-1987-488e-a577-82f3f0de4a81} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2850 | 2025.01.31 23:35:19.140992 [ 262 ] {d96dc065-1987-488e-a577-82f3f0de4a81} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001968 sec., 7113.821138211381 rows/sec., 512.10 KiB/sec. | ||
| 2851 | 2025.01.31 23:35:19.141062 [ 262 ] {d96dc065-1987-488e-a577-82f3f0de4a81} <Debug> TCPHandler: Processed in 0.002371825 sec. | ||
| 2852 | 2025.01.31 23:35:19.141332 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2853 | 2025.01.31 23:35:19.141544 [ 259 ] {a602f98d-2041-4ce6-ade7-27bd1b7fcabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2854 | 2025.01.31 23:35:19.141620 [ 259 ] {a602f98d-2041-4ce6-ade7-27bd1b7fcabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2855 | 2025.01.31 23:35:19.142527 [ 259 ] {a602f98d-2041-4ce6-ade7-27bd1b7fcabf} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2856 | 2025.01.31 23:35:19.142581 [ 259 ] {a602f98d-2041-4ce6-ade7-27bd1b7fcabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2857 | 2025.01.31 23:35:19.143083 [ 259 ] {a602f98d-2041-4ce6-ade7-27bd1b7fcabf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2858 | 2025.01.31 23:35:19.143350 [ 259 ] {a602f98d-2041-4ce6-ade7-27bd1b7fcabf} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2859 | 2025.01.31 23:35:19.143575 [ 259 ] {a602f98d-2041-4ce6-ade7-27bd1b7fcabf} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002087 sec., 134643.02827024437 rows/sec., 11.88 MiB/sec. | ||
| 2860 | 2025.01.31 23:35:19.143646 [ 259 ] {a602f98d-2041-4ce6-ade7-27bd1b7fcabf} <Debug> TCPHandler: Processed in 0.002452617 sec. | ||
| 2861 | 2025.01.31 23:35:19.143813 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2862 | 2025.01.31 23:35:19.143961 [ 262 ] {0f945abb-5546-4767-8611-0474186b31e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2863 | 2025.01.31 23:35:19.144024 [ 262 ] {0f945abb-5546-4767-8611-0474186b31e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2864 | 2025.01.31 23:35:19.144716 [ 262 ] {0f945abb-5546-4767-8611-0474186b31e2} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2025.01.31 23:35:19.144757 [ 262 ] {0f945abb-5546-4767-8611-0474186b31e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2866 | 2025.01.31 23:35:19.145131 [ 262 ] {0f945abb-5546-4767-8611-0474186b31e2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2867 | 2025.01.31 23:35:19.145373 [ 262 ] {0f945abb-5546-4767-8611-0474186b31e2} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2868 | 2025.01.31 23:35:19.145601 [ 262 ] {0f945abb-5546-4767-8611-0474186b31e2} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001675 sec., 27462.68656716418 rows/sec., 1.98 MiB/sec. | ||
| 2869 | 2025.01.31 23:35:19.145787 [ 262 ] {0f945abb-5546-4767-8611-0474186b31e2} <Debug> TCPHandler: Processed in 0.002040274 sec. | ||
| 2870 | 2025.01.31 23:35:19.145976 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2871 | 2025.01.31 23:35:19.146124 [ 259 ] {5aa50f70-ff92-4da3-92e9-bfab2d0767c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2872 | 2025.01.31 23:35:19.146187 [ 259 ] {5aa50f70-ff92-4da3-92e9-bfab2d0767c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2873 | 2025.01.31 23:35:19.146828 [ 259 ] {5aa50f70-ff92-4da3-92e9-bfab2d0767c4} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2874 | 2025.01.31 23:35:19.146868 [ 259 ] {5aa50f70-ff92-4da3-92e9-bfab2d0767c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2875 | 2025.01.31 23:35:19.147236 [ 259 ] {5aa50f70-ff92-4da3-92e9-bfab2d0767c4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2876 | 2025.01.31 23:35:19.147485 [ 259 ] {5aa50f70-ff92-4da3-92e9-bfab2d0767c4} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2877 | 2025.01.31 23:35:19.147664 [ 259 ] {5aa50f70-ff92-4da3-92e9-bfab2d0767c4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001577 sec., 8877.615726062142 rows/sec., 621.73 KiB/sec. | ||
| 2878 | 2025.01.31 23:35:19.147720 [ 259 ] {5aa50f70-ff92-4da3-92e9-bfab2d0767c4} <Debug> TCPHandler: Processed in 0.001816977 sec. | ||
| 2879 | 2025.01.31 23:35:19.147887 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2880 | 2025.01.31 23:35:19.148028 [ 262 ] {bd7626ee-56c3-421e-adf9-ffdf5f5acbd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2881 | 2025.01.31 23:35:19.148085 [ 262 ] {bd7626ee-56c3-421e-adf9-ffdf5f5acbd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2882 | 2025.01.31 23:35:19.148725 [ 262 ] {bd7626ee-56c3-421e-adf9-ffdf5f5acbd4} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2883 | 2025.01.31 23:35:19.148765 [ 262 ] {bd7626ee-56c3-421e-adf9-ffdf5f5acbd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2884 | 2025.01.31 23:35:19.149186 [ 262 ] {bd7626ee-56c3-421e-adf9-ffdf5f5acbd4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2885 | 2025.01.31 23:35:19.149431 [ 262 ] {bd7626ee-56c3-421e-adf9-ffdf5f5acbd4} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2886 | 2025.01.31 23:35:19.149637 [ 262 ] {bd7626ee-56c3-421e-adf9-ffdf5f5acbd4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001643 sec., 7912.355447352405 rows/sec., 493.33 KiB/sec. | ||
| 2887 | 2025.01.31 23:35:19.149694 [ 262 ] {bd7626ee-56c3-421e-adf9-ffdf5f5acbd4} <Debug> TCPHandler: Processed in 0.001874079 sec. | ||
| 2888 | 2025.01.31 23:35:19.149844 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2889 | 2025.01.31 23:35:19.149990 [ 259 ] {9094b40a-1ffa-4ff8-a23f-e850ba968f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2890 | 2025.01.31 23:35:19.150052 [ 259 ] {9094b40a-1ffa-4ff8-a23f-e850ba968f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2891 | 2025.01.31 23:35:19.150856 [ 259 ] {9094b40a-1ffa-4ff8-a23f-e850ba968f5e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2892 | 2025.01.31 23:35:19.150895 [ 259 ] {9094b40a-1ffa-4ff8-a23f-e850ba968f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2893 | 2025.01.31 23:35:19.151305 [ 259 ] {9094b40a-1ffa-4ff8-a23f-e850ba968f5e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2894 | 2025.01.31 23:35:19.151557 [ 259 ] {9094b40a-1ffa-4ff8-a23f-e850ba968f5e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2895 | 2025.01.31 23:35:19.151745 [ 259 ] {9094b40a-1ffa-4ff8-a23f-e850ba968f5e} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.001792 sec., 236607.14285714287 rows/sec., 16.92 MiB/sec. | ||
| 2896 | 2025.01.31 23:35:19.151801 [ 259 ] {9094b40a-1ffa-4ff8-a23f-e850ba968f5e} <Debug> TCPHandler: Processed in 0.002025664 sec. | ||
| 2897 | 2025.01.31 23:35:19.151961 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2898 | 2025.01.31 23:35:19.152100 [ 262 ] {c98184a7-8b33-4fcb-80bf-01c69211b76d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2899 | 2025.01.31 23:35:19.152159 [ 262 ] {c98184a7-8b33-4fcb-80bf-01c69211b76d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2900 | 2025.01.31 23:35:19.152694 [ 262 ] {c98184a7-8b33-4fcb-80bf-01c69211b76d} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2901 | 2025.01.31 23:35:19.152733 [ 262 ] {c98184a7-8b33-4fcb-80bf-01c69211b76d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2902 | 2025.01.31 23:35:19.153105 [ 262 ] {c98184a7-8b33-4fcb-80bf-01c69211b76d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2903 | 2025.01.31 23:35:19.153346 [ 262 ] {c98184a7-8b33-4fcb-80bf-01c69211b76d} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2904 | 2025.01.31 23:35:19.153606 [ 262 ] {c98184a7-8b33-4fcb-80bf-01c69211b76d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 205.15 KiB/sec. | ||
| 2905 | 2025.01.31 23:35:19.153755 [ 262 ] {c98184a7-8b33-4fcb-80bf-01c69211b76d} <Debug> TCPHandler: Processed in 0.001855708 sec. | ||
| 2906 | 2025.01.31 23:35:19.153920 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2907 | 2025.01.31 23:35:19.154061 [ 259 ] {ada1b237-313c-492a-a07b-2e0d562a22d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2908 | 2025.01.31 23:35:19.154126 [ 259 ] {ada1b237-313c-492a-a07b-2e0d562a22d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2909 | 2025.01.31 23:35:19.154764 [ 259 ] {ada1b237-313c-492a-a07b-2e0d562a22d9} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.01.31 23:35:19.154803 [ 259 ] {ada1b237-313c-492a-a07b-2e0d562a22d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2911 | 2025.01.31 23:35:19.155220 [ 259 ] {ada1b237-313c-492a-a07b-2e0d562a22d9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2912 | 2025.01.31 23:35:19.155463 [ 259 ] {ada1b237-313c-492a-a07b-2e0d562a22d9} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2913 | 2025.01.31 23:35:19.155648 [ 259 ] {ada1b237-313c-492a-a07b-2e0d562a22d9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00162 sec., 146296.2962962963 rows/sec., 9.81 MiB/sec. | ||
| 2914 | 2025.01.31 23:35:19.155701 [ 259 ] {ada1b237-313c-492a-a07b-2e0d562a22d9} <Debug> TCPHandler: Processed in 0.001850548 sec. | ||
| 2915 | 2025.01.31 23:35:19.155868 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2916 | 2025.01.31 23:35:19.155990 [ 262 ] {1f9eb355-584f-421b-aa9b-6fbdde05779d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2917 | 2025.01.31 23:35:19.156042 [ 262 ] {1f9eb355-584f-421b-aa9b-6fbdde05779d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2918 | 2025.01.31 23:35:19.156505 [ 262 ] {1f9eb355-584f-421b-aa9b-6fbdde05779d} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2919 | 2025.01.31 23:35:19.156545 [ 262 ] {1f9eb355-584f-421b-aa9b-6fbdde05779d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2920 | 2025.01.31 23:35:19.156906 [ 262 ] {1f9eb355-584f-421b-aa9b-6fbdde05779d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2921 | 2025.01.31 23:35:19.157144 [ 262 ] {1f9eb355-584f-421b-aa9b-6fbdde05779d} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2922 | 2025.01.31 23:35:19.157349 [ 262 ] {1f9eb355-584f-421b-aa9b-6fbdde05779d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
| 2923 | 2025.01.31 23:35:19.157402 [ 262 ] {1f9eb355-584f-421b-aa9b-6fbdde05779d} <Debug> TCPHandler: Processed in 0.00159108 sec. | ||
| 2924 | 2025.01.31 23:35:19.157565 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2925 | 2025.01.31 23:35:19.157708 [ 259 ] {b89327b1-3cab-4651-a909-af2d83085645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2926 | 2025.01.31 23:35:19.157801 [ 259 ] {b89327b1-3cab-4651-a909-af2d83085645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2927 | 2025.01.31 23:35:19.159158 [ 259 ] {b89327b1-3cab-4651-a909-af2d83085645} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2928 | 2025.01.31 23:35:19.159195 [ 259 ] {b89327b1-3cab-4651-a909-af2d83085645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2929 | 2025.01.31 23:35:19.159898 [ 259 ] {b89327b1-3cab-4651-a909-af2d83085645} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2930 | 2025.01.31 23:35:19.160163 [ 259 ] {b89327b1-3cab-4651-a909-af2d83085645} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2025.01.31 23:35:19.160363 [ 259 ] {b89327b1-3cab-4651-a909-af2d83085645} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002687 sec., 14514.328247115742 rows/sec., 26.01 MiB/sec. | ||
| 2932 | 2025.01.31 23:35:19.160477 [ 259 ] {b89327b1-3cab-4651-a909-af2d83085645} <Debug> TCPHandler: Processed in 0.002979984 sec. | ||
| 2933 | 2025.01.31 23:35:19.160646 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2934 | 2025.01.31 23:35:19.160784 [ 262 ] {1f97de3e-9b19-4494-a639-889b360f4192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2935 | 2025.01.31 23:35:19.160842 [ 262 ] {1f97de3e-9b19-4494-a639-889b360f4192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2936 | 2025.01.31 23:35:19.161384 [ 262 ] {1f97de3e-9b19-4494-a639-889b360f4192} <Trace> oximeter.measurements_i64 (a2718195-f2d2-4822-bdcd-21157396d214): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2937 | 2025.01.31 23:35:19.161431 [ 262 ] {1f97de3e-9b19-4494-a639-889b360f4192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2938 | 2025.01.31 23:35:19.161801 [ 262 ] {1f97de3e-9b19-4494-a639-889b360f4192} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2939 | 2025.01.31 23:35:19.162041 [ 262 ] {1f97de3e-9b19-4494-a639-889b360f4192} <Trace> oximeter.measurements_i64 (a2718195-f2d2-4822-bdcd-21157396d214): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2940 | 2025.01.31 23:35:19.162313 [ 262 ] {1f97de3e-9b19-4494-a639-889b360f4192} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001543 sec., 1944.2644199611145 rows/sec., 137.34 KiB/sec. | ||
| 2941 | 2025.01.31 23:35:19.162381 [ 262 ] {1f97de3e-9b19-4494-a639-889b360f4192} <Debug> TCPHandler: Processed in 0.001802057 sec. | ||
| 2942 | 2025.01.31 23:35:19.162530 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2943 | 2025.01.31 23:35:19.162667 [ 259 ] {6433dd32-9719-4184-bc10-449e19071167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2944 | 2025.01.31 23:35:19.162728 [ 259 ] {6433dd32-9719-4184-bc10-449e19071167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2945 | 2025.01.31 23:35:19.163292 [ 259 ] {6433dd32-9719-4184-bc10-449e19071167} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2946 | 2025.01.31 23:35:19.163338 [ 259 ] {6433dd32-9719-4184-bc10-449e19071167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2947 | 2025.01.31 23:35:19.163784 [ 259 ] {6433dd32-9719-4184-bc10-449e19071167} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2948 | 2025.01.31 23:35:19.164100 [ 259 ] {6433dd32-9719-4184-bc10-449e19071167} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2949 | 2025.01.31 23:35:19.164338 [ 259 ] {6433dd32-9719-4184-bc10-449e19071167} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001694 sec., 48406.139315230226 rows/sec., 3.07 MiB/sec. | ||
| 2950 | 2025.01.31 23:35:19.164440 [ 259 ] {6433dd32-9719-4184-bc10-449e19071167} <Debug> TCPHandler: Processed in 0.001975782 sec. | ||
| 2951 | 2025.01.31 23:35:24.132145 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2952 | 2025.01.31 23:35:24.132377 [ 262 ] {92d79ce0-b0f2-4f6e-a73c-11714644260b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2953 | 2025.01.31 23:35:24.132459 [ 262 ] {92d79ce0-b0f2-4f6e-a73c-11714644260b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2954 | 2025.01.31 23:35:24.133284 [ 262 ] {92d79ce0-b0f2-4f6e-a73c-11714644260b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2955 | 2025.01.31 23:35:24.133339 [ 262 ] {92d79ce0-b0f2-4f6e-a73c-11714644260b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 2956 | 2025.01.31 23:35:24.133775 [ 262 ] {92d79ce0-b0f2-4f6e-a73c-11714644260b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2957 | 2025.01.31 23:35:24.134036 [ 262 ] {92d79ce0-b0f2-4f6e-a73c-11714644260b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2958 | 2025.01.31 23:35:24.134305 [ 262 ] {92d79ce0-b0f2-4f6e-a73c-11714644260b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.17 MiB/sec. | ||
| 2959 | 2025.01.31 23:35:24.134484 [ 262 ] {92d79ce0-b0f2-4f6e-a73c-11714644260b} <Debug> TCPHandler: Processed in 0.002479078 sec. | ||
| 2960 | 2025.01.31 23:35:24.134779 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2961 | 2025.01.31 23:35:24.134983 [ 259 ] {2a6c4a1f-03ae-42eb-a0ae-7ed3b3aaad76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2962 | 2025.01.31 23:35:24.135064 [ 259 ] {2a6c4a1f-03ae-42eb-a0ae-7ed3b3aaad76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2963 | 2025.01.31 23:35:24.135897 [ 259 ] {2a6c4a1f-03ae-42eb-a0ae-7ed3b3aaad76} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2964 | 2025.01.31 23:35:24.135941 [ 259 ] {2a6c4a1f-03ae-42eb-a0ae-7ed3b3aaad76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 2965 | 2025.01.31 23:35:24.136376 [ 259 ] {2a6c4a1f-03ae-42eb-a0ae-7ed3b3aaad76} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2966 | 2025.01.31 23:35:24.136628 [ 259 ] {2a6c4a1f-03ae-42eb-a0ae-7ed3b3aaad76} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2967 | 2025.01.31 23:35:24.136841 [ 259 ] {2a6c4a1f-03ae-42eb-a0ae-7ed3b3aaad76} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001916 sec., 33402.92275574113 rows/sec., 2.61 MiB/sec. | ||
| 2968 | 2025.01.31 23:35:24.136904 [ 259 ] {2a6c4a1f-03ae-42eb-a0ae-7ed3b3aaad76} <Debug> TCPHandler: Processed in 0.002268491 sec. | ||
| 2969 | 2025.01.31 23:35:24.137085 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2970 | 2025.01.31 23:35:24.137231 [ 262 ] {81a9b678-a7df-4b0c-ba51-622f16f8e4c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2971 | 2025.01.31 23:35:24.137299 [ 262 ] {81a9b678-a7df-4b0c-ba51-622f16f8e4c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2972 | 2025.01.31 23:35:24.137937 [ 262 ] {81a9b678-a7df-4b0c-ba51-622f16f8e4c2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2025.01.31 23:35:24.137980 [ 262 ] {81a9b678-a7df-4b0c-ba51-622f16f8e4c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 2974 | 2025.01.31 23:35:24.138393 [ 262 ] {81a9b678-a7df-4b0c-ba51-622f16f8e4c2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2975 | 2025.01.31 23:35:24.138646 [ 262 ] {81a9b678-a7df-4b0c-ba51-622f16f8e4c2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2976 | 2025.01.31 23:35:24.138863 [ 262 ] {81a9b678-a7df-4b0c-ba51-622f16f8e4c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001666 sec., 96038.41536614647 rows/sec., 6.69 MiB/sec. | ||
| 2977 | 2025.01.31 23:35:24.138930 [ 262 ] {81a9b678-a7df-4b0c-ba51-622f16f8e4c2} <Debug> TCPHandler: Processed in 0.001915041 sec. | ||
| 2978 | 2025.01.31 23:35:24.139097 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2979 | 2025.01.31 23:35:24.139229 [ 259 ] {84214b28-a13c-401a-b968-7d1622b74e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2980 | 2025.01.31 23:35:24.139287 [ 259 ] {84214b28-a13c-401a-b968-7d1622b74e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2981 | 2025.01.31 23:35:24.139820 [ 259 ] {84214b28-a13c-401a-b968-7d1622b74e7a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2982 | 2025.01.31 23:35:24.139858 [ 259 ] {84214b28-a13c-401a-b968-7d1622b74e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 2983 | 2025.01.31 23:35:24.140246 [ 259 ] {84214b28-a13c-401a-b968-7d1622b74e7a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2984 | 2025.01.31 23:35:24.140486 [ 259 ] {84214b28-a13c-401a-b968-7d1622b74e7a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2985 | 2025.01.31 23:35:24.140677 [ 259 ] {84214b28-a13c-401a-b968-7d1622b74e7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001485 sec., 40404.0404040404 rows/sec., 2.72 MiB/sec. | ||
| 2986 | 2025.01.31 23:35:24.140729 [ 259 ] {84214b28-a13c-401a-b968-7d1622b74e7a} <Debug> TCPHandler: Processed in 0.001698273 sec. | ||
| 2987 | 2025.01.31 23:35:25.792319 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2988 | 2025.01.31 23:35:25.792939 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2989 | 2025.01.31 23:35:25.792978 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 2990 | 2025.01.31 23:35:25.793540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2991 | 2025.01.31 23:35:25.793790 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2992 | 2025.01.31 23:35:25.793984 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2993 | 2025.01.31 23:35:26.164880 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2994 | 2025.01.31 23:35:26.184974 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2995 | 2025.01.31 23:35:26.185022 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 2996 | 2025.01.31 23:35:26.192681 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2997 | 2025.01.31 23:35:26.193427 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2998 | 2025.01.31 23:35:26.196017 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2999 | 2025.01.31 23:35:28.304364 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 430 | ||
| 3000 | 2025.01.31 23:35:28.307371 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2025.01.31 23:35:28.307463 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3002 | 2025.01.31 23:35:28.308946 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3003 | 2025.01.31 23:35:28.309289 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2025.01.31 23:35:28.309848 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 430 | ||
| 3005 | 2025.01.31 23:35:29.137907 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3006 | 2025.01.31 23:35:29.138101 [ 262 ] {179b567b-e44f-41a5-ab89-cc1b735e5ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3007 | 2025.01.31 23:35:29.138175 [ 262 ] {179b567b-e44f-41a5-ab89-cc1b735e5ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3008 | 2025.01.31 23:35:29.138912 [ 262 ] {179b567b-e44f-41a5-ab89-cc1b735e5ad2} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3009 | 2025.01.31 23:35:29.138967 [ 262 ] {179b567b-e44f-41a5-ab89-cc1b735e5ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3010 | 2025.01.31 23:35:29.139435 [ 262 ] {179b567b-e44f-41a5-ab89-cc1b735e5ad2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3011 | 2025.01.31 23:35:29.139697 [ 262 ] {179b567b-e44f-41a5-ab89-cc1b735e5ad2} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3012 | 2025.01.31 23:35:29.139936 [ 262 ] {179b567b-e44f-41a5-ab89-cc1b735e5ad2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 3013 | 2025.01.31 23:35:29.140008 [ 262 ] {179b567b-e44f-41a5-ab89-cc1b735e5ad2} <Debug> TCPHandler: Processed in 0.00224115 sec. | ||
| 3014 | 2025.01.31 23:35:29.140249 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3015 | 2025.01.31 23:35:29.140448 [ 259 ] {85911841-2f34-48ec-96b5-5ad24f3ccca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3016 | 2025.01.31 23:35:29.140524 [ 259 ] {85911841-2f34-48ec-96b5-5ad24f3ccca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3017 | 2025.01.31 23:35:29.141414 [ 259 ] {85911841-2f34-48ec-96b5-5ad24f3ccca1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3018 | 2025.01.31 23:35:29.141469 [ 259 ] {85911841-2f34-48ec-96b5-5ad24f3ccca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3019 | 2025.01.31 23:35:29.141946 [ 259 ] {85911841-2f34-48ec-96b5-5ad24f3ccca1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3020 | 2025.01.31 23:35:29.142212 [ 259 ] {85911841-2f34-48ec-96b5-5ad24f3ccca1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3021 | 2025.01.31 23:35:29.142462 [ 259 ] {85911841-2f34-48ec-96b5-5ad24f3ccca1} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.00207 sec., 135748.7922705314 rows/sec., 11.97 MiB/sec. | ||
| 3022 | 2025.01.31 23:35:29.142535 [ 259 ] {85911841-2f34-48ec-96b5-5ad24f3ccca1} <Debug> TCPHandler: Processed in 0.002422586 sec. | ||
| 3023 | 2025.01.31 23:35:29.142691 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3024 | 2025.01.31 23:35:29.142842 [ 262 ] {cfe633ed-b7f3-42c2-8828-38373503ccd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3025 | 2025.01.31 23:35:29.142905 [ 262 ] {cfe633ed-b7f3-42c2-8828-38373503ccd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3026 | 2025.01.31 23:35:29.143617 [ 262 ] {cfe633ed-b7f3-42c2-8828-38373503ccd1} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3027 | 2025.01.31 23:35:29.143667 [ 262 ] {cfe633ed-b7f3-42c2-8828-38373503ccd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3028 | 2025.01.31 23:35:29.144064 [ 262 ] {cfe633ed-b7f3-42c2-8828-38373503ccd1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3029 | 2025.01.31 23:35:29.144310 [ 262 ] {cfe633ed-b7f3-42c2-8828-38373503ccd1} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3030 | 2025.01.31 23:35:29.144523 [ 262 ] {cfe633ed-b7f3-42c2-8828-38373503ccd1} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001718 sec., 26775.320139697324 rows/sec., 1.93 MiB/sec. | ||
| 3031 | 2025.01.31 23:35:29.144580 [ 262 ] {cfe633ed-b7f3-42c2-8828-38373503ccd1} <Debug> TCPHandler: Processed in 0.001958442 sec. | ||
| 3032 | 2025.01.31 23:35:29.144731 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3033 | 2025.01.31 23:35:29.144879 [ 259 ] {661fea7e-479f-4d14-82d9-42d79814b4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3034 | 2025.01.31 23:35:29.144943 [ 259 ] {661fea7e-479f-4d14-82d9-42d79814b4c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3035 | 2025.01.31 23:35:29.145656 [ 259 ] {661fea7e-479f-4d14-82d9-42d79814b4c1} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3036 | 2025.01.31 23:35:29.145706 [ 259 ] {661fea7e-479f-4d14-82d9-42d79814b4c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3037 | 2025.01.31 23:35:29.146094 [ 259 ] {661fea7e-479f-4d14-82d9-42d79814b4c1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3038 | 2025.01.31 23:35:29.146342 [ 259 ] {661fea7e-479f-4d14-82d9-42d79814b4c1} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3039 | 2025.01.31 23:35:29.146546 [ 259 ] {661fea7e-479f-4d14-82d9-42d79814b4c1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001699 sec., 8240.14125956445 rows/sec., 577.09 KiB/sec. | ||
| 3040 | 2025.01.31 23:35:29.146734 [ 259 ] {661fea7e-479f-4d14-82d9-42d79814b4c1} <Debug> TCPHandler: Processed in 0.002053374 sec. | ||
| 3041 | 2025.01.31 23:35:29.146914 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3042 | 2025.01.31 23:35:29.147054 [ 262 ] {1e4100f6-ab42-4b62-8e6f-98e09ce31968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3043 | 2025.01.31 23:35:29.147113 [ 262 ] {1e4100f6-ab42-4b62-8e6f-98e09ce31968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3044 | 2025.01.31 23:35:29.147788 [ 262 ] {1e4100f6-ab42-4b62-8e6f-98e09ce31968} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3045 | 2025.01.31 23:35:29.147828 [ 262 ] {1e4100f6-ab42-4b62-8e6f-98e09ce31968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3046 | 2025.01.31 23:35:29.148188 [ 262 ] {1e4100f6-ab42-4b62-8e6f-98e09ce31968} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3047 | 2025.01.31 23:35:29.148441 [ 262 ] {1e4100f6-ab42-4b62-8e6f-98e09ce31968} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3048 | 2025.01.31 23:35:29.148680 [ 262 ] {1e4100f6-ab42-4b62-8e6f-98e09ce31968} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001647 sec., 7893.139040680024 rows/sec., 492.14 KiB/sec. | ||
| 3049 | 2025.01.31 23:35:29.148858 [ 262 ] {1e4100f6-ab42-4b62-8e6f-98e09ce31968} <Debug> TCPHandler: Processed in 0.002011673 sec. | ||
| 3050 | 2025.01.31 23:35:29.149036 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3051 | 2025.01.31 23:35:29.149178 [ 259 ] {1b24e8ca-4565-484c-ae00-1725810f78c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3052 | 2025.01.31 23:35:29.149236 [ 259 ] {1b24e8ca-4565-484c-ae00-1725810f78c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3053 | 2025.01.31 23:35:29.150034 [ 259 ] {1b24e8ca-4565-484c-ae00-1725810f78c9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3054 | 2025.01.31 23:35:29.150073 [ 259 ] {1b24e8ca-4565-484c-ae00-1725810f78c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3055 | 2025.01.31 23:35:29.150462 [ 259 ] {1b24e8ca-4565-484c-ae00-1725810f78c9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3056 | 2025.01.31 23:35:29.150723 [ 259 ] {1b24e8ca-4565-484c-ae00-1725810f78c9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3057 | 2025.01.31 23:35:29.150928 [ 259 ] {1b24e8ca-4565-484c-ae00-1725810f78c9} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001772 sec., 237584.65011286683 rows/sec., 16.98 MiB/sec. | ||
| 3058 | 2025.01.31 23:35:29.151052 [ 259 ] {1b24e8ca-4565-484c-ae00-1725810f78c9} <Debug> TCPHandler: Processed in 0.002082165 sec. | ||
| 3059 | 2025.01.31 23:35:29.151255 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3060 | 2025.01.31 23:35:29.151381 [ 262 ] {55cbe050-be3b-4fa3-8137-51a1fd1f61fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3061 | 2025.01.31 23:35:29.151432 [ 262 ] {55cbe050-be3b-4fa3-8137-51a1fd1f61fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3062 | 2025.01.31 23:35:29.151947 [ 262 ] {55cbe050-be3b-4fa3-8137-51a1fd1f61fa} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3063 | 2025.01.31 23:35:29.151985 [ 262 ] {55cbe050-be3b-4fa3-8137-51a1fd1f61fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3064 | 2025.01.31 23:35:29.152363 [ 262 ] {55cbe050-be3b-4fa3-8137-51a1fd1f61fa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3065 | 2025.01.31 23:35:29.152607 [ 262 ] {55cbe050-be3b-4fa3-8137-51a1fd1f61fa} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3066 | 2025.01.31 23:35:29.152883 [ 262 ] {55cbe050-be3b-4fa3-8137-51a1fd1f61fa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 207.60 KiB/sec. | ||
| 3067 | 2025.01.31 23:35:29.152999 [ 262 ] {55cbe050-be3b-4fa3-8137-51a1fd1f61fa} <Debug> TCPHandler: Processed in 0.001839227 sec. | ||
| 3068 | 2025.01.31 23:35:29.153157 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3069 | 2025.01.31 23:35:29.153294 [ 259 ] {8dcea475-26b5-4482-baef-b610f36784d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3070 | 2025.01.31 23:35:29.153357 [ 259 ] {8dcea475-26b5-4482-baef-b610f36784d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3071 | 2025.01.31 23:35:29.153995 [ 259 ] {8dcea475-26b5-4482-baef-b610f36784d4} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3072 | 2025.01.31 23:35:29.154033 [ 259 ] {8dcea475-26b5-4482-baef-b610f36784d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3073 | 2025.01.31 23:35:29.154425 [ 259 ] {8dcea475-26b5-4482-baef-b610f36784d4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3074 | 2025.01.31 23:35:29.154669 [ 259 ] {8dcea475-26b5-4482-baef-b610f36784d4} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3075 | 2025.01.31 23:35:29.154848 [ 259 ] {8dcea475-26b5-4482-baef-b610f36784d4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001585 sec., 149526.81388012617 rows/sec., 10.02 MiB/sec. | ||
| 3076 | 2025.01.31 23:35:29.154901 [ 259 ] {8dcea475-26b5-4482-baef-b610f36784d4} <Debug> TCPHandler: Processed in 0.001810677 sec. | ||
| 3077 | 2025.01.31 23:35:29.155056 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3078 | 2025.01.31 23:35:29.155196 [ 262 ] {6485a190-9dee-4005-8f43-786b4ca1aef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3079 | 2025.01.31 23:35:29.155257 [ 262 ] {6485a190-9dee-4005-8f43-786b4ca1aef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3080 | 2025.01.31 23:35:29.155808 [ 262 ] {6485a190-9dee-4005-8f43-786b4ca1aef0} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3081 | 2025.01.31 23:35:29.155847 [ 262 ] {6485a190-9dee-4005-8f43-786b4ca1aef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3082 | 2025.01.31 23:35:29.156206 [ 262 ] {6485a190-9dee-4005-8f43-786b4ca1aef0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3083 | 2025.01.31 23:35:29.156452 [ 262 ] {6485a190-9dee-4005-8f43-786b4ca1aef0} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3084 | 2025.01.31 23:35:29.156727 [ 262 ] {6485a190-9dee-4005-8f43-786b4ca1aef0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00156 sec., 641.025641025641 rows/sec., 43.19 KiB/sec. | ||
| 3085 | 2025.01.31 23:35:29.156930 [ 262 ] {6485a190-9dee-4005-8f43-786b4ca1aef0} <Debug> TCPHandler: Processed in 0.001934701 sec. | ||
| 3086 | 2025.01.31 23:35:29.157102 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3087 | 2025.01.31 23:35:29.157239 [ 259 ] {60cffc71-e1c0-43a8-b032-c0e5fc95e684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3088 | 2025.01.31 23:35:29.157332 [ 259 ] {60cffc71-e1c0-43a8-b032-c0e5fc95e684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3089 | 2025.01.31 23:35:29.158555 [ 259 ] {60cffc71-e1c0-43a8-b032-c0e5fc95e684} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3090 | 2025.01.31 23:35:29.158596 [ 259 ] {60cffc71-e1c0-43a8-b032-c0e5fc95e684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3091 | 2025.01.31 23:35:29.159272 [ 259 ] {60cffc71-e1c0-43a8-b032-c0e5fc95e684} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3092 | 2025.01.31 23:35:29.159541 [ 259 ] {60cffc71-e1c0-43a8-b032-c0e5fc95e684} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3093 | 2025.01.31 23:35:29.159775 [ 259 ] {60cffc71-e1c0-43a8-b032-c0e5fc95e684} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00256 sec., 15234.374999999998 rows/sec., 27.30 MiB/sec. | ||
| 3094 | 2025.01.31 23:35:29.159895 [ 259 ] {60cffc71-e1c0-43a8-b032-c0e5fc95e684} <Debug> TCPHandler: Processed in 0.00285996 sec. | ||
| 3095 | 2025.01.31 23:35:29.160058 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3096 | 2025.01.31 23:35:29.160198 [ 262 ] {25e10283-98db-400e-be8b-0ad2824e1abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3097 | 2025.01.31 23:35:29.160261 [ 262 ] {25e10283-98db-400e-be8b-0ad2824e1abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3098 | 2025.01.31 23:35:29.160838 [ 262 ] {25e10283-98db-400e-be8b-0ad2824e1abe} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3099 | 2025.01.31 23:35:29.160878 [ 262 ] {25e10283-98db-400e-be8b-0ad2824e1abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3100 | 2025.01.31 23:35:29.161263 [ 262 ] {25e10283-98db-400e-be8b-0ad2824e1abe} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3101 | 2025.01.31 23:35:29.161519 [ 262 ] {25e10283-98db-400e-be8b-0ad2824e1abe} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3102 | 2025.01.31 23:35:29.161731 [ 262 ] {25e10283-98db-400e-be8b-0ad2824e1abe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001566 sec., 52362.70753512133 rows/sec., 3.33 MiB/sec. | ||
| 3103 | 2025.01.31 23:35:29.161796 [ 262 ] {25e10283-98db-400e-be8b-0ad2824e1abe} <Debug> TCPHandler: Processed in 0.001807587 sec. | ||
| 3104 | 2025.01.31 23:35:33.200394 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3105 | 2025.01.31 23:35:33.200463 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3106 | 2025.01.31 23:35:33.294998 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3107 | 2025.01.31 23:35:33.295655 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3108 | 2025.01.31 23:35:33.295702 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3109 | 2025.01.31 23:35:33.296274 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3110 | 2025.01.31 23:35:33.296541 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3111 | 2025.01.31 23:35:33.296822 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3112 | 2025.01.31 23:35:33.697005 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3113 | 2025.01.31 23:35:33.722396 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3114 | 2025.01.31 23:35:33.722478 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3115 | 2025.01.31 23:35:33.732453 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3116 | 2025.01.31 23:35:33.733487 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3117 | 2025.01.31 23:35:33.737179 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3118 | 2025.01.31 23:35:34.135517 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3119 | 2025.01.31 23:35:34.135803 [ 262 ] {6f56fe55-2001-4b92-822e-f35852be3bbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3120 | 2025.01.31 23:35:34.135920 [ 262 ] {6f56fe55-2001-4b92-822e-f35852be3bbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3121 | 2025.01.31 23:35:34.137044 [ 262 ] {6f56fe55-2001-4b92-822e-f35852be3bbc} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3122 | 2025.01.31 23:35:34.137121 [ 262 ] {6f56fe55-2001-4b92-822e-f35852be3bbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3123 | 2025.01.31 23:35:34.137768 [ 262 ] {6f56fe55-2001-4b92-822e-f35852be3bbc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3124 | 2025.01.31 23:35:34.138133 [ 262 ] {6f56fe55-2001-4b92-822e-f35852be3bbc} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3125 | 2025.01.31 23:35:34.138492 [ 262 ] {6f56fe55-2001-4b92-822e-f35852be3bbc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002754 sec., 20334.059549745823 rows/sec., 1.55 MiB/sec. | ||
| 3126 | 2025.01.31 23:35:34.138708 [ 262 ] {6f56fe55-2001-4b92-822e-f35852be3bbc} <Debug> TCPHandler: Processed in 0.003385026 sec. | ||
| 3127 | 2025.01.31 23:35:34.139065 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3128 | 2025.01.31 23:35:34.139348 [ 259 ] {95462ddc-6053-48ad-8ae7-7aaba93bc9e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3129 | 2025.01.31 23:35:34.139468 [ 259 ] {95462ddc-6053-48ad-8ae7-7aaba93bc9e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3130 | 2025.01.31 23:35:34.140630 [ 259 ] {95462ddc-6053-48ad-8ae7-7aaba93bc9e4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3131 | 2025.01.31 23:35:34.140706 [ 259 ] {95462ddc-6053-48ad-8ae7-7aaba93bc9e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3132 | 2025.01.31 23:35:34.141370 [ 259 ] {95462ddc-6053-48ad-8ae7-7aaba93bc9e4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3133 | 2025.01.31 23:35:34.141776 [ 259 ] {95462ddc-6053-48ad-8ae7-7aaba93bc9e4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3134 | 2025.01.31 23:35:34.142141 [ 259 ] {95462ddc-6053-48ad-8ae7-7aaba93bc9e4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002873 sec., 22276.366167768883 rows/sec., 1.74 MiB/sec. | ||
| 3135 | 2025.01.31 23:35:34.142250 [ 259 ] {95462ddc-6053-48ad-8ae7-7aaba93bc9e4} <Debug> TCPHandler: Processed in 0.003386826 sec. | ||
| 3136 | 2025.01.31 23:35:34.142533 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3137 | 2025.01.31 23:35:34.142743 [ 262 ] {f17bb380-3955-434b-9744-cb9a4e296bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3138 | 2025.01.31 23:35:34.142846 [ 262 ] {f17bb380-3955-434b-9744-cb9a4e296bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3139 | 2025.01.31 23:35:34.143752 [ 262 ] {f17bb380-3955-434b-9744-cb9a4e296bdb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3140 | 2025.01.31 23:35:34.143819 [ 262 ] {f17bb380-3955-434b-9744-cb9a4e296bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3141 | 2025.01.31 23:35:34.144480 [ 262 ] {f17bb380-3955-434b-9744-cb9a4e296bdb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3142 | 2025.01.31 23:35:34.144831 [ 262 ] {f17bb380-3955-434b-9744-cb9a4e296bdb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3143 | 2025.01.31 23:35:34.145195 [ 262 ] {f17bb380-3955-434b-9744-cb9a4e296bdb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002503 sec., 63923.29204954055 rows/sec., 4.45 MiB/sec. | ||
| 3144 | 2025.01.31 23:35:34.145421 [ 262 ] {f17bb380-3955-434b-9744-cb9a4e296bdb} <Debug> TCPHandler: Processed in 0.002983444 sec. | ||
| 3145 | 2025.01.31 23:35:34.145681 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3146 | 2025.01.31 23:35:34.145907 [ 259 ] {4db6d309-c506-494e-bb40-82a250cda2b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3147 | 2025.01.31 23:35:34.145994 [ 259 ] {4db6d309-c506-494e-bb40-82a250cda2b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3148 | 2025.01.31 23:35:34.146705 [ 259 ] {4db6d309-c506-494e-bb40-82a250cda2b2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3149 | 2025.01.31 23:35:34.146762 [ 259 ] {4db6d309-c506-494e-bb40-82a250cda2b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3150 | 2025.01.31 23:35:34.147293 [ 259 ] {4db6d309-c506-494e-bb40-82a250cda2b2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3151 | 2025.01.31 23:35:34.147622 [ 259 ] {4db6d309-c506-494e-bb40-82a250cda2b2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3152 | 2025.01.31 23:35:34.147920 [ 259 ] {4db6d309-c506-494e-bb40-82a250cda2b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002072 sec., 28957.528957528957 rows/sec., 1.95 MiB/sec. | ||
| 3153 | 2025.01.31 23:35:34.148013 [ 259 ] {4db6d309-c506-494e-bb40-82a250cda2b2} <Debug> TCPHandler: Processed in 0.002434636 sec. | ||
| 3154 | 2025.01.31 23:35:34.974430 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3155 | 2025.01.31 23:35:34.974643 [ 262 ] {0b83ce44-a84a-40d7-953b-339e85564da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3156 | 2025.01.31 23:35:34.974725 [ 262 ] {0b83ce44-a84a-40d7-953b-339e85564da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3157 | 2025.01.31 23:35:34.975495 [ 262 ] {0b83ce44-a84a-40d7-953b-339e85564da9} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3158 | 2025.01.31 23:35:34.975543 [ 262 ] {0b83ce44-a84a-40d7-953b-339e85564da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3159 | 2025.01.31 23:35:34.975971 [ 262 ] {0b83ce44-a84a-40d7-953b-339e85564da9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3160 | 2025.01.31 23:35:34.976228 [ 262 ] {0b83ce44-a84a-40d7-953b-339e85564da9} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3161 | 2025.01.31 23:35:34.976406 [ 127 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3162 | 2025.01.31 23:35:34.976487 [ 127 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3163 | 2025.01.31 23:35:34.976489 [ 262 ] {0b83ce44-a84a-40d7-953b-339e85564da9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec. | ||
| 3164 | 2025.01.31 23:35:34.976517 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3165 | 2025.01.31 23:35:34.976651 [ 262 ] {0b83ce44-a84a-40d7-953b-339e85564da9} <Debug> TCPHandler: Processed in 0.002358054 sec. | ||
| 3166 | 2025.01.31 23:35:34.976905 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 3167 | 2025.01.31 23:35:34.977044 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3168 | 2025.01.31 23:35:34.977137 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3169 | 2025.01.31 23:35:34.977201 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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.31 23:35:34.977406 [ 259 ] {70d1e87c-5da2-4dd1-b563-555129979807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3171 | 2025.01.31 23:35:34.977446 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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.31 23:35:34.977655 [ 259 ] {70d1e87c-5da2-4dd1-b563-555129979807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3173 | 2025.01.31 23:35:34.977747 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 3174 | 2025.01.31 23:35:34.978171 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 3175 | 2025.01.31 23:35:34.978430 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 3176 | 2025.01.31 23:35:34.980293 [ 259 ] {70d1e87c-5da2-4dd1-b563-555129979807} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3177 | 2025.01.31 23:35:34.980379 [ 259 ] {70d1e87c-5da2-4dd1-b563-555129979807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3178 | 2025.01.31 23:35:34.981130 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00445727 sec., 15704.680219057853 rows/sec., 1.16 MiB/sec. | ||
| 3179 | 2025.01.31 23:35:34.981394 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3180 | 2025.01.31 23:35:34.981431 [ 259 ] {70d1e87c-5da2-4dd1-b563-555129979807} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3181 | 2025.01.31 23:35:34.982009 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_9_2} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3182 | 2025.01.31 23:35:34.982021 [ 259 ] {70d1e87c-5da2-4dd1-b563-555129979807} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3183 | 2025.01.31 23:35:34.982176 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_9_2} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3184 | 2025.01.31 23:35:34.982422 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3185 | 2025.01.31 23:35:34.982572 [ 259 ] {70d1e87c-5da2-4dd1-b563-555129979807} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005318 sec., 376.0812335464461 rows/sec., 30.67 KiB/sec. | ||
| 3186 | 2025.01.31 23:35:34.982645 [ 259 ] {70d1e87c-5da2-4dd1-b563-555129979807} <Debug> TCPHandler: Processed in 0.005820903 sec. | ||
| 3187 | 2025.01.31 23:35:34.982897 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3188 | 2025.01.31 23:35:34.983087 [ 262 ] {166b8bba-6632-46cb-befb-5d17e670912d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3189 | 2025.01.31 23:35:34.983150 [ 262 ] {166b8bba-6632-46cb-befb-5d17e670912d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3190 | 2025.01.31 23:35:34.984590 [ 262 ] {166b8bba-6632-46cb-befb-5d17e670912d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3191 | 2025.01.31 23:35:34.984633 [ 262 ] {166b8bba-6632-46cb-befb-5d17e670912d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3192 | 2025.01.31 23:35:34.985097 [ 262 ] {166b8bba-6632-46cb-befb-5d17e670912d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3193 | 2025.01.31 23:35:34.985354 [ 262 ] {166b8bba-6632-46cb-befb-5d17e670912d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3194 | 2025.01.31 23:35:34.985523 [ 127 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3195 | 2025.01.31 23:35:34.985589 [ 127 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3196 | 2025.01.31 23:35:34.985612 [ 262 ] {166b8bba-6632-46cb-befb-5d17e670912d} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002553 sec., 556991.7743830787 rows/sec., 46.50 MiB/sec. | ||
| 3197 | 2025.01.31 23:35:34.985623 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3198 | 2025.01.31 23:35:34.985776 [ 262 ] {166b8bba-6632-46cb-befb-5d17e670912d} <Debug> TCPHandler: Processed in 0.002987334 sec. | ||
| 3199 | 2025.01.31 23:35:34.986003 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 3200 | 2025.01.31 23:35:34.986082 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3201 | 2025.01.31 23:35:34.986211 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3202 | 2025.01.31 23:35:34.986290 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 3203 | 2025.01.31 23:35:34.986346 [ 259 ] {6b84ca0a-ddda-4f31-8091-77fee0aa7db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3204 | 2025.01.31 23:35:34.986540 [ 259 ] {6b84ca0a-ddda-4f31-8091-77fee0aa7db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3205 | 2025.01.31 23:35:34.986570 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 281 rows starting from the beginning of the part | ||
| 3206 | 2025.01.31 23:35:34.987092 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 3207 | 2025.01.31 23:35:34.987391 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 281 rows starting from the beginning of the part | ||
| 3208 | 2025.01.31 23:35:34.987742 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 3209 | 2025.01.31 23:35:34.988155 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1422 rows starting from the beginning of the part | ||
| 3210 | 2025.01.31 23:35:34.989166 [ 259 ] {6b84ca0a-ddda-4f31-8091-77fee0aa7db5} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3211 | 2025.01.31 23:35:34.989208 [ 259 ] {6b84ca0a-ddda-4f31-8091-77fee0aa7db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3212 | 2025.01.31 23:35:34.989797 [ 259 ] {6b84ca0a-ddda-4f31-8091-77fee0aa7db5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3213 | 2025.01.31 23:35:34.990076 [ 259 ] {6b84ca0a-ddda-4f31-8091-77fee0aa7db5} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3214 | 2025.01.31 23:35:34.990281 [ 259 ] {6b84ca0a-ddda-4f31-8091-77fee0aa7db5} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.004008 sec., 11976.047904191615 rows/sec., 880.32 KiB/sec. | ||
| 3215 | 2025.01.31 23:35:34.990346 [ 259 ] {6b84ca0a-ddda-4f31-8091-77fee0aa7db5} <Debug> TCPHandler: Processed in 0.004432319 sec. | ||
| 3216 | 2025.01.31 23:35:34.990578 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3217 | 2025.01.31 23:35:34.990666 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3515 rows, containing 5 columns (5 merged, 0 gathered) in 0.004887304 sec., 719210.4276713706 rows/sec., 63.14 MiB/sec. | ||
| 3218 | 2025.01.31 23:35:34.990759 [ 262 ] {9dd7d94a-5d72-4279-81f6-bd6e02127115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3219 | 2025.01.31 23:35:34.990822 [ 262 ] {9dd7d94a-5d72-4279-81f6-bd6e02127115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3220 | 2025.01.31 23:35:34.991014 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3221 | 2025.01.31 23:35:34.991633 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_21_4} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3222 | 2025.01.31 23:35:34.991838 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_21_4} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3223 | 2025.01.31 23:35:34.992026 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 3224 | 2025.01.31 23:35:34.992209 [ 262 ] {9dd7d94a-5d72-4279-81f6-bd6e02127115} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3225 | 2025.01.31 23:35:34.992255 [ 262 ] {9dd7d94a-5d72-4279-81f6-bd6e02127115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3226 | 2025.01.31 23:35:34.992665 [ 262 ] {9dd7d94a-5d72-4279-81f6-bd6e02127115} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3227 | 2025.01.31 23:35:34.992914 [ 262 ] {9dd7d94a-5d72-4279-81f6-bd6e02127115} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3228 | 2025.01.31 23:35:34.993136 [ 262 ] {9dd7d94a-5d72-4279-81f6-bd6e02127115} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002428 sec., 99670.51070840197 rows/sec., 6.75 MiB/sec. | ||
| 3229 | 2025.01.31 23:35:34.993197 [ 262 ] {9dd7d94a-5d72-4279-81f6-bd6e02127115} <Debug> TCPHandler: Processed in 0.002765117 sec. | ||
| 3230 | 2025.01.31 23:35:34.993372 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3231 | 2025.01.31 23:35:34.993513 [ 259 ] {886c3483-c4e1-488c-b75c-666b85de3697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3232 | 2025.01.31 23:35:34.993571 [ 259 ] {886c3483-c4e1-488c-b75c-666b85de3697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3233 | 2025.01.31 23:35:34.994224 [ 259 ] {886c3483-c4e1-488c-b75c-666b85de3697} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3234 | 2025.01.31 23:35:34.994263 [ 259 ] {886c3483-c4e1-488c-b75c-666b85de3697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3235 | 2025.01.31 23:35:34.994624 [ 259 ] {886c3483-c4e1-488c-b75c-666b85de3697} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3236 | 2025.01.31 23:35:34.994883 [ 259 ] {886c3483-c4e1-488c-b75c-666b85de3697} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3237 | 2025.01.31 23:35:34.995010 [ 126 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3238 | 2025.01.31 23:35:34.995064 [ 126 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3239 | 2025.01.31 23:35:34.995073 [ 259 ] {886c3483-c4e1-488c-b75c-666b85de3697} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001589 sec., 8181.2460667086225 rows/sec., 510.10 KiB/sec. | ||
| 3240 | 2025.01.31 23:35:34.995092 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3241 | 2025.01.31 23:35:34.995151 [ 259 ] {886c3483-c4e1-488c-b75c-666b85de3697} <Debug> TCPHandler: Processed in 0.001849969 sec. | ||
| 3242 | 2025.01.31 23:35:34.995225 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 3243 | 2025.01.31 23:35:34.995343 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3244 | 2025.01.31 23:35:34.995386 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3245 | 2025.01.31 23:35:34.995429 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 3246 | 2025.01.31 23:35:34.995595 [ 262 ] {c4cad1f7-93de-4e01-8e3d-2188ff267654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3247 | 2025.01.31 23:35:34.995729 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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.31 23:35:34.995753 [ 262 ] {c4cad1f7-93de-4e01-8e3d-2188ff267654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3249 | 2025.01.31 23:35:34.996162 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 3250 | 2025.01.31 23:35:34.996489 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 3251 | 2025.01.31 23:35:34.996820 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 3252 | 2025.01.31 23:35:34.998857 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003694806 sec., 17592.26330151028 rows/sec., 1.14 MiB/sec. | ||
| 3253 | 2025.01.31 23:35:34.998903 [ 262 ] {c4cad1f7-93de-4e01-8e3d-2188ff267654} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3254 | 2025.01.31 23:35:34.998975 [ 262 ] {c4cad1f7-93de-4e01-8e3d-2188ff267654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3255 | 2025.01.31 23:35:34.999105 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3256 | 2025.01.31 23:35:34.999834 [ 262 ] {c4cad1f7-93de-4e01-8e3d-2188ff267654} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3257 | 2025.01.31 23:35:34.999944 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_9_2} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3258 | 2025.01.31 23:35:35.000164 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_9_2} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3259 | 2025.01.31 23:35:35.000315 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3260 | 2025.01.31 23:35:35.000385 [ 262 ] {c4cad1f7-93de-4e01-8e3d-2188ff267654} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3261 | 2025.01.31 23:35:35.000565 [ 126 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3262 | 2025.01.31 23:35:35.000622 [ 126 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3263 | 2025.01.31 23:35:35.000651 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3264 | 2025.01.31 23:35:35.000687 [ 262 ] {c4cad1f7-93de-4e01-8e3d-2188ff267654} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.005186 sec., 169494.79367527962 rows/sec., 12.29 MiB/sec. | ||
| 3265 | 2025.01.31 23:35:35.000915 [ 262 ] {c4cad1f7-93de-4e01-8e3d-2188ff267654} <Debug> TCPHandler: Processed in 0.005660548 sec. | ||
| 3266 | 2025.01.31 23:35:35.000930 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 3267 | 2025.01.31 23:35:35.001090 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3268 | 2025.01.31 23:35:35.001351 [ 259 ] {d01bc658-46d0-4d0c-a7cc-77817dc1cc11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3269 | 2025.01.31 23:35:35.001363 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3270 | 2025.01.31 23:35:35.001446 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 901 rows starting from the beginning of the part | ||
| 3271 | 2025.01.31 23:35:35.001464 [ 259 ] {d01bc658-46d0-4d0c-a7cc-77817dc1cc11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3272 | 2025.01.31 23:35:35.001968 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 424 rows starting from the beginning of the part | ||
| 3273 | 2025.01.31 23:35:35.002325 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 3274 | 2025.01.31 23:35:35.002692 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 421 rows starting from the beginning of the part | ||
| 3275 | 2025.01.31 23:35:35.003086 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 3276 | 2025.01.31 23:35:35.003376 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 879 rows starting from the beginning of the part | ||
| 3277 | 2025.01.31 23:35:35.004060 [ 259 ] {d01bc658-46d0-4d0c-a7cc-77817dc1cc11} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3278 | 2025.01.31 23:35:35.004103 [ 259 ] {d01bc658-46d0-4d0c-a7cc-77817dc1cc11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3279 | 2025.01.31 23:35:35.004629 [ 259 ] {d01bc658-46d0-4d0c-a7cc-77817dc1cc11} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3280 | 2025.01.31 23:35:35.004939 [ 259 ] {d01bc658-46d0-4d0c-a7cc-77817dc1cc11} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3281 | 2025.01.31 23:35:35.005128 [ 259 ] {d01bc658-46d0-4d0c-a7cc-77817dc1cc11} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003876 sec., 1547.9876160990711 rows/sec., 80.88 KiB/sec. | ||
| 3282 | 2025.01.31 23:35:35.005196 [ 259 ] {d01bc658-46d0-4d0c-a7cc-77817dc1cc11} <Debug> TCPHandler: Processed in 0.004187782 sec. | ||
| 3283 | 2025.01.31 23:35:35.005351 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3284 | 2025.01.31 23:35:35.005635 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2753 rows, containing 5 columns (5 merged, 0 gathered) in 0.004906744 sec., 561064.5267003943 rows/sec., 42.82 MiB/sec. | ||
| 3285 | 2025.01.31 23:35:35.005647 [ 262 ] {2ae134ec-e8dc-48f5-922b-f994af20843e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3286 | 2025.01.31 23:35:35.005730 [ 262 ] {2ae134ec-e8dc-48f5-922b-f994af20843e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3287 | 2025.01.31 23:35:35.005841 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3288 | 2025.01.31 23:35:35.006394 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_21_4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2025.01.31 23:35:35.006467 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_21_4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3290 | 2025.01.31 23:35:35.006588 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3291 | 2025.01.31 23:35:35.006948 [ 262 ] {2ae134ec-e8dc-48f5-922b-f994af20843e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3292 | 2025.01.31 23:35:35.006992 [ 262 ] {2ae134ec-e8dc-48f5-922b-f994af20843e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3293 | 2025.01.31 23:35:35.007481 [ 262 ] {2ae134ec-e8dc-48f5-922b-f994af20843e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3294 | 2025.01.31 23:35:35.007762 [ 262 ] {2ae134ec-e8dc-48f5-922b-f994af20843e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3295 | 2025.01.31 23:35:35.007930 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3296 | 2025.01.31 23:35:35.007998 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3297 | 2025.01.31 23:35:35.008016 [ 262 ] {2ae134ec-e8dc-48f5-922b-f994af20843e} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002427 sec., 393901.9365471776 rows/sec., 26.17 MiB/sec. | ||
| 3298 | 2025.01.31 23:35:35.008033 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3299 | 2025.01.31 23:35:35.008221 [ 262 ] {2ae134ec-e8dc-48f5-922b-f994af20843e} <Debug> TCPHandler: Processed in 0.002940222 sec. | ||
| 3300 | 2025.01.31 23:35:35.008265 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3301 | 2025.01.31 23:35:35.008396 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3302 | 2025.01.31 23:35:35.008421 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3303 | 2025.01.31 23:35:35.008452 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5736 rows starting from the beginning of the part | ||
| 3304 | 2025.01.31 23:35:35.008581 [ 259 ] {618ff2df-c6ed-416a-b258-652a8be42129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3305 | 2025.01.31 23:35:35.008648 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3306 | 2025.01.31 23:35:35.008739 [ 259 ] {618ff2df-c6ed-416a-b258-652a8be42129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3307 | 2025.01.31 23:35:35.009054 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3308 | 2025.01.31 23:35:35.009348 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3309 | 2025.01.31 23:35:35.009746 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3310 | 2025.01.31 23:35:35.010142 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3311 | 2025.01.31 23:35:35.010835 [ 259 ] {618ff2df-c6ed-416a-b258-652a8be42129} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3312 | 2025.01.31 23:35:35.010880 [ 259 ] {618ff2df-c6ed-416a-b258-652a8be42129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3313 | 2025.01.31 23:35:35.011320 [ 259 ] {618ff2df-c6ed-416a-b258-652a8be42129} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3314 | 2025.01.31 23:35:35.011659 [ 259 ] {618ff2df-c6ed-416a-b258-652a8be42129} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3315 | 2025.01.31 23:35:35.011943 [ 259 ] {618ff2df-c6ed-416a-b258-652a8be42129} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003441 sec., 290.6131938390003 rows/sec., 19.58 KiB/sec. | ||
| 3316 | 2025.01.31 23:35:35.012007 [ 259 ] {618ff2df-c6ed-416a-b258-652a8be42129} <Debug> TCPHandler: Processed in 0.003682726 sec. | ||
| 3317 | 2025.01.31 23:35:35.012191 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3318 | 2025.01.31 23:35:35.012366 [ 262 ] {0e532064-369a-4a8f-901c-ece95f095ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3319 | 2025.01.31 23:35:35.012453 [ 262 ] {0e532064-369a-4a8f-901c-ece95f095ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3320 | 2025.01.31 23:35:35.013561 [ 190 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7486 rows, containing 5 columns (5 merged, 0 gathered) in 0.00541192 sec., 1383242.915638073 rows/sec., 93.22 MiB/sec. | ||
| 3321 | 2025.01.31 23:35:35.014333 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3322 | 2025.01.31 23:35:35.014973 [ 262 ] {0e532064-369a-4a8f-901c-ece95f095ca7} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3323 | 2025.01.31 23:35:35.015046 [ 262 ] {0e532064-369a-4a8f-901c-ece95f095ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3324 | 2025.01.31 23:35:35.015101 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3325 | 2025.01.31 23:35:35.015341 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3326 | 2025.01.31 23:35:35.015513 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 3327 | 2025.01.31 23:35:35.016049 [ 262 ] {0e532064-369a-4a8f-901c-ece95f095ca7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3328 | 2025.01.31 23:35:35.016324 [ 262 ] {0e532064-369a-4a8f-901c-ece95f095ca7} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3329 | 2025.01.31 23:35:35.016600 [ 262 ] {0e532064-369a-4a8f-901c-ece95f095ca7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004255 sec., 9165.687426556991 rows/sec., 16.42 MiB/sec. | ||
| 3330 | 2025.01.31 23:35:35.016744 [ 262 ] {0e532064-369a-4a8f-901c-ece95f095ca7} <Debug> TCPHandler: Processed in 0.004612875 sec. | ||
| 3331 | 2025.01.31 23:35:35.016928 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3332 | 2025.01.31 23:35:35.017067 [ 259 ] {ea96d152-8e86-48aa-b0f9-be63c5e2aaea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3333 | 2025.01.31 23:35:35.017127 [ 259 ] {ea96d152-8e86-48aa-b0f9-be63c5e2aaea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3334 | 2025.01.31 23:35:35.017706 [ 259 ] {ea96d152-8e86-48aa-b0f9-be63c5e2aaea} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3335 | 2025.01.31 23:35:35.017753 [ 259 ] {ea96d152-8e86-48aa-b0f9-be63c5e2aaea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3336 | 2025.01.31 23:35:35.018165 [ 259 ] {ea96d152-8e86-48aa-b0f9-be63c5e2aaea} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3337 | 2025.01.31 23:35:35.018424 [ 259 ] {ea96d152-8e86-48aa-b0f9-be63c5e2aaea} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3338 | 2025.01.31 23:35:35.018553 [ 126 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3339 | 2025.01.31 23:35:35.018595 [ 126 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3340 | 2025.01.31 23:35:35.018618 [ 259 ] {ea96d152-8e86-48aa-b0f9-be63c5e2aaea} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001583 sec., 21478.20593809223 rows/sec., 1.25 MiB/sec. | ||
| 3341 | 2025.01.31 23:35:35.018622 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3342 | 2025.01.31 23:35:35.018744 [ 259 ] {ea96d152-8e86-48aa-b0f9-be63c5e2aaea} <Debug> TCPHandler: Processed in 0.001886289 sec. | ||
| 3343 | 2025.01.31 23:35:35.019099 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3344 | 2025.01.31 23:35:35.019254 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3345 | 2025.01.31 23:35:35.019291 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3346 | 2025.01.31 23:35:35.019388 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3347 | 2025.01.31 23:35:35.019585 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3348 | 2025.01.31 23:35:35.019752 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3349 | 2025.01.31 23:35:35.019880 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3350 | 2025.01.31 23:35:35.020009 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3351 | 2025.01.31 23:35:35.021220 [ 187 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.002477048 sec., 515936.71176335705 rows/sec., 33.61 MiB/sec. | ||
| 3352 | 2025.01.31 23:35:35.021416 [ 190 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3353 | 2025.01.31 23:35:35.021719 [ 190 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_21_4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3354 | 2025.01.31 23:35:35.021794 [ 190 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_21_4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3355 | 2025.01.31 23:35:35.021877 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 3356 | 2025.01.31 23:35:38.310925 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 484 | ||
| 3357 | 2025.01.31 23:35:38.314365 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3358 | 2025.01.31 23:35:38.314419 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3359 | 2025.01.31 23:35:38.315926 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3360 | 2025.01.31 23:35:38.316278 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2025.01.31 23:35:38.316809 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 484 | ||
| 3362 | 2025.01.31 23:35:39.130274 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3363 | 2025.01.31 23:35:39.130478 [ 262 ] {b8d086b3-38bc-4296-9210-1d09e909477f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3364 | 2025.01.31 23:35:39.130567 [ 262 ] {b8d086b3-38bc-4296-9210-1d09e909477f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3365 | 2025.01.31 23:35:39.131363 [ 262 ] {b8d086b3-38bc-4296-9210-1d09e909477f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3366 | 2025.01.31 23:35:39.131418 [ 262 ] {b8d086b3-38bc-4296-9210-1d09e909477f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3367 | 2025.01.31 23:35:39.131855 [ 262 ] {b8d086b3-38bc-4296-9210-1d09e909477f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3368 | 2025.01.31 23:35:39.132107 [ 262 ] {b8d086b3-38bc-4296-9210-1d09e909477f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3369 | 2025.01.31 23:35:39.132331 [ 262 ] {b8d086b3-38bc-4296-9210-1d09e909477f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.24 MiB/sec. | ||
| 3370 | 2025.01.31 23:35:39.132392 [ 262 ] {b8d086b3-38bc-4296-9210-1d09e909477f} <Debug> TCPHandler: Processed in 0.002270931 sec. | ||
| 3371 | 2025.01.31 23:35:39.132669 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3372 | 2025.01.31 23:35:39.132871 [ 259 ] {1ad67352-09be-4e84-967e-90787a032f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3373 | 2025.01.31 23:35:39.132947 [ 259 ] {1ad67352-09be-4e84-967e-90787a032f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3374 | 2025.01.31 23:35:39.133734 [ 259 ] {1ad67352-09be-4e84-967e-90787a032f9e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3375 | 2025.01.31 23:35:39.133789 [ 259 ] {1ad67352-09be-4e84-967e-90787a032f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3376 | 2025.01.31 23:35:39.134240 [ 259 ] {1ad67352-09be-4e84-967e-90787a032f9e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3377 | 2025.01.31 23:35:39.134499 [ 259 ] {1ad67352-09be-4e84-967e-90787a032f9e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3378 | 2025.01.31 23:35:39.134754 [ 259 ] {1ad67352-09be-4e84-967e-90787a032f9e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001938 sec., 33023.73581011352 rows/sec., 2.58 MiB/sec. | ||
| 3379 | 2025.01.31 23:35:39.134889 [ 259 ] {1ad67352-09be-4e84-967e-90787a032f9e} <Debug> TCPHandler: Processed in 0.002367355 sec. | ||
| 3380 | 2025.01.31 23:35:39.135076 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3381 | 2025.01.31 23:35:39.135201 [ 262 ] {b0a60200-7b5a-4b27-9d8d-d19ff1eb3cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3382 | 2025.01.31 23:35:39.135258 [ 262 ] {b0a60200-7b5a-4b27-9d8d-d19ff1eb3cad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3383 | 2025.01.31 23:35:39.135816 [ 262 ] {b0a60200-7b5a-4b27-9d8d-d19ff1eb3cad} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3384 | 2025.01.31 23:35:39.135856 [ 262 ] {b0a60200-7b5a-4b27-9d8d-d19ff1eb3cad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3385 | 2025.01.31 23:35:39.136254 [ 262 ] {b0a60200-7b5a-4b27-9d8d-d19ff1eb3cad} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3386 | 2025.01.31 23:35:39.136498 [ 262 ] {b0a60200-7b5a-4b27-9d8d-d19ff1eb3cad} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3387 | 2025.01.31 23:35:39.136693 [ 262 ] {b0a60200-7b5a-4b27-9d8d-d19ff1eb3cad} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001523 sec., 84044.6487196323 rows/sec., 5.85 MiB/sec. | ||
| 3388 | 2025.01.31 23:35:39.136745 [ 262 ] {b0a60200-7b5a-4b27-9d8d-d19ff1eb3cad} <Debug> TCPHandler: Processed in 0.001742535 sec. | ||
| 3389 | 2025.01.31 23:35:39.136900 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3390 | 2025.01.31 23:35:39.137025 [ 259 ] {b80b6278-1b18-44d9-a59f-2942f08b6e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3391 | 2025.01.31 23:35:39.137082 [ 259 ] {b80b6278-1b18-44d9-a59f-2942f08b6e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3392 | 2025.01.31 23:35:39.137677 [ 259 ] {b80b6278-1b18-44d9-a59f-2942f08b6e4f} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3393 | 2025.01.31 23:35:39.137727 [ 259 ] {b80b6278-1b18-44d9-a59f-2942f08b6e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3394 | 2025.01.31 23:35:39.138172 [ 259 ] {b80b6278-1b18-44d9-a59f-2942f08b6e4f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3395 | 2025.01.31 23:35:39.138416 [ 259 ] {b80b6278-1b18-44d9-a59f-2942f08b6e4f} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3396 | 2025.01.31 23:35:39.138622 [ 259 ] {b80b6278-1b18-44d9-a59f-2942f08b6e4f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001627 sec., 29502.151198524894 rows/sec., 1.99 MiB/sec. | ||
| 3397 | 2025.01.31 23:35:39.138674 [ 259 ] {b80b6278-1b18-44d9-a59f-2942f08b6e4f} <Debug> TCPHandler: Processed in 0.001833868 sec. | ||
| 3398 | 2025.01.31 23:35:40.797848 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3399 | 2025.01.31 23:35:40.798478 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3400 | 2025.01.31 23:35:40.798528 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3401 | 2025.01.31 23:35:40.799058 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3402 | 2025.01.31 23:35:40.799414 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3403 | 2025.01.31 23:35:40.799659 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3404 | 2025.01.31 23:35:41.238172 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3405 | 2025.01.31 23:35:41.259615 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3406 | 2025.01.31 23:35:41.259673 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3407 | 2025.01.31 23:35:41.267417 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3408 | 2025.01.31 23:35:41.268251 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3409 | 2025.01.31 23:35:41.271291 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3410 | 2025.01.31 23:35:44.132007 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3411 | 2025.01.31 23:35:44.132321 [ 262 ] {83e3d167-f882-4e3a-95e0-389b0905900b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3412 | 2025.01.31 23:35:44.132392 [ 262 ] {83e3d167-f882-4e3a-95e0-389b0905900b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3413 | 2025.01.31 23:35:44.133146 [ 262 ] {83e3d167-f882-4e3a-95e0-389b0905900b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3414 | 2025.01.31 23:35:44.133185 [ 262 ] {83e3d167-f882-4e3a-95e0-389b0905900b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3415 | 2025.01.31 23:35:44.133631 [ 262 ] {83e3d167-f882-4e3a-95e0-389b0905900b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3416 | 2025.01.31 23:35:44.133881 [ 262 ] {83e3d167-f882-4e3a-95e0-389b0905900b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3417 | 2025.01.31 23:35:44.134077 [ 262 ] {83e3d167-f882-4e3a-95e0-389b0905900b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00183 sec., 30601.09289617486 rows/sec., 2.34 MiB/sec. | ||
| 3418 | 2025.01.31 23:35:44.134132 [ 262 ] {83e3d167-f882-4e3a-95e0-389b0905900b} <Debug> TCPHandler: Processed in 0.002311693 sec. | ||
| 3419 | 2025.01.31 23:35:44.134461 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3420 | 2025.01.31 23:35:44.134759 [ 259 ] {04a2ac38-6788-4e4f-8c15-cf61c65ca77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3421 | 2025.01.31 23:35:44.134874 [ 259 ] {04a2ac38-6788-4e4f-8c15-cf61c65ca77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3422 | 2025.01.31 23:35:44.135794 [ 259 ] {04a2ac38-6788-4e4f-8c15-cf61c65ca77d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3423 | 2025.01.31 23:35:44.135843 [ 259 ] {04a2ac38-6788-4e4f-8c15-cf61c65ca77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3424 | 2025.01.31 23:35:44.136300 [ 259 ] {04a2ac38-6788-4e4f-8c15-cf61c65ca77d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3425 | 2025.01.31 23:35:44.136557 [ 259 ] {04a2ac38-6788-4e4f-8c15-cf61c65ca77d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3426 | 2025.01.31 23:35:44.136786 [ 259 ] {04a2ac38-6788-4e4f-8c15-cf61c65ca77d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002113 sec., 30288.689067676292 rows/sec., 2.36 MiB/sec. | ||
| 3427 | 2025.01.31 23:35:44.136842 [ 259 ] {04a2ac38-6788-4e4f-8c15-cf61c65ca77d} <Debug> TCPHandler: Processed in 0.002579741 sec. | ||
| 3428 | 2025.01.31 23:35:44.137013 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3429 | 2025.01.31 23:35:44.137153 [ 262 ] {849184c6-2d41-49eb-b2d8-251406fe0e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3430 | 2025.01.31 23:35:44.137215 [ 262 ] {849184c6-2d41-49eb-b2d8-251406fe0e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3431 | 2025.01.31 23:35:44.137896 [ 262 ] {849184c6-2d41-49eb-b2d8-251406fe0e16} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3432 | 2025.01.31 23:35:44.137940 [ 262 ] {849184c6-2d41-49eb-b2d8-251406fe0e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3433 | 2025.01.31 23:35:44.138377 [ 262 ] {849184c6-2d41-49eb-b2d8-251406fe0e16} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3434 | 2025.01.31 23:35:44.138613 [ 262 ] {849184c6-2d41-49eb-b2d8-251406fe0e16} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3435 | 2025.01.31 23:35:44.138799 [ 262 ] {849184c6-2d41-49eb-b2d8-251406fe0e16} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 3436 | 2025.01.31 23:35:44.138849 [ 262 ] {849184c6-2d41-49eb-b2d8-251406fe0e16} <Debug> TCPHandler: Processed in 0.001905731 sec. | ||
| 3437 | 2025.01.31 23:35:44.139009 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3438 | 2025.01.31 23:35:44.139127 [ 259 ] {97711a27-9ce5-4855-9782-4cc930371e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3439 | 2025.01.31 23:35:44.139179 [ 259 ] {97711a27-9ce5-4855-9782-4cc930371e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3440 | 2025.01.31 23:35:44.139685 [ 259 ] {97711a27-9ce5-4855-9782-4cc930371e37} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3441 | 2025.01.31 23:35:44.139723 [ 259 ] {97711a27-9ce5-4855-9782-4cc930371e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3442 | 2025.01.31 23:35:44.140103 [ 259 ] {97711a27-9ce5-4855-9782-4cc930371e37} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3443 | 2025.01.31 23:35:44.140352 [ 259 ] {97711a27-9ce5-4855-9782-4cc930371e37} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3444 | 2025.01.31 23:35:44.140564 [ 259 ] {97711a27-9ce5-4855-9782-4cc930371e37} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
| 3445 | 2025.01.31 23:35:44.140614 [ 259 ] {97711a27-9ce5-4855-9782-4cc930371e37} <Debug> TCPHandler: Processed in 0.001662392 sec. | ||
| 3446 | 2025.01.31 23:35:47.911021 [ 110 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3447 | 2025.01.31 23:35:47.911105 [ 110 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3448 | 2025.01.31 23:35:47.911128 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3449 | 2025.01.31 23:35:47.911327 [ 187 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 3450 | 2025.01.31 23:35:47.911530 [ 187 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3451 | 2025.01.31 23:35:47.911576 [ 187 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 3452 | 2025.01.31 23:35:47.911695 [ 187 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 3453 | 2025.01.31 23:35:47.911804 [ 187 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 3454 | 2025.01.31 23:35:47.912029 [ 187 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 3455 | 2025.01.31 23:35:47.912249 [ 187 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 3456 | 2025.01.31 23:35:47.913309 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002106316 sec., 4272.863141143114 rows/sec., 287.92 KiB/sec. | ||
| 3457 | 2025.01.31 23:35:47.913589 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3458 | 2025.01.31 23:35:47.914210 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_9_2} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3459 | 2025.01.31 23:35:47.914354 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_9_2} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3460 | 2025.01.31 23:35:47.914450 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3461 | 2025.01.31 23:35:48.200496 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3462 | 2025.01.31 23:35:48.200542 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3463 | 2025.01.31 23:35:48.300624 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3464 | 2025.01.31 23:35:48.301233 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3465 | 2025.01.31 23:35:48.301276 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3466 | 2025.01.31 23:35:48.301841 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3467 | 2025.01.31 23:35:48.302101 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3468 | 2025.01.31 23:35:48.302285 [ 109 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3469 | 2025.01.31 23:35:48.302368 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3470 | 2025.01.31 23:35:48.302379 [ 109 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3471 | 2025.01.31 23:35:48.302420 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3472 | 2025.01.31 23:35:48.302564 [ 190 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 3473 | 2025.01.31 23:35:48.302727 [ 190 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3474 | 2025.01.31 23:35:48.302774 [ 190 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 3475 | 2025.01.31 23:35:48.302902 [ 190 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 3476 | 2025.01.31 23:35:48.303138 [ 190 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 3477 | 2025.01.31 23:35:48.303424 [ 190 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 3478 | 2025.01.31 23:35:48.303602 [ 190 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 3479 | 2025.01.31 23:35:48.303771 [ 190 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 3480 | 2025.01.31 23:35:48.305524 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003030736 sec., 2435382.03261518 rows/sec., 34.84 MiB/sec. | ||
| 3481 | 2025.01.31 23:35:48.306437 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3482 | 2025.01.31 23:35:48.306733 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_16_3} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3483 | 2025.01.31 23:35:48.306816 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_16_3} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3484 | 2025.01.31 23:35:48.306902 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3485 | 2025.01.31 23:35:48.317869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 500 | ||
| 3486 | 2025.01.31 23:35:48.320417 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3487 | 2025.01.31 23:35:48.320458 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3488 | 2025.01.31 23:35:48.321832 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3489 | 2025.01.31 23:35:48.322133 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3490 | 2025.01.31 23:35:48.322348 [ 109 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3491 | 2025.01.31 23:35:48.322469 [ 109 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3492 | 2025.01.31 23:35:48.322552 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3493 | 2025.01.31 23:35:48.323199 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 3494 | 2025.01.31 23:35:48.324056 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 500 | ||
| 3495 | 2025.01.31 23:35:48.324359 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3496 | 2025.01.31 23:35:48.324483 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 3497 | 2025.01.31 23:35:48.325045 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 3498 | 2025.01.31 23:35:48.325601 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 3499 | 2025.01.31 23:35:48.326150 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 3500 | 2025.01.31 23:35:48.326671 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 3501 | 2025.01.31 23:35:48.327246 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 3502 | 2025.01.31 23:35:48.334894 [ 202 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 72 columns (72 merged, 0 gathered) in 0.012180962 sec., 41047.661096061216 rows/sec., 37.26 MiB/sec. | ||
| 3503 | 2025.01.31 23:35:48.335690 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3504 | 2025.01.31 23:35:48.336352 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_11_2} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3505 | 2025.01.31 23:35:48.336429 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_11_2} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3506 | 2025.01.31 23:35:48.336614 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 3507 | 2025.01.31 23:35:48.772217 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3508 | 2025.01.31 23:35:48.793662 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3509 | 2025.01.31 23:35:48.793725 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3510 | 2025.01.31 23:35:48.801579 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3511 | 2025.01.31 23:35:48.802374 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3512 | 2025.01.31 23:35:48.802778 [ 109 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3513 | 2025.01.31 23:35:48.802922 [ 109 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3514 | 2025.01.31 23:35:48.803008 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3515 | 2025.01.31 23:35:48.803301 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 3516 | 2025.01.31 23:35:48.812447 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3517 | 2025.01.31 23:35:48.813673 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3518 | 2025.01.31 23:35:48.814604 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 3519 | 2025.01.31 23:35:48.819546 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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.31 23:35:48.824424 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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.31 23:35:48.829545 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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.31 23:35:48.834757 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3523 | 2025.01.31 23:35:48.839149 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3524 | 2025.01.31 23:35:48.897801 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.094637174 sec., 1278.5673418354609 rows/sec., 6.61 MiB/sec. | ||
| 3525 | 2025.01.31 23:35:48.900616 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3526 | 2025.01.31 23:35:48.903625 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_16_3} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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.31 23:35:48.903765 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_16_3} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3528 | 2025.01.31 23:35:48.906344 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3529 | 2025.01.31 23:35:49.001171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.99 MiB, peak 187.97 MiB, free memory in arenas 0.00 B, will set to 179.80 MiB (RSS), difference: 1.81 MiB | ||
| 3530 | 2025.01.31 23:35:49.002421 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00095695 sec. | ||
| 3531 | 2025.01.31 23:35:49.138356 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3532 | 2025.01.31 23:35:49.138577 [ 262 ] {a977d03f-5e67-4c9f-8f63-4480d2504871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3533 | 2025.01.31 23:35:49.138661 [ 262 ] {a977d03f-5e67-4c9f-8f63-4480d2504871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3534 | 2025.01.31 23:35:49.139510 [ 262 ] {a977d03f-5e67-4c9f-8f63-4480d2504871} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3535 | 2025.01.31 23:35:49.139561 [ 262 ] {a977d03f-5e67-4c9f-8f63-4480d2504871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3536 | 2025.01.31 23:35:49.140002 [ 262 ] {a977d03f-5e67-4c9f-8f63-4480d2504871} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3537 | 2025.01.31 23:35:49.140275 [ 262 ] {a977d03f-5e67-4c9f-8f63-4480d2504871} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3538 | 2025.01.31 23:35:49.140568 [ 262 ] {a977d03f-5e67-4c9f-8f63-4480d2504871} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002036 sec., 6876.2278978388995 rows/sec., 495.00 KiB/sec. | ||
| 3539 | 2025.01.31 23:35:49.140717 [ 262 ] {a977d03f-5e67-4c9f-8f63-4480d2504871} <Debug> TCPHandler: Processed in 0.002511199 sec. | ||
| 3540 | 2025.01.31 23:35:49.140953 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3541 | 2025.01.31 23:35:49.141129 [ 259 ] {74b49772-548b-4204-ab04-2334b2de622d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3542 | 2025.01.31 23:35:49.141198 [ 259 ] {74b49772-548b-4204-ab04-2334b2de622d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3543 | 2025.01.31 23:35:49.142099 [ 259 ] {74b49772-548b-4204-ab04-2334b2de622d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3544 | 2025.01.31 23:35:49.142145 [ 259 ] {74b49772-548b-4204-ab04-2334b2de622d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3545 | 2025.01.31 23:35:49.142611 [ 259 ] {74b49772-548b-4204-ab04-2334b2de622d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3546 | 2025.01.31 23:35:49.142867 [ 259 ] {74b49772-548b-4204-ab04-2334b2de622d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3547 | 2025.01.31 23:35:49.143096 [ 259 ] {74b49772-548b-4204-ab04-2334b2de622d} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002022 sec., 138971.31552917903 rows/sec., 12.26 MiB/sec. | ||
| 3548 | 2025.01.31 23:35:49.143162 [ 259 ] {74b49772-548b-4204-ab04-2334b2de622d} <Debug> TCPHandler: Processed in 0.002338893 sec. | ||
| 3549 | 2025.01.31 23:35:49.143340 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3550 | 2025.01.31 23:35:49.143486 [ 262 ] {fef7a74e-bf43-4ddf-a26c-f7805763c6f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3551 | 2025.01.31 23:35:49.143548 [ 262 ] {fef7a74e-bf43-4ddf-a26c-f7805763c6f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3552 | 2025.01.31 23:35:49.144262 [ 262 ] {fef7a74e-bf43-4ddf-a26c-f7805763c6f3} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3553 | 2025.01.31 23:35:49.144311 [ 262 ] {fef7a74e-bf43-4ddf-a26c-f7805763c6f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3554 | 2025.01.31 23:35:49.144686 [ 262 ] {fef7a74e-bf43-4ddf-a26c-f7805763c6f3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3555 | 2025.01.31 23:35:49.144927 [ 262 ] {fef7a74e-bf43-4ddf-a26c-f7805763c6f3} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3556 | 2025.01.31 23:35:49.145140 [ 262 ] {fef7a74e-bf43-4ddf-a26c-f7805763c6f3} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00169 sec., 27218.934911242603 rows/sec., 1.96 MiB/sec. | ||
| 3557 | 2025.01.31 23:35:49.145197 [ 262 ] {fef7a74e-bf43-4ddf-a26c-f7805763c6f3} <Debug> TCPHandler: Processed in 0.001932591 sec. | ||
| 3558 | 2025.01.31 23:35:49.145348 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3559 | 2025.01.31 23:35:49.145490 [ 259 ] {769630a4-2dde-44ec-85cc-c4ce8b470718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3560 | 2025.01.31 23:35:49.145549 [ 259 ] {769630a4-2dde-44ec-85cc-c4ce8b470718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3561 | 2025.01.31 23:35:49.146238 [ 259 ] {769630a4-2dde-44ec-85cc-c4ce8b470718} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3562 | 2025.01.31 23:35:49.146285 [ 259 ] {769630a4-2dde-44ec-85cc-c4ce8b470718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3563 | 2025.01.31 23:35:49.146650 [ 259 ] {769630a4-2dde-44ec-85cc-c4ce8b470718} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3564 | 2025.01.31 23:35:49.146887 [ 259 ] {769630a4-2dde-44ec-85cc-c4ce8b470718} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2025.01.31 23:35:49.147165 [ 259 ] {769630a4-2dde-44ec-85cc-c4ce8b470718} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001699 sec., 8240.14125956445 rows/sec., 577.09 KiB/sec. | ||
| 3566 | 2025.01.31 23:35:49.147326 [ 259 ] {769630a4-2dde-44ec-85cc-c4ce8b470718} <Debug> TCPHandler: Processed in 0.002036214 sec. | ||
| 3567 | 2025.01.31 23:35:49.147469 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3568 | 2025.01.31 23:35:49.147596 [ 262 ] {852f8016-b179-4f74-a159-f16ecfda67f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3569 | 2025.01.31 23:35:49.147649 [ 262 ] {852f8016-b179-4f74-a159-f16ecfda67f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3570 | 2025.01.31 23:35:49.148309 [ 262 ] {852f8016-b179-4f74-a159-f16ecfda67f0} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2025.01.31 23:35:49.148354 [ 262 ] {852f8016-b179-4f74-a159-f16ecfda67f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3572 | 2025.01.31 23:35:49.148763 [ 262 ] {852f8016-b179-4f74-a159-f16ecfda67f0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3573 | 2025.01.31 23:35:49.149011 [ 262 ] {852f8016-b179-4f74-a159-f16ecfda67f0} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3574 | 2025.01.31 23:35:49.149223 [ 262 ] {852f8016-b179-4f74-a159-f16ecfda67f0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001653 sec., 7864.488808227466 rows/sec., 490.35 KiB/sec. | ||
| 3575 | 2025.01.31 23:35:49.149279 [ 262 ] {852f8016-b179-4f74-a159-f16ecfda67f0} <Debug> TCPHandler: Processed in 0.001871558 sec. | ||
| 3576 | 2025.01.31 23:35:49.149425 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3577 | 2025.01.31 23:35:49.149541 [ 259 ] {3cc0f1aa-c1ee-4b17-9592-55af17d1b2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3578 | 2025.01.31 23:35:49.149595 [ 259 ] {3cc0f1aa-c1ee-4b17-9592-55af17d1b2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3579 | 2025.01.31 23:35:49.150314 [ 259 ] {3cc0f1aa-c1ee-4b17-9592-55af17d1b2d4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3580 | 2025.01.31 23:35:49.150353 [ 259 ] {3cc0f1aa-c1ee-4b17-9592-55af17d1b2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3581 | 2025.01.31 23:35:49.150737 [ 259 ] {3cc0f1aa-c1ee-4b17-9592-55af17d1b2d4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3582 | 2025.01.31 23:35:49.150982 [ 259 ] {3cc0f1aa-c1ee-4b17-9592-55af17d1b2d4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3583 | 2025.01.31 23:35:49.151189 [ 259 ] {3cc0f1aa-c1ee-4b17-9592-55af17d1b2d4} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001673 sec., 251643.75373580394 rows/sec., 17.98 MiB/sec. | ||
| 3584 | 2025.01.31 23:35:49.151244 [ 259 ] {3cc0f1aa-c1ee-4b17-9592-55af17d1b2d4} <Debug> TCPHandler: Processed in 0.001878739 sec. | ||
| 3585 | 2025.01.31 23:35:49.151390 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3586 | 2025.01.31 23:35:49.151510 [ 262 ] {9ac3b789-38df-49a6-bebd-7931a28d88ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3587 | 2025.01.31 23:35:49.151566 [ 262 ] {9ac3b789-38df-49a6-bebd-7931a28d88ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3588 | 2025.01.31 23:35:49.152047 [ 262 ] {9ac3b789-38df-49a6-bebd-7931a28d88ab} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3589 | 2025.01.31 23:35:49.152086 [ 262 ] {9ac3b789-38df-49a6-bebd-7931a28d88ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3590 | 2025.01.31 23:35:49.152457 [ 262 ] {9ac3b789-38df-49a6-bebd-7931a28d88ab} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3591 | 2025.01.31 23:35:49.152695 [ 262 ] {9ac3b789-38df-49a6-bebd-7931a28d88ab} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3592 | 2025.01.31 23:35:49.152907 [ 262 ] {9ac3b789-38df-49a6-bebd-7931a28d88ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 3593 | 2025.01.31 23:35:49.152956 [ 262 ] {9ac3b789-38df-49a6-bebd-7931a28d88ab} <Debug> TCPHandler: Processed in 0.001622761 sec. | ||
| 3594 | 2025.01.31 23:35:49.153095 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3595 | 2025.01.31 23:35:49.153211 [ 259 ] {cb8fcaf4-8a8a-4f1f-acad-45c71553f21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3596 | 2025.01.31 23:35:49.153264 [ 259 ] {cb8fcaf4-8a8a-4f1f-acad-45c71553f21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3597 | 2025.01.31 23:35:49.153945 [ 259 ] {cb8fcaf4-8a8a-4f1f-acad-45c71553f21e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3598 | 2025.01.31 23:35:49.153991 [ 259 ] {cb8fcaf4-8a8a-4f1f-acad-45c71553f21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3599 | 2025.01.31 23:35:49.154450 [ 259 ] {cb8fcaf4-8a8a-4f1f-acad-45c71553f21e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3600 | 2025.01.31 23:35:49.154694 [ 259 ] {cb8fcaf4-8a8a-4f1f-acad-45c71553f21e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3601 | 2025.01.31 23:35:49.154899 [ 259 ] {cb8fcaf4-8a8a-4f1f-acad-45c71553f21e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001712 sec., 138434.57943925232 rows/sec., 9.28 MiB/sec. | ||
| 3602 | 2025.01.31 23:35:49.154950 [ 259 ] {cb8fcaf4-8a8a-4f1f-acad-45c71553f21e} <Debug> TCPHandler: Processed in 0.00191209 sec. | ||
| 3603 | 2025.01.31 23:35:49.155088 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3604 | 2025.01.31 23:35:49.155204 [ 262 ] {43d68dfa-0d7a-4463-98da-db21699de554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3605 | 2025.01.31 23:35:49.155255 [ 262 ] {43d68dfa-0d7a-4463-98da-db21699de554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3606 | 2025.01.31 23:35:49.155790 [ 262 ] {43d68dfa-0d7a-4463-98da-db21699de554} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3607 | 2025.01.31 23:35:49.155836 [ 262 ] {43d68dfa-0d7a-4463-98da-db21699de554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3608 | 2025.01.31 23:35:49.156260 [ 262 ] {43d68dfa-0d7a-4463-98da-db21699de554} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3609 | 2025.01.31 23:35:49.156510 [ 262 ] {43d68dfa-0d7a-4463-98da-db21699de554} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3610 | 2025.01.31 23:35:49.156729 [ 262 ] {43d68dfa-0d7a-4463-98da-db21699de554} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001548 sec., 645.9948320413437 rows/sec., 43.53 KiB/sec. | ||
| 3611 | 2025.01.31 23:35:49.156779 [ 262 ] {43d68dfa-0d7a-4463-98da-db21699de554} <Debug> TCPHandler: Processed in 0.001749285 sec. | ||
| 3612 | 2025.01.31 23:35:49.156911 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3613 | 2025.01.31 23:35:49.157026 [ 259 ] {91178b34-cb3e-4588-ade1-962deed830c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3614 | 2025.01.31 23:35:49.157106 [ 259 ] {91178b34-cb3e-4588-ade1-962deed830c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3615 | 2025.01.31 23:35:49.158323 [ 259 ] {91178b34-cb3e-4588-ade1-962deed830c2} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3616 | 2025.01.31 23:35:49.158362 [ 259 ] {91178b34-cb3e-4588-ade1-962deed830c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3617 | 2025.01.31 23:35:49.159040 [ 259 ] {91178b34-cb3e-4588-ade1-962deed830c2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3618 | 2025.01.31 23:35:49.159299 [ 259 ] {91178b34-cb3e-4588-ade1-962deed830c2} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3619 | 2025.01.31 23:35:49.159545 [ 259 ] {91178b34-cb3e-4588-ade1-962deed830c2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002542 sec., 15342.250196695515 rows/sec., 27.49 MiB/sec. | ||
| 3620 | 2025.01.31 23:35:49.159641 [ 259 ] {91178b34-cb3e-4588-ade1-962deed830c2} <Debug> TCPHandler: Processed in 0.002788247 sec. | ||
| 3621 | 2025.01.31 23:35:49.159787 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3622 | 2025.01.31 23:35:49.159925 [ 262 ] {a494b8b0-97f7-4c12-befe-85f90f64a4cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3623 | 2025.01.31 23:35:49.159983 [ 262 ] {a494b8b0-97f7-4c12-befe-85f90f64a4cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3624 | 2025.01.31 23:35:49.160514 [ 262 ] {a494b8b0-97f7-4c12-befe-85f90f64a4cb} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2025.01.31 23:35:49.160553 [ 262 ] {a494b8b0-97f7-4c12-befe-85f90f64a4cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3626 | 2025.01.31 23:35:49.160936 [ 262 ] {a494b8b0-97f7-4c12-befe-85f90f64a4cb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3627 | 2025.01.31 23:35:49.161171 [ 262 ] {a494b8b0-97f7-4c12-befe-85f90f64a4cb} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3628 | 2025.01.31 23:35:49.161394 [ 262 ] {a494b8b0-97f7-4c12-befe-85f90f64a4cb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0015 sec., 54666.666666666664 rows/sec., 3.47 MiB/sec. | ||
| 3629 | 2025.01.31 23:35:49.161497 [ 262 ] {a494b8b0-97f7-4c12-befe-85f90f64a4cb} <Debug> TCPHandler: Processed in 0.001776486 sec. | ||
| 3630 | 2025.01.31 23:35:54.131707 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3631 | 2025.01.31 23:35:54.131913 [ 262 ] {e0d1e82a-39c7-4b69-a35a-429a12fde6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3632 | 2025.01.31 23:35:54.131988 [ 262 ] {e0d1e82a-39c7-4b69-a35a-429a12fde6f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3633 | 2025.01.31 23:35:54.132744 [ 262 ] {e0d1e82a-39c7-4b69-a35a-429a12fde6f9} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3634 | 2025.01.31 23:35:54.132799 [ 262 ] {e0d1e82a-39c7-4b69-a35a-429a12fde6f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3635 | 2025.01.31 23:35:54.133239 [ 262 ] {e0d1e82a-39c7-4b69-a35a-429a12fde6f9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3636 | 2025.01.31 23:35:54.133498 [ 262 ] {e0d1e82a-39c7-4b69-a35a-429a12fde6f9} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2025.01.31 23:35:54.133755 [ 262 ] {e0d1e82a-39c7-4b69-a35a-429a12fde6f9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.26 MiB/sec. | ||
| 3638 | 2025.01.31 23:35:54.133826 [ 262 ] {e0d1e82a-39c7-4b69-a35a-429a12fde6f9} <Debug> TCPHandler: Processed in 0.002257031 sec. | ||
| 3639 | 2025.01.31 23:35:54.134087 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2025.01.31 23:35:54.134303 [ 259 ] {c3160f67-8049-4dbb-84fa-1e977f86b5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3641 | 2025.01.31 23:35:54.134384 [ 259 ] {c3160f67-8049-4dbb-84fa-1e977f86b5b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3642 | 2025.01.31 23:35:54.135170 [ 259 ] {c3160f67-8049-4dbb-84fa-1e977f86b5b9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2025.01.31 23:35:54.135217 [ 259 ] {c3160f67-8049-4dbb-84fa-1e977f86b5b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3644 | 2025.01.31 23:35:54.135658 [ 259 ] {c3160f67-8049-4dbb-84fa-1e977f86b5b9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3645 | 2025.01.31 23:35:54.135914 [ 259 ] {c3160f67-8049-4dbb-84fa-1e977f86b5b9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2025.01.31 23:35:54.136171 [ 259 ] {c3160f67-8049-4dbb-84fa-1e977f86b5b9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec. | ||
| 3647 | 2025.01.31 23:35:54.136238 [ 259 ] {c3160f67-8049-4dbb-84fa-1e977f86b5b9} <Debug> TCPHandler: Processed in 0.002296222 sec. | ||
| 3648 | 2025.01.31 23:35:54.136385 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3649 | 2025.01.31 23:35:54.136527 [ 262 ] {e7d3d178-c064-4fbb-bfb4-a1d4a43656e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3650 | 2025.01.31 23:35:54.136594 [ 262 ] {e7d3d178-c064-4fbb-bfb4-a1d4a43656e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3651 | 2025.01.31 23:35:54.137283 [ 262 ] {e7d3d178-c064-4fbb-bfb4-a1d4a43656e4} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3652 | 2025.01.31 23:35:54.137332 [ 262 ] {e7d3d178-c064-4fbb-bfb4-a1d4a43656e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3653 | 2025.01.31 23:35:54.137755 [ 262 ] {e7d3d178-c064-4fbb-bfb4-a1d4a43656e4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3654 | 2025.01.31 23:35:54.137994 [ 262 ] {e7d3d178-c064-4fbb-bfb4-a1d4a43656e4} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3655 | 2025.01.31 23:35:54.138235 [ 262 ] {e7d3d178-c064-4fbb-bfb4-a1d4a43656e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00173 sec., 92485.54913294798 rows/sec., 6.44 MiB/sec. | ||
| 3656 | 2025.01.31 23:35:54.138387 [ 262 ] {e7d3d178-c064-4fbb-bfb4-a1d4a43656e4} <Debug> TCPHandler: Processed in 0.002055815 sec. | ||
| 3657 | 2025.01.31 23:35:54.138601 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3658 | 2025.01.31 23:35:54.138748 [ 259 ] {59ffd5fd-492b-43a0-b7e1-f963c1255aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3659 | 2025.01.31 23:35:54.138810 [ 259 ] {59ffd5fd-492b-43a0-b7e1-f963c1255aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3660 | 2025.01.31 23:35:54.139415 [ 259 ] {59ffd5fd-492b-43a0-b7e1-f963c1255aee} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3661 | 2025.01.31 23:35:54.139458 [ 259 ] {59ffd5fd-492b-43a0-b7e1-f963c1255aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3662 | 2025.01.31 23:35:54.139839 [ 259 ] {59ffd5fd-492b-43a0-b7e1-f963c1255aee} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3663 | 2025.01.31 23:35:54.140087 [ 259 ] {59ffd5fd-492b-43a0-b7e1-f963c1255aee} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3664 | 2025.01.31 23:35:54.140276 [ 259 ] {59ffd5fd-492b-43a0-b7e1-f963c1255aee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001566 sec., 38314.17624521073 rows/sec., 2.58 MiB/sec. | ||
| 3665 | 2025.01.31 23:35:54.140330 [ 259 ] {59ffd5fd-492b-43a0-b7e1-f963c1255aee} <Debug> TCPHandler: Processed in 0.001833468 sec. | ||
| 3666 | 2025.01.31 23:35:55.803345 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3667 | 2025.01.31 23:35:55.803974 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2025.01.31 23:35:55.804025 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3669 | 2025.01.31 23:35:55.804667 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3670 | 2025.01.31 23:35:55.804930 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2025.01.31 23:35:55.805163 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3672 | 2025.01.31 23:35:56.313375 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3673 | 2025.01.31 23:35:56.334118 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3674 | 2025.01.31 23:35:56.334195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3675 | 2025.01.31 23:35:56.341657 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3676 | 2025.01.31 23:35:56.342430 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3677 | 2025.01.31 23:35:56.345311 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3678 | 2025.01.31 23:35:58.324992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 530 | ||
| 3679 | 2025.01.31 23:35:58.327946 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3680 | 2025.01.31 23:35:58.327991 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3681 | 2025.01.31 23:35:58.329461 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3682 | 2025.01.31 23:35:58.329775 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3683 | 2025.01.31 23:35:58.330841 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 530 | ||
| 3684 | 2025.01.31 23:35:59.137836 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3685 | 2025.01.31 23:35:59.138054 [ 262 ] {136bee9b-3449-421e-bfb9-cef013b076ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3686 | 2025.01.31 23:35:59.138134 [ 262 ] {136bee9b-3449-421e-bfb9-cef013b076ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3687 | 2025.01.31 23:35:59.138933 [ 262 ] {136bee9b-3449-421e-bfb9-cef013b076ca} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3688 | 2025.01.31 23:35:59.139010 [ 262 ] {136bee9b-3449-421e-bfb9-cef013b076ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3689 | 2025.01.31 23:35:59.139444 [ 262 ] {136bee9b-3449-421e-bfb9-cef013b076ca} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3690 | 2025.01.31 23:35:59.139698 [ 262 ] {136bee9b-3449-421e-bfb9-cef013b076ca} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3691 | 2025.01.31 23:35:59.139995 [ 262 ] {136bee9b-3449-421e-bfb9-cef013b076ca} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001991 sec., 7031.642390758412 rows/sec., 506.18 KiB/sec. | ||
| 3692 | 2025.01.31 23:35:59.140162 [ 262 ] {136bee9b-3449-421e-bfb9-cef013b076ca} <Debug> TCPHandler: Processed in 0.002476888 sec. | ||
| 3693 | 2025.01.31 23:35:59.140409 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3694 | 2025.01.31 23:35:59.140620 [ 259 ] {4e7168f0-a55e-4d9d-9644-98268a7cfa09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3695 | 2025.01.31 23:35:59.140697 [ 259 ] {4e7168f0-a55e-4d9d-9644-98268a7cfa09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3696 | 2025.01.31 23:35:59.141701 [ 259 ] {4e7168f0-a55e-4d9d-9644-98268a7cfa09} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3697 | 2025.01.31 23:35:59.141744 [ 259 ] {4e7168f0-a55e-4d9d-9644-98268a7cfa09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3698 | 2025.01.31 23:35:59.142192 [ 259 ] {4e7168f0-a55e-4d9d-9644-98268a7cfa09} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3699 | 2025.01.31 23:35:59.142452 [ 259 ] {4e7168f0-a55e-4d9d-9644-98268a7cfa09} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3700 | 2025.01.31 23:35:59.142582 [ 58 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3701 | 2025.01.31 23:35:59.142625 [ 58 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3702 | 2025.01.31 23:35:59.142649 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3703 | 2025.01.31 23:35:59.142660 [ 259 ] {4e7168f0-a55e-4d9d-9644-98268a7cfa09} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002096 sec., 134064.88549618318 rows/sec., 11.82 MiB/sec. | ||
| 3704 | 2025.01.31 23:35:59.142850 [ 259 ] {4e7168f0-a55e-4d9d-9644-98268a7cfa09} <Debug> TCPHandler: Processed in 0.00256624 sec. | ||
| 3705 | 2025.01.31 23:35:59.142940 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 3706 | 2025.01.31 23:35:59.143038 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3707 | 2025.01.31 23:35:59.143233 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3708 | 2025.01.31 23:35:59.143264 [ 262 ] {e18ab4f6-79f8-4a0b-92b0-f51d91e1ad2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3709 | 2025.01.31 23:35:59.143302 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1428 rows starting from the beginning of the part | ||
| 3710 | 2025.01.31 23:35:59.143351 [ 262 ] {e18ab4f6-79f8-4a0b-92b0-f51d91e1ad2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3711 | 2025.01.31 23:35:59.143698 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 3712 | 2025.01.31 23:35:59.143976 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 3713 | 2025.01.31 23:35:59.144436 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 281 rows starting from the beginning of the part | ||
| 3714 | 2025.01.31 23:35:59.144918 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 3715 | 2025.01.31 23:35:59.145339 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 281 rows starting from the beginning of the part | ||
| 3716 | 2025.01.31 23:35:59.146333 [ 262 ] {e18ab4f6-79f8-4a0b-92b0-f51d91e1ad2b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3717 | 2025.01.31 23:35:59.146405 [ 262 ] {e18ab4f6-79f8-4a0b-92b0-f51d91e1ad2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3718 | 2025.01.31 23:35:59.147438 [ 262 ] {e18ab4f6-79f8-4a0b-92b0-f51d91e1ad2b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3719 | 2025.01.31 23:35:59.147953 [ 262 ] {e18ab4f6-79f8-4a0b-92b0-f51d91e1ad2b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3720 | 2025.01.31 23:35:59.148173 [ 58 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3721 | 2025.01.31 23:35:59.148276 [ 58 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3722 | 2025.01.31 23:35:59.148390 [ 262 ] {e18ab4f6-79f8-4a0b-92b0-f51d91e1ad2b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005148 sec., 8935.508935508937 rows/sec., 658.25 KiB/sec. | ||
| 3723 | 2025.01.31 23:35:59.148408 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3724 | 2025.01.31 23:35:59.148818 [ 262 ] {e18ab4f6-79f8-4a0b-92b0-f51d91e1ad2b} <Debug> TCPHandler: Processed in 0.005832734 sec. | ||
| 3725 | 2025.01.31 23:35:59.149057 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 3726 | 2025.01.31 23:35:59.149306 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3727 | 2025.01.31 23:35:59.149454 [ 190 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2158 rows, containing 5 columns (5 merged, 0 gathered) in 0.006703261 sec., 321932.8622292941 rows/sec., 28.31 MiB/sec. | ||
| 3728 | 2025.01.31 23:35:59.149503 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3729 | 2025.01.31 23:35:59.149585 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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.31 23:35:59.149611 [ 259 ] {6eae1b0e-ae33-4b6b-98c0-ade9a29852c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3731 | 2025.01.31 23:35:59.149809 [ 259 ] {6eae1b0e-ae33-4b6b-98c0-ade9a29852c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3732 | 2025.01.31 23:35:59.149938 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part | ||
| 3733 | 2025.01.31 23:35:59.149996 [ 190 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3734 | 2025.01.31 23:35:59.150501 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part | ||
| 3735 | 2025.01.31 23:35:59.150928 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part | ||
| 3736 | 2025.01.31 23:35:59.151446 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part | ||
| 3737 | 2025.01.31 23:35:59.151557 [ 190 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_26_5} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3738 | 2025.01.31 23:35:59.151948 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part | ||
| 3739 | 2025.01.31 23:35:59.152142 [ 190 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_26_5} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3740 | 2025.01.31 23:35:59.152605 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3741 | 2025.01.31 23:35:59.153668 [ 259 ] {6eae1b0e-ae33-4b6b-98c0-ade9a29852c2} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3742 | 2025.01.31 23:35:59.153725 [ 259 ] {6eae1b0e-ae33-4b6b-98c0-ade9a29852c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3743 | 2025.01.31 23:35:59.154765 [ 259 ] {6eae1b0e-ae33-4b6b-98c0-ade9a29852c2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3744 | 2025.01.31 23:35:59.155113 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 5 columns (5 merged, 0 gathered) in 0.006482874 sec., 44116.23610145747 rows/sec., 3.33 MiB/sec. | ||
| 3745 | 2025.01.31 23:35:59.155289 [ 259 ] {6eae1b0e-ae33-4b6b-98c0-ade9a29852c2} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3746 | 2025.01.31 23:35:59.155418 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3747 | 2025.01.31 23:35:59.155530 [ 58 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3748 | 2025.01.31 23:35:59.155621 [ 58 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3749 | 2025.01.31 23:35:59.155689 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3750 | 2025.01.31 23:35:59.155853 [ 259 ] {6eae1b0e-ae33-4b6b-98c0-ade9a29852c2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006304 sec., 2220.812182741117 rows/sec., 155.53 KiB/sec. | ||
| 3751 | 2025.01.31 23:35:59.155922 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 3752 | 2025.01.31 23:35:59.156099 [ 259 ] {6eae1b0e-ae33-4b6b-98c0-ade9a29852c2} <Debug> TCPHandler: Processed in 0.007118184 sec. | ||
| 3753 | 2025.01.31 23:35:59.156379 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3754 | 2025.01.31 23:35:59.156391 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3755 | 2025.01.31 23:35:59.156484 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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.31 23:35:59.156568 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_11_2} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3757 | 2025.01.31 23:35:59.156692 [ 262 ] {e2f9031f-bde4-4724-bf28-656346127b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3758 | 2025.01.31 23:35:59.156978 [ 262 ] {e2f9031f-bde4-4724-bf28-656346127b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3759 | 2025.01.31 23:35:59.157007 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_11_2} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3760 | 2025.01.31 23:35:59.157036 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 3761 | 2025.01.31 23:35:59.157298 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3762 | 2025.01.31 23:35:59.157533 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 3763 | 2025.01.31 23:35:59.157840 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 3764 | 2025.01.31 23:35:59.158242 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 3765 | 2025.01.31 23:35:59.158621 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 3766 | 2025.01.31 23:35:59.160415 [ 262 ] {e2f9031f-bde4-4724-bf28-656346127b06} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3767 | 2025.01.31 23:35:59.160501 [ 262 ] {e2f9031f-bde4-4724-bf28-656346127b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3768 | 2025.01.31 23:35:59.161583 [ 262 ] {e2f9031f-bde4-4724-bf28-656346127b06} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3769 | 2025.01.31 23:35:59.162068 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006236776 sec., 86583.19618982628 rows/sec., 6.20 MiB/sec. | ||
| 3770 | 2025.01.31 23:35:59.162132 [ 262 ] {e2f9031f-bde4-4724-bf28-656346127b06} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3771 | 2025.01.31 23:35:59.162324 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3772 | 2025.01.31 23:35:59.162666 [ 262 ] {e2f9031f-bde4-4724-bf28-656346127b06} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006095 sec., 2132.895816242822 rows/sec., 132.99 KiB/sec. | ||
| 3773 | 2025.01.31 23:35:59.163071 [ 262 ] {e2f9031f-bde4-4724-bf28-656346127b06} <Debug> TCPHandler: Processed in 0.006851686 sec. | ||
| 3774 | 2025.01.31 23:35:59.163253 [ 195 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_11_2} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3775 | 2025.01.31 23:35:59.163338 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3776 | 2025.01.31 23:35:59.163421 [ 195 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_11_2} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3777 | 2025.01.31 23:35:59.163580 [ 259 ] {01d4c319-07eb-4ca4-8662-261824a13c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3778 | 2025.01.31 23:35:59.163596 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3779 | 2025.01.31 23:35:59.163665 [ 259 ] {01d4c319-07eb-4ca4-8662-261824a13c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3780 | 2025.01.31 23:35:59.164542 [ 259 ] {01d4c319-07eb-4ca4-8662-261824a13c25} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3781 | 2025.01.31 23:35:59.164582 [ 259 ] {01d4c319-07eb-4ca4-8662-261824a13c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3782 | 2025.01.31 23:35:59.165004 [ 259 ] {01d4c319-07eb-4ca4-8662-261824a13c25} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3783 | 2025.01.31 23:35:59.165269 [ 259 ] {01d4c319-07eb-4ca4-8662-261824a13c25} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3784 | 2025.01.31 23:35:59.165401 [ 58 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3785 | 2025.01.31 23:35:59.165434 [ 58 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3786 | 2025.01.31 23:35:59.165456 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3787 | 2025.01.31 23:35:59.165459 [ 259 ] {01d4c319-07eb-4ca4-8662-261824a13c25} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001974 sec., 213272.5430597771 rows/sec., 15.24 MiB/sec. | ||
| 3788 | 2025.01.31 23:35:59.165648 [ 259 ] {01d4c319-07eb-4ca4-8662-261824a13c25} <Debug> TCPHandler: Processed in 0.002419926 sec. | ||
| 3789 | 2025.01.31 23:35:59.165706 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 3790 | 2025.01.31 23:35:59.165829 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3791 | 2025.01.31 23:35:59.165898 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3792 | 2025.01.31 23:35:59.165962 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
| 3793 | 2025.01.31 23:35:59.166021 [ 262 ] {7a99e735-df3f-445f-b3f1-9efc7aa5aaf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3794 | 2025.01.31 23:35:59.166206 [ 262 ] {7a99e735-df3f-445f-b3f1-9efc7aa5aaf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3795 | 2025.01.31 23:35:59.166239 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 3796 | 2025.01.31 23:35:59.166580 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 3797 | 2025.01.31 23:35:59.166951 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part | ||
| 3798 | 2025.01.31 23:35:59.167367 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 3799 | 2025.01.31 23:35:59.167719 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 421 rows starting from the beginning of the part | ||
| 3800 | 2025.01.31 23:35:59.168774 [ 262 ] {7a99e735-df3f-445f-b3f1-9efc7aa5aaf7} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3801 | 2025.01.31 23:35:59.168846 [ 262 ] {7a99e735-df3f-445f-b3f1-9efc7aa5aaf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3802 | 2025.01.31 23:35:59.169738 [ 262 ] {7a99e735-df3f-445f-b3f1-9efc7aa5aaf7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3803 | 2025.01.31 23:35:59.170174 [ 262 ] {7a99e735-df3f-445f-b3f1-9efc7aa5aaf7} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3804 | 2025.01.31 23:35:59.170409 [ 58 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3805 | 2025.01.31 23:35:59.170572 [ 58 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3806 | 2025.01.31 23:35:59.170672 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3807 | 2025.01.31 23:35:59.170727 [ 262 ] {7a99e735-df3f-445f-b3f1-9efc7aa5aaf7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004714 sec., 1272.8044123886295 rows/sec., 66.50 KiB/sec. | ||
| 3808 | 2025.01.31 23:35:59.171198 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.005642468 sec., 344352.86119478213 rows/sec., 26.35 MiB/sec. | ||
| 3809 | 2025.01.31 23:35:59.171310 [ 262 ] {7a99e735-df3f-445f-b3f1-9efc7aa5aaf7} <Debug> TCPHandler: Processed in 0.005556435 sec. | ||
| 3810 | 2025.01.31 23:35:59.171325 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 3811 | 2025.01.31 23:35:59.171653 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3812 | 2025.01.31 23:35:59.171975 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3813 | 2025.01.31 23:35:59.172079 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 3814 | 2025.01.31 23:35:59.172133 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3815 | 2025.01.31 23:35:59.172507 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 3816 | 2025.01.31 23:35:59.172640 [ 259 ] {8b4a7bb7-2a8b-488f-9c2a-373a1b49684a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3817 | 2025.01.31 23:35:59.172887 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_26_5} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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.31 23:35:59.172989 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 3819 | 2025.01.31 23:35:59.172990 [ 259 ] {8b4a7bb7-2a8b-488f-9c2a-373a1b49684a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3820 | 2025.01.31 23:35:59.173466 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_26_5} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3821 | 2025.01.31 23:35:59.173545 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 3822 | 2025.01.31 23:35:59.173871 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3823 | 2025.01.31 23:35:59.174076 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 3824 | 2025.01.31 23:35:59.174467 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 3825 | 2025.01.31 23:35:59.176040 [ 259 ] {8b4a7bb7-2a8b-488f-9c2a-373a1b49684a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3826 | 2025.01.31 23:35:59.176107 [ 259 ] {8b4a7bb7-2a8b-488f-9c2a-373a1b49684a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3827 | 2025.01.31 23:35:59.177230 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006357279 sec., 10381.80013807794 rows/sec., 542.41 KiB/sec. | ||
| 3828 | 2025.01.31 23:35:59.177251 [ 259 ] {8b4a7bb7-2a8b-488f-9c2a-373a1b49684a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3829 | 2025.01.31 23:35:59.177412 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3830 | 2025.01.31 23:35:59.177741 [ 259 ] {8b4a7bb7-2a8b-488f-9c2a-373a1b49684a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3831 | 2025.01.31 23:35:59.177965 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_11_2} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3832 | 2025.01.31 23:35:59.177983 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3833 | 2025.01.31 23:35:59.178095 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3834 | 2025.01.31 23:35:59.178166 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3835 | 2025.01.31 23:35:59.178335 [ 259 ] {8b4a7bb7-2a8b-488f-9c2a-373a1b49684a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005835 sec., 40616.96658097686 rows/sec., 2.72 MiB/sec. | ||
| 3836 | 2025.01.31 23:35:59.178355 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_11_2} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3837 | 2025.01.31 23:35:59.178867 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3838 | 2025.01.31 23:35:59.178962 [ 259 ] {8b4a7bb7-2a8b-488f-9c2a-373a1b49684a} <Debug> TCPHandler: Processed in 0.007083702 sec. | ||
| 3839 | 2025.01.31 23:35:59.179011 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3840 | 2025.01.31 23:35:59.179281 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3841 | 2025.01.31 23:35:59.179397 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3842 | 2025.01.31 23:35:59.179477 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7486 rows starting from the beginning of the part | ||
| 3843 | 2025.01.31 23:35:59.179573 [ 262 ] {161bd8dc-7a74-47d0-9bba-0705e2c788e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3844 | 2025.01.31 23:35:59.179722 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3845 | 2025.01.31 23:35:59.179770 [ 262 ] {161bd8dc-7a74-47d0-9bba-0705e2c788e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3846 | 2025.01.31 23:35:59.180037 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3847 | 2025.01.31 23:35:59.180500 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3848 | 2025.01.31 23:35:59.180870 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3849 | 2025.01.31 23:35:59.181276 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 3850 | 2025.01.31 23:35:59.182300 [ 262 ] {161bd8dc-7a74-47d0-9bba-0705e2c788e9} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3851 | 2025.01.31 23:35:59.182351 [ 262 ] {161bd8dc-7a74-47d0-9bba-0705e2c788e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3852 | 2025.01.31 23:35:59.182949 [ 262 ] {161bd8dc-7a74-47d0-9bba-0705e2c788e9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3853 | 2025.01.31 23:35:59.183483 [ 262 ] {161bd8dc-7a74-47d0-9bba-0705e2c788e9} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3854 | 2025.01.31 23:35:59.184007 [ 262 ] {161bd8dc-7a74-47d0-9bba-0705e2c788e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004511 sec., 221.68033695411216 rows/sec., 14.94 KiB/sec. | ||
| 3855 | 2025.01.31 23:35:59.184294 [ 262 ] {161bd8dc-7a74-47d0-9bba-0705e2c788e9} <Debug> TCPHandler: Processed in 0.005192373 sec. | ||
| 3856 | 2025.01.31 23:35:59.184581 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3857 | 2025.01.31 23:35:59.184742 [ 259 ] {14214977-4922-487c-9a9b-159409dba8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3858 | 2025.01.31 23:35:59.184840 [ 259 ] {14214977-4922-487c-9a9b-159409dba8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3859 | 2025.01.31 23:35:59.186157 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8408 rows, containing 5 columns (5 merged, 0 gathered) in 0.007848836 sec., 1071241.6465320464 rows/sec., 72.30 MiB/sec. | ||
| 3860 | 2025.01.31 23:35:59.186290 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3861 | 2025.01.31 23:35:59.187032 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3862 | 2025.01.31 23:35:59.187209 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3863 | 2025.01.31 23:35:59.187387 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 3864 | 2025.01.31 23:35:59.187606 [ 259 ] {14214977-4922-487c-9a9b-159409dba8c6} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2025.01.31 23:35:59.187650 [ 259 ] {14214977-4922-487c-9a9b-159409dba8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3866 | 2025.01.31 23:35:59.188343 [ 259 ] {14214977-4922-487c-9a9b-159409dba8c6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3867 | 2025.01.31 23:35:59.188614 [ 259 ] {14214977-4922-487c-9a9b-159409dba8c6} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3868 | 2025.01.31 23:35:59.188752 [ 58 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3869 | 2025.01.31 23:35:59.188799 [ 58 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3870 | 2025.01.31 23:35:59.188829 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3871 | 2025.01.31 23:35:59.188838 [ 259 ] {14214977-4922-487c-9a9b-159409dba8c6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004137 sec., 9427.121102248006 rows/sec., 16.89 MiB/sec. | ||
| 3872 | 2025.01.31 23:35:59.189436 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 3873 | 2025.01.31 23:35:59.189609 [ 259 ] {14214977-4922-487c-9a9b-159409dba8c6} <Debug> TCPHandler: Processed in 0.005169103 sec. | ||
| 3874 | 2025.01.31 23:35:59.189848 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3875 | 2025.01.31 23:35:59.190140 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3876 | 2025.01.31 23:35:59.190140 [ 262 ] {f20134f4-be3a-468a-abe9-954d4b1e4211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3877 | 2025.01.31 23:35:59.190268 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 3878 | 2025.01.31 23:35:59.190277 [ 262 ] {f20134f4-be3a-468a-abe9-954d4b1e4211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3879 | 2025.01.31 23:35:59.191139 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
| 3880 | 2025.01.31 23:35:59.191751 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 3881 | 2025.01.31 23:35:59.192516 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 3882 | 2025.01.31 23:35:59.192574 [ 262 ] {f20134f4-be3a-468a-abe9-954d4b1e4211} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3883 | 2025.01.31 23:35:59.192659 [ 262 ] {f20134f4-be3a-468a-abe9-954d4b1e4211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3884 | 2025.01.31 23:35:59.193099 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 3885 | 2025.01.31 23:35:59.193750 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 3886 | 2025.01.31 23:35:59.194106 [ 262 ] {f20134f4-be3a-468a-abe9-954d4b1e4211} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3887 | 2025.01.31 23:35:59.194965 [ 262 ] {f20134f4-be3a-468a-abe9-954d4b1e4211} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3888 | 2025.01.31 23:35:59.195255 [ 58 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3889 | 2025.01.31 23:35:59.195403 [ 58 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3890 | 2025.01.31 23:35:59.195460 [ 262 ] {f20134f4-be3a-468a-abe9-954d4b1e4211} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005385 sec., 15227.483751160631 rows/sec., 990.34 KiB/sec. | ||
| 3891 | 2025.01.31 23:35:59.195515 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3892 | 2025.01.31 23:35:59.195798 [ 262 ] {f20134f4-be3a-468a-abe9-954d4b1e4211} <Debug> TCPHandler: Processed in 0.00607117 sec. | ||
| 3893 | 2025.01.31 23:35:59.196122 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3894 | 2025.01.31 23:35:59.196401 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3895 | 2025.01.31 23:35:59.196460 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3896 | 2025.01.31 23:35:59.196703 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3897 | 2025.01.31 23:35:59.196967 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3898 | 2025.01.31 23:35:59.197237 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3899 | 2025.01.31 23:35:59.197642 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3900 | 2025.01.31 23:35:59.198101 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 3901 | 2025.01.31 23:35:59.201602 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.005862425 sec., 274630.3790666832 rows/sec., 17.91 MiB/sec. | ||
| 3902 | 2025.01.31 23:35:59.201969 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3903 | 2025.01.31 23:35:59.202471 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_26_5} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3904 | 2025.01.31 23:35:59.202635 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_26_5} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3905 | 2025.01.31 23:35:59.202732 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3906 | 2025.01.31 23:35:59.203014 [ 188 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 19 columns (19 merged, 0 gathered) in 0.014086282 sec., 23001.101355205014 rows/sec., 41.22 MiB/sec. | ||
| 3907 | 2025.01.31 23:35:59.203716 [ 186 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3908 | 2025.01.31 23:35:59.204137 [ 186 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3909 | 2025.01.31 23:35:59.204215 [ 186 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3910 | 2025.01.31 23:35:59.204358 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB. | ||
| 3911 | 2025.01.31 23:36:03.200592 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3912 | 2025.01.31 23:36:03.200671 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3913 | 2025.01.31 23:36:03.306128 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3914 | 2025.01.31 23:36:03.306815 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3915 | 2025.01.31 23:36:03.306866 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3916 | 2025.01.31 23:36:03.307433 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3917 | 2025.01.31 23:36:03.307706 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3918 | 2025.01.31 23:36:03.307961 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3919 | 2025.01.31 23:36:03.846231 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3920 | 2025.01.31 23:36:03.867153 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3921 | 2025.01.31 23:36:03.867219 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3922 | 2025.01.31 23:36:03.874902 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3923 | 2025.01.31 23:36:03.875729 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3924 | 2025.01.31 23:36:03.878507 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3925 | 2025.01.31 23:36:04.132827 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3926 | 2025.01.31 23:36:04.133138 [ 262 ] {07e9617a-c53c-45b9-ba27-faf4eec5ef0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3927 | 2025.01.31 23:36:04.133253 [ 262 ] {07e9617a-c53c-45b9-ba27-faf4eec5ef0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3928 | 2025.01.31 23:36:04.134231 [ 262 ] {07e9617a-c53c-45b9-ba27-faf4eec5ef0e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3929 | 2025.01.31 23:36:04.134283 [ 262 ] {07e9617a-c53c-45b9-ba27-faf4eec5ef0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3930 | 2025.01.31 23:36:04.134735 [ 262 ] {07e9617a-c53c-45b9-ba27-faf4eec5ef0e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3931 | 2025.01.31 23:36:04.135026 [ 262 ] {07e9617a-c53c-45b9-ba27-faf4eec5ef0e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3932 | 2025.01.31 23:36:04.135274 [ 262 ] {07e9617a-c53c-45b9-ba27-faf4eec5ef0e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002221 sec., 25213.86762719496 rows/sec., 1.92 MiB/sec. | ||
| 3933 | 2025.01.31 23:36:04.135343 [ 262 ] {07e9617a-c53c-45b9-ba27-faf4eec5ef0e} <Debug> TCPHandler: Processed in 0.002735245 sec. | ||
| 3934 | 2025.01.31 23:36:04.135669 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3935 | 2025.01.31 23:36:04.135968 [ 259 ] {6d2c7a1e-eb31-48e2-88b5-9965940aeb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3936 | 2025.01.31 23:36:04.136081 [ 259 ] {6d2c7a1e-eb31-48e2-88b5-9965940aeb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3937 | 2025.01.31 23:36:04.137094 [ 259 ] {6d2c7a1e-eb31-48e2-88b5-9965940aeb9b} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2025.01.31 23:36:04.137137 [ 259 ] {6d2c7a1e-eb31-48e2-88b5-9965940aeb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3939 | 2025.01.31 23:36:04.137599 [ 259 ] {6d2c7a1e-eb31-48e2-88b5-9965940aeb9b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3940 | 2025.01.31 23:36:04.137867 [ 259 ] {6d2c7a1e-eb31-48e2-88b5-9965940aeb9b} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3941 | 2025.01.31 23:36:04.138099 [ 259 ] {6d2c7a1e-eb31-48e2-88b5-9965940aeb9b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002215 sec., 28893.90519187359 rows/sec., 2.26 MiB/sec. | ||
| 3942 | 2025.01.31 23:36:04.138156 [ 259 ] {6d2c7a1e-eb31-48e2-88b5-9965940aeb9b} <Debug> TCPHandler: Processed in 0.002671544 sec. | ||
| 3943 | 2025.01.31 23:36:04.138295 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3944 | 2025.01.31 23:36:04.138424 [ 262 ] {c7fe5962-b557-437b-89e1-b7fdfd3b997b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3945 | 2025.01.31 23:36:04.138483 [ 262 ] {c7fe5962-b557-437b-89e1-b7fdfd3b997b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3946 | 2025.01.31 23:36:04.139070 [ 262 ] {c7fe5962-b557-437b-89e1-b7fdfd3b997b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3947 | 2025.01.31 23:36:04.139112 [ 262 ] {c7fe5962-b557-437b-89e1-b7fdfd3b997b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3948 | 2025.01.31 23:36:04.139531 [ 262 ] {c7fe5962-b557-437b-89e1-b7fdfd3b997b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3949 | 2025.01.31 23:36:04.139775 [ 262 ] {c7fe5962-b557-437b-89e1-b7fdfd3b997b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3950 | 2025.01.31 23:36:04.140026 [ 262 ] {c7fe5962-b557-437b-89e1-b7fdfd3b997b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
| 3951 | 2025.01.31 23:36:04.140111 [ 262 ] {c7fe5962-b557-437b-89e1-b7fdfd3b997b} <Debug> TCPHandler: Processed in 0.001870149 sec. | ||
| 3952 | 2025.01.31 23:36:04.140377 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3953 | 2025.01.31 23:36:04.140517 [ 259 ] {b34d1cbb-50c5-4a92-9a4b-9e34f37e010a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3954 | 2025.01.31 23:36:04.140579 [ 259 ] {b34d1cbb-50c5-4a92-9a4b-9e34f37e010a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3955 | 2025.01.31 23:36:04.141094 [ 259 ] {b34d1cbb-50c5-4a92-9a4b-9e34f37e010a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3956 | 2025.01.31 23:36:04.141134 [ 259 ] {b34d1cbb-50c5-4a92-9a4b-9e34f37e010a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3957 | 2025.01.31 23:36:04.141524 [ 259 ] {b34d1cbb-50c5-4a92-9a4b-9e34f37e010a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3958 | 2025.01.31 23:36:04.141767 [ 259 ] {b34d1cbb-50c5-4a92-9a4b-9e34f37e010a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3959 | 2025.01.31 23:36:04.141975 [ 259 ] {b34d1cbb-50c5-4a92-9a4b-9e34f37e010a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec. | ||
| 3960 | 2025.01.31 23:36:04.142025 [ 259 ] {b34d1cbb-50c5-4a92-9a4b-9e34f37e010a} <Debug> TCPHandler: Processed in 0.001801967 sec. | ||
| 3961 | 2025.01.31 23:36:04.976917 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2025.01.31 23:36:04.977109 [ 262 ] {e69e44fc-13e5-48a5-9012-7a7ae833e6a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3963 | 2025.01.31 23:36:04.977182 [ 262 ] {e69e44fc-13e5-48a5-9012-7a7ae833e6a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3964 | 2025.01.31 23:36:04.977914 [ 262 ] {e69e44fc-13e5-48a5-9012-7a7ae833e6a5} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3965 | 2025.01.31 23:36:04.977971 [ 262 ] {e69e44fc-13e5-48a5-9012-7a7ae833e6a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3966 | 2025.01.31 23:36:04.978416 [ 262 ] {e69e44fc-13e5-48a5-9012-7a7ae833e6a5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3967 | 2025.01.31 23:36:04.978673 [ 262 ] {e69e44fc-13e5-48a5-9012-7a7ae833e6a5} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3968 | 2025.01.31 23:36:04.978973 [ 262 ] {e69e44fc-13e5-48a5-9012-7a7ae833e6a5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec. | ||
| 3969 | 2025.01.31 23:36:04.979179 [ 262 ] {e69e44fc-13e5-48a5-9012-7a7ae833e6a5} <Debug> TCPHandler: Processed in 0.002398145 sec. | ||
| 3970 | 2025.01.31 23:36:04.979469 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3971 | 2025.01.31 23:36:04.979668 [ 259 ] {288ab792-6e63-4e23-8cb4-cd6f2d1b25df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3972 | 2025.01.31 23:36:04.979748 [ 259 ] {288ab792-6e63-4e23-8cb4-cd6f2d1b25df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3973 | 2025.01.31 23:36:04.980508 [ 259 ] {288ab792-6e63-4e23-8cb4-cd6f2d1b25df} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3974 | 2025.01.31 23:36:04.980561 [ 259 ] {288ab792-6e63-4e23-8cb4-cd6f2d1b25df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3975 | 2025.01.31 23:36:04.980997 [ 259 ] {288ab792-6e63-4e23-8cb4-cd6f2d1b25df} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3976 | 2025.01.31 23:36:04.981262 [ 259 ] {288ab792-6e63-4e23-8cb4-cd6f2d1b25df} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3977 | 2025.01.31 23:36:04.981579 [ 259 ] {288ab792-6e63-4e23-8cb4-cd6f2d1b25df} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001943 sec., 8234.688625836336 rows/sec., 671.48 KiB/sec. | ||
| 3978 | 2025.01.31 23:36:04.981721 [ 259 ] {288ab792-6e63-4e23-8cb4-cd6f2d1b25df} <Debug> TCPHandler: Processed in 0.002386575 sec. | ||
| 3979 | 2025.01.31 23:36:04.981880 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3980 | 2025.01.31 23:36:04.982025 [ 262 ] {1733a458-ec19-4650-b747-0697ba750d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3981 | 2025.01.31 23:36:04.982087 [ 262 ] {1733a458-ec19-4650-b747-0697ba750d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3982 | 2025.01.31 23:36:04.983386 [ 262 ] {1733a458-ec19-4650-b747-0697ba750d1d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2025.01.31 23:36:04.983429 [ 262 ] {1733a458-ec19-4650-b747-0697ba750d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3984 | 2025.01.31 23:36:04.983892 [ 262 ] {1733a458-ec19-4650-b747-0697ba750d1d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3985 | 2025.01.31 23:36:04.984156 [ 262 ] {1733a458-ec19-4650-b747-0697ba750d1d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3986 | 2025.01.31 23:36:04.984447 [ 262 ] {1733a458-ec19-4650-b747-0697ba750d1d} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002447 sec., 583980.3841438496 rows/sec., 48.72 MiB/sec. | ||
| 3987 | 2025.01.31 23:36:04.984670 [ 262 ] {1733a458-ec19-4650-b747-0697ba750d1d} <Debug> TCPHandler: Processed in 0.00285349 sec. | ||
| 3988 | 2025.01.31 23:36:04.984920 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3989 | 2025.01.31 23:36:04.985051 [ 259 ] {4bb40711-34b8-4b05-83ff-a9dafabba84f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3990 | 2025.01.31 23:36:04.985106 [ 259 ] {4bb40711-34b8-4b05-83ff-a9dafabba84f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3991 | 2025.01.31 23:36:04.985764 [ 259 ] {4bb40711-34b8-4b05-83ff-a9dafabba84f} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2025.01.31 23:36:04.985807 [ 259 ] {4bb40711-34b8-4b05-83ff-a9dafabba84f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3993 | 2025.01.31 23:36:04.986187 [ 259 ] {4bb40711-34b8-4b05-83ff-a9dafabba84f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3994 | 2025.01.31 23:36:04.986443 [ 259 ] {4bb40711-34b8-4b05-83ff-a9dafabba84f} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3995 | 2025.01.31 23:36:04.986709 [ 259 ] {4bb40711-34b8-4b05-83ff-a9dafabba84f} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001685 sec., 36795.25222551929 rows/sec., 2.61 MiB/sec. | ||
| 3996 | 2025.01.31 23:36:04.986908 [ 259 ] {4bb40711-34b8-4b05-83ff-a9dafabba84f} <Debug> TCPHandler: Processed in 0.002128227 sec. | ||
| 3997 | 2025.01.31 23:36:04.987088 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3998 | 2025.01.31 23:36:04.987231 [ 262 ] {98112b4f-05ae-4119-94ea-0e9f124a0b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3999 | 2025.01.31 23:36:04.987291 [ 262 ] {98112b4f-05ae-4119-94ea-0e9f124a0b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4000 | 2025.01.31 23:36:04.988068 [ 262 ] {98112b4f-05ae-4119-94ea-0e9f124a0b40} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4001 | 2025.01.31 23:36:04.988110 [ 262 ] {98112b4f-05ae-4119-94ea-0e9f124a0b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4002 | 2025.01.31 23:36:04.988485 [ 262 ] {98112b4f-05ae-4119-94ea-0e9f124a0b40} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4003 | 2025.01.31 23:36:04.988728 [ 262 ] {98112b4f-05ae-4119-94ea-0e9f124a0b40} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4004 | 2025.01.31 23:36:04.988952 [ 262 ] {98112b4f-05ae-4119-94ea-0e9f124a0b40} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001755 sec., 137891.7378917379 rows/sec., 9.34 MiB/sec. | ||
| 4005 | 2025.01.31 23:36:04.989008 [ 262 ] {98112b4f-05ae-4119-94ea-0e9f124a0b40} <Debug> TCPHandler: Processed in 0.001993822 sec. | ||
| 4006 | 2025.01.31 23:36:04.989150 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4007 | 2025.01.31 23:36:04.989276 [ 259 ] {bb78b1b9-60de-4baf-8657-54baf5994fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4008 | 2025.01.31 23:36:04.989331 [ 259 ] {bb78b1b9-60de-4baf-8657-54baf5994fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4009 | 2025.01.31 23:36:04.989932 [ 259 ] {bb78b1b9-60de-4baf-8657-54baf5994fc5} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4010 | 2025.01.31 23:36:04.989974 [ 259 ] {bb78b1b9-60de-4baf-8657-54baf5994fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4011 | 2025.01.31 23:36:04.990359 [ 259 ] {bb78b1b9-60de-4baf-8657-54baf5994fc5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4012 | 2025.01.31 23:36:04.990606 [ 259 ] {bb78b1b9-60de-4baf-8657-54baf5994fc5} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2025.01.31 23:36:04.990836 [ 259 ] {bb78b1b9-60de-4baf-8657-54baf5994fc5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00159 sec., 8176.100628930817 rows/sec., 509.78 KiB/sec. | ||
| 4014 | 2025.01.31 23:36:04.990947 [ 259 ] {bb78b1b9-60de-4baf-8657-54baf5994fc5} <Debug> TCPHandler: Processed in 0.001853738 sec. | ||
| 4015 | 2025.01.31 23:36:04.991111 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4016 | 2025.01.31 23:36:04.991251 [ 262 ] {ce435935-425c-4fa4-929e-cf9a2315bcb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4017 | 2025.01.31 23:36:04.991308 [ 262 ] {ce435935-425c-4fa4-929e-cf9a2315bcb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4018 | 2025.01.31 23:36:04.992282 [ 262 ] {ce435935-425c-4fa4-929e-cf9a2315bcb8} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4019 | 2025.01.31 23:36:04.992322 [ 262 ] {ce435935-425c-4fa4-929e-cf9a2315bcb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4020 | 2025.01.31 23:36:04.992724 [ 262 ] {ce435935-425c-4fa4-929e-cf9a2315bcb8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4021 | 2025.01.31 23:36:04.992969 [ 262 ] {ce435935-425c-4fa4-929e-cf9a2315bcb8} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4022 | 2025.01.31 23:36:04.993225 [ 262 ] {ce435935-425c-4fa4-929e-cf9a2315bcb8} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002004 sec., 445608.7824351297 rows/sec., 32.36 MiB/sec. | ||
| 4023 | 2025.01.31 23:36:04.993455 [ 262 ] {ce435935-425c-4fa4-929e-cf9a2315bcb8} <Debug> TCPHandler: Processed in 0.002409586 sec. | ||
| 4024 | 2025.01.31 23:36:04.993681 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4025 | 2025.01.31 23:36:04.993846 [ 259 ] {63b3fd7f-7f35-41cb-9b3e-b21dd54b9b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4026 | 2025.01.31 23:36:04.993908 [ 259 ] {63b3fd7f-7f35-41cb-9b3e-b21dd54b9b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4027 | 2025.01.31 23:36:04.994481 [ 259 ] {63b3fd7f-7f35-41cb-9b3e-b21dd54b9b6b} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4028 | 2025.01.31 23:36:04.994530 [ 259 ] {63b3fd7f-7f35-41cb-9b3e-b21dd54b9b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4029 | 2025.01.31 23:36:04.994926 [ 259 ] {63b3fd7f-7f35-41cb-9b3e-b21dd54b9b6b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4030 | 2025.01.31 23:36:04.995171 [ 259 ] {63b3fd7f-7f35-41cb-9b3e-b21dd54b9b6b} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4031 | 2025.01.31 23:36:04.995376 [ 259 ] {63b3fd7f-7f35-41cb-9b3e-b21dd54b9b6b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001564 sec., 3836.317135549872 rows/sec., 200.43 KiB/sec. | ||
| 4032 | 2025.01.31 23:36:04.995428 [ 259 ] {63b3fd7f-7f35-41cb-9b3e-b21dd54b9b6b} <Debug> TCPHandler: Processed in 0.001859718 sec. | ||
| 4033 | 2025.01.31 23:36:04.995575 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4034 | 2025.01.31 23:36:04.995694 [ 262 ] {ba68ad71-03e2-4deb-b763-f1b4291f27fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4035 | 2025.01.31 23:36:04.995747 [ 262 ] {ba68ad71-03e2-4deb-b763-f1b4291f27fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4036 | 2025.01.31 23:36:04.996524 [ 262 ] {ba68ad71-03e2-4deb-b763-f1b4291f27fd} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4037 | 2025.01.31 23:36:04.996564 [ 262 ] {ba68ad71-03e2-4deb-b763-f1b4291f27fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4038 | 2025.01.31 23:36:04.997005 [ 262 ] {ba68ad71-03e2-4deb-b763-f1b4291f27fd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4039 | 2025.01.31 23:36:04.997245 [ 262 ] {ba68ad71-03e2-4deb-b763-f1b4291f27fd} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4040 | 2025.01.31 23:36:04.997459 [ 262 ] {ba68ad71-03e2-4deb-b763-f1b4291f27fd} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.00179 sec., 537988.8268156425 rows/sec., 35.75 MiB/sec. | ||
| 4041 | 2025.01.31 23:36:04.997513 [ 262 ] {ba68ad71-03e2-4deb-b763-f1b4291f27fd} <Debug> TCPHandler: Processed in 0.001999843 sec. | ||
| 4042 | 2025.01.31 23:36:04.997661 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4043 | 2025.01.31 23:36:04.997799 [ 259 ] {804f1487-e2e3-4246-8c25-4f6946ebcb4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4044 | 2025.01.31 23:36:04.997861 [ 259 ] {804f1487-e2e3-4246-8c25-4f6946ebcb4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4045 | 2025.01.31 23:36:04.998405 [ 259 ] {804f1487-e2e3-4246-8c25-4f6946ebcb4e} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4046 | 2025.01.31 23:36:04.998452 [ 259 ] {804f1487-e2e3-4246-8c25-4f6946ebcb4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4047 | 2025.01.31 23:36:04.998853 [ 259 ] {804f1487-e2e3-4246-8c25-4f6946ebcb4e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4048 | 2025.01.31 23:36:04.999105 [ 259 ] {804f1487-e2e3-4246-8c25-4f6946ebcb4e} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4049 | 2025.01.31 23:36:04.999310 [ 259 ] {804f1487-e2e3-4246-8c25-4f6946ebcb4e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 43.70 KiB/sec. | ||
| 4050 | 2025.01.31 23:36:04.999363 [ 259 ] {804f1487-e2e3-4246-8c25-4f6946ebcb4e} <Debug> TCPHandler: Processed in 0.001761376 sec. | ||
| 4051 | 2025.01.31 23:36:04.999497 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4052 | 2025.01.31 23:36:04.999614 [ 262 ] {ba5a5864-d9d3-41da-9e76-452ca2a9e59a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4053 | 2025.01.31 23:36:04.999701 [ 262 ] {ba5a5864-d9d3-41da-9e76-452ca2a9e59a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4054 | 2025.01.31 23:36:05.001030 [ 262 ] {ba5a5864-d9d3-41da-9e76-452ca2a9e59a} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4055 | 2025.01.31 23:36:05.001154 [ 262 ] {ba5a5864-d9d3-41da-9e76-452ca2a9e59a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4056 | 2025.01.31 23:36:05.002216 [ 262 ] {ba5a5864-d9d3-41da-9e76-452ca2a9e59a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4057 | 2025.01.31 23:36:05.002480 [ 262 ] {ba5a5864-d9d3-41da-9e76-452ca2a9e59a} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4058 | 2025.01.31 23:36:05.002721 [ 262 ] {ba5a5864-d9d3-41da-9e76-452ca2a9e59a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00313 sec., 12460.063897763579 rows/sec., 22.33 MiB/sec. | ||
| 4059 | 2025.01.31 23:36:05.002833 [ 262 ] {ba5a5864-d9d3-41da-9e76-452ca2a9e59a} <Debug> TCPHandler: Processed in 0.003392407 sec. | ||
| 4060 | 2025.01.31 23:36:05.002992 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4061 | 2025.01.31 23:36:05.003133 [ 259 ] {1fb09784-3dda-4eef-adc9-d1102ab3dcb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4062 | 2025.01.31 23:36:05.003193 [ 259 ] {1fb09784-3dda-4eef-adc9-d1102ab3dcb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4063 | 2025.01.31 23:36:05.003744 [ 259 ] {1fb09784-3dda-4eef-adc9-d1102ab3dcb9} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4064 | 2025.01.31 23:36:05.003785 [ 259 ] {1fb09784-3dda-4eef-adc9-d1102ab3dcb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4065 | 2025.01.31 23:36:05.004154 [ 259 ] {1fb09784-3dda-4eef-adc9-d1102ab3dcb9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4066 | 2025.01.31 23:36:05.004400 [ 259 ] {1fb09784-3dda-4eef-adc9-d1102ab3dcb9} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4067 | 2025.01.31 23:36:05.004623 [ 259 ] {1fb09784-3dda-4eef-adc9-d1102ab3dcb9} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00152 sec., 22368.421052631576 rows/sec., 1.30 MiB/sec. | ||
| 4068 | 2025.01.31 23:36:05.004741 [ 259 ] {1fb09784-3dda-4eef-adc9-d1102ab3dcb9} <Debug> TCPHandler: Processed in 0.001814407 sec. | ||
| 4069 | 2025.01.31 23:36:08.331822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 584 | ||
| 4070 | 2025.01.31 23:36:08.335216 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4071 | 2025.01.31 23:36:08.335259 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4072 | 2025.01.31 23:36:08.336757 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4073 | 2025.01.31 23:36:08.337071 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4074 | 2025.01.31 23:36:08.337626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 584 | ||
| 4075 | 2025.01.31 23:36:09.130241 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4076 | 2025.01.31 23:36:09.130548 [ 262 ] {15e183eb-5009-4f9e-a4b6-81bc634de6fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4077 | 2025.01.31 23:36:09.130668 [ 262 ] {15e183eb-5009-4f9e-a4b6-81bc634de6fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4078 | 2025.01.31 23:36:09.131497 [ 262 ] {15e183eb-5009-4f9e-a4b6-81bc634de6fb} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4079 | 2025.01.31 23:36:09.131553 [ 262 ] {15e183eb-5009-4f9e-a4b6-81bc634de6fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4080 | 2025.01.31 23:36:09.131998 [ 262 ] {15e183eb-5009-4f9e-a4b6-81bc634de6fb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4081 | 2025.01.31 23:36:09.132268 [ 262 ] {15e183eb-5009-4f9e-a4b6-81bc634de6fb} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4082 | 2025.01.31 23:36:09.132470 [ 262 ] {15e183eb-5009-4f9e-a4b6-81bc634de6fb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.13 MiB/sec. | ||
| 4083 | 2025.01.31 23:36:09.132539 [ 262 ] {15e183eb-5009-4f9e-a4b6-81bc634de6fb} <Debug> TCPHandler: Processed in 0.002504818 sec. | ||
| 4084 | 2025.01.31 23:36:09.132874 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4085 | 2025.01.31 23:36:09.133183 [ 259 ] {26e1fba0-6d99-4ce6-b70a-0fd551a2513f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4086 | 2025.01.31 23:36:09.133302 [ 259 ] {26e1fba0-6d99-4ce6-b70a-0fd551a2513f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4087 | 2025.01.31 23:36:09.134290 [ 259 ] {26e1fba0-6d99-4ce6-b70a-0fd551a2513f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4088 | 2025.01.31 23:36:09.134338 [ 259 ] {26e1fba0-6d99-4ce6-b70a-0fd551a2513f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4089 | 2025.01.31 23:36:09.134789 [ 259 ] {26e1fba0-6d99-4ce6-b70a-0fd551a2513f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4090 | 2025.01.31 23:36:09.135056 [ 259 ] {26e1fba0-6d99-4ce6-b70a-0fd551a2513f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4091 | 2025.01.31 23:36:09.135302 [ 259 ] {26e1fba0-6d99-4ce6-b70a-0fd551a2513f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002206 sec., 29011.786038077968 rows/sec., 2.26 MiB/sec. | ||
| 4092 | 2025.01.31 23:36:09.135370 [ 259 ] {26e1fba0-6d99-4ce6-b70a-0fd551a2513f} <Debug> TCPHandler: Processed in 0.002683394 sec. | ||
| 4093 | 2025.01.31 23:36:09.135508 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4094 | 2025.01.31 23:36:09.135636 [ 262 ] {34ed58b7-66d0-4591-b959-59da3e38be8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4095 | 2025.01.31 23:36:09.135692 [ 262 ] {34ed58b7-66d0-4591-b959-59da3e38be8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4096 | 2025.01.31 23:36:09.136254 [ 262 ] {34ed58b7-66d0-4591-b959-59da3e38be8b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4097 | 2025.01.31 23:36:09.136292 [ 262 ] {34ed58b7-66d0-4591-b959-59da3e38be8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4098 | 2025.01.31 23:36:09.136700 [ 262 ] {34ed58b7-66d0-4591-b959-59da3e38be8b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4099 | 2025.01.31 23:36:09.136949 [ 262 ] {34ed58b7-66d0-4591-b959-59da3e38be8b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4100 | 2025.01.31 23:36:09.137133 [ 262 ] {34ed58b7-66d0-4591-b959-59da3e38be8b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001527 sec., 83824.49246889325 rows/sec., 5.84 MiB/sec. | ||
| 4101 | 2025.01.31 23:36:09.137193 [ 262 ] {34ed58b7-66d0-4591-b959-59da3e38be8b} <Debug> TCPHandler: Processed in 0.001742145 sec. | ||
| 4102 | 2025.01.31 23:36:09.137342 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4103 | 2025.01.31 23:36:09.137468 [ 259 ] {907c2987-b5e1-4f5f-ac68-f161a35845a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4104 | 2025.01.31 23:36:09.137528 [ 259 ] {907c2987-b5e1-4f5f-ac68-f161a35845a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4105 | 2025.01.31 23:36:09.138062 [ 259 ] {907c2987-b5e1-4f5f-ac68-f161a35845a9} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4106 | 2025.01.31 23:36:09.138103 [ 259 ] {907c2987-b5e1-4f5f-ac68-f161a35845a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4107 | 2025.01.31 23:36:09.138501 [ 259 ] {907c2987-b5e1-4f5f-ac68-f161a35845a9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4108 | 2025.01.31 23:36:09.138750 [ 259 ] {907c2987-b5e1-4f5f-ac68-f161a35845a9} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4109 | 2025.01.31 23:36:09.138961 [ 259 ] {907c2987-b5e1-4f5f-ac68-f161a35845a9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001523 sec., 31516.743269862112 rows/sec., 2.12 MiB/sec. | ||
| 4110 | 2025.01.31 23:36:09.139016 [ 259 ] {907c2987-b5e1-4f5f-ac68-f161a35845a9} <Debug> TCPHandler: Processed in 0.001736715 sec. | ||
| 4111 | 2025.01.31 23:36:10.808941 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4112 | 2025.01.31 23:36:10.809584 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4113 | 2025.01.31 23:36:10.809639 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4114 | 2025.01.31 23:36:10.810188 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4115 | 2025.01.31 23:36:10.810445 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4116 | 2025.01.31 23:36:10.810696 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4117 | 2025.01.31 23:36:11.379435 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4118 | 2025.01.31 23:36:11.400823 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4119 | 2025.01.31 23:36:11.400894 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4120 | 2025.01.31 23:36:11.408517 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4121 | 2025.01.31 23:36:11.409292 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4122 | 2025.01.31 23:36:11.412746 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4123 | 2025.01.31 23:36:14.131450 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4124 | 2025.01.31 23:36:14.131772 [ 262 ] {b4b42989-2a2e-4cc7-a641-7ef3a9077db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4125 | 2025.01.31 23:36:14.131891 [ 262 ] {b4b42989-2a2e-4cc7-a641-7ef3a9077db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4126 | 2025.01.31 23:36:14.132690 [ 262 ] {b4b42989-2a2e-4cc7-a641-7ef3a9077db1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4127 | 2025.01.31 23:36:14.132744 [ 262 ] {b4b42989-2a2e-4cc7-a641-7ef3a9077db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4128 | 2025.01.31 23:36:14.133205 [ 262 ] {b4b42989-2a2e-4cc7-a641-7ef3a9077db1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4129 | 2025.01.31 23:36:14.133460 [ 262 ] {b4b42989-2a2e-4cc7-a641-7ef3a9077db1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4130 | 2025.01.31 23:36:14.133711 [ 262 ] {b4b42989-2a2e-4cc7-a641-7ef3a9077db1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002014 sec., 27805.362462760673 rows/sec., 2.12 MiB/sec. | ||
| 4131 | 2025.01.31 23:36:14.133822 [ 262 ] {b4b42989-2a2e-4cc7-a641-7ef3a9077db1} <Debug> TCPHandler: Processed in 0.00256883 sec. | ||
| 4132 | 2025.01.31 23:36:14.134142 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4133 | 2025.01.31 23:36:14.134356 [ 259 ] {40127c9c-e0b5-4283-ac5e-7b6dc6f4ee90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4134 | 2025.01.31 23:36:14.134439 [ 259 ] {40127c9c-e0b5-4283-ac5e-7b6dc6f4ee90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4135 | 2025.01.31 23:36:14.135255 [ 259 ] {40127c9c-e0b5-4283-ac5e-7b6dc6f4ee90} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4136 | 2025.01.31 23:36:14.135304 [ 259 ] {40127c9c-e0b5-4283-ac5e-7b6dc6f4ee90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4137 | 2025.01.31 23:36:14.135755 [ 259 ] {40127c9c-e0b5-4283-ac5e-7b6dc6f4ee90} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4138 | 2025.01.31 23:36:14.136020 [ 259 ] {40127c9c-e0b5-4283-ac5e-7b6dc6f4ee90} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4139 | 2025.01.31 23:36:14.136275 [ 259 ] {40127c9c-e0b5-4283-ac5e-7b6dc6f4ee90} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00198 sec., 32323.232323232325 rows/sec., 2.52 MiB/sec. | ||
| 4140 | 2025.01.31 23:36:14.136334 [ 259 ] {40127c9c-e0b5-4283-ac5e-7b6dc6f4ee90} <Debug> TCPHandler: Processed in 0.002357564 sec. | ||
| 4141 | 2025.01.31 23:36:14.136482 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4142 | 2025.01.31 23:36:14.136607 [ 262 ] {9eb069c1-aeb5-4df6-8976-6e355d2e0447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4143 | 2025.01.31 23:36:14.136665 [ 262 ] {9eb069c1-aeb5-4df6-8976-6e355d2e0447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4144 | 2025.01.31 23:36:14.137259 [ 262 ] {9eb069c1-aeb5-4df6-8976-6e355d2e0447} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4145 | 2025.01.31 23:36:14.137300 [ 262 ] {9eb069c1-aeb5-4df6-8976-6e355d2e0447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4146 | 2025.01.31 23:36:14.137703 [ 262 ] {9eb069c1-aeb5-4df6-8976-6e355d2e0447} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4147 | 2025.01.31 23:36:14.137947 [ 262 ] {9eb069c1-aeb5-4df6-8976-6e355d2e0447} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2025.01.31 23:36:14.138175 [ 262 ] {9eb069c1-aeb5-4df6-8976-6e355d2e0447} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 4149 | 2025.01.31 23:36:14.138232 [ 262 ] {9eb069c1-aeb5-4df6-8976-6e355d2e0447} <Debug> TCPHandler: Processed in 0.001810187 sec. | ||
| 4150 | 2025.01.31 23:36:14.138373 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4151 | 2025.01.31 23:36:14.138512 [ 259 ] {a84c32cd-d5d5-49c0-b5bf-144bd25f6157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4152 | 2025.01.31 23:36:14.138576 [ 259 ] {a84c32cd-d5d5-49c0-b5bf-144bd25f6157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4153 | 2025.01.31 23:36:14.139142 [ 259 ] {a84c32cd-d5d5-49c0-b5bf-144bd25f6157} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4154 | 2025.01.31 23:36:14.139183 [ 259 ] {a84c32cd-d5d5-49c0-b5bf-144bd25f6157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4155 | 2025.01.31 23:36:14.139569 [ 259 ] {a84c32cd-d5d5-49c0-b5bf-144bd25f6157} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4156 | 2025.01.31 23:36:14.139815 [ 259 ] {a84c32cd-d5d5-49c0-b5bf-144bd25f6157} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4157 | 2025.01.31 23:36:14.140053 [ 259 ] {a84c32cd-d5d5-49c0-b5bf-144bd25f6157} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec. | ||
| 4158 | 2025.01.31 23:36:14.140109 [ 259 ] {a84c32cd-d5d5-49c0-b5bf-144bd25f6157} <Debug> TCPHandler: Processed in 0.001802457 sec. | ||
| 4159 | 2025.01.31 23:36:18.200717 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4160 | 2025.01.31 23:36:18.200816 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4161 | 2025.01.31 23:36:18.311667 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4162 | 2025.01.31 23:36:18.312320 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4163 | 2025.01.31 23:36:18.312369 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4164 | 2025.01.31 23:36:18.312947 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4165 | 2025.01.31 23:36:18.313218 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2025.01.31 23:36:18.313474 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4167 | 2025.01.31 23:36:18.338706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 600 | ||
| 4168 | 2025.01.31 23:36:18.341386 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2025.01.31 23:36:18.341436 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4170 | 2025.01.31 23:36:18.342894 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4171 | 2025.01.31 23:36:18.343209 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4172 | 2025.01.31 23:36:18.343728 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 600 | ||
| 4173 | 2025.01.31 23:36:18.913674 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4174 | 2025.01.31 23:36:18.934831 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4175 | 2025.01.31 23:36:18.934888 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4176 | 2025.01.31 23:36:18.942510 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4177 | 2025.01.31 23:36:18.943379 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4178 | 2025.01.31 23:36:18.946149 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4179 | 2025.01.31 23:36:19.137133 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4180 | 2025.01.31 23:36:19.137345 [ 262 ] {360a010a-dbdc-4742-a07c-330967c066bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4181 | 2025.01.31 23:36:19.137425 [ 262 ] {360a010a-dbdc-4742-a07c-330967c066bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4182 | 2025.01.31 23:36:19.138240 [ 262 ] {360a010a-dbdc-4742-a07c-330967c066bc} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4183 | 2025.01.31 23:36:19.138291 [ 262 ] {360a010a-dbdc-4742-a07c-330967c066bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4184 | 2025.01.31 23:36:19.138727 [ 262 ] {360a010a-dbdc-4742-a07c-330967c066bc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4185 | 2025.01.31 23:36:19.138980 [ 262 ] {360a010a-dbdc-4742-a07c-330967c066bc} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4186 | 2025.01.31 23:36:19.139162 [ 83 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4187 | 2025.01.31 23:36:19.139230 [ 262 ] {360a010a-dbdc-4742-a07c-330967c066bc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec. | ||
| 4188 | 2025.01.31 23:36:19.139239 [ 83 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4189 | 2025.01.31 23:36:19.139313 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4190 | 2025.01.31 23:36:19.139361 [ 262 ] {360a010a-dbdc-4742-a07c-330967c066bc} <Debug> TCPHandler: Processed in 0.002375585 sec. | ||
| 4191 | 2025.01.31 23:36:19.139672 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 4192 | 2025.01.31 23:36:19.139798 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4193 | 2025.01.31 23:36:19.139888 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4194 | 2025.01.31 23:36:19.139946 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 4195 | 2025.01.31 23:36:19.140109 [ 259 ] {618f866b-84fd-4fe1-aaa3-ea79a1ff2dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4196 | 2025.01.31 23:36:19.140155 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 4197 | 2025.01.31 23:36:19.140343 [ 259 ] {618f866b-84fd-4fe1-aaa3-ea79a1ff2dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4198 | 2025.01.31 23:36:19.140596 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 4199 | 2025.01.31 23:36:19.140890 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 4200 | 2025.01.31 23:36:19.141246 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 4201 | 2025.01.31 23:36:19.143286 [ 259 ] {618f866b-84fd-4fe1-aaa3-ea79a1ff2dad} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4202 | 2025.01.31 23:36:19.143360 [ 259 ] {618f866b-84fd-4fe1-aaa3-ea79a1ff2dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4203 | 2025.01.31 23:36:19.143920 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004506722 sec., 15532.35367080552 rows/sec., 1.15 MiB/sec. | ||
| 4204 | 2025.01.31 23:36:19.144134 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4205 | 2025.01.31 23:36:19.144478 [ 259 ] {618f866b-84fd-4fe1-aaa3-ea79a1ff2dad} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4206 | 2025.01.31 23:36:19.144720 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_13_3} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4207 | 2025.01.31 23:36:19.144887 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_13_3} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4208 | 2025.01.31 23:36:19.144951 [ 259 ] {618f866b-84fd-4fe1-aaa3-ea79a1ff2dad} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4209 | 2025.01.31 23:36:19.145046 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4210 | 2025.01.31 23:36:19.145230 [ 83 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4211 | 2025.01.31 23:36:19.145295 [ 83 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4212 | 2025.01.31 23:36:19.145334 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4213 | 2025.01.31 23:36:19.145358 [ 259 ] {618f866b-84fd-4fe1-aaa3-ea79a1ff2dad} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.005353 sec., 52493.928638146834 rows/sec., 4.63 MiB/sec. | ||
| 4214 | 2025.01.31 23:36:19.145585 [ 259 ] {618f866b-84fd-4fe1-aaa3-ea79a1ff2dad} <Debug> TCPHandler: Processed in 0.006021979 sec. | ||
| 4215 | 2025.01.31 23:36:19.145665 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 4216 | 2025.01.31 23:36:19.145813 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4217 | 2025.01.31 23:36:19.145833 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4218 | 2025.01.31 23:36:19.145889 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1428 rows starting from the beginning of the part | ||
| 4219 | 2025.01.31 23:36:19.146145 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 4220 | 2025.01.31 23:36:19.146164 [ 262 ] {2088aac7-cc36-40ae-b31e-a477f36048e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4221 | 2025.01.31 23:36:19.146366 [ 262 ] {2088aac7-cc36-40ae-b31e-a477f36048e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4222 | 2025.01.31 23:36:19.146432 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1429 rows starting from the beginning of the part | ||
| 4223 | 2025.01.31 23:36:19.146761 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 4224 | 2025.01.31 23:36:19.147140 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 4225 | 2025.01.31 23:36:19.147386 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 281 rows starting from the beginning of the part | ||
| 4226 | 2025.01.31 23:36:19.149146 [ 262 ] {2088aac7-cc36-40ae-b31e-a477f36048e0} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4227 | 2025.01.31 23:36:19.149218 [ 262 ] {2088aac7-cc36-40ae-b31e-a477f36048e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4228 | 2025.01.31 23:36:19.150086 [ 262 ] {2088aac7-cc36-40ae-b31e-a477f36048e0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4229 | 2025.01.31 23:36:19.150398 [ 262 ] {2088aac7-cc36-40ae-b31e-a477f36048e0} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4230 | 2025.01.31 23:36:19.151086 [ 262 ] {2088aac7-cc36-40ae-b31e-a477f36048e0} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005054 sec., 9101.701622477245 rows/sec., 670.49 KiB/sec. | ||
| 4231 | 2025.01.31 23:36:19.151168 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.00571843 sec., 578130.7107020633 rows/sec., 50.47 MiB/sec. | ||
| 4232 | 2025.01.31 23:36:19.151387 [ 262 ] {2088aac7-cc36-40ae-b31e-a477f36048e0} <Debug> TCPHandler: Processed in 0.005677689 sec. | ||
| 4233 | 2025.01.31 23:36:19.151526 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4234 | 2025.01.31 23:36:19.151591 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4235 | 2025.01.31 23:36:19.151781 [ 259 ] {df668f7a-0c6b-414d-8d1d-46806af27b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4236 | 2025.01.31 23:36:19.151865 [ 259 ] {df668f7a-0c6b-414d-8d1d-46806af27b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4237 | 2025.01.31 23:36:19.151995 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_31_6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4238 | 2025.01.31 23:36:19.152184 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_31_6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4239 | 2025.01.31 23:36:19.152405 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 4240 | 2025.01.31 23:36:19.152852 [ 259 ] {df668f7a-0c6b-414d-8d1d-46806af27b86} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4241 | 2025.01.31 23:36:19.152898 [ 259 ] {df668f7a-0c6b-414d-8d1d-46806af27b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4242 | 2025.01.31 23:36:19.153277 [ 259 ] {df668f7a-0c6b-414d-8d1d-46806af27b86} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4243 | 2025.01.31 23:36:19.153523 [ 259 ] {df668f7a-0c6b-414d-8d1d-46806af27b86} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4244 | 2025.01.31 23:36:19.153804 [ 259 ] {df668f7a-0c6b-414d-8d1d-46806af27b86} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002078 sec., 6737.247353224254 rows/sec., 471.83 KiB/sec. | ||
| 4245 | 2025.01.31 23:36:19.154013 [ 259 ] {df668f7a-0c6b-414d-8d1d-46806af27b86} <Debug> TCPHandler: Processed in 0.002499598 sec. | ||
| 4246 | 2025.01.31 23:36:19.154198 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4247 | 2025.01.31 23:36:19.154338 [ 262 ] {0474bfdc-1aae-4759-888e-21165a9e7226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4248 | 2025.01.31 23:36:19.154395 [ 262 ] {0474bfdc-1aae-4759-888e-21165a9e7226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4249 | 2025.01.31 23:36:19.155067 [ 262 ] {0474bfdc-1aae-4759-888e-21165a9e7226} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4250 | 2025.01.31 23:36:19.155107 [ 262 ] {0474bfdc-1aae-4759-888e-21165a9e7226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4251 | 2025.01.31 23:36:19.155475 [ 262 ] {0474bfdc-1aae-4759-888e-21165a9e7226} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4252 | 2025.01.31 23:36:19.155721 [ 262 ] {0474bfdc-1aae-4759-888e-21165a9e7226} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4253 | 2025.01.31 23:36:19.155879 [ 83 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4254 | 2025.01.31 23:36:19.155941 [ 83 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4255 | 2025.01.31 23:36:19.155973 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4256 | 2025.01.31 23:36:19.155980 [ 262 ] {0474bfdc-1aae-4759-888e-21165a9e7226} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001663 sec., 7817.197835237523 rows/sec., 487.40 KiB/sec. | ||
| 4257 | 2025.01.31 23:36:19.156307 [ 188 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 4258 | 2025.01.31 23:36:19.156374 [ 262 ] {0474bfdc-1aae-4759-888e-21165a9e7226} <Debug> TCPHandler: Processed in 0.002238101 sec. | ||
| 4259 | 2025.01.31 23:36:19.156635 [ 188 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4260 | 2025.01.31 23:36:19.156688 [ 188 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 4261 | 2025.01.31 23:36:19.156700 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4262 | 2025.01.31 23:36:19.156926 [ 188 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 4263 | 2025.01.31 23:36:19.157244 [ 259 ] {e6dd16c0-6fce-48a0-8365-ce3d9a962186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4264 | 2025.01.31 23:36:19.157280 [ 188 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 4265 | 2025.01.31 23:36:19.157438 [ 259 ] {e6dd16c0-6fce-48a0-8365-ce3d9a962186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4266 | 2025.01.31 23:36:19.157620 [ 188 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 4267 | 2025.01.31 23:36:19.157989 [ 188 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 4268 | 2025.01.31 23:36:19.159981 [ 259 ] {e6dd16c0-6fce-48a0-8365-ce3d9a962186} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4269 | 2025.01.31 23:36:19.160060 [ 259 ] {e6dd16c0-6fce-48a0-8365-ce3d9a962186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4270 | 2025.01.31 23:36:19.160784 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004734619 sec., 13728.66538997119 rows/sec., 909.61 KiB/sec. | ||
| 4271 | 2025.01.31 23:36:19.160929 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4272 | 2025.01.31 23:36:19.160937 [ 259 ] {e6dd16c0-6fce-48a0-8365-ce3d9a962186} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4273 | 2025.01.31 23:36:19.161253 [ 259 ] {e6dd16c0-6fce-48a0-8365-ce3d9a962186} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4274 | 2025.01.31 23:36:19.161282 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_13_3} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4275 | 2025.01.31 23:36:19.161429 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_13_3} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4276 | 2025.01.31 23:36:19.161485 [ 83 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4277 | 2025.01.31 23:36:19.161620 [ 83 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4278 | 2025.01.31 23:36:19.161684 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4279 | 2025.01.31 23:36:19.161707 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4280 | 2025.01.31 23:36:19.161736 [ 259 ] {e6dd16c0-6fce-48a0-8365-ce3d9a962186} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004703 sec., 89517.3293642356 rows/sec., 6.40 MiB/sec. | ||
| 4281 | 2025.01.31 23:36:19.162073 [ 259 ] {e6dd16c0-6fce-48a0-8365-ce3d9a962186} <Debug> TCPHandler: Processed in 0.005546524 sec. | ||
| 4282 | 2025.01.31 23:36:19.162136 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 4283 | 2025.01.31 23:36:19.162381 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4284 | 2025.01.31 23:36:19.162763 [ 262 ] {6b74f742-a151-468c-9652-4afcdd4e649b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4285 | 2025.01.31 23:36:19.162868 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4286 | 2025.01.31 23:36:19.162953 [ 262 ] {6b74f742-a151-468c-9652-4afcdd4e649b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4287 | 2025.01.31 23:36:19.163017 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4288 | 2025.01.31 23:36:19.163368 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 4289 | 2025.01.31 23:36:19.163850 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 893 rows starting from the beginning of the part | ||
| 4290 | 2025.01.31 23:36:19.164209 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 4291 | 2025.01.31 23:36:19.164360 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 4292 | 2025.01.31 23:36:19.164809 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part | ||
| 4293 | 2025.01.31 23:36:19.165409 [ 262 ] {6b74f742-a151-468c-9652-4afcdd4e649b} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4294 | 2025.01.31 23:36:19.165475 [ 262 ] {6b74f742-a151-468c-9652-4afcdd4e649b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4295 | 2025.01.31 23:36:19.166418 [ 262 ] {6b74f742-a151-468c-9652-4afcdd4e649b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4296 | 2025.01.31 23:36:19.167023 [ 262 ] {6b74f742-a151-468c-9652-4afcdd4e649b} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4297 | 2025.01.31 23:36:19.167426 [ 262 ] {6b74f742-a151-468c-9652-4afcdd4e649b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004774 sec., 1256.8077084206118 rows/sec., 65.66 KiB/sec. | ||
| 4298 | 2025.01.31 23:36:19.167749 [ 262 ] {6b74f742-a151-468c-9652-4afcdd4e649b} <Debug> TCPHandler: Processed in 0.005556114 sec. | ||
| 4299 | 2025.01.31 23:36:19.167998 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4300 | 2025.01.31 23:36:19.168120 [ 200 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.006281788 sec., 384444.68358371855 rows/sec., 29.49 MiB/sec. | ||
| 4301 | 2025.01.31 23:36:19.168166 [ 259 ] {6c1cf71b-041d-4179-9c06-1a79f40babab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4302 | 2025.01.31 23:36:19.168242 [ 259 ] {6c1cf71b-041d-4179-9c06-1a79f40babab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4303 | 2025.01.31 23:36:19.168417 [ 193 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4304 | 2025.01.31 23:36:19.169053 [ 193 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_31_6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4305 | 2025.01.31 23:36:19.169260 [ 193 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_31_6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4306 | 2025.01.31 23:36:19.169455 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4307 | 2025.01.31 23:36:19.169574 [ 259 ] {6c1cf71b-041d-4179-9c06-1a79f40babab} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4308 | 2025.01.31 23:36:19.169620 [ 259 ] {6c1cf71b-041d-4179-9c06-1a79f40babab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4309 | 2025.01.31 23:36:19.170044 [ 259 ] {6c1cf71b-041d-4179-9c06-1a79f40babab} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4310 | 2025.01.31 23:36:19.170306 [ 259 ] {6c1cf71b-041d-4179-9c06-1a79f40babab} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4311 | 2025.01.31 23:36:19.170478 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4312 | 2025.01.31 23:36:19.170534 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4313 | 2025.01.31 23:36:19.170569 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4314 | 2025.01.31 23:36:19.170577 [ 259 ] {6c1cf71b-041d-4179-9c06-1a79f40babab} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002449 sec., 96774.1935483871 rows/sec., 6.49 MiB/sec. | ||
| 4315 | 2025.01.31 23:36:19.170743 [ 259 ] {6c1cf71b-041d-4179-9c06-1a79f40babab} <Debug> TCPHandler: Processed in 0.002875421 sec. | ||
| 4316 | 2025.01.31 23:36:19.170763 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 4317 | 2025.01.31 23:36:19.170897 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4318 | 2025.01.31 23:36:19.170938 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4319 | 2025.01.31 23:36:19.170953 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8408 rows starting from the beginning of the part | ||
| 4320 | 2025.01.31 23:36:19.171214 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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.31 23:36:19.171292 [ 262 ] {e5a5bfe2-7bfa-48ff-b322-07e27e666ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4322 | 2025.01.31 23:36:19.171543 [ 262 ] {e5a5bfe2-7bfa-48ff-b322-07e27e666ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4323 | 2025.01.31 23:36:19.171610 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 4324 | 2025.01.31 23:36:19.172041 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 4325 | 2025.01.31 23:36:19.172450 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 4326 | 2025.01.31 23:36:19.172820 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 4327 | 2025.01.31 23:36:19.173793 [ 262 ] {e5a5bfe2-7bfa-48ff-b322-07e27e666ee0} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4328 | 2025.01.31 23:36:19.173868 [ 262 ] {e5a5bfe2-7bfa-48ff-b322-07e27e666ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4329 | 2025.01.31 23:36:19.174539 [ 262 ] {e5a5bfe2-7bfa-48ff-b322-07e27e666ee0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4330 | 2025.01.31 23:36:19.175128 [ 262 ] {e5a5bfe2-7bfa-48ff-b322-07e27e666ee0} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4331 | 2025.01.31 23:36:19.175664 [ 262 ] {e5a5bfe2-7bfa-48ff-b322-07e27e666ee0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004484 sec., 223.01516503122212 rows/sec., 15.03 KiB/sec. | ||
| 4332 | 2025.01.31 23:36:19.175831 [ 262 ] {e5a5bfe2-7bfa-48ff-b322-07e27e666ee0} <Debug> TCPHandler: Processed in 0.004981646 sec. | ||
| 4333 | 2025.01.31 23:36:19.176011 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4334 | 2025.01.31 23:36:19.176178 [ 259 ] {586f616b-6171-43df-bdc1-584377e75386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4335 | 2025.01.31 23:36:19.176263 [ 259 ] {586f616b-6171-43df-bdc1-584377e75386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4336 | 2025.01.31 23:36:19.177730 [ 259 ] {586f616b-6171-43df-bdc1-584377e75386} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4337 | 2025.01.31 23:36:19.177769 [ 259 ] {586f616b-6171-43df-bdc1-584377e75386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4338 | 2025.01.31 23:36:19.178165 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10056 rows, containing 5 columns (5 merged, 0 gathered) in 0.007517436 sec., 1337690.1379672538 rows/sec., 90.26 MiB/sec. | ||
| 4339 | 2025.01.31 23:36:19.178581 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4340 | 2025.01.31 23:36:19.179317 [ 259 ] {586f616b-6171-43df-bdc1-584377e75386} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4341 | 2025.01.31 23:36:19.179319 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4342 | 2025.01.31 23:36:19.179485 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4343 | 2025.01.31 23:36:19.179655 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 4344 | 2025.01.31 23:36:19.179777 [ 259 ] {586f616b-6171-43df-bdc1-584377e75386} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4345 | 2025.01.31 23:36:19.180155 [ 259 ] {586f616b-6171-43df-bdc1-584377e75386} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003973 sec., 9816.25975333501 rows/sec., 17.59 MiB/sec. | ||
| 4346 | 2025.01.31 23:36:19.180385 [ 259 ] {586f616b-6171-43df-bdc1-584377e75386} <Debug> TCPHandler: Processed in 0.00443602 sec. | ||
| 4347 | 2025.01.31 23:36:19.180558 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4348 | 2025.01.31 23:36:19.180698 [ 262 ] {e85a6449-b297-4263-866b-dbc21246498b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4349 | 2025.01.31 23:36:19.180758 [ 262 ] {e85a6449-b297-4263-866b-dbc21246498b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4350 | 2025.01.31 23:36:19.181295 [ 262 ] {e85a6449-b297-4263-866b-dbc21246498b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4351 | 2025.01.31 23:36:19.181334 [ 262 ] {e85a6449-b297-4263-866b-dbc21246498b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4352 | 2025.01.31 23:36:19.181713 [ 262 ] {e85a6449-b297-4263-866b-dbc21246498b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4353 | 2025.01.31 23:36:19.181961 [ 262 ] {e85a6449-b297-4263-866b-dbc21246498b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4354 | 2025.01.31 23:36:19.182127 [ 83 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4355 | 2025.01.31 23:36:19.182187 [ 83 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4356 | 2025.01.31 23:36:19.182201 [ 262 ] {e85a6449-b297-4263-866b-dbc21246498b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001526 sec., 53735.25557011795 rows/sec., 3.41 MiB/sec. | ||
| 4357 | 2025.01.31 23:36:19.182226 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4358 | 2025.01.31 23:36:19.182361 [ 262 ] {e85a6449-b297-4263-866b-dbc21246498b} <Debug> TCPHandler: Processed in 0.001867909 sec. | ||
| 4359 | 2025.01.31 23:36:19.182705 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4360 | 2025.01.31 23:36:19.182925 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4361 | 2025.01.31 23:36:19.182965 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4362 | 2025.01.31 23:36:19.183078 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4363 | 2025.01.31 23:36:19.183267 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4364 | 2025.01.31 23:36:19.183479 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4365 | 2025.01.31 23:36:19.183607 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4366 | 2025.01.31 23:36:19.183818 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4367 | 2025.01.31 23:36:19.185207 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 4 columns (4 merged, 0 gathered) in 0.002841149 sec., 666631.7042858365 rows/sec., 43.47 MiB/sec. | ||
| 4368 | 2025.01.31 23:36:19.185461 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4369 | 2025.01.31 23:36:19.185804 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_31_6} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4370 | 2025.01.31 23:36:19.185903 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_31_6} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4371 | 2025.01.31 23:36:19.185990 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4372 | 2025.01.31 23:36:24.130649 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4373 | 2025.01.31 23:36:24.130878 [ 262 ] {8b2362b7-7d61-49d4-96a9-60fb41ce7b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4374 | 2025.01.31 23:36:24.130959 [ 262 ] {8b2362b7-7d61-49d4-96a9-60fb41ce7b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4375 | 2025.01.31 23:36:24.131756 [ 262 ] {8b2362b7-7d61-49d4-96a9-60fb41ce7b49} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4376 | 2025.01.31 23:36:24.131805 [ 262 ] {8b2362b7-7d61-49d4-96a9-60fb41ce7b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4377 | 2025.01.31 23:36:24.132242 [ 262 ] {8b2362b7-7d61-49d4-96a9-60fb41ce7b49} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4378 | 2025.01.31 23:36:24.132508 [ 262 ] {8b2362b7-7d61-49d4-96a9-60fb41ce7b49} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4379 | 2025.01.31 23:36:24.132746 [ 262 ] {8b2362b7-7d61-49d4-96a9-60fb41ce7b49} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.22 MiB/sec. | ||
| 4380 | 2025.01.31 23:36:24.132804 [ 262 ] {8b2362b7-7d61-49d4-96a9-60fb41ce7b49} <Debug> TCPHandler: Processed in 0.002297332 sec. | ||
| 4381 | 2025.01.31 23:36:24.133062 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4382 | 2025.01.31 23:36:24.133279 [ 259 ] {4e5cbef9-1a10-4836-8aaa-23ed1edc3b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4383 | 2025.01.31 23:36:24.133365 [ 259 ] {4e5cbef9-1a10-4836-8aaa-23ed1edc3b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4384 | 2025.01.31 23:36:24.134236 [ 259 ] {4e5cbef9-1a10-4836-8aaa-23ed1edc3b82} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4385 | 2025.01.31 23:36:24.134292 [ 259 ] {4e5cbef9-1a10-4836-8aaa-23ed1edc3b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4386 | 2025.01.31 23:36:24.134749 [ 259 ] {4e5cbef9-1a10-4836-8aaa-23ed1edc3b82} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4387 | 2025.01.31 23:36:24.135007 [ 259 ] {4e5cbef9-1a10-4836-8aaa-23ed1edc3b82} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4388 | 2025.01.31 23:36:24.135248 [ 259 ] {4e5cbef9-1a10-4836-8aaa-23ed1edc3b82} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00203 sec., 31527.093596059112 rows/sec., 2.46 MiB/sec. | ||
| 4389 | 2025.01.31 23:36:24.135315 [ 259 ] {4e5cbef9-1a10-4836-8aaa-23ed1edc3b82} <Debug> TCPHandler: Processed in 0.002390395 sec. | ||
| 4390 | 2025.01.31 23:36:24.135476 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4391 | 2025.01.31 23:36:24.135614 [ 262 ] {2faa67fa-215a-4ee5-96a0-9f938d4a7a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4392 | 2025.01.31 23:36:24.135678 [ 262 ] {2faa67fa-215a-4ee5-96a0-9f938d4a7a93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4393 | 2025.01.31 23:36:24.136339 [ 262 ] {2faa67fa-215a-4ee5-96a0-9f938d4a7a93} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4394 | 2025.01.31 23:36:24.136379 [ 262 ] {2faa67fa-215a-4ee5-96a0-9f938d4a7a93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4395 | 2025.01.31 23:36:24.136776 [ 262 ] {2faa67fa-215a-4ee5-96a0-9f938d4a7a93} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4396 | 2025.01.31 23:36:24.137015 [ 262 ] {2faa67fa-215a-4ee5-96a0-9f938d4a7a93} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4397 | 2025.01.31 23:36:24.137218 [ 262 ] {2faa67fa-215a-4ee5-96a0-9f938d4a7a93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec. | ||
| 4398 | 2025.01.31 23:36:24.137270 [ 262 ] {2faa67fa-215a-4ee5-96a0-9f938d4a7a93} <Debug> TCPHandler: Processed in 0.001860178 sec. | ||
| 4399 | 2025.01.31 23:36:24.137442 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4400 | 2025.01.31 23:36:24.137590 [ 259 ] {750a7f2f-d828-4be4-96db-3ca5a3f961dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4401 | 2025.01.31 23:36:24.137655 [ 259 ] {750a7f2f-d828-4be4-96db-3ca5a3f961dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4402 | 2025.01.31 23:36:24.138239 [ 259 ] {750a7f2f-d828-4be4-96db-3ca5a3f961dc} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4403 | 2025.01.31 23:36:24.138280 [ 259 ] {750a7f2f-d828-4be4-96db-3ca5a3f961dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4404 | 2025.01.31 23:36:24.138664 [ 259 ] {750a7f2f-d828-4be4-96db-3ca5a3f961dc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4405 | 2025.01.31 23:36:24.138907 [ 259 ] {750a7f2f-d828-4be4-96db-3ca5a3f961dc} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4406 | 2025.01.31 23:36:24.139164 [ 259 ] {750a7f2f-d828-4be4-96db-3ca5a3f961dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001601 sec., 37476.57713928795 rows/sec., 2.53 MiB/sec. | ||
| 4407 | 2025.01.31 23:36:24.139322 [ 259 ] {750a7f2f-d828-4be4-96db-3ca5a3f961dc} <Debug> TCPHandler: Processed in 0.001946102 sec. | ||
| 4408 | 2025.01.31 23:36:25.814453 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4409 | 2025.01.31 23:36:25.815078 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2025.01.31 23:36:25.815115 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4411 | 2025.01.31 23:36:25.815617 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4412 | 2025.01.31 23:36:25.815875 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2025.01.31 23:36:25.816032 [ 75 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4414 | 2025.01.31 23:36:25.816058 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4415 | 2025.01.31 23:36:25.816084 [ 75 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4416 | 2025.01.31 23:36:25.816109 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4417 | 2025.01.31 23:36:25.816522 [ 196 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 4418 | 2025.01.31 23:36:25.816780 [ 196 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4419 | 2025.01.31 23:36:25.816850 [ 196 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 4420 | 2025.01.31 23:36:25.817024 [ 196 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 4421 | 2025.01.31 23:36:25.817272 [ 196 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 4422 | 2025.01.31 23:36:25.817441 [ 196 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 4423 | 2025.01.31 23:36:25.817663 [ 196 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 4424 | 2025.01.31 23:36:25.817860 [ 196 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4425 | 2025.01.31 23:36:25.820072 [ 193 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003854442 sec., 2500491.6405539373 rows/sec., 35.77 MiB/sec. | ||
| 4426 | 2025.01.31 23:36:25.820347 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4427 | 2025.01.31 23:36:25.820707 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_21_4} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4428 | 2025.01.31 23:36:25.820809 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_21_4} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4429 | 2025.01.31 23:36:25.820917 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4430 | 2025.01.31 23:36:26.447075 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4431 | 2025.01.31 23:36:26.468342 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4432 | 2025.01.31 23:36:26.468408 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4433 | 2025.01.31 23:36:26.475995 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4434 | 2025.01.31 23:36:26.476771 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4435 | 2025.01.31 23:36:26.477224 [ 74 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4436 | 2025.01.31 23:36:26.477410 [ 74 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2025.01.31 23:36:26.477518 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4438 | 2025.01.31 23:36:26.477964 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 4439 | 2025.01.31 23:36:26.484601 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4440 | 2025.01.31 23:36:26.486127 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4441 | 2025.01.31 23:36:26.487029 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 4442 | 2025.01.31 23:36:26.491668 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 4443 | 2025.01.31 23:36:26.496418 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 4444 | 2025.01.31 23:36:26.501562 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 4445 | 2025.01.31 23:36:26.506960 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 4446 | 2025.01.31 23:36:26.511533 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 4447 | 2025.01.31 23:36:26.570195 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.092505307 sec., 1718.8203050880097 rows/sec., 8.89 MiB/sec. | ||
| 4448 | 2025.01.31 23:36:26.573362 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4449 | 2025.01.31 23:36:26.576468 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_21_4} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4450 | 2025.01.31 23:36:26.576614 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_21_4} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4451 | 2025.01.31 23:36:26.579390 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4452 | 2025.01.31 23:36:27.001157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.24 MiB, peak 195.78 MiB, free memory in arenas 0.00 B, will set to 187.00 MiB (RSS), difference: 1.76 MiB | ||
| 4453 | 2025.01.31 23:36:28.344683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 630 | ||
| 4454 | 2025.01.31 23:36:28.347683 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4455 | 2025.01.31 23:36:28.347744 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4456 | 2025.01.31 23:36:28.349224 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4457 | 2025.01.31 23:36:28.349539 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4458 | 2025.01.31 23:36:28.350593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 630 | ||
| 4459 | 2025.01.31 23:36:29.137495 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4460 | 2025.01.31 23:36:29.137800 [ 262 ] {e4954828-a49f-4fde-a6fa-d5765fdd9b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4461 | 2025.01.31 23:36:29.137918 [ 262 ] {e4954828-a49f-4fde-a6fa-d5765fdd9b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4462 | 2025.01.31 23:36:29.138827 [ 262 ] {e4954828-a49f-4fde-a6fa-d5765fdd9b69} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4463 | 2025.01.31 23:36:29.138874 [ 262 ] {e4954828-a49f-4fde-a6fa-d5765fdd9b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4464 | 2025.01.31 23:36:29.139318 [ 262 ] {e4954828-a49f-4fde-a6fa-d5765fdd9b69} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4465 | 2025.01.31 23:36:29.139590 [ 262 ] {e4954828-a49f-4fde-a6fa-d5765fdd9b69} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4466 | 2025.01.31 23:36:29.139831 [ 262 ] {e4954828-a49f-4fde-a6fa-d5765fdd9b69} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002117 sec., 6613.131790269249 rows/sec., 476.06 KiB/sec. | ||
| 4467 | 2025.01.31 23:36:29.139897 [ 262 ] {e4954828-a49f-4fde-a6fa-d5765fdd9b69} <Debug> TCPHandler: Processed in 0.002595192 sec. | ||
| 4468 | 2025.01.31 23:36:29.140175 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4469 | 2025.01.31 23:36:29.140394 [ 259 ] {058512fc-01a0-407a-876a-9620f0264b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4470 | 2025.01.31 23:36:29.140476 [ 259 ] {058512fc-01a0-407a-876a-9620f0264b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4471 | 2025.01.31 23:36:29.141481 [ 259 ] {058512fc-01a0-407a-876a-9620f0264b92} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4472 | 2025.01.31 23:36:29.141534 [ 259 ] {058512fc-01a0-407a-876a-9620f0264b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4473 | 2025.01.31 23:36:29.142006 [ 259 ] {058512fc-01a0-407a-876a-9620f0264b92} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4474 | 2025.01.31 23:36:29.142263 [ 259 ] {058512fc-01a0-407a-876a-9620f0264b92} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4475 | 2025.01.31 23:36:29.142498 [ 259 ] {058512fc-01a0-407a-876a-9620f0264b92} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002164 sec., 129852.12569316081 rows/sec., 11.45 MiB/sec. | ||
| 4476 | 2025.01.31 23:36:29.142552 [ 259 ] {058512fc-01a0-407a-876a-9620f0264b92} <Debug> TCPHandler: Processed in 0.002517979 sec. | ||
| 4477 | 2025.01.31 23:36:29.142709 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4478 | 2025.01.31 23:36:29.142854 [ 262 ] {698bed96-c793-4e9c-9d11-9b027b02df35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4479 | 2025.01.31 23:36:29.142915 [ 262 ] {698bed96-c793-4e9c-9d11-9b027b02df35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4480 | 2025.01.31 23:36:29.143572 [ 262 ] {698bed96-c793-4e9c-9d11-9b027b02df35} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4481 | 2025.01.31 23:36:29.143612 [ 262 ] {698bed96-c793-4e9c-9d11-9b027b02df35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4482 | 2025.01.31 23:36:29.143984 [ 262 ] {698bed96-c793-4e9c-9d11-9b027b02df35} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4483 | 2025.01.31 23:36:29.144231 [ 262 ] {698bed96-c793-4e9c-9d11-9b027b02df35} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2025.01.31 23:36:29.144441 [ 262 ] {698bed96-c793-4e9c-9d11-9b027b02df35} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001622 sec., 28360.049321824907 rows/sec., 2.04 MiB/sec. | ||
| 4485 | 2025.01.31 23:36:29.144497 [ 262 ] {698bed96-c793-4e9c-9d11-9b027b02df35} <Debug> TCPHandler: Processed in 0.001854568 sec. | ||
| 4486 | 2025.01.31 23:36:29.144705 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4487 | 2025.01.31 23:36:29.144929 [ 259 ] {96916e02-2ab8-47db-bf86-e6fb70b74874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4488 | 2025.01.31 23:36:29.145020 [ 259 ] {96916e02-2ab8-47db-bf86-e6fb70b74874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4489 | 2025.01.31 23:36:29.145760 [ 259 ] {96916e02-2ab8-47db-bf86-e6fb70b74874} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2025.01.31 23:36:29.145800 [ 259 ] {96916e02-2ab8-47db-bf86-e6fb70b74874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4491 | 2025.01.31 23:36:29.146159 [ 259 ] {96916e02-2ab8-47db-bf86-e6fb70b74874} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4492 | 2025.01.31 23:36:29.146400 [ 259 ] {96916e02-2ab8-47db-bf86-e6fb70b74874} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4493 | 2025.01.31 23:36:29.146609 [ 259 ] {96916e02-2ab8-47db-bf86-e6fb70b74874} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001736 sec., 8064.5161290322585 rows/sec., 564.79 KiB/sec. | ||
| 4494 | 2025.01.31 23:36:29.146660 [ 259 ] {96916e02-2ab8-47db-bf86-e6fb70b74874} <Debug> TCPHandler: Processed in 0.002066705 sec. | ||
| 4495 | 2025.01.31 23:36:29.146841 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4496 | 2025.01.31 23:36:29.146981 [ 262 ] {f28b131e-1e91-4937-bab2-90963e640d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4497 | 2025.01.31 23:36:29.147039 [ 262 ] {f28b131e-1e91-4937-bab2-90963e640d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4498 | 2025.01.31 23:36:29.147643 [ 262 ] {f28b131e-1e91-4937-bab2-90963e640d08} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4499 | 2025.01.31 23:36:29.147684 [ 262 ] {f28b131e-1e91-4937-bab2-90963e640d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4500 | 2025.01.31 23:36:29.148056 [ 262 ] {f28b131e-1e91-4937-bab2-90963e640d08} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4501 | 2025.01.31 23:36:29.148298 [ 262 ] {f28b131e-1e91-4937-bab2-90963e640d08} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4502 | 2025.01.31 23:36:29.148527 [ 262 ] {f28b131e-1e91-4937-bab2-90963e640d08} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001577 sec., 8243.500317057704 rows/sec., 513.98 KiB/sec. | ||
| 4503 | 2025.01.31 23:36:29.148635 [ 262 ] {f28b131e-1e91-4937-bab2-90963e640d08} <Debug> TCPHandler: Processed in 0.001869088 sec. | ||
| 4504 | 2025.01.31 23:36:29.148858 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4505 | 2025.01.31 23:36:29.149081 [ 259 ] {2add6c38-df72-4ac5-ae70-cb5dd33476d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4506 | 2025.01.31 23:36:29.149171 [ 259 ] {2add6c38-df72-4ac5-ae70-cb5dd33476d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4507 | 2025.01.31 23:36:29.149990 [ 259 ] {2add6c38-df72-4ac5-ae70-cb5dd33476d0} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4508 | 2025.01.31 23:36:29.150031 [ 259 ] {2add6c38-df72-4ac5-ae70-cb5dd33476d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4509 | 2025.01.31 23:36:29.150415 [ 259 ] {2add6c38-df72-4ac5-ae70-cb5dd33476d0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4510 | 2025.01.31 23:36:29.150658 [ 259 ] {2add6c38-df72-4ac5-ae70-cb5dd33476d0} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4511 | 2025.01.31 23:36:29.150874 [ 259 ] {2add6c38-df72-4ac5-ae70-cb5dd33476d0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001848 sec., 227813.8528138528 rows/sec., 16.28 MiB/sec. | ||
| 4512 | 2025.01.31 23:36:29.150925 [ 259 ] {2add6c38-df72-4ac5-ae70-cb5dd33476d0} <Debug> TCPHandler: Processed in 0.002183938 sec. | ||
| 4513 | 2025.01.31 23:36:29.151077 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4514 | 2025.01.31 23:36:29.151216 [ 262 ] {84894654-33f7-4318-9887-2a182d0bdac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4515 | 2025.01.31 23:36:29.151275 [ 262 ] {84894654-33f7-4318-9887-2a182d0bdac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4516 | 2025.01.31 23:36:29.151846 [ 262 ] {84894654-33f7-4318-9887-2a182d0bdac3} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2025.01.31 23:36:29.151892 [ 262 ] {84894654-33f7-4318-9887-2a182d0bdac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4518 | 2025.01.31 23:36:29.152318 [ 262 ] {84894654-33f7-4318-9887-2a182d0bdac3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4519 | 2025.01.31 23:36:29.152561 [ 262 ] {84894654-33f7-4318-9887-2a182d0bdac3} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4520 | 2025.01.31 23:36:29.152804 [ 262 ] {84894654-33f7-4318-9887-2a182d0bdac3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001612 sec., 3722.0843672456576 rows/sec., 194.46 KiB/sec. | ||
| 4521 | 2025.01.31 23:36:29.153018 [ 262 ] {84894654-33f7-4318-9887-2a182d0bdac3} <Debug> TCPHandler: Processed in 0.002006033 sec. | ||
| 4522 | 2025.01.31 23:36:29.153184 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4523 | 2025.01.31 23:36:29.153311 [ 259 ] {b6eae085-3be9-48d9-8a3a-5cea2d99e7b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4524 | 2025.01.31 23:36:29.153374 [ 259 ] {b6eae085-3be9-48d9-8a3a-5cea2d99e7b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4525 | 2025.01.31 23:36:29.154075 [ 259 ] {b6eae085-3be9-48d9-8a3a-5cea2d99e7b0} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4526 | 2025.01.31 23:36:29.154119 [ 259 ] {b6eae085-3be9-48d9-8a3a-5cea2d99e7b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4527 | 2025.01.31 23:36:29.154528 [ 259 ] {b6eae085-3be9-48d9-8a3a-5cea2d99e7b0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4528 | 2025.01.31 23:36:29.154769 [ 259 ] {b6eae085-3be9-48d9-8a3a-5cea2d99e7b0} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4529 | 2025.01.31 23:36:29.154980 [ 259 ] {b6eae085-3be9-48d9-8a3a-5cea2d99e7b0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001698 sec., 139575.97173144875 rows/sec., 9.36 MiB/sec. | ||
| 4530 | 2025.01.31 23:36:29.155107 [ 259 ] {b6eae085-3be9-48d9-8a3a-5cea2d99e7b0} <Debug> TCPHandler: Processed in 0.001978442 sec. | ||
| 4531 | 2025.01.31 23:36:29.155341 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4532 | 2025.01.31 23:36:29.155481 [ 262 ] {a6ce2733-a570-4fef-9ef1-976749152258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4533 | 2025.01.31 23:36:29.155542 [ 262 ] {a6ce2733-a570-4fef-9ef1-976749152258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4534 | 2025.01.31 23:36:29.156093 [ 262 ] {a6ce2733-a570-4fef-9ef1-976749152258} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2025.01.31 23:36:29.156139 [ 262 ] {a6ce2733-a570-4fef-9ef1-976749152258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4536 | 2025.01.31 23:36:29.156525 [ 262 ] {a6ce2733-a570-4fef-9ef1-976749152258} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4537 | 2025.01.31 23:36:29.156769 [ 262 ] {a6ce2733-a570-4fef-9ef1-976749152258} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2025.01.31 23:36:29.156932 [ 70 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4539 | 2025.01.31 23:36:29.156993 [ 70 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4540 | 2025.01.31 23:36:29.157031 [ 262 ] {a6ce2733-a570-4fef-9ef1-976749152258} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001563 sec., 639.7952655150352 rows/sec., 43.11 KiB/sec. | ||
| 4541 | 2025.01.31 23:36:29.157039 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4542 | 2025.01.31 23:36:29.157161 [ 262 ] {a6ce2733-a570-4fef-9ef1-976749152258} <Debug> TCPHandler: Processed in 0.001948281 sec. | ||
| 4543 | 2025.01.31 23:36:29.157252 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 4544 | 2025.01.31 23:36:29.157340 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4545 | 2025.01.31 23:36:29.157398 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4546 | 2025.01.31 23:36:29.157440 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 4547 | 2025.01.31 23:36:29.157468 [ 259 ] {143274ea-8d8f-4b99-8bf7-8df22f62899e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4548 | 2025.01.31 23:36:29.157588 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 4549 | 2025.01.31 23:36:29.157705 [ 259 ] {143274ea-8d8f-4b99-8bf7-8df22f62899e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4550 | 2025.01.31 23:36:29.158261 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 4551 | 2025.01.31 23:36:29.158514 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 4552 | 2025.01.31 23:36:29.158744 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 4553 | 2025.01.31 23:36:29.159101 [ 198 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 4554 | 2025.01.31 23:36:29.161289 [ 189 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.00412326 sec., 3395.371623424184 rows/sec., 228.79 KiB/sec. | ||
| 4555 | 2025.01.31 23:36:29.161530 [ 189 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4556 | 2025.01.31 23:36:29.161897 [ 259 ] {143274ea-8d8f-4b99-8bf7-8df22f62899e} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4557 | 2025.01.31 23:36:29.161962 [ 259 ] {143274ea-8d8f-4b99-8bf7-8df22f62899e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4558 | 2025.01.31 23:36:29.162254 [ 189 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_14_3} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4559 | 2025.01.31 23:36:29.162486 [ 189 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_14_3} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4560 | 2025.01.31 23:36:29.162673 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4561 | 2025.01.31 23:36:29.163130 [ 259 ] {143274ea-8d8f-4b99-8bf7-8df22f62899e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4562 | 2025.01.31 23:36:29.163409 [ 259 ] {143274ea-8d8f-4b99-8bf7-8df22f62899e} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4563 | 2025.01.31 23:36:29.163678 [ 259 ] {143274ea-8d8f-4b99-8bf7-8df22f62899e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006231 sec., 6259.027443428021 rows/sec., 11.22 MiB/sec. | ||
| 4564 | 2025.01.31 23:36:29.163952 [ 259 ] {143274ea-8d8f-4b99-8bf7-8df22f62899e} <Debug> TCPHandler: Processed in 0.00667305 sec. | ||
| 4565 | 2025.01.31 23:36:29.164126 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4566 | 2025.01.31 23:36:29.164269 [ 262 ] {365cb768-d860-4d93-8d15-0ebea9723fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4567 | 2025.01.31 23:36:29.164339 [ 262 ] {365cb768-d860-4d93-8d15-0ebea9723fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4568 | 2025.01.31 23:36:29.164882 [ 262 ] {365cb768-d860-4d93-8d15-0ebea9723fc2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4569 | 2025.01.31 23:36:29.164923 [ 262 ] {365cb768-d860-4d93-8d15-0ebea9723fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4570 | 2025.01.31 23:36:29.165328 [ 262 ] {365cb768-d860-4d93-8d15-0ebea9723fc2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4571 | 2025.01.31 23:36:29.165580 [ 262 ] {365cb768-d860-4d93-8d15-0ebea9723fc2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4572 | 2025.01.31 23:36:29.165802 [ 262 ] {365cb768-d860-4d93-8d15-0ebea9723fc2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001555 sec., 52733.11897106109 rows/sec., 3.35 MiB/sec. | ||
| 4573 | 2025.01.31 23:36:29.165871 [ 262 ] {365cb768-d860-4d93-8d15-0ebea9723fc2} <Debug> TCPHandler: Processed in 0.001810587 sec. | ||
| 4574 | 2025.01.31 23:36:33.200874 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4575 | 2025.01.31 23:36:33.200974 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4576 | 2025.01.31 23:36:33.317037 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4577 | 2025.01.31 23:36:33.317692 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4578 | 2025.01.31 23:36:33.317738 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4579 | 2025.01.31 23:36:33.318321 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4580 | 2025.01.31 23:36:33.318580 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4581 | 2025.01.31 23:36:33.318886 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4582 | 2025.01.31 23:36:33.985544 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4583 | 2025.01.31 23:36:34.005558 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2025.01.31 23:36:34.005633 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4585 | 2025.01.31 23:36:34.013130 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4586 | 2025.01.31 23:36:34.013936 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4587 | 2025.01.31 23:36:34.017205 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4588 | 2025.01.31 23:36:34.131254 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4589 | 2025.01.31 23:36:34.131517 [ 262 ] {0bec7586-715d-4a2f-9708-83fe8d43aad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4590 | 2025.01.31 23:36:34.131588 [ 262 ] {0bec7586-715d-4a2f-9708-83fe8d43aad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4591 | 2025.01.31 23:36:34.132375 [ 262 ] {0bec7586-715d-4a2f-9708-83fe8d43aad2} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4592 | 2025.01.31 23:36:34.132417 [ 262 ] {0bec7586-715d-4a2f-9708-83fe8d43aad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4593 | 2025.01.31 23:36:34.132872 [ 262 ] {0bec7586-715d-4a2f-9708-83fe8d43aad2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4594 | 2025.01.31 23:36:34.133125 [ 262 ] {0bec7586-715d-4a2f-9708-83fe8d43aad2} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4595 | 2025.01.31 23:36:34.133360 [ 262 ] {0bec7586-715d-4a2f-9708-83fe8d43aad2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001889 sec., 29645.314981471678 rows/sec., 2.26 MiB/sec. | ||
| 4596 | 2025.01.31 23:36:34.133581 [ 262 ] {0bec7586-715d-4a2f-9708-83fe8d43aad2} <Debug> TCPHandler: Processed in 0.002510858 sec. | ||
| 4597 | 2025.01.31 23:36:34.133968 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2025.01.31 23:36:34.134253 [ 259 ] {7047df1a-295f-415e-a180-0af42730cffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4599 | 2025.01.31 23:36:34.134365 [ 259 ] {7047df1a-295f-415e-a180-0af42730cffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4600 | 2025.01.31 23:36:34.135141 [ 259 ] {7047df1a-295f-415e-a180-0af42730cffc} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2025.01.31 23:36:34.135186 [ 259 ] {7047df1a-295f-415e-a180-0af42730cffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4602 | 2025.01.31 23:36:34.135619 [ 259 ] {7047df1a-295f-415e-a180-0af42730cffc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4603 | 2025.01.31 23:36:34.135877 [ 259 ] {7047df1a-295f-415e-a180-0af42730cffc} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2025.01.31 23:36:34.136146 [ 259 ] {7047df1a-295f-415e-a180-0af42730cffc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001974 sec., 32421.47922998987 rows/sec., 2.53 MiB/sec. | ||
| 4605 | 2025.01.31 23:36:34.136355 [ 259 ] {7047df1a-295f-415e-a180-0af42730cffc} <Debug> TCPHandler: Processed in 0.002610702 sec. | ||
| 4606 | 2025.01.31 23:36:34.136601 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4607 | 2025.01.31 23:36:34.136745 [ 262 ] {9e04aa78-1954-43da-bbb7-642b63f186ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4608 | 2025.01.31 23:36:34.136810 [ 262 ] {9e04aa78-1954-43da-bbb7-642b63f186ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4609 | 2025.01.31 23:36:34.137474 [ 262 ] {9e04aa78-1954-43da-bbb7-642b63f186ed} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2025.01.31 23:36:34.137513 [ 262 ] {9e04aa78-1954-43da-bbb7-642b63f186ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4611 | 2025.01.31 23:36:34.137911 [ 262 ] {9e04aa78-1954-43da-bbb7-642b63f186ed} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4612 | 2025.01.31 23:36:34.138159 [ 262 ] {9e04aa78-1954-43da-bbb7-642b63f186ed} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2025.01.31 23:36:34.138333 [ 262 ] {9e04aa78-1954-43da-bbb7-642b63f186ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec. | ||
| 4614 | 2025.01.31 23:36:34.138384 [ 262 ] {9e04aa78-1954-43da-bbb7-642b63f186ed} <Debug> TCPHandler: Processed in 0.00189142 sec. | ||
| 4615 | 2025.01.31 23:36:34.138529 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2025.01.31 23:36:34.138652 [ 259 ] {4fa51fb2-4d02-4e5e-9c9a-6374f1e6ef6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4617 | 2025.01.31 23:36:34.138709 [ 259 ] {4fa51fb2-4d02-4e5e-9c9a-6374f1e6ef6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4618 | 2025.01.31 23:36:34.139226 [ 259 ] {4fa51fb2-4d02-4e5e-9c9a-6374f1e6ef6c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2025.01.31 23:36:34.139266 [ 259 ] {4fa51fb2-4d02-4e5e-9c9a-6374f1e6ef6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4620 | 2025.01.31 23:36:34.139648 [ 259 ] {4fa51fb2-4d02-4e5e-9c9a-6374f1e6ef6c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4621 | 2025.01.31 23:36:34.139888 [ 259 ] {4fa51fb2-4d02-4e5e-9c9a-6374f1e6ef6c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2025.01.31 23:36:34.140103 [ 259 ] {4fa51fb2-4d02-4e5e-9c9a-6374f1e6ef6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. | ||
| 4623 | 2025.01.31 23:36:34.140157 [ 259 ] {4fa51fb2-4d02-4e5e-9c9a-6374f1e6ef6c} <Debug> TCPHandler: Processed in 0.001687193 sec. | ||
| 4624 | 2025.01.31 23:36:34.977771 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4625 | 2025.01.31 23:36:34.977980 [ 262 ] {81ac11f2-8a13-4dce-b066-ea11a867b488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4626 | 2025.01.31 23:36:34.978058 [ 262 ] {81ac11f2-8a13-4dce-b066-ea11a867b488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4627 | 2025.01.31 23:36:34.978806 [ 262 ] {81ac11f2-8a13-4dce-b066-ea11a867b488} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2025.01.31 23:36:34.978850 [ 262 ] {81ac11f2-8a13-4dce-b066-ea11a867b488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4629 | 2025.01.31 23:36:34.979293 [ 262 ] {81ac11f2-8a13-4dce-b066-ea11a867b488} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4630 | 2025.01.31 23:36:34.979544 [ 262 ] {81ac11f2-8a13-4dce-b066-ea11a867b488} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2025.01.31 23:36:34.979736 [ 262 ] {81ac11f2-8a13-4dce-b066-ea11a867b488} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001815 sec., 7713.498622589532 rows/sec., 555.27 KiB/sec. | ||
| 4632 | 2025.01.31 23:36:34.979791 [ 262 ] {81ac11f2-8a13-4dce-b066-ea11a867b488} <Debug> TCPHandler: Processed in 0.002162998 sec. | ||
| 4633 | 2025.01.31 23:36:34.980089 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2025.01.31 23:36:34.980392 [ 259 ] {d4683d03-258f-4985-afea-fc3feee1d78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4635 | 2025.01.31 23:36:34.980494 [ 259 ] {d4683d03-258f-4985-afea-fc3feee1d78e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4636 | 2025.01.31 23:36:34.981227 [ 259 ] {d4683d03-258f-4985-afea-fc3feee1d78e} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2025.01.31 23:36:34.981278 [ 259 ] {d4683d03-258f-4985-afea-fc3feee1d78e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4638 | 2025.01.31 23:36:34.981707 [ 259 ] {d4683d03-258f-4985-afea-fc3feee1d78e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4639 | 2025.01.31 23:36:34.981967 [ 259 ] {d4683d03-258f-4985-afea-fc3feee1d78e} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2025.01.31 23:36:34.982204 [ 259 ] {d4683d03-258f-4985-afea-fc3feee1d78e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001895 sec., 1055.4089709762534 rows/sec., 86.06 KiB/sec. | ||
| 4641 | 2025.01.31 23:36:34.982270 [ 259 ] {d4683d03-258f-4985-afea-fc3feee1d78e} <Debug> TCPHandler: Processed in 0.002369465 sec. | ||
| 4642 | 2025.01.31 23:36:34.982408 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2025.01.31 23:36:34.982546 [ 262 ] {d4df2578-2549-46d1-a317-8904d69f9869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4644 | 2025.01.31 23:36:34.982603 [ 262 ] {d4df2578-2549-46d1-a317-8904d69f9869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4645 | 2025.01.31 23:36:34.983846 [ 262 ] {d4df2578-2549-46d1-a317-8904d69f9869} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2025.01.31 23:36:34.983886 [ 262 ] {d4df2578-2549-46d1-a317-8904d69f9869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4647 | 2025.01.31 23:36:34.984344 [ 262 ] {d4df2578-2549-46d1-a317-8904d69f9869} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4648 | 2025.01.31 23:36:34.984584 [ 262 ] {d4df2578-2549-46d1-a317-8904d69f9869} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2025.01.31 23:36:34.984817 [ 262 ] {d4df2578-2549-46d1-a317-8904d69f9869} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.0023 sec., 618260.8695652174 rows/sec., 51.62 MiB/sec. | ||
| 4650 | 2025.01.31 23:36:34.984871 [ 262 ] {d4df2578-2549-46d1-a317-8904d69f9869} <Debug> TCPHandler: Processed in 0.00252888 sec. | ||
| 4651 | 2025.01.31 23:36:34.985075 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2025.01.31 23:36:34.985305 [ 259 ] {8a0c3efc-e6ae-40ba-a87e-d3bacb46153f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4653 | 2025.01.31 23:36:34.985401 [ 259 ] {8a0c3efc-e6ae-40ba-a87e-d3bacb46153f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4654 | 2025.01.31 23:36:34.986034 [ 259 ] {8a0c3efc-e6ae-40ba-a87e-d3bacb46153f} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4655 | 2025.01.31 23:36:34.986075 [ 259 ] {8a0c3efc-e6ae-40ba-a87e-d3bacb46153f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4656 | 2025.01.31 23:36:34.986454 [ 259 ] {8a0c3efc-e6ae-40ba-a87e-d3bacb46153f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4657 | 2025.01.31 23:36:34.986686 [ 259 ] {8a0c3efc-e6ae-40ba-a87e-d3bacb46153f} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4658 | 2025.01.31 23:36:34.986924 [ 259 ] {8a0c3efc-e6ae-40ba-a87e-d3bacb46153f} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001678 sec., 28605.48271752086 rows/sec., 2.05 MiB/sec. | ||
| 4659 | 2025.01.31 23:36:34.986978 [ 259 ] {8a0c3efc-e6ae-40ba-a87e-d3bacb46153f} <Debug> TCPHandler: Processed in 0.002019833 sec. | ||
| 4660 | 2025.01.31 23:36:34.987116 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4661 | 2025.01.31 23:36:34.987253 [ 262 ] {8d7adfc6-1d29-409f-beef-e6d5dcdd30b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4662 | 2025.01.31 23:36:34.987310 [ 262 ] {8d7adfc6-1d29-409f-beef-e6d5dcdd30b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4663 | 2025.01.31 23:36:34.987963 [ 262 ] {8d7adfc6-1d29-409f-beef-e6d5dcdd30b4} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4664 | 2025.01.31 23:36:34.988003 [ 262 ] {8d7adfc6-1d29-409f-beef-e6d5dcdd30b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4665 | 2025.01.31 23:36:34.988358 [ 262 ] {8d7adfc6-1d29-409f-beef-e6d5dcdd30b4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4666 | 2025.01.31 23:36:34.988596 [ 262 ] {8d7adfc6-1d29-409f-beef-e6d5dcdd30b4} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4667 | 2025.01.31 23:36:34.988831 [ 262 ] {8d7adfc6-1d29-409f-beef-e6d5dcdd30b4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001607 sec., 150591.16365899192 rows/sec., 10.20 MiB/sec. | ||
| 4668 | 2025.01.31 23:36:34.988882 [ 262 ] {8d7adfc6-1d29-409f-beef-e6d5dcdd30b4} <Debug> TCPHandler: Processed in 0.001833648 sec. | ||
| 4669 | 2025.01.31 23:36:34.989070 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4670 | 2025.01.31 23:36:34.989293 [ 259 ] {cba947f7-9f40-4609-97d2-80026f20d76d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4671 | 2025.01.31 23:36:34.989382 [ 259 ] {cba947f7-9f40-4609-97d2-80026f20d76d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4672 | 2025.01.31 23:36:34.989994 [ 259 ] {cba947f7-9f40-4609-97d2-80026f20d76d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4673 | 2025.01.31 23:36:34.990034 [ 259 ] {cba947f7-9f40-4609-97d2-80026f20d76d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4674 | 2025.01.31 23:36:34.990386 [ 259 ] {cba947f7-9f40-4609-97d2-80026f20d76d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4675 | 2025.01.31 23:36:34.990624 [ 259 ] {cba947f7-9f40-4609-97d2-80026f20d76d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4676 | 2025.01.31 23:36:34.990876 [ 259 ] {cba947f7-9f40-4609-97d2-80026f20d76d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001638 sec., 7936.507936507937 rows/sec., 494.84 KiB/sec. | ||
| 4677 | 2025.01.31 23:36:34.990991 [ 259 ] {cba947f7-9f40-4609-97d2-80026f20d76d} <Debug> TCPHandler: Processed in 0.002029454 sec. | ||
| 4678 | 2025.01.31 23:36:34.991190 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4679 | 2025.01.31 23:36:34.991329 [ 262 ] {a809a898-4088-4bab-af8d-9498375cdb2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4680 | 2025.01.31 23:36:34.991387 [ 262 ] {a809a898-4088-4bab-af8d-9498375cdb2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4681 | 2025.01.31 23:36:34.992368 [ 262 ] {a809a898-4088-4bab-af8d-9498375cdb2d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4682 | 2025.01.31 23:36:34.992412 [ 262 ] {a809a898-4088-4bab-af8d-9498375cdb2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4683 | 2025.01.31 23:36:34.992801 [ 262 ] {a809a898-4088-4bab-af8d-9498375cdb2d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4684 | 2025.01.31 23:36:34.993050 [ 262 ] {a809a898-4088-4bab-af8d-9498375cdb2d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4685 | 2025.01.31 23:36:34.993270 [ 262 ] {a809a898-4088-4bab-af8d-9498375cdb2d} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.00197 sec., 446192.89340101526 rows/sec., 32.35 MiB/sec. | ||
| 4686 | 2025.01.31 23:36:34.993321 [ 262 ] {a809a898-4088-4bab-af8d-9498375cdb2d} <Debug> TCPHandler: Processed in 0.002197939 sec. | ||
| 4687 | 2025.01.31 23:36:34.993506 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4688 | 2025.01.31 23:36:34.993723 [ 259 ] {648b1222-41ac-4539-b7ed-a7c09d3dfaec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4689 | 2025.01.31 23:36:34.993816 [ 259 ] {648b1222-41ac-4539-b7ed-a7c09d3dfaec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4690 | 2025.01.31 23:36:34.994576 [ 259 ] {648b1222-41ac-4539-b7ed-a7c09d3dfaec} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2025.01.31 23:36:34.994615 [ 259 ] {648b1222-41ac-4539-b7ed-a7c09d3dfaec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4692 | 2025.01.31 23:36:34.994975 [ 259 ] {648b1222-41ac-4539-b7ed-a7c09d3dfaec} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4693 | 2025.01.31 23:36:34.995203 [ 259 ] {648b1222-41ac-4539-b7ed-a7c09d3dfaec} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2025.01.31 23:36:34.995416 [ 259 ] {648b1222-41ac-4539-b7ed-a7c09d3dfaec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001747 sec., 3434.45907269605 rows/sec., 179.44 KiB/sec. | ||
| 4695 | 2025.01.31 23:36:34.995472 [ 259 ] {648b1222-41ac-4539-b7ed-a7c09d3dfaec} <Debug> TCPHandler: Processed in 0.002074555 sec. | ||
| 4696 | 2025.01.31 23:36:34.995630 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4697 | 2025.01.31 23:36:34.995770 [ 262 ] {a4e85e56-56db-44f7-969c-abd2cf08bd30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4698 | 2025.01.31 23:36:34.995834 [ 262 ] {a4e85e56-56db-44f7-969c-abd2cf08bd30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4699 | 2025.01.31 23:36:34.996686 [ 262 ] {a4e85e56-56db-44f7-969c-abd2cf08bd30} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4700 | 2025.01.31 23:36:34.996725 [ 262 ] {a4e85e56-56db-44f7-969c-abd2cf08bd30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4701 | 2025.01.31 23:36:34.997163 [ 262 ] {a4e85e56-56db-44f7-969c-abd2cf08bd30} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4702 | 2025.01.31 23:36:34.997404 [ 262 ] {a4e85e56-56db-44f7-969c-abd2cf08bd30} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4703 | 2025.01.31 23:36:34.997654 [ 262 ] {a4e85e56-56db-44f7-969c-abd2cf08bd30} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001911 sec., 500261.643118786 rows/sec., 33.24 MiB/sec. | ||
| 4704 | 2025.01.31 23:36:34.997843 [ 262 ] {a4e85e56-56db-44f7-969c-abd2cf08bd30} <Debug> TCPHandler: Processed in 0.002276201 sec. | ||
| 4705 | 2025.01.31 23:36:34.998073 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4706 | 2025.01.31 23:36:34.998215 [ 259 ] {555d8ae3-6359-4071-9415-d6e260d261cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4707 | 2025.01.31 23:36:34.998275 [ 259 ] {555d8ae3-6359-4071-9415-d6e260d261cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4708 | 2025.01.31 23:36:34.998769 [ 259 ] {555d8ae3-6359-4071-9415-d6e260d261cd} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4709 | 2025.01.31 23:36:34.998809 [ 259 ] {555d8ae3-6359-4071-9415-d6e260d261cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4710 | 2025.01.31 23:36:34.999206 [ 259 ] {555d8ae3-6359-4071-9415-d6e260d261cd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4711 | 2025.01.31 23:36:34.999465 [ 259 ] {555d8ae3-6359-4071-9415-d6e260d261cd} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4712 | 2025.01.31 23:36:34.999683 [ 259 ] {555d8ae3-6359-4071-9415-d6e260d261cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec. | ||
| 4713 | 2025.01.31 23:36:34.999735 [ 259 ] {555d8ae3-6359-4071-9415-d6e260d261cd} <Debug> TCPHandler: Processed in 0.001763986 sec. | ||
| 4714 | 2025.01.31 23:36:34.999898 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4715 | 2025.01.31 23:36:35.000035 [ 262 ] {84fb9f6e-0d29-4006-8bf9-a274c353a4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4716 | 2025.01.31 23:36:35.000127 [ 262 ] {84fb9f6e-0d29-4006-8bf9-a274c353a4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4717 | 2025.01.31 23:36:35.001900 [ 262 ] {84fb9f6e-0d29-4006-8bf9-a274c353a4fc} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4718 | 2025.01.31 23:36:35.001942 [ 262 ] {84fb9f6e-0d29-4006-8bf9-a274c353a4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4719 | 2025.01.31 23:36:35.002597 [ 262 ] {84fb9f6e-0d29-4006-8bf9-a274c353a4fc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4720 | 2025.01.31 23:36:35.002863 [ 262 ] {84fb9f6e-0d29-4006-8bf9-a274c353a4fc} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4721 | 2025.01.31 23:36:35.003147 [ 262 ] {84fb9f6e-0d29-4006-8bf9-a274c353a4fc} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00314 sec., 12420.382165605095 rows/sec., 22.26 MiB/sec. | ||
| 4722 | 2025.01.31 23:36:35.003462 [ 262 ] {84fb9f6e-0d29-4006-8bf9-a274c353a4fc} <Debug> TCPHandler: Processed in 0.003629254 sec. | ||
| 4723 | 2025.01.31 23:36:35.003631 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4724 | 2025.01.31 23:36:35.003774 [ 259 ] {892e74c6-8e8a-4e7f-9304-04ae39a77d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4725 | 2025.01.31 23:36:35.003834 [ 259 ] {892e74c6-8e8a-4e7f-9304-04ae39a77d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4726 | 2025.01.31 23:36:35.004404 [ 259 ] {892e74c6-8e8a-4e7f-9304-04ae39a77d58} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4727 | 2025.01.31 23:36:35.004442 [ 259 ] {892e74c6-8e8a-4e7f-9304-04ae39a77d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4728 | 2025.01.31 23:36:35.004838 [ 259 ] {892e74c6-8e8a-4e7f-9304-04ae39a77d58} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4729 | 2025.01.31 23:36:35.005092 [ 259 ] {892e74c6-8e8a-4e7f-9304-04ae39a77d58} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4730 | 2025.01.31 23:36:35.005311 [ 259 ] {892e74c6-8e8a-4e7f-9304-04ae39a77d58} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001571 sec., 21642.266072565246 rows/sec., 1.26 MiB/sec. | ||
| 4731 | 2025.01.31 23:36:35.005367 [ 259 ] {892e74c6-8e8a-4e7f-9304-04ae39a77d58} <Debug> TCPHandler: Processed in 0.001804237 sec. | ||
| 4732 | 2025.01.31 23:36:38.351607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 684 | ||
| 4733 | 2025.01.31 23:36:38.355109 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4734 | 2025.01.31 23:36:38.355166 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4735 | 2025.01.31 23:36:38.356665 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4736 | 2025.01.31 23:36:38.356991 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2025.01.31 23:36:38.357228 [ 59 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4738 | 2025.01.31 23:36:38.357353 [ 59 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4739 | 2025.01.31 23:36:38.357424 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4740 | 2025.01.31 23:36:38.357877 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 4741 | 2025.01.31 23:36:38.358646 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 684 | ||
| 4742 | 2025.01.31 23:36:38.358982 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4743 | 2025.01.31 23:36:38.359112 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 4744 | 2025.01.31 23:36:38.359790 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 4745 | 2025.01.31 23:36:38.360658 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 4746 | 2025.01.31 23:36:38.361224 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 4747 | 2025.01.31 23:36:38.361731 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 4748 | 2025.01.31 23:36:38.362325 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 4749 | 2025.01.31 23:36:38.370144 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 72 columns (72 merged, 0 gathered) in 0.012572075 sec., 54406.29331275863 rows/sec., 46.45 MiB/sec. | ||
| 4750 | 2025.01.31 23:36:38.371237 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4751 | 2025.01.31 23:36:38.371921 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_16_3} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4752 | 2025.01.31 23:36:38.372000 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_16_3} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4753 | 2025.01.31 23:36:38.372195 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. | ||
| 4754 | 2025.01.31 23:36:39.129039 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4755 | 2025.01.31 23:36:39.129230 [ 262 ] {5b805a34-2717-4f70-b3d9-ce44e809b8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4756 | 2025.01.31 23:36:39.129304 [ 262 ] {5b805a34-2717-4f70-b3d9-ce44e809b8bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4757 | 2025.01.31 23:36:39.130069 [ 262 ] {5b805a34-2717-4f70-b3d9-ce44e809b8bd} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2025.01.31 23:36:39.130116 [ 262 ] {5b805a34-2717-4f70-b3d9-ce44e809b8bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4759 | 2025.01.31 23:36:39.130561 [ 262 ] {5b805a34-2717-4f70-b3d9-ce44e809b8bd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4760 | 2025.01.31 23:36:39.130841 [ 262 ] {5b805a34-2717-4f70-b3d9-ce44e809b8bd} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4761 | 2025.01.31 23:36:39.130993 [ 57 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4762 | 2025.01.31 23:36:39.131039 [ 57 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4763 | 2025.01.31 23:36:39.131050 [ 262 ] {5b805a34-2717-4f70-b3d9-ce44e809b8bd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.29 MiB/sec. | ||
| 4764 | 2025.01.31 23:36:39.131072 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4765 | 2025.01.31 23:36:39.131171 [ 262 ] {5b805a34-2717-4f70-b3d9-ce44e809b8bd} <Debug> TCPHandler: Processed in 0.002260161 sec. | ||
| 4766 | 2025.01.31 23:36:39.131327 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 4767 | 2025.01.31 23:36:39.131429 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4768 | 2025.01.31 23:36:39.131493 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4769 | 2025.01.31 23:36:39.131533 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1430 rows starting from the beginning of the part | ||
| 4770 | 2025.01.31 23:36:39.131647 [ 259 ] {9819fe55-b50c-49b3-81d1-edf776b2223e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4771 | 2025.01.31 23:36:39.131654 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 4772 | 2025.01.31 23:36:39.131875 [ 259 ] {9819fe55-b50c-49b3-81d1-edf776b2223e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4773 | 2025.01.31 23:36:39.132059 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 4774 | 2025.01.31 23:36:39.132349 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 4775 | 2025.01.31 23:36:39.132578 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 4776 | 2025.01.31 23:36:39.132814 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 4777 | 2025.01.31 23:36:39.133754 [ 259 ] {9819fe55-b50c-49b3-81d1-edf776b2223e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4778 | 2025.01.31 23:36:39.133807 [ 259 ] {9819fe55-b50c-49b3-81d1-edf776b2223e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4779 | 2025.01.31 23:36:39.134510 [ 259 ] {9819fe55-b50c-49b3-81d1-edf776b2223e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4780 | 2025.01.31 23:36:39.134804 [ 259 ] {9819fe55-b50c-49b3-81d1-edf776b2223e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4781 | 2025.01.31 23:36:39.135092 [ 57 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4782 | 2025.01.31 23:36:39.135280 [ 57 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4783 | 2025.01.31 23:36:39.135401 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4784 | 2025.01.31 23:36:39.135438 [ 259 ] {9819fe55-b50c-49b3-81d1-edf776b2223e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003846 sec., 16640.665626625065 rows/sec., 1.30 MiB/sec. | ||
| 4785 | 2025.01.31 23:36:39.135488 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.004306765 sec., 766468.5674746591 rows/sec., 66.92 MiB/sec. | ||
| 4786 | 2025.01.31 23:36:39.135676 [ 259 ] {9819fe55-b50c-49b3-81d1-edf776b2223e} <Debug> TCPHandler: Processed in 0.004383518 sec. | ||
| 4787 | 2025.01.31 23:36:39.135689 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 4788 | 2025.01.31 23:36:39.135799 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4789 | 2025.01.31 23:36:39.135949 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4790 | 2025.01.31 23:36:39.135983 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4791 | 2025.01.31 23:36:39.136051 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 4792 | 2025.01.31 23:36:39.136429 [ 262 ] {e05d9733-2557-4a54-a48a-c20a8549e1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4793 | 2025.01.31 23:36:39.136551 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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.31 23:36:39.136673 [ 262 ] {e05d9733-2557-4a54-a48a-c20a8549e1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4795 | 2025.01.31 23:36:39.136682 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_36_7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4796 | 2025.01.31 23:36:39.136931 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 4797 | 2025.01.31 23:36:39.137511 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_36_7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4798 | 2025.01.31 23:36:39.137535 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 4799 | 2025.01.31 23:36:39.137920 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4800 | 2025.01.31 23:36:39.138188 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 4801 | 2025.01.31 23:36:39.138481 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 4802 | 2025.01.31 23:36:39.139709 [ 262 ] {e05d9733-2557-4a54-a48a-c20a8549e1d4} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4803 | 2025.01.31 23:36:39.139786 [ 262 ] {e05d9733-2557-4a54-a48a-c20a8549e1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4804 | 2025.01.31 23:36:39.140949 [ 262 ] {e05d9733-2557-4a54-a48a-c20a8549e1d4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4805 | 2025.01.31 23:36:39.141504 [ 262 ] {e05d9733-2557-4a54-a48a-c20a8549e1d4} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4806 | 2025.01.31 23:36:39.141613 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006085921 sec., 395174.37048558466 rows/sec., 30.30 MiB/sec. | ||
| 4807 | 2025.01.31 23:36:39.141800 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4808 | 2025.01.31 23:36:39.141882 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4809 | 2025.01.31 23:36:39.141935 [ 262 ] {e05d9733-2557-4a54-a48a-c20a8549e1d4} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005754 sec., 22245.394508168232 rows/sec., 1.55 MiB/sec. | ||
| 4810 | 2025.01.31 23:36:39.141954 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4811 | 2025.01.31 23:36:39.141941 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4812 | 2025.01.31 23:36:39.142244 [ 262 ] {e05d9733-2557-4a54-a48a-c20a8549e1d4} <Debug> TCPHandler: Processed in 0.006465823 sec. | ||
| 4813 | 2025.01.31 23:36:39.142535 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 4814 | 2025.01.31 23:36:39.142552 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4815 | 2025.01.31 23:36:39.142950 [ 259 ] {56119993-a6f7-455b-b986-5df5b4fcd419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4816 | 2025.01.31 23:36:39.143036 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_36_7} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4817 | 2025.01.31 23:36:39.143057 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4818 | 2025.01.31 23:36:39.143085 [ 259 ] {56119993-a6f7-455b-b986-5df5b4fcd419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4819 | 2025.01.31 23:36:39.143220 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10056 rows starting from the beginning of the part | ||
| 4820 | 2025.01.31 23:36:39.143378 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_36_7} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4821 | 2025.01.31 23:36:39.143797 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 4822 | 2025.01.31 23:36:39.143914 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4823 | 2025.01.31 23:36:39.144227 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 4824 | 2025.01.31 23:36:39.144621 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 4825 | 2025.01.31 23:36:39.144899 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 4826 | 2025.01.31 23:36:39.145269 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 4827 | 2025.01.31 23:36:39.146018 [ 259 ] {56119993-a6f7-455b-b986-5df5b4fcd419} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4828 | 2025.01.31 23:36:39.146084 [ 259 ] {56119993-a6f7-455b-b986-5df5b4fcd419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4829 | 2025.01.31 23:36:39.146845 [ 259 ] {56119993-a6f7-455b-b986-5df5b4fcd419} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4830 | 2025.01.31 23:36:39.147183 [ 259 ] {56119993-a6f7-455b-b986-5df5b4fcd419} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4831 | 2025.01.31 23:36:39.147551 [ 56 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4832 | 2025.01.31 23:36:39.147675 [ 56 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4833 | 2025.01.31 23:36:39.147769 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4834 | 2025.01.31 23:36:39.147848 [ 259 ] {56119993-a6f7-455b-b986-5df5b4fcd419} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004986 sec., 9626.955475330926 rows/sec., 664.36 KiB/sec. | ||
| 4835 | 2025.01.31 23:36:39.148268 [ 259 ] {56119993-a6f7-455b-b986-5df5b4fcd419} <Debug> TCPHandler: Processed in 0.005874385 sec. | ||
| 4836 | 2025.01.31 23:36:39.148309 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4837 | 2025.01.31 23:36:39.149314 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4838 | 2025.01.31 23:36:39.149468 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4839 | 2025.01.31 23:36:39.149638 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4840 | 2025.01.31 23:36:39.149818 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4841 | 2025.01.31 23:36:39.149993 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4842 | 2025.01.31 23:36:39.150088 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4843 | 2025.01.31 23:36:39.150249 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 4844 | 2025.01.31 23:36:39.152132 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11697 rows, containing 5 columns (5 merged, 0 gathered) in 0.010023225 sec., 1166989.6664995549 rows/sec., 78.73 MiB/sec. | ||
| 4845 | 2025.01.31 23:36:39.152396 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 4 columns (4 merged, 0 gathered) in 0.00445478 sec., 488913.03274235764 rows/sec., 31.88 MiB/sec. | ||
| 4846 | 2025.01.31 23:36:39.152512 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4847 | 2025.01.31 23:36:39.152770 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4848 | 2025.01.31 23:36:39.152946 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4849 | 2025.01.31 23:36:39.153080 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4850 | 2025.01.31 23:36:39.153253 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 4851 | 2025.01.31 23:36:39.153319 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_36_7} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4852 | 2025.01.31 23:36:39.153409 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_36_7} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4853 | 2025.01.31 23:36:39.153504 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 4854 | 2025.01.31 23:36:40.819901 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4855 | 2025.01.31 23:36:40.820525 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4856 | 2025.01.31 23:36:40.820568 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4857 | 2025.01.31 23:36:40.821101 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4858 | 2025.01.31 23:36:40.821360 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4859 | 2025.01.31 23:36:40.821561 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4860 | 2025.01.31 23:36:41.518154 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4861 | 2025.01.31 23:36:41.540308 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4862 | 2025.01.31 23:36:41.540379 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4863 | 2025.01.31 23:36:41.548982 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4864 | 2025.01.31 23:36:41.549989 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4865 | 2025.01.31 23:36:41.554410 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4866 | 2025.01.31 23:36:44.130222 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4867 | 2025.01.31 23:36:44.130432 [ 262 ] {e1441310-c402-4b65-b997-8d611a904dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4868 | 2025.01.31 23:36:44.130508 [ 262 ] {e1441310-c402-4b65-b997-8d611a904dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4869 | 2025.01.31 23:36:44.131283 [ 262 ] {e1441310-c402-4b65-b997-8d611a904dfb} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4870 | 2025.01.31 23:36:44.131336 [ 262 ] {e1441310-c402-4b65-b997-8d611a904dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4871 | 2025.01.31 23:36:44.131786 [ 262 ] {e1441310-c402-4b65-b997-8d611a904dfb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4872 | 2025.01.31 23:36:44.132050 [ 262 ] {e1441310-c402-4b65-b997-8d611a904dfb} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4873 | 2025.01.31 23:36:44.132288 [ 262 ] {e1441310-c402-4b65-b997-8d611a904dfb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001909 sec., 29334.73022524882 rows/sec., 2.24 MiB/sec. | ||
| 4874 | 2025.01.31 23:36:44.132356 [ 262 ] {e1441310-c402-4b65-b997-8d611a904dfb} <Debug> TCPHandler: Processed in 0.002271482 sec. | ||
| 4875 | 2025.01.31 23:36:44.132613 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4876 | 2025.01.31 23:36:44.132814 [ 259 ] {3345c779-dd82-42ee-b38a-a68690aef6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4877 | 2025.01.31 23:36:44.132890 [ 259 ] {3345c779-dd82-42ee-b38a-a68690aef6bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4878 | 2025.01.31 23:36:44.133676 [ 259 ] {3345c779-dd82-42ee-b38a-a68690aef6bb} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4879 | 2025.01.31 23:36:44.133732 [ 259 ] {3345c779-dd82-42ee-b38a-a68690aef6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4880 | 2025.01.31 23:36:44.134185 [ 259 ] {3345c779-dd82-42ee-b38a-a68690aef6bb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4881 | 2025.01.31 23:36:44.134472 [ 259 ] {3345c779-dd82-42ee-b38a-a68690aef6bb} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4882 | 2025.01.31 23:36:44.134768 [ 259 ] {3345c779-dd82-42ee-b38a-a68690aef6bb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002005 sec., 31920.199501246887 rows/sec., 2.49 MiB/sec. | ||
| 4883 | 2025.01.31 23:36:44.134869 [ 259 ] {3345c779-dd82-42ee-b38a-a68690aef6bb} <Debug> TCPHandler: Processed in 0.002386135 sec. | ||
| 4884 | 2025.01.31 23:36:44.135090 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4885 | 2025.01.31 23:36:44.135224 [ 262 ] {cc16db1a-5b48-4938-8d85-4e06f32c252e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4886 | 2025.01.31 23:36:44.135283 [ 262 ] {cc16db1a-5b48-4938-8d85-4e06f32c252e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4887 | 2025.01.31 23:36:44.135881 [ 262 ] {cc16db1a-5b48-4938-8d85-4e06f32c252e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4888 | 2025.01.31 23:36:44.135921 [ 262 ] {cc16db1a-5b48-4938-8d85-4e06f32c252e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4889 | 2025.01.31 23:36:44.136347 [ 262 ] {cc16db1a-5b48-4938-8d85-4e06f32c252e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4890 | 2025.01.31 23:36:44.136592 [ 262 ] {cc16db1a-5b48-4938-8d85-4e06f32c252e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4891 | 2025.01.31 23:36:44.136807 [ 262 ] {cc16db1a-5b48-4938-8d85-4e06f32c252e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001613 sec., 99194.04835709857 rows/sec., 6.91 MiB/sec. | ||
| 4892 | 2025.01.31 23:36:44.136864 [ 262 ] {cc16db1a-5b48-4938-8d85-4e06f32c252e} <Debug> TCPHandler: Processed in 0.001876869 sec. | ||
| 4893 | 2025.01.31 23:36:44.137008 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4894 | 2025.01.31 23:36:44.137134 [ 259 ] {38d5a98f-5a25-4871-8ce9-a632051dcfc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4895 | 2025.01.31 23:36:44.137189 [ 259 ] {38d5a98f-5a25-4871-8ce9-a632051dcfc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4896 | 2025.01.31 23:36:44.137715 [ 259 ] {38d5a98f-5a25-4871-8ce9-a632051dcfc9} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4897 | 2025.01.31 23:36:44.137760 [ 259 ] {38d5a98f-5a25-4871-8ce9-a632051dcfc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4898 | 2025.01.31 23:36:44.138157 [ 259 ] {38d5a98f-5a25-4871-8ce9-a632051dcfc9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4899 | 2025.01.31 23:36:44.138402 [ 259 ] {38d5a98f-5a25-4871-8ce9-a632051dcfc9} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4900 | 2025.01.31 23:36:44.138616 [ 259 ] {38d5a98f-5a25-4871-8ce9-a632051dcfc9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec. | ||
| 4901 | 2025.01.31 23:36:44.138670 [ 259 ] {38d5a98f-5a25-4871-8ce9-a632051dcfc9} <Debug> TCPHandler: Processed in 0.001723444 sec. | ||
| 4902 | 2025.01.31 23:36:46.047112 [ 50 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4903 | 2025.01.31 23:36:46.047182 [ 50 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4904 | 2025.01.31 23:36:46.047210 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4905 | 2025.01.31 23:36:46.047419 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 4906 | 2025.01.31 23:36:46.047741 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4907 | 2025.01.31 23:36:46.047785 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 4908 | 2025.01.31 23:36:46.047857 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 4909 | 2025.01.31 23:36:46.048051 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 4910 | 2025.01.31 23:36:46.048318 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 4911 | 2025.01.31 23:36:46.048497 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 4912 | 2025.01.31 23:36:46.049599 [ 201 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002315722 sec., 38864.76874167106 rows/sec., 1.98 MiB/sec. | ||
| 4913 | 2025.01.31 23:36:46.049805 [ 201 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4914 | 2025.01.31 23:36:46.050160 [ 201 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_15_3} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4915 | 2025.01.31 23:36:46.050254 [ 201 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_15_3} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4916 | 2025.01.31 23:36:46.050356 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4917 | 2025.01.31 23:36:46.434248 [ 50 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4918 | 2025.01.31 23:36:46.434322 [ 50 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4919 | 2025.01.31 23:36:46.434353 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4920 | 2025.01.31 23:36:46.434566 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 4921 | 2025.01.31 23:36:46.434767 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4922 | 2025.01.31 23:36:46.434809 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 60 rows starting from the beginning of the part | ||
| 4923 | 2025.01.31 23:36:46.434898 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 62 rows starting from the beginning of the part | ||
| 4924 | 2025.01.31 23:36:46.434987 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 46 rows starting from the beginning of the part | ||
| 4925 | 2025.01.31 23:36:46.435245 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 4926 | 2025.01.31 23:36:46.435363 [ 188 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 4927 | 2025.01.31 23:36:46.436456 [ 202 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 262 rows, containing 5 columns (5 merged, 0 gathered) in 0.002021494 sec., 129607.11236343022 rows/sec., 9.76 MiB/sec. | ||
| 4928 | 2025.01.31 23:36:46.436612 [ 192 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4929 | 2025.01.31 23:36:46.436922 [ 192 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_15_3} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4930 | 2025.01.31 23:36:46.437013 [ 192 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_15_3} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4931 | 2025.01.31 23:36:46.437105 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4932 | 2025.01.31 23:36:47.126081 [ 49 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4933 | 2025.01.31 23:36:47.126194 [ 49 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4934 | 2025.01.31 23:36:47.126236 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4935 | 2025.01.31 23:36:47.126555 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 4936 | 2025.01.31 23:36:47.126890 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4937 | 2025.01.31 23:36:47.126966 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 4938 | 2025.01.31 23:36:47.127132 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 4939 | 2025.01.31 23:36:47.127237 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 4940 | 2025.01.31 23:36:47.127575 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 4941 | 2025.01.31 23:36:47.127830 [ 188 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 4942 | 2025.01.31 23:36:47.128869 [ 195 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002510419 sec., 300348.26855596615 rows/sec., 21.50 MiB/sec. | ||
| 4943 | 2025.01.31 23:36:47.129104 [ 195 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4944 | 2025.01.31 23:36:47.129480 [ 195 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_15_3} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4945 | 2025.01.31 23:36:47.129580 [ 195 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_15_3} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4946 | 2025.01.31 23:36:47.129692 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4947 | 2025.01.31 23:36:48.201232 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4948 | 2025.01.31 23:36:48.201289 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4949 | 2025.01.31 23:36:48.322564 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4950 | 2025.01.31 23:36:48.323229 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4951 | 2025.01.31 23:36:48.323265 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4952 | 2025.01.31 23:36:48.323814 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4953 | 2025.01.31 23:36:48.324073 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4954 | 2025.01.31 23:36:48.324259 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4955 | 2025.01.31 23:36:48.359774 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 700 | ||
| 4956 | 2025.01.31 23:36:48.363349 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4957 | 2025.01.31 23:36:48.363401 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4958 | 2025.01.31 23:36:48.364946 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4959 | 2025.01.31 23:36:48.365279 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4960 | 2025.01.31 23:36:48.365949 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 700 | ||
| 4961 | 2025.01.31 23:36:49.055373 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4962 | 2025.01.31 23:36:49.078123 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4963 | 2025.01.31 23:36:49.078188 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4964 | 2025.01.31 23:36:49.085672 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4965 | 2025.01.31 23:36:49.086492 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4966 | 2025.01.31 23:36:49.089543 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4967 | 2025.01.31 23:36:49.136987 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4968 | 2025.01.31 23:36:49.137209 [ 262 ] {2cfdf9be-0755-40cb-b87e-8dd2836d443b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4969 | 2025.01.31 23:36:49.137294 [ 262 ] {2cfdf9be-0755-40cb-b87e-8dd2836d443b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4970 | 2025.01.31 23:36:49.138254 [ 262 ] {2cfdf9be-0755-40cb-b87e-8dd2836d443b} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4971 | 2025.01.31 23:36:49.138311 [ 262 ] {2cfdf9be-0755-40cb-b87e-8dd2836d443b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4972 | 2025.01.31 23:36:49.138775 [ 262 ] {2cfdf9be-0755-40cb-b87e-8dd2836d443b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4973 | 2025.01.31 23:36:49.139061 [ 262 ] {2cfdf9be-0755-40cb-b87e-8dd2836d443b} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4974 | 2025.01.31 23:36:49.139304 [ 262 ] {2cfdf9be-0755-40cb-b87e-8dd2836d443b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002154 sec., 6499.535747446611 rows/sec., 467.88 KiB/sec. | ||
| 4975 | 2025.01.31 23:36:49.139377 [ 262 ] {2cfdf9be-0755-40cb-b87e-8dd2836d443b} <Debug> TCPHandler: Processed in 0.002540229 sec. | ||
| 4976 | 2025.01.31 23:36:49.139621 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4977 | 2025.01.31 23:36:49.139817 [ 259 ] {997210ab-d0b4-40e4-bde0-050700334b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4978 | 2025.01.31 23:36:49.139889 [ 259 ] {997210ab-d0b4-40e4-bde0-050700334b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4979 | 2025.01.31 23:36:49.140763 [ 259 ] {997210ab-d0b4-40e4-bde0-050700334b3b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4980 | 2025.01.31 23:36:49.140813 [ 259 ] {997210ab-d0b4-40e4-bde0-050700334b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4981 | 2025.01.31 23:36:49.141284 [ 259 ] {997210ab-d0b4-40e4-bde0-050700334b3b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4982 | 2025.01.31 23:36:49.141544 [ 259 ] {997210ab-d0b4-40e4-bde0-050700334b3b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4983 | 2025.01.31 23:36:49.141776 [ 259 ] {997210ab-d0b4-40e4-bde0-050700334b3b} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002015 sec., 139454.094292804 rows/sec., 12.30 MiB/sec. | ||
| 4984 | 2025.01.31 23:36:49.141834 [ 259 ] {997210ab-d0b4-40e4-bde0-050700334b3b} <Debug> TCPHandler: Processed in 0.002349234 sec. | ||
| 4985 | 2025.01.31 23:36:49.141984 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4986 | 2025.01.31 23:36:49.142134 [ 262 ] {14264d1b-68c8-4fca-88de-64c9da8adb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4987 | 2025.01.31 23:36:49.142195 [ 262 ] {14264d1b-68c8-4fca-88de-64c9da8adb5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4988 | 2025.01.31 23:36:49.142904 [ 262 ] {14264d1b-68c8-4fca-88de-64c9da8adb5a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4989 | 2025.01.31 23:36:49.142947 [ 262 ] {14264d1b-68c8-4fca-88de-64c9da8adb5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4990 | 2025.01.31 23:36:49.143323 [ 262 ] {14264d1b-68c8-4fca-88de-64c9da8adb5a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4991 | 2025.01.31 23:36:49.143570 [ 262 ] {14264d1b-68c8-4fca-88de-64c9da8adb5a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4992 | 2025.01.31 23:36:49.143779 [ 262 ] {14264d1b-68c8-4fca-88de-64c9da8adb5a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001683 sec., 27332.144979203804 rows/sec., 1.97 MiB/sec. | ||
| 4993 | 2025.01.31 23:36:49.143837 [ 262 ] {14264d1b-68c8-4fca-88de-64c9da8adb5a} <Debug> TCPHandler: Processed in 0.001923081 sec. | ||
| 4994 | 2025.01.31 23:36:49.144008 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4995 | 2025.01.31 23:36:49.144144 [ 259 ] {1e064262-9c78-4f87-a46e-4eea46fb656a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4996 | 2025.01.31 23:36:49.144200 [ 259 ] {1e064262-9c78-4f87-a46e-4eea46fb656a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4997 | 2025.01.31 23:36:49.144868 [ 259 ] {1e064262-9c78-4f87-a46e-4eea46fb656a} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4998 | 2025.01.31 23:36:49.144907 [ 259 ] {1e064262-9c78-4f87-a46e-4eea46fb656a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 4999 | 2025.01.31 23:36:49.145264 [ 259 ] {1e064262-9c78-4f87-a46e-4eea46fb656a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5000 | 2025.01.31 23:36:49.145513 [ 259 ] {1e064262-9c78-4f87-a46e-4eea46fb656a} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5001 | 2025.01.31 23:36:49.145721 [ 259 ] {1e064262-9c78-4f87-a46e-4eea46fb656a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001607 sec., 8711.885500933417 rows/sec., 610.12 KiB/sec. | ||
| 5002 | 2025.01.31 23:36:49.145774 [ 259 ] {1e064262-9c78-4f87-a46e-4eea46fb656a} <Debug> TCPHandler: Processed in 0.001834607 sec. | ||
| 5003 | 2025.01.31 23:36:49.145938 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5004 | 2025.01.31 23:36:49.146089 [ 262 ] {5ddeb107-95e9-41d7-9a3a-6f9842d97536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5005 | 2025.01.31 23:36:49.146149 [ 262 ] {5ddeb107-95e9-41d7-9a3a-6f9842d97536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5006 | 2025.01.31 23:36:49.146836 [ 262 ] {5ddeb107-95e9-41d7-9a3a-6f9842d97536} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2025.01.31 23:36:49.146877 [ 262 ] {5ddeb107-95e9-41d7-9a3a-6f9842d97536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5008 | 2025.01.31 23:36:49.147253 [ 262 ] {5ddeb107-95e9-41d7-9a3a-6f9842d97536} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5009 | 2025.01.31 23:36:49.147502 [ 262 ] {5ddeb107-95e9-41d7-9a3a-6f9842d97536} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5010 | 2025.01.31 23:36:49.147767 [ 262 ] {5ddeb107-95e9-41d7-9a3a-6f9842d97536} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001711 sec., 7597.895967270601 rows/sec., 473.73 KiB/sec. | ||
| 5011 | 2025.01.31 23:36:49.147994 [ 262 ] {5ddeb107-95e9-41d7-9a3a-6f9842d97536} <Debug> TCPHandler: Processed in 0.002121676 sec. | ||
| 5012 | 2025.01.31 23:36:49.148163 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5013 | 2025.01.31 23:36:49.148299 [ 259 ] {4436dcf9-5409-4fe5-a0c3-2e3490f0fc86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5014 | 2025.01.31 23:36:49.148355 [ 259 ] {4436dcf9-5409-4fe5-a0c3-2e3490f0fc86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5015 | 2025.01.31 23:36:49.149151 [ 259 ] {4436dcf9-5409-4fe5-a0c3-2e3490f0fc86} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5016 | 2025.01.31 23:36:49.149190 [ 259 ] {4436dcf9-5409-4fe5-a0c3-2e3490f0fc86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5017 | 2025.01.31 23:36:49.149585 [ 259 ] {4436dcf9-5409-4fe5-a0c3-2e3490f0fc86} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5018 | 2025.01.31 23:36:49.149835 [ 259 ] {4436dcf9-5409-4fe5-a0c3-2e3490f0fc86} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5019 | 2025.01.31 23:36:49.150044 [ 259 ] {4436dcf9-5409-4fe5-a0c3-2e3490f0fc86} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001775 sec., 237183.0985915493 rows/sec., 16.95 MiB/sec. | ||
| 5020 | 2025.01.31 23:36:49.150097 [ 259 ] {4436dcf9-5409-4fe5-a0c3-2e3490f0fc86} <Debug> TCPHandler: Processed in 0.002002303 sec. | ||
| 5021 | 2025.01.31 23:36:49.150244 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5022 | 2025.01.31 23:36:49.150367 [ 262 ] {6aa555fb-a99e-48d3-b272-98a3e5211530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5023 | 2025.01.31 23:36:49.150420 [ 262 ] {6aa555fb-a99e-48d3-b272-98a3e5211530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5024 | 2025.01.31 23:36:49.150904 [ 262 ] {6aa555fb-a99e-48d3-b272-98a3e5211530} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5025 | 2025.01.31 23:36:49.150943 [ 262 ] {6aa555fb-a99e-48d3-b272-98a3e5211530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5026 | 2025.01.31 23:36:49.151311 [ 262 ] {6aa555fb-a99e-48d3-b272-98a3e5211530} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5027 | 2025.01.31 23:36:49.151559 [ 262 ] {6aa555fb-a99e-48d3-b272-98a3e5211530} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5028 | 2025.01.31 23:36:49.151766 [ 262 ] {6aa555fb-a99e-48d3-b272-98a3e5211530} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 219.98 KiB/sec. | ||
| 5029 | 2025.01.31 23:36:49.151818 [ 262 ] {6aa555fb-a99e-48d3-b272-98a3e5211530} <Debug> TCPHandler: Processed in 0.001633521 sec. | ||
| 5030 | 2025.01.31 23:36:49.151965 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5031 | 2025.01.31 23:36:49.152101 [ 259 ] {2755b347-7faf-4aeb-8bfb-d90707ab922e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5032 | 2025.01.31 23:36:49.152163 [ 259 ] {2755b347-7faf-4aeb-8bfb-d90707ab922e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5033 | 2025.01.31 23:36:49.152851 [ 259 ] {2755b347-7faf-4aeb-8bfb-d90707ab922e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5034 | 2025.01.31 23:36:49.152889 [ 259 ] {2755b347-7faf-4aeb-8bfb-d90707ab922e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5035 | 2025.01.31 23:36:49.153286 [ 259 ] {2755b347-7faf-4aeb-8bfb-d90707ab922e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5036 | 2025.01.31 23:36:49.153531 [ 259 ] {2755b347-7faf-4aeb-8bfb-d90707ab922e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2025.01.31 23:36:49.153749 [ 259 ] {2755b347-7faf-4aeb-8bfb-d90707ab922e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001679 sec., 141155.44967242406 rows/sec., 9.46 MiB/sec. | ||
| 5038 | 2025.01.31 23:36:49.153802 [ 259 ] {2755b347-7faf-4aeb-8bfb-d90707ab922e} <Debug> TCPHandler: Processed in 0.00190588 sec. | ||
| 5039 | 2025.01.31 23:36:49.153955 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5040 | 2025.01.31 23:36:49.154094 [ 262 ] {8b8ee5c4-bec9-4813-a1cf-2906bcc5bec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5041 | 2025.01.31 23:36:49.154155 [ 262 ] {8b8ee5c4-bec9-4813-a1cf-2906bcc5bec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5042 | 2025.01.31 23:36:49.154709 [ 262 ] {8b8ee5c4-bec9-4813-a1cf-2906bcc5bec4} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5043 | 2025.01.31 23:36:49.154755 [ 262 ] {8b8ee5c4-bec9-4813-a1cf-2906bcc5bec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5044 | 2025.01.31 23:36:49.155125 [ 262 ] {8b8ee5c4-bec9-4813-a1cf-2906bcc5bec4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5045 | 2025.01.31 23:36:49.155365 [ 262 ] {8b8ee5c4-bec9-4813-a1cf-2906bcc5bec4} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5046 | 2025.01.31 23:36:49.155634 [ 262 ] {8b8ee5c4-bec9-4813-a1cf-2906bcc5bec4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001572 sec., 636.1323155216285 rows/sec., 42.86 KiB/sec. | ||
| 5047 | 2025.01.31 23:36:49.155847 [ 262 ] {8b8ee5c4-bec9-4813-a1cf-2906bcc5bec4} <Debug> TCPHandler: Processed in 0.001958232 sec. | ||
| 5048 | 2025.01.31 23:36:49.156017 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5049 | 2025.01.31 23:36:49.156154 [ 259 ] {5574b77c-9440-4be8-8894-dad92a0470c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5050 | 2025.01.31 23:36:49.156246 [ 259 ] {5574b77c-9440-4be8-8894-dad92a0470c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5051 | 2025.01.31 23:36:49.157554 [ 259 ] {5574b77c-9440-4be8-8894-dad92a0470c6} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5052 | 2025.01.31 23:36:49.157648 [ 259 ] {5574b77c-9440-4be8-8894-dad92a0470c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5053 | 2025.01.31 23:36:49.158339 [ 259 ] {5574b77c-9440-4be8-8894-dad92a0470c6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5054 | 2025.01.31 23:36:49.158603 [ 259 ] {5574b77c-9440-4be8-8894-dad92a0470c6} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5055 | 2025.01.31 23:36:49.158788 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5056 | 2025.01.31 23:36:49.158860 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5057 | 2025.01.31 23:36:49.158875 [ 259 ] {5574b77c-9440-4be8-8894-dad92a0470c6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002738 sec., 14243.973703433163 rows/sec., 25.52 MiB/sec. | ||
| 5058 | 2025.01.31 23:36:49.158904 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5059 | 2025.01.31 23:36:49.159298 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 5060 | 2025.01.31 23:36:49.159431 [ 259 ] {5574b77c-9440-4be8-8894-dad92a0470c6} <Debug> TCPHandler: Processed in 0.00347622 sec. | ||
| 5061 | 2025.01.31 23:36:49.159731 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5062 | 2025.01.31 23:36:49.160005 [ 262 ] {57255104-bf46-4b0a-9f43-23b1c952496d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5063 | 2025.01.31 23:36:49.160101 [ 262 ] {57255104-bf46-4b0a-9f43-23b1c952496d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5064 | 2025.01.31 23:36:49.160165 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5065 | 2025.01.31 23:36:49.160297 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 324 rows starting from the beginning of the part | ||
| 5066 | 2025.01.31 23:36:49.160953 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 5067 | 2025.01.31 23:36:49.161608 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 5068 | 2025.01.31 23:36:49.161708 [ 262 ] {57255104-bf46-4b0a-9f43-23b1c952496d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5069 | 2025.01.31 23:36:49.161794 [ 262 ] {57255104-bf46-4b0a-9f43-23b1c952496d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5070 | 2025.01.31 23:36:49.162211 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 5071 | 2025.01.31 23:36:49.162891 [ 262 ] {57255104-bf46-4b0a-9f43-23b1c952496d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5072 | 2025.01.31 23:36:49.162907 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 5073 | 2025.01.31 23:36:49.163531 [ 262 ] {57255104-bf46-4b0a-9f43-23b1c952496d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5074 | 2025.01.31 23:36:49.163594 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 5075 | 2025.01.31 23:36:49.164030 [ 262 ] {57255104-bf46-4b0a-9f43-23b1c952496d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004048 sec., 20256.91699604743 rows/sec., 1.29 MiB/sec. | ||
| 5076 | 2025.01.31 23:36:49.164182 [ 262 ] {57255104-bf46-4b0a-9f43-23b1c952496d} <Debug> TCPHandler: Processed in 0.004620565 sec. | ||
| 5077 | 2025.01.31 23:36:49.168406 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 519 rows, containing 19 columns (19 merged, 0 gathered) in 0.009364605 sec., 55421.451305207214 rows/sec., 99.31 MiB/sec. | ||
| 5078 | 2025.01.31 23:36:49.169054 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5079 | 2025.01.31 23:36:49.169499 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5080 | 2025.01.31 23:36:49.169586 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5081 | 2025.01.31 23:36:49.169751 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. | ||
| 5082 | 2025.01.31 23:36:54.131108 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5083 | 2025.01.31 23:36:54.131317 [ 262 ] {b7f8dd50-99a4-4fdf-87f3-9fbe291a030b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5084 | 2025.01.31 23:36:54.131391 [ 262 ] {b7f8dd50-99a4-4fdf-87f3-9fbe291a030b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5085 | 2025.01.31 23:36:54.132144 [ 262 ] {b7f8dd50-99a4-4fdf-87f3-9fbe291a030b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5086 | 2025.01.31 23:36:54.132190 [ 262 ] {b7f8dd50-99a4-4fdf-87f3-9fbe291a030b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5087 | 2025.01.31 23:36:54.132637 [ 262 ] {b7f8dd50-99a4-4fdf-87f3-9fbe291a030b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5088 | 2025.01.31 23:36:54.132922 [ 262 ] {b7f8dd50-99a4-4fdf-87f3-9fbe291a030b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5089 | 2025.01.31 23:36:54.133136 [ 262 ] {b7f8dd50-99a4-4fdf-87f3-9fbe291a030b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.28 MiB/sec. | ||
| 5090 | 2025.01.31 23:36:54.133202 [ 262 ] {b7f8dd50-99a4-4fdf-87f3-9fbe291a030b} <Debug> TCPHandler: Processed in 0.00223017 sec. | ||
| 5091 | 2025.01.31 23:36:54.133434 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5092 | 2025.01.31 23:36:54.133630 [ 259 ] {2ca938f2-56fb-4773-998f-9caf43cc6d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5093 | 2025.01.31 23:36:54.133706 [ 259 ] {2ca938f2-56fb-4773-998f-9caf43cc6d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5094 | 2025.01.31 23:36:54.134496 [ 259 ] {2ca938f2-56fb-4773-998f-9caf43cc6d6a} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5095 | 2025.01.31 23:36:54.134546 [ 259 ] {2ca938f2-56fb-4773-998f-9caf43cc6d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5096 | 2025.01.31 23:36:54.135040 [ 259 ] {2ca938f2-56fb-4773-998f-9caf43cc6d6a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5097 | 2025.01.31 23:36:54.135300 [ 259 ] {2ca938f2-56fb-4773-998f-9caf43cc6d6a} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2025.01.31 23:36:54.135570 [ 259 ] {2ca938f2-56fb-4773-998f-9caf43cc6d6a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001983 sec., 32274.33182047403 rows/sec., 2.52 MiB/sec. | ||
| 5099 | 2025.01.31 23:36:54.135662 [ 259 ] {2ca938f2-56fb-4773-998f-9caf43cc6d6a} <Debug> TCPHandler: Processed in 0.002360305 sec. | ||
| 5100 | 2025.01.31 23:36:54.135891 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5101 | 2025.01.31 23:36:54.136047 [ 262 ] {c3cedf2f-5a6a-4b24-b157-c2ac6f36deb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5102 | 2025.01.31 23:36:54.136107 [ 262 ] {c3cedf2f-5a6a-4b24-b157-c2ac6f36deb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5103 | 2025.01.31 23:36:54.136692 [ 262 ] {c3cedf2f-5a6a-4b24-b157-c2ac6f36deb5} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5104 | 2025.01.31 23:36:54.136733 [ 262 ] {c3cedf2f-5a6a-4b24-b157-c2ac6f36deb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5105 | 2025.01.31 23:36:54.137153 [ 262 ] {c3cedf2f-5a6a-4b24-b157-c2ac6f36deb5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5106 | 2025.01.31 23:36:54.137401 [ 262 ] {c3cedf2f-5a6a-4b24-b157-c2ac6f36deb5} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5107 | 2025.01.31 23:36:54.137624 [ 262 ] {c3cedf2f-5a6a-4b24-b157-c2ac6f36deb5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
| 5108 | 2025.01.31 23:36:54.137788 [ 262 ] {c3cedf2f-5a6a-4b24-b157-c2ac6f36deb5} <Debug> TCPHandler: Processed in 0.002023844 sec. | ||
| 5109 | 2025.01.31 23:36:54.138045 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5110 | 2025.01.31 23:36:54.138168 [ 259 ] {34280b4e-714f-424a-8577-90853ac8be05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5111 | 2025.01.31 23:36:54.138222 [ 259 ] {34280b4e-714f-424a-8577-90853ac8be05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5112 | 2025.01.31 23:36:54.138763 [ 259 ] {34280b4e-714f-424a-8577-90853ac8be05} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5113 | 2025.01.31 23:36:54.138805 [ 259 ] {34280b4e-714f-424a-8577-90853ac8be05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5114 | 2025.01.31 23:36:54.139214 [ 259 ] {34280b4e-714f-424a-8577-90853ac8be05} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5115 | 2025.01.31 23:36:54.139461 [ 259 ] {34280b4e-714f-424a-8577-90853ac8be05} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5116 | 2025.01.31 23:36:54.139684 [ 259 ] {34280b4e-714f-424a-8577-90853ac8be05} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec. | ||
| 5117 | 2025.01.31 23:36:54.139735 [ 259 ] {34280b4e-714f-424a-8577-90853ac8be05} <Debug> TCPHandler: Processed in 0.001836978 sec. | ||
| 5118 | 2025.01.31 23:36:55.824422 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5119 | 2025.01.31 23:36:55.825127 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5120 | 2025.01.31 23:36:55.825171 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5121 | 2025.01.31 23:36:55.825795 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5122 | 2025.01.31 23:36:55.826065 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5123 | 2025.01.31 23:36:55.826312 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5124 | 2025.01.31 23:36:56.590509 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5125 | 2025.01.31 23:36:56.614648 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5126 | 2025.01.31 23:36:56.614715 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5127 | 2025.01.31 23:36:56.622299 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5128 | 2025.01.31 23:36:56.623115 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5129 | 2025.01.31 23:36:56.625926 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5130 | 2025.01.31 23:36:58.366978 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 730 | ||
| 5131 | 2025.01.31 23:36:58.370346 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5132 | 2025.01.31 23:36:58.370407 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5133 | 2025.01.31 23:36:58.371899 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5134 | 2025.01.31 23:36:58.372214 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5135 | 2025.01.31 23:36:58.372964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 730 | ||
| 5136 | 2025.01.31 23:36:59.137645 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5137 | 2025.01.31 23:36:59.137859 [ 262 ] {d28c982b-2164-4634-9e16-7466ce436555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5138 | 2025.01.31 23:36:59.137937 [ 262 ] {d28c982b-2164-4634-9e16-7466ce436555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5139 | 2025.01.31 23:36:59.138687 [ 262 ] {d28c982b-2164-4634-9e16-7466ce436555} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5140 | 2025.01.31 23:36:59.138730 [ 262 ] {d28c982b-2164-4634-9e16-7466ce436555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5141 | 2025.01.31 23:36:59.139159 [ 262 ] {d28c982b-2164-4634-9e16-7466ce436555} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5142 | 2025.01.31 23:36:59.139423 [ 262 ] {d28c982b-2164-4634-9e16-7466ce436555} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5143 | 2025.01.31 23:36:59.139566 [ 33 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5144 | 2025.01.31 23:36:59.139613 [ 33 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5145 | 2025.01.31 23:36:59.139638 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5146 | 2025.01.31 23:36:59.139637 [ 262 ] {d28c982b-2164-4634-9e16-7466ce436555} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001837 sec., 7621.121393576483 rows/sec., 548.62 KiB/sec. | ||
| 5147 | 2025.01.31 23:36:59.139776 [ 262 ] {d28c982b-2164-4634-9e16-7466ce436555} <Debug> TCPHandler: Processed in 0.002269541 sec. | ||
| 5148 | 2025.01.31 23:36:59.139806 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 5149 | 2025.01.31 23:36:59.139947 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5150 | 2025.01.31 23:36:59.139983 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 5151 | 2025.01.31 23:36:59.140043 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5152 | 2025.01.31 23:36:59.140102 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 5153 | 2025.01.31 23:36:59.140460 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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.31 23:36:59.140592 [ 259 ] {d62c3872-6ea7-4441-a831-db79b059ad1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5155 | 2025.01.31 23:36:59.140819 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 5156 | 2025.01.31 23:36:59.140838 [ 259 ] {d62c3872-6ea7-4441-a831-db79b059ad1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5157 | 2025.01.31 23:36:59.141199 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 5158 | 2025.01.31 23:36:59.143414 [ 259 ] {d62c3872-6ea7-4441-a831-db79b059ad1a} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5159 | 2025.01.31 23:36:59.143507 [ 259 ] {d62c3872-6ea7-4441-a831-db79b059ad1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5160 | 2025.01.31 23:36:59.143746 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004036127 sec., 17343.359116301348 rows/sec., 1.29 MiB/sec. | ||
| 5161 | 2025.01.31 23:36:59.144023 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5162 | 2025.01.31 23:36:59.144440 [ 259 ] {d62c3872-6ea7-4441-a831-db79b059ad1a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5163 | 2025.01.31 23:36:59.144656 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_17_4} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5164 | 2025.01.31 23:36:59.144834 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_17_4} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5165 | 2025.01.31 23:36:59.144910 [ 259 ] {d62c3872-6ea7-4441-a831-db79b059ad1a} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5166 | 2025.01.31 23:36:59.145015 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5167 | 2025.01.31 23:36:59.145266 [ 259 ] {d62c3872-6ea7-4441-a831-db79b059ad1a} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.004923 sec., 57079.01685963843 rows/sec., 5.03 MiB/sec. | ||
| 5168 | 2025.01.31 23:36:59.145449 [ 259 ] {d62c3872-6ea7-4441-a831-db79b059ad1a} <Debug> TCPHandler: Processed in 0.005563085 sec. | ||
| 5169 | 2025.01.31 23:36:59.145684 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5170 | 2025.01.31 23:36:59.145818 [ 262 ] {a7db6f16-77db-4e47-b677-b0f5b7931258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5171 | 2025.01.31 23:36:59.145870 [ 262 ] {a7db6f16-77db-4e47-b677-b0f5b7931258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5172 | 2025.01.31 23:36:59.146477 [ 262 ] {a7db6f16-77db-4e47-b677-b0f5b7931258} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5173 | 2025.01.31 23:36:59.146518 [ 262 ] {a7db6f16-77db-4e47-b677-b0f5b7931258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5174 | 2025.01.31 23:36:59.146893 [ 262 ] {a7db6f16-77db-4e47-b677-b0f5b7931258} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5175 | 2025.01.31 23:36:59.147141 [ 262 ] {a7db6f16-77db-4e47-b677-b0f5b7931258} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5176 | 2025.01.31 23:36:59.147357 [ 262 ] {a7db6f16-77db-4e47-b677-b0f5b7931258} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001568 sec., 29336.73469387755 rows/sec., 2.11 MiB/sec. | ||
| 5177 | 2025.01.31 23:36:59.147412 [ 262 ] {a7db6f16-77db-4e47-b677-b0f5b7931258} <Debug> TCPHandler: Processed in 0.001846778 sec. | ||
| 5178 | 2025.01.31 23:36:59.147603 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5179 | 2025.01.31 23:36:59.147805 [ 259 ] {85450fba-48ca-4e71-97a4-4fc9d0d7d82c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5180 | 2025.01.31 23:36:59.147888 [ 259 ] {85450fba-48ca-4e71-97a4-4fc9d0d7d82c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5181 | 2025.01.31 23:36:59.148549 [ 259 ] {85450fba-48ca-4e71-97a4-4fc9d0d7d82c} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5182 | 2025.01.31 23:36:59.148589 [ 259 ] {85450fba-48ca-4e71-97a4-4fc9d0d7d82c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5183 | 2025.01.31 23:36:59.148949 [ 259 ] {85450fba-48ca-4e71-97a4-4fc9d0d7d82c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5184 | 2025.01.31 23:36:59.149190 [ 259 ] {85450fba-48ca-4e71-97a4-4fc9d0d7d82c} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5185 | 2025.01.31 23:36:59.149421 [ 259 ] {85450fba-48ca-4e71-97a4-4fc9d0d7d82c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 590.64 KiB/sec. | ||
| 5186 | 2025.01.31 23:36:59.149531 [ 259 ] {85450fba-48ca-4e71-97a4-4fc9d0d7d82c} <Debug> TCPHandler: Processed in 0.002030844 sec. | ||
| 5187 | 2025.01.31 23:36:59.149686 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5188 | 2025.01.31 23:36:59.149823 [ 262 ] {d06f7297-82fb-41df-b2fc-94d5bbe6770b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5189 | 2025.01.31 23:36:59.149882 [ 262 ] {d06f7297-82fb-41df-b2fc-94d5bbe6770b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5190 | 2025.01.31 23:36:59.150484 [ 262 ] {d06f7297-82fb-41df-b2fc-94d5bbe6770b} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5191 | 2025.01.31 23:36:59.150525 [ 262 ] {d06f7297-82fb-41df-b2fc-94d5bbe6770b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5192 | 2025.01.31 23:36:59.150882 [ 262 ] {d06f7297-82fb-41df-b2fc-94d5bbe6770b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5193 | 2025.01.31 23:36:59.151132 [ 262 ] {d06f7297-82fb-41df-b2fc-94d5bbe6770b} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5194 | 2025.01.31 23:36:59.151289 [ 28 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5195 | 2025.01.31 23:36:59.151362 [ 28 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5196 | 2025.01.31 23:36:59.151381 [ 262 ] {d06f7297-82fb-41df-b2fc-94d5bbe6770b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001576 sec., 8248.730964467006 rows/sec., 514.31 KiB/sec. | ||
| 5197 | 2025.01.31 23:36:59.151413 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5198 | 2025.01.31 23:36:59.151518 [ 262 ] {d06f7297-82fb-41df-b2fc-94d5bbe6770b} <Debug> TCPHandler: Processed in 0.00189426 sec. | ||
| 5199 | 2025.01.31 23:36:59.151851 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 5200 | 2025.01.31 23:36:59.151872 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5201 | 2025.01.31 23:36:59.152177 [ 259 ] {50bc66ea-c109-449c-8286-00f5730a7c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5202 | 2025.01.31 23:36:59.152203 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5203 | 2025.01.31 23:36:59.152261 [ 259 ] {50bc66ea-c109-449c-8286-00f5730a7c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5204 | 2025.01.31 23:36:59.152281 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 5205 | 2025.01.31 23:36:59.152714 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 5206 | 2025.01.31 23:36:59.153050 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 5207 | 2025.01.31 23:36:59.153445 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 5208 | 2025.01.31 23:36:59.153829 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 5209 | 2025.01.31 23:36:59.155111 [ 259 ] {50bc66ea-c109-449c-8286-00f5730a7c68} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5210 | 2025.01.31 23:36:59.155172 [ 259 ] {50bc66ea-c109-449c-8286-00f5730a7c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5211 | 2025.01.31 23:36:59.156235 [ 259 ] {50bc66ea-c109-449c-8286-00f5730a7c68} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5212 | 2025.01.31 23:36:59.156273 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004738969 sec., 13716.063557284295 rows/sec., 908.77 KiB/sec. | ||
| 5213 | 2025.01.31 23:36:59.156488 [ 199 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5214 | 2025.01.31 23:36:59.156670 [ 259 ] {50bc66ea-c109-449c-8286-00f5730a7c68} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5215 | 2025.01.31 23:36:59.157158 [ 259 ] {50bc66ea-c109-449c-8286-00f5730a7c68} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005057 sec., 83250.9392920704 rows/sec., 5.95 MiB/sec. | ||
| 5216 | 2025.01.31 23:36:59.157191 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_17_4} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5217 | 2025.01.31 23:36:59.157508 [ 259 ] {50bc66ea-c109-449c-8286-00f5730a7c68} <Debug> TCPHandler: Processed in 0.005870975 sec. | ||
| 5218 | 2025.01.31 23:36:59.157726 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_17_4} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5219 | 2025.01.31 23:36:59.157821 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5220 | 2025.01.31 23:36:59.158008 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5221 | 2025.01.31 23:36:59.158150 [ 262 ] {42793b24-27f8-455f-b3b1-6bb083a9f344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5222 | 2025.01.31 23:36:59.158206 [ 262 ] {42793b24-27f8-455f-b3b1-6bb083a9f344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5223 | 2025.01.31 23:36:59.158683 [ 262 ] {42793b24-27f8-455f-b3b1-6bb083a9f344} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2025.01.31 23:36:59.158723 [ 262 ] {42793b24-27f8-455f-b3b1-6bb083a9f344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5225 | 2025.01.31 23:36:59.159091 [ 262 ] {42793b24-27f8-455f-b3b1-6bb083a9f344} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5226 | 2025.01.31 23:36:59.159353 [ 262 ] {42793b24-27f8-455f-b3b1-6bb083a9f344} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2025.01.31 23:36:59.159606 [ 262 ] {42793b24-27f8-455f-b3b1-6bb083a9f344} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 208.43 KiB/sec. | ||
| 5228 | 2025.01.31 23:36:59.159706 [ 262 ] {42793b24-27f8-455f-b3b1-6bb083a9f344} <Debug> TCPHandler: Processed in 0.002055475 sec. | ||
| 5229 | 2025.01.31 23:36:59.159883 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5230 | 2025.01.31 23:36:59.160024 [ 259 ] {c6f47d62-8e87-480b-b395-c28862a0100a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5231 | 2025.01.31 23:36:59.160086 [ 259 ] {c6f47d62-8e87-480b-b395-c28862a0100a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5232 | 2025.01.31 23:36:59.160685 [ 259 ] {c6f47d62-8e87-480b-b395-c28862a0100a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5233 | 2025.01.31 23:36:59.160725 [ 259 ] {c6f47d62-8e87-480b-b395-c28862a0100a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5234 | 2025.01.31 23:36:59.161145 [ 259 ] {c6f47d62-8e87-480b-b395-c28862a0100a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5235 | 2025.01.31 23:36:59.161393 [ 259 ] {c6f47d62-8e87-480b-b395-c28862a0100a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5236 | 2025.01.31 23:36:59.161624 [ 259 ] {c6f47d62-8e87-480b-b395-c28862a0100a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001632 sec., 145220.58823529413 rows/sec., 9.73 MiB/sec. | ||
| 5237 | 2025.01.31 23:36:59.161677 [ 259 ] {c6f47d62-8e87-480b-b395-c28862a0100a} <Debug> TCPHandler: Processed in 0.001875909 sec. | ||
| 5238 | 2025.01.31 23:36:59.161816 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5239 | 2025.01.31 23:36:59.161967 [ 262 ] {62974f46-ca11-410d-89ea-c6880f403504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5240 | 2025.01.31 23:36:59.162040 [ 262 ] {62974f46-ca11-410d-89ea-c6880f403504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5241 | 2025.01.31 23:36:59.162631 [ 262 ] {62974f46-ca11-410d-89ea-c6880f403504} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5242 | 2025.01.31 23:36:59.162672 [ 262 ] {62974f46-ca11-410d-89ea-c6880f403504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5243 | 2025.01.31 23:36:59.163079 [ 262 ] {62974f46-ca11-410d-89ea-c6880f403504} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5244 | 2025.01.31 23:36:59.163335 [ 262 ] {62974f46-ca11-410d-89ea-c6880f403504} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5245 | 2025.01.31 23:36:59.163601 [ 262 ] {62974f46-ca11-410d-89ea-c6880f403504} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001663 sec., 601.3229104028864 rows/sec., 40.52 KiB/sec. | ||
| 5246 | 2025.01.31 23:36:59.163800 [ 262 ] {62974f46-ca11-410d-89ea-c6880f403504} <Debug> TCPHandler: Processed in 0.002033034 sec. | ||
| 5247 | 2025.01.31 23:36:59.163996 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5248 | 2025.01.31 23:36:59.164128 [ 259 ] {60973da6-a108-4cb1-a832-df1876d4ad57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5249 | 2025.01.31 23:36:59.164233 [ 259 ] {60973da6-a108-4cb1-a832-df1876d4ad57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5250 | 2025.01.31 23:36:59.165453 [ 259 ] {60973da6-a108-4cb1-a832-df1876d4ad57} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2025.01.31 23:36:59.165494 [ 259 ] {60973da6-a108-4cb1-a832-df1876d4ad57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5252 | 2025.01.31 23:36:59.166174 [ 259 ] {60973da6-a108-4cb1-a832-df1876d4ad57} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5253 | 2025.01.31 23:36:59.166451 [ 259 ] {60973da6-a108-4cb1-a832-df1876d4ad57} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5254 | 2025.01.31 23:36:59.166691 [ 259 ] {60973da6-a108-4cb1-a832-df1876d4ad57} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002597 sec., 15017.327685791299 rows/sec., 26.91 MiB/sec. | ||
| 5255 | 2025.01.31 23:36:59.166788 [ 259 ] {60973da6-a108-4cb1-a832-df1876d4ad57} <Debug> TCPHandler: Processed in 0.00286627 sec. | ||
| 5256 | 2025.01.31 23:36:59.166943 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5257 | 2025.01.31 23:36:59.167063 [ 262 ] {f3a8f34b-3ebb-4a44-bee5-64c9f2110917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5258 | 2025.01.31 23:36:59.167124 [ 262 ] {f3a8f34b-3ebb-4a44-bee5-64c9f2110917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5259 | 2025.01.31 23:36:59.167661 [ 262 ] {f3a8f34b-3ebb-4a44-bee5-64c9f2110917} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5260 | 2025.01.31 23:36:59.167700 [ 262 ] {f3a8f34b-3ebb-4a44-bee5-64c9f2110917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5261 | 2025.01.31 23:36:59.168082 [ 262 ] {f3a8f34b-3ebb-4a44-bee5-64c9f2110917} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5262 | 2025.01.31 23:36:59.168342 [ 262 ] {f3a8f34b-3ebb-4a44-bee5-64c9f2110917} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5263 | 2025.01.31 23:36:59.168568 [ 262 ] {f3a8f34b-3ebb-4a44-bee5-64c9f2110917} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001533 sec., 53489.88910632746 rows/sec., 3.40 MiB/sec. | ||
| 5264 | 2025.01.31 23:36:59.168619 [ 262 ] {f3a8f34b-3ebb-4a44-bee5-64c9f2110917} <Debug> TCPHandler: Processed in 0.001735664 sec. | ||
| 5265 | 2025.01.31 23:37:03.201326 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5266 | 2025.01.31 23:37:03.201398 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5267 | 2025.01.31 23:37:03.327348 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5268 | 2025.01.31 23:37:03.328020 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5269 | 2025.01.31 23:37:03.328069 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5270 | 2025.01.31 23:37:03.328585 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5271 | 2025.01.31 23:37:03.328831 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5272 | 2025.01.31 23:37:03.329023 [ 24 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5273 | 2025.01.31 23:37:03.329080 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5274 | 2025.01.31 23:37:03.329112 [ 24 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5275 | 2025.01.31 23:37:03.329140 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5276 | 2025.01.31 23:37:03.329265 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 5277 | 2025.01.31 23:37:03.329390 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5278 | 2025.01.31 23:37:03.329430 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 5279 | 2025.01.31 23:37:03.329502 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 5280 | 2025.01.31 23:37:03.329610 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 5281 | 2025.01.31 23:37:03.329850 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 5282 | 2025.01.31 23:37:03.330075 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 5283 | 2025.01.31 23:37:03.330179 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 5284 | 2025.01.31 23:37:03.332636 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003427468 sec., 3488289.3144443654 rows/sec., 49.90 MiB/sec. | ||
| 5285 | 2025.01.31 23:37:03.333100 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5286 | 2025.01.31 23:37:03.333451 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_26_5} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5287 | 2025.01.31 23:37:03.333545 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_26_5} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5288 | 2025.01.31 23:37:03.333661 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5289 | 2025.01.31 23:37:04.126891 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5290 | 2025.01.31 23:37:04.131033 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5291 | 2025.01.31 23:37:04.131683 [ 262 ] {a2ee7ee3-18bb-4638-9ef4-5c7b7fd35db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5292 | 2025.01.31 23:37:04.131876 [ 262 ] {a2ee7ee3-18bb-4638-9ef4-5c7b7fd35db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5293 | 2025.01.31 23:37:04.135522 [ 262 ] {a2ee7ee3-18bb-4638-9ef4-5c7b7fd35db0} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5294 | 2025.01.31 23:37:04.135623 [ 262 ] {a2ee7ee3-18bb-4638-9ef4-5c7b7fd35db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5295 | 2025.01.31 23:37:04.137160 [ 262 ] {a2ee7ee3-18bb-4638-9ef4-5c7b7fd35db0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5296 | 2025.01.31 23:37:04.137887 [ 262 ] {a2ee7ee3-18bb-4638-9ef4-5c7b7fd35db0} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5297 | 2025.01.31 23:37:04.138344 [ 23 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5298 | 2025.01.31 23:37:04.138466 [ 23 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5299 | 2025.01.31 23:37:04.138544 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5300 | 2025.01.31 23:37:04.138667 [ 262 ] {a2ee7ee3-18bb-4638-9ef4-5c7b7fd35db0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.007264 sec., 7709.251101321586 rows/sec., 602.69 KiB/sec. | ||
| 5301 | 2025.01.31 23:37:04.139008 [ 262 ] {a2ee7ee3-18bb-4638-9ef4-5c7b7fd35db0} <Debug> TCPHandler: Processed in 0.008193248 sec. | ||
| 5302 | 2025.01.31 23:37:04.139046 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5303 | 2025.01.31 23:37:04.139470 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5304 | 2025.01.31 23:37:04.139534 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5305 | 2025.01.31 23:37:04.139639 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5306 | 2025.01.31 23:37:04.140034 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5307 | 2025.01.31 23:37:04.140165 [ 259 ] {208dd525-2318-4953-9436-ca9e0283040e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5308 | 2025.01.31 23:37:04.140605 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5309 | 2025.01.31 23:37:04.140619 [ 259 ] {208dd525-2318-4953-9436-ca9e0283040e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5310 | 2025.01.31 23:37:04.141062 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5311 | 2025.01.31 23:37:04.141562 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5312 | 2025.01.31 23:37:04.142095 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5313 | 2025.01.31 23:37:04.147528 [ 259 ] {208dd525-2318-4953-9436-ca9e0283040e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5314 | 2025.01.31 23:37:04.147669 [ 259 ] {208dd525-2318-4953-9436-ca9e0283040e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5315 | 2025.01.31 23:37:04.148638 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.009947532 sec., 217139.2864079251 rows/sec., 19.09 MiB/sec. | ||
| 5316 | 2025.01.31 23:37:04.149092 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5317 | 2025.01.31 23:37:04.149924 [ 259 ] {208dd525-2318-4953-9436-ca9e0283040e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5318 | 2025.01.31 23:37:04.150173 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_41_8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5319 | 2025.01.31 23:37:04.150538 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_41_8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5320 | 2025.01.31 23:37:04.150855 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5321 | 2025.01.31 23:37:04.150923 [ 259 ] {208dd525-2318-4953-9436-ca9e0283040e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5322 | 2025.01.31 23:37:04.151291 [ 23 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5323 | 2025.01.31 23:37:04.151399 [ 23 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5324 | 2025.01.31 23:37:04.151478 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5325 | 2025.01.31 23:37:04.152106 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5326 | 2025.01.31 23:37:04.152075 [ 259 ] {208dd525-2318-4953-9436-ca9e0283040e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.012139 sec., 5272.262954114836 rows/sec., 421.39 KiB/sec. | ||
| 5327 | 2025.01.31 23:37:04.152924 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5328 | 2025.01.31 23:37:04.153063 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5329 | 2025.01.31 23:37:04.153478 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5330 | 2025.01.31 23:37:04.153929 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5331 | 2025.01.31 23:37:04.154234 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5332 | 2025.01.31 23:37:04.154714 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5333 | 2025.01.31 23:37:04.154736 [ 259 ] {208dd525-2318-4953-9436-ca9e0283040e} <Debug> TCPHandler: Processed in 0.015545089 sec. | ||
| 5334 | 2025.01.31 23:37:04.155272 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5335 | 2025.01.31 23:37:04.155419 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5336 | 2025.01.31 23:37:04.156088 [ 262 ] {3784e599-7a45-4582-b920-e16973adc956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5337 | 2025.01.31 23:37:04.156327 [ 262 ] {3784e599-7a45-4582-b920-e16973adc956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5338 | 2025.01.31 23:37:04.160169 [ 262 ] {3784e599-7a45-4582-b920-e16973adc956} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5339 | 2025.01.31 23:37:04.160300 [ 262 ] {3784e599-7a45-4582-b920-e16973adc956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5340 | 2025.01.31 23:37:04.161391 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.009735356 sec., 199992.68645132237 rows/sec., 15.30 MiB/sec. | ||
| 5341 | 2025.01.31 23:37:04.162478 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5342 | 2025.01.31 23:37:04.162817 [ 262 ] {3784e599-7a45-4582-b920-e16973adc956} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5343 | 2025.01.31 23:37:04.163563 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_41_8} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5344 | 2025.01.31 23:37:04.163912 [ 262 ] {3784e599-7a45-4582-b920-e16973adc956} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5345 | 2025.01.31 23:37:04.163988 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_41_8} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5346 | 2025.01.31 23:37:04.164414 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5347 | 2025.01.31 23:37:04.164507 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5348 | 2025.01.31 23:37:04.164594 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5349 | 2025.01.31 23:37:04.164728 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5350 | 2025.01.31 23:37:04.164806 [ 262 ] {3784e599-7a45-4582-b920-e16973adc956} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008984 sec., 17809.439002671414 rows/sec., 1.24 MiB/sec. | ||
| 5351 | 2025.01.31 23:37:04.165155 [ 262 ] {3784e599-7a45-4582-b920-e16973adc956} <Debug> TCPHandler: Processed in 0.010148609 sec. | ||
| 5352 | 2025.01.31 23:37:04.165511 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 5353 | 2025.01.31 23:37:04.165519 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5354 | 2025.01.31 23:37:04.165784 [ 259 ] {0ef1c74e-620c-4f05-96a2-8e14ae09675e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5355 | 2025.01.31 23:37:04.165806 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5356 | 2025.01.31 23:37:04.165913 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11697 rows starting from the beginning of the part | ||
| 5357 | 2025.01.31 23:37:04.165966 [ 259 ] {0ef1c74e-620c-4f05-96a2-8e14ae09675e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5358 | 2025.01.31 23:37:04.166395 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 5359 | 2025.01.31 23:37:04.167056 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 5360 | 2025.01.31 23:37:04.167656 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 5361 | 2025.01.31 23:37:04.168380 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 5362 | 2025.01.31 23:37:04.168943 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 5363 | 2025.01.31 23:37:04.171081 [ 259 ] {0ef1c74e-620c-4f05-96a2-8e14ae09675e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5364 | 2025.01.31 23:37:04.171197 [ 259 ] {0ef1c74e-620c-4f05-96a2-8e14ae09675e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5365 | 2025.01.31 23:37:04.172792 [ 259 ] {0ef1c74e-620c-4f05-96a2-8e14ae09675e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5366 | 2025.01.31 23:37:04.173859 [ 259 ] {0ef1c74e-620c-4f05-96a2-8e14ae09675e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2025.01.31 23:37:04.174348 [ 23 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5368 | 2025.01.31 23:37:04.174456 [ 23 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5369 | 2025.01.31 23:37:04.174556 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5370 | 2025.01.31 23:37:04.175189 [ 259 ] {0ef1c74e-620c-4f05-96a2-8e14ae09675e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0094 sec., 6382.978723404255 rows/sec., 440.49 KiB/sec. | ||
| 5371 | 2025.01.31 23:37:04.175901 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5372 | 2025.01.31 23:37:04.176881 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5373 | 2025.01.31 23:37:04.177235 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5374 | 2025.01.31 23:37:04.177320 [ 259 ] {0ef1c74e-620c-4f05-96a2-8e14ae09675e} <Debug> TCPHandler: Processed in 0.012022857 sec. | ||
| 5375 | 2025.01.31 23:37:04.177819 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5376 | 2025.01.31 23:37:04.178573 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5377 | 2025.01.31 23:37:04.178927 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5378 | 2025.01.31 23:37:04.179398 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5379 | 2025.01.31 23:37:04.179761 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5380 | 2025.01.31 23:37:04.181311 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12651 rows, containing 5 columns (5 merged, 0 gathered) in 0.016301091 sec., 776083.0241362372 rows/sec., 52.41 MiB/sec. | ||
| 5381 | 2025.01.31 23:37:04.181846 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5382 | 2025.01.31 23:37:04.182872 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5383 | 2025.01.31 23:37:04.183286 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5384 | 2025.01.31 23:37:04.183582 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 5385 | 2025.01.31 23:37:04.185681 [ 190 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.010856201 sec., 232309.62654431327 rows/sec., 15.16 MiB/sec. | ||
| 5386 | 2025.01.31 23:37:04.186165 [ 190 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5387 | 2025.01.31 23:37:04.186933 [ 190 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_41_8} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5388 | 2025.01.31 23:37:04.187154 [ 190 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_41_8} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5389 | 2025.01.31 23:37:04.187385 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5390 | 2025.01.31 23:37:04.199972 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5391 | 2025.01.31 23:37:04.200038 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5392 | 2025.01.31 23:37:04.207842 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5393 | 2025.01.31 23:37:04.208800 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2025.01.31 23:37:04.209226 [ 23 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5395 | 2025.01.31 23:37:04.209387 [ 23 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2025.01.31 23:37:04.209465 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5397 | 2025.01.31 23:37:04.209918 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 5398 | 2025.01.31 23:37:04.227586 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5399 | 2025.01.31 23:37:04.228925 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5400 | 2025.01.31 23:37:04.230233 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 5401 | 2025.01.31 23:37:04.235610 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 5402 | 2025.01.31 23:37:04.241028 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 5403 | 2025.01.31 23:37:04.246430 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 5404 | 2025.01.31 23:37:04.252006 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 5405 | 2025.01.31 23:37:04.256487 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 5406 | 2025.01.31 23:37:04.315827 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.106186486 sec., 1845.8092680456532 rows/sec., 9.54 MiB/sec. | ||
| 5407 | 2025.01.31 23:37:04.318480 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5408 | 2025.01.31 23:37:04.321568 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_26_5} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5409 | 2025.01.31 23:37:04.321671 [ 200 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_26_5} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5410 | 2025.01.31 23:37:04.324211 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 5411 | 2025.01.31 23:37:04.974235 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5412 | 2025.01.31 23:37:04.974547 [ 262 ] {7d1a8584-f564-4159-a03e-60f955daca6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5413 | 2025.01.31 23:37:04.974666 [ 262 ] {7d1a8584-f564-4159-a03e-60f955daca6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5414 | 2025.01.31 23:37:04.975680 [ 262 ] {7d1a8584-f564-4159-a03e-60f955daca6c} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.01.31 23:37:04.975733 [ 262 ] {7d1a8584-f564-4159-a03e-60f955daca6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5416 | 2025.01.31 23:37:04.976181 [ 262 ] {7d1a8584-f564-4159-a03e-60f955daca6c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5417 | 2025.01.31 23:37:04.976444 [ 262 ] {7d1a8584-f564-4159-a03e-60f955daca6c} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2025.01.31 23:37:04.976739 [ 262 ] {7d1a8584-f564-4159-a03e-60f955daca6c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00226 sec., 6194.690265486726 rows/sec., 445.93 KiB/sec. | ||
| 5419 | 2025.01.31 23:37:04.976897 [ 262 ] {7d1a8584-f564-4159-a03e-60f955daca6c} <Debug> TCPHandler: Processed in 0.002857 sec. | ||
| 5420 | 2025.01.31 23:37:04.977311 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5421 | 2025.01.31 23:37:04.977526 [ 259 ] {f3dddab9-4f6d-44e3-87cf-b84b30a6b82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5422 | 2025.01.31 23:37:04.977607 [ 259 ] {f3dddab9-4f6d-44e3-87cf-b84b30a6b82b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5423 | 2025.01.31 23:37:04.978432 [ 259 ] {f3dddab9-4f6d-44e3-87cf-b84b30a6b82b} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5424 | 2025.01.31 23:37:04.978474 [ 259 ] {f3dddab9-4f6d-44e3-87cf-b84b30a6b82b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5425 | 2025.01.31 23:37:04.978930 [ 259 ] {f3dddab9-4f6d-44e3-87cf-b84b30a6b82b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5426 | 2025.01.31 23:37:04.979192 [ 259 ] {f3dddab9-4f6d-44e3-87cf-b84b30a6b82b} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2025.01.31 23:37:04.979469 [ 259 ] {f3dddab9-4f6d-44e3-87cf-b84b30a6b82b} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001983 sec., 8068.582955118508 rows/sec., 657.94 KiB/sec. | ||
| 5428 | 2025.01.31 23:37:04.979608 [ 259 ] {f3dddab9-4f6d-44e3-87cf-b84b30a6b82b} <Debug> TCPHandler: Processed in 0.00254867 sec. | ||
| 5429 | 2025.01.31 23:37:04.979763 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5430 | 2025.01.31 23:37:04.979914 [ 262 ] {d141246c-eaa4-4aea-abde-fd3c63bfd9b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5431 | 2025.01.31 23:37:04.979986 [ 262 ] {d141246c-eaa4-4aea-abde-fd3c63bfd9b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5432 | 2025.01.31 23:37:04.981400 [ 262 ] {d141246c-eaa4-4aea-abde-fd3c63bfd9b5} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5433 | 2025.01.31 23:37:04.981440 [ 262 ] {d141246c-eaa4-4aea-abde-fd3c63bfd9b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5434 | 2025.01.31 23:37:04.981912 [ 262 ] {d141246c-eaa4-4aea-abde-fd3c63bfd9b5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5435 | 2025.01.31 23:37:04.982158 [ 262 ] {d141246c-eaa4-4aea-abde-fd3c63bfd9b5} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5436 | 2025.01.31 23:37:04.982390 [ 262 ] {d141246c-eaa4-4aea-abde-fd3c63bfd9b5} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002516 sec., 567965.0238473768 rows/sec., 47.39 MiB/sec. | ||
| 5437 | 2025.01.31 23:37:04.982449 [ 262 ] {d141246c-eaa4-4aea-abde-fd3c63bfd9b5} <Debug> TCPHandler: Processed in 0.002754977 sec. | ||
| 5438 | 2025.01.31 23:37:04.982694 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5439 | 2025.01.31 23:37:04.982923 [ 259 ] {4eaf69b0-0ef9-41be-9cfb-303316017214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5440 | 2025.01.31 23:37:04.983017 [ 259 ] {4eaf69b0-0ef9-41be-9cfb-303316017214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5441 | 2025.01.31 23:37:04.983778 [ 259 ] {4eaf69b0-0ef9-41be-9cfb-303316017214} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5442 | 2025.01.31 23:37:04.983815 [ 259 ] {4eaf69b0-0ef9-41be-9cfb-303316017214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5443 | 2025.01.31 23:37:04.984192 [ 259 ] {4eaf69b0-0ef9-41be-9cfb-303316017214} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5444 | 2025.01.31 23:37:04.984441 [ 259 ] {4eaf69b0-0ef9-41be-9cfb-303316017214} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5445 | 2025.01.31 23:37:04.984644 [ 259 ] {4eaf69b0-0ef9-41be-9cfb-303316017214} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.00178 sec., 34831.46067415731 rows/sec., 2.47 MiB/sec. | ||
| 5446 | 2025.01.31 23:37:04.984698 [ 259 ] {4eaf69b0-0ef9-41be-9cfb-303316017214} <Debug> TCPHandler: Processed in 0.002121146 sec. | ||
| 5447 | 2025.01.31 23:37:04.984856 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5448 | 2025.01.31 23:37:04.984978 [ 262 ] {05bf2433-6af5-40c3-9453-c43a16442b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5449 | 2025.01.31 23:37:04.985028 [ 262 ] {05bf2433-6af5-40c3-9453-c43a16442b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5450 | 2025.01.31 23:37:04.985698 [ 262 ] {05bf2433-6af5-40c3-9453-c43a16442b4d} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5451 | 2025.01.31 23:37:04.985737 [ 262 ] {05bf2433-6af5-40c3-9453-c43a16442b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5452 | 2025.01.31 23:37:04.986130 [ 262 ] {05bf2433-6af5-40c3-9453-c43a16442b4d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5453 | 2025.01.31 23:37:04.986379 [ 262 ] {05bf2433-6af5-40c3-9453-c43a16442b4d} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5454 | 2025.01.31 23:37:04.986598 [ 262 ] {05bf2433-6af5-40c3-9453-c43a16442b4d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001648 sec., 146844.66019417476 rows/sec., 9.95 MiB/sec. | ||
| 5455 | 2025.01.31 23:37:04.986653 [ 262 ] {05bf2433-6af5-40c3-9453-c43a16442b4d} <Debug> TCPHandler: Processed in 0.001856798 sec. | ||
| 5456 | 2025.01.31 23:37:04.986812 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5457 | 2025.01.31 23:37:04.986952 [ 259 ] {9dbeff4f-f2bc-41c6-9d64-33e7bbaa0636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5458 | 2025.01.31 23:37:04.987010 [ 259 ] {9dbeff4f-f2bc-41c6-9d64-33e7bbaa0636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5459 | 2025.01.31 23:37:04.987624 [ 259 ] {9dbeff4f-f2bc-41c6-9d64-33e7bbaa0636} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5460 | 2025.01.31 23:37:04.987661 [ 259 ] {9dbeff4f-f2bc-41c6-9d64-33e7bbaa0636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5461 | 2025.01.31 23:37:04.988027 [ 259 ] {9dbeff4f-f2bc-41c6-9d64-33e7bbaa0636} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5462 | 2025.01.31 23:37:04.988276 [ 259 ] {9dbeff4f-f2bc-41c6-9d64-33e7bbaa0636} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5463 | 2025.01.31 23:37:04.988508 [ 259 ] {9dbeff4f-f2bc-41c6-9d64-33e7bbaa0636} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001588 sec., 8186.39798488665 rows/sec., 510.42 KiB/sec. | ||
| 5464 | 2025.01.31 23:37:04.988724 [ 259 ] {9dbeff4f-f2bc-41c6-9d64-33e7bbaa0636} <Debug> TCPHandler: Processed in 0.001978192 sec. | ||
| 5465 | 2025.01.31 23:37:04.988900 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5466 | 2025.01.31 23:37:04.989042 [ 262 ] {3047b9a0-90af-4591-b594-a150aa3f2868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5467 | 2025.01.31 23:37:04.989099 [ 262 ] {3047b9a0-90af-4591-b594-a150aa3f2868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5468 | 2025.01.31 23:37:04.990021 [ 262 ] {3047b9a0-90af-4591-b594-a150aa3f2868} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5469 | 2025.01.31 23:37:04.990061 [ 262 ] {3047b9a0-90af-4591-b594-a150aa3f2868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5470 | 2025.01.31 23:37:04.990468 [ 262 ] {3047b9a0-90af-4591-b594-a150aa3f2868} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5471 | 2025.01.31 23:37:04.990715 [ 262 ] {3047b9a0-90af-4591-b594-a150aa3f2868} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5472 | 2025.01.31 23:37:04.990925 [ 262 ] {3047b9a0-90af-4591-b594-a150aa3f2868} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001917 sec., 465832.0292123109 rows/sec., 33.82 MiB/sec. | ||
| 5473 | 2025.01.31 23:37:04.990981 [ 262 ] {3047b9a0-90af-4591-b594-a150aa3f2868} <Debug> TCPHandler: Processed in 0.002153278 sec. | ||
| 5474 | 2025.01.31 23:37:04.991129 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5475 | 2025.01.31 23:37:04.991250 [ 259 ] {28b3577d-a58e-48a3-8267-2ec74ab8f729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5476 | 2025.01.31 23:37:04.991310 [ 259 ] {28b3577d-a58e-48a3-8267-2ec74ab8f729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5477 | 2025.01.31 23:37:04.991884 [ 259 ] {28b3577d-a58e-48a3-8267-2ec74ab8f729} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5478 | 2025.01.31 23:37:04.991928 [ 259 ] {28b3577d-a58e-48a3-8267-2ec74ab8f729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5479 | 2025.01.31 23:37:04.992378 [ 259 ] {28b3577d-a58e-48a3-8267-2ec74ab8f729} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5480 | 2025.01.31 23:37:04.992624 [ 259 ] {28b3577d-a58e-48a3-8267-2ec74ab8f729} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5481 | 2025.01.31 23:37:04.992894 [ 259 ] {28b3577d-a58e-48a3-8267-2ec74ab8f729} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001646 sec., 3645.2004860267316 rows/sec., 190.45 KiB/sec. | ||
| 5482 | 2025.01.31 23:37:04.993061 [ 259 ] {28b3577d-a58e-48a3-8267-2ec74ab8f729} <Debug> TCPHandler: Processed in 0.001987052 sec. | ||
| 5483 | 2025.01.31 23:37:04.993212 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5484 | 2025.01.31 23:37:04.993334 [ 262 ] {8f46303a-421f-4889-93b7-6e030841413b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5485 | 2025.01.31 23:37:04.993389 [ 262 ] {8f46303a-421f-4889-93b7-6e030841413b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5486 | 2025.01.31 23:37:04.994161 [ 262 ] {8f46303a-421f-4889-93b7-6e030841413b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5487 | 2025.01.31 23:37:04.994199 [ 262 ] {8f46303a-421f-4889-93b7-6e030841413b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5488 | 2025.01.31 23:37:04.994648 [ 262 ] {8f46303a-421f-4889-93b7-6e030841413b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5489 | 2025.01.31 23:37:04.994887 [ 262 ] {8f46303a-421f-4889-93b7-6e030841413b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5490 | 2025.01.31 23:37:04.995095 [ 262 ] {8f46303a-421f-4889-93b7-6e030841413b} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001787 sec., 538891.9977616116 rows/sec., 35.81 MiB/sec. | ||
| 5491 | 2025.01.31 23:37:04.995148 [ 262 ] {8f46303a-421f-4889-93b7-6e030841413b} <Debug> TCPHandler: Processed in 0.001996903 sec. | ||
| 5492 | 2025.01.31 23:37:04.995314 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5493 | 2025.01.31 23:37:04.995457 [ 259 ] {5c2680e4-be16-4d3b-852a-ac9aeb1f6b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5494 | 2025.01.31 23:37:04.995517 [ 259 ] {5c2680e4-be16-4d3b-852a-ac9aeb1f6b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5495 | 2025.01.31 23:37:04.996078 [ 259 ] {5c2680e4-be16-4d3b-852a-ac9aeb1f6b92} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5496 | 2025.01.31 23:37:04.996122 [ 259 ] {5c2680e4-be16-4d3b-852a-ac9aeb1f6b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5497 | 2025.01.31 23:37:04.996506 [ 259 ] {5c2680e4-be16-4d3b-852a-ac9aeb1f6b92} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5498 | 2025.01.31 23:37:04.996751 [ 259 ] {5c2680e4-be16-4d3b-852a-ac9aeb1f6b92} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5499 | 2025.01.31 23:37:04.996968 [ 259 ] {5c2680e4-be16-4d3b-852a-ac9aeb1f6b92} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001537 sec., 650.6180871828237 rows/sec., 43.84 KiB/sec. | ||
| 5500 | 2025.01.31 23:37:04.997146 [ 259 ] {5c2680e4-be16-4d3b-852a-ac9aeb1f6b92} <Debug> TCPHandler: Processed in 0.001896309 sec. | ||
| 5501 | 2025.01.31 23:37:04.997361 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5502 | 2025.01.31 23:37:04.997500 [ 262 ] {74aecc02-8219-40f3-ad11-0187207c6387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5503 | 2025.01.31 23:37:04.997594 [ 262 ] {74aecc02-8219-40f3-ad11-0187207c6387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5504 | 2025.01.31 23:37:04.998958 [ 262 ] {74aecc02-8219-40f3-ad11-0187207c6387} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5505 | 2025.01.31 23:37:04.998997 [ 262 ] {74aecc02-8219-40f3-ad11-0187207c6387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5506 | 2025.01.31 23:37:04.999697 [ 262 ] {74aecc02-8219-40f3-ad11-0187207c6387} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5507 | 2025.01.31 23:37:04.999953 [ 262 ] {74aecc02-8219-40f3-ad11-0187207c6387} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5508 | 2025.01.31 23:37:05.000184 [ 262 ] {74aecc02-8219-40f3-ad11-0187207c6387} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002715 sec., 14364.640883977901 rows/sec., 25.74 MiB/sec. | ||
| 5509 | 2025.01.31 23:37:05.000235 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.41 MiB, peak 204.25 MiB, free memory in arenas 0.00 B, will set to 196.25 MiB (RSS), difference: 1.83 MiB | ||
| 5510 | 2025.01.31 23:37:05.001103 [ 262 ] {74aecc02-8219-40f3-ad11-0187207c6387} <Debug> TCPHandler: Processed in 0.003847531 sec. | ||
| 5511 | 2025.01.31 23:37:05.001413 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5512 | 2025.01.31 23:37:05.001562 [ 259 ] {f2151db0-391a-48d5-b641-7fd91f093217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5513 | 2025.01.31 23:37:05.001618 [ 259 ] {f2151db0-391a-48d5-b641-7fd91f093217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5514 | 2025.01.31 23:37:05.002454 [ 259 ] {f2151db0-391a-48d5-b641-7fd91f093217} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5515 | 2025.01.31 23:37:05.002492 [ 259 ] {f2151db0-391a-48d5-b641-7fd91f093217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5516 | 2025.01.31 23:37:05.002862 [ 259 ] {f2151db0-391a-48d5-b641-7fd91f093217} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5517 | 2025.01.31 23:37:05.003119 [ 259 ] {f2151db0-391a-48d5-b641-7fd91f093217} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5518 | 2025.01.31 23:37:05.003300 [ 259 ] {f2151db0-391a-48d5-b641-7fd91f093217} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001769 sec., 19219.898247597514 rows/sec., 1.12 MiB/sec. | ||
| 5519 | 2025.01.31 23:37:05.003351 [ 259 ] {f2151db0-391a-48d5-b641-7fd91f093217} <Debug> TCPHandler: Processed in 0.002109747 sec. | ||
| 5520 | 2025.01.31 23:37:08.374011 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 784 | ||
| 5521 | 2025.01.31 23:37:08.377689 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2025.01.31 23:37:08.377742 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5523 | 2025.01.31 23:37:08.379295 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5524 | 2025.01.31 23:37:08.379615 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2025.01.31 23:37:08.380787 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 784 | ||
| 5526 | 2025.01.31 23:37:09.129478 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5527 | 2025.01.31 23:37:09.129703 [ 262 ] {fe730f7b-b5b3-4105-9a5f-720b1811065a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5528 | 2025.01.31 23:37:09.129784 [ 262 ] {fe730f7b-b5b3-4105-9a5f-720b1811065a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5529 | 2025.01.31 23:37:09.130651 [ 262 ] {fe730f7b-b5b3-4105-9a5f-720b1811065a} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5530 | 2025.01.31 23:37:09.130702 [ 262 ] {fe730f7b-b5b3-4105-9a5f-720b1811065a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5531 | 2025.01.31 23:37:09.131166 [ 262 ] {fe730f7b-b5b3-4105-9a5f-720b1811065a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5532 | 2025.01.31 23:37:09.131441 [ 262 ] {fe730f7b-b5b3-4105-9a5f-720b1811065a} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5533 | 2025.01.31 23:37:09.131723 [ 262 ] {fe730f7b-b5b3-4105-9a5f-720b1811065a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002078 sec., 26948.989412897015 rows/sec., 2.06 MiB/sec. | ||
| 5534 | 2025.01.31 23:37:09.131823 [ 262 ] {fe730f7b-b5b3-4105-9a5f-720b1811065a} <Debug> TCPHandler: Processed in 0.002489168 sec. | ||
| 5535 | 2025.01.31 23:37:09.132194 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5536 | 2025.01.31 23:37:09.132475 [ 259 ] {42bb1b9a-5c0f-4e36-bd56-37104abdd4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5537 | 2025.01.31 23:37:09.132547 [ 259 ] {42bb1b9a-5c0f-4e36-bd56-37104abdd4b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5538 | 2025.01.31 23:37:09.133295 [ 259 ] {42bb1b9a-5c0f-4e36-bd56-37104abdd4b4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2025.01.31 23:37:09.133339 [ 259 ] {42bb1b9a-5c0f-4e36-bd56-37104abdd4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5540 | 2025.01.31 23:37:09.133796 [ 259 ] {42bb1b9a-5c0f-4e36-bd56-37104abdd4b4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5541 | 2025.01.31 23:37:09.134058 [ 259 ] {42bb1b9a-5c0f-4e36-bd56-37104abdd4b4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2025.01.31 23:37:09.134300 [ 259 ] {42bb1b9a-5c0f-4e36-bd56-37104abdd4b4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001884 sec., 33970.27600849257 rows/sec., 2.65 MiB/sec. | ||
| 5543 | 2025.01.31 23:37:09.134365 [ 259 ] {42bb1b9a-5c0f-4e36-bd56-37104abdd4b4} <Debug> TCPHandler: Processed in 0.002388285 sec. | ||
| 5544 | 2025.01.31 23:37:09.134573 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5545 | 2025.01.31 23:37:09.134806 [ 262 ] {d213bcfa-57a4-43ba-952c-eb72c83356c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5546 | 2025.01.31 23:37:09.134909 [ 262 ] {d213bcfa-57a4-43ba-952c-eb72c83356c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5547 | 2025.01.31 23:37:09.135717 [ 262 ] {d213bcfa-57a4-43ba-952c-eb72c83356c8} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5548 | 2025.01.31 23:37:09.135758 [ 262 ] {d213bcfa-57a4-43ba-952c-eb72c83356c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5549 | 2025.01.31 23:37:09.136172 [ 262 ] {d213bcfa-57a4-43ba-952c-eb72c83356c8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5550 | 2025.01.31 23:37:09.136422 [ 262 ] {d213bcfa-57a4-43ba-952c-eb72c83356c8} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5551 | 2025.01.31 23:37:09.136631 [ 262 ] {d213bcfa-57a4-43ba-952c-eb72c83356c8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001887 sec., 67832.53842077371 rows/sec., 4.72 MiB/sec. | ||
| 5552 | 2025.01.31 23:37:09.136691 [ 262 ] {d213bcfa-57a4-43ba-952c-eb72c83356c8} <Debug> TCPHandler: Processed in 0.00223057 sec. | ||
| 5553 | 2025.01.31 23:37:09.136907 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5554 | 2025.01.31 23:37:09.137134 [ 259 ] {bf584ffe-abc7-4bc1-99aa-531f9ae321e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5555 | 2025.01.31 23:37:09.137231 [ 259 ] {bf584ffe-abc7-4bc1-99aa-531f9ae321e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5556 | 2025.01.31 23:37:09.137829 [ 259 ] {bf584ffe-abc7-4bc1-99aa-531f9ae321e0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5557 | 2025.01.31 23:37:09.137869 [ 259 ] {bf584ffe-abc7-4bc1-99aa-531f9ae321e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5558 | 2025.01.31 23:37:09.138268 [ 259 ] {bf584ffe-abc7-4bc1-99aa-531f9ae321e0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5559 | 2025.01.31 23:37:09.138513 [ 259 ] {bf584ffe-abc7-4bc1-99aa-531f9ae321e0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5560 | 2025.01.31 23:37:09.138772 [ 259 ] {bf584ffe-abc7-4bc1-99aa-531f9ae321e0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001688 sec., 28436.018957345972 rows/sec., 1.92 MiB/sec. | ||
| 5561 | 2025.01.31 23:37:09.138848 [ 259 ] {bf584ffe-abc7-4bc1-99aa-531f9ae321e0} <Debug> TCPHandler: Processed in 0.002053015 sec. | ||
| 5562 | 2025.01.31 23:37:10.830109 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5563 | 2025.01.31 23:37:10.830722 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5564 | 2025.01.31 23:37:10.830762 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5565 | 2025.01.31 23:37:10.831312 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5566 | 2025.01.31 23:37:10.831568 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5567 | 2025.01.31 23:37:10.831754 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5568 | 2025.01.31 23:37:11.728595 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5569 | 2025.01.31 23:37:11.747878 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5570 | 2025.01.31 23:37:11.747946 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5571 | 2025.01.31 23:37:11.755146 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5572 | 2025.01.31 23:37:11.755913 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5573 | 2025.01.31 23:37:11.758736 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5574 | 2025.01.31 23:37:14.131255 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5575 | 2025.01.31 23:37:14.131487 [ 262 ] {515dce9d-2d15-4584-b077-d755a0154e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5576 | 2025.01.31 23:37:14.131567 [ 262 ] {515dce9d-2d15-4584-b077-d755a0154e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5577 | 2025.01.31 23:37:14.132354 [ 262 ] {515dce9d-2d15-4584-b077-d755a0154e4b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5578 | 2025.01.31 23:37:14.132400 [ 262 ] {515dce9d-2d15-4584-b077-d755a0154e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5579 | 2025.01.31 23:37:14.132839 [ 262 ] {515dce9d-2d15-4584-b077-d755a0154e4b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5580 | 2025.01.31 23:37:14.133107 [ 262 ] {515dce9d-2d15-4584-b077-d755a0154e4b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5581 | 2025.01.31 23:37:14.133370 [ 262 ] {515dce9d-2d15-4584-b077-d755a0154e4b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001933 sec., 28970.512157268495 rows/sec., 2.21 MiB/sec. | ||
| 5582 | 2025.01.31 23:37:14.133463 [ 262 ] {515dce9d-2d15-4584-b077-d755a0154e4b} <Debug> TCPHandler: Processed in 0.002344814 sec. | ||
| 5583 | 2025.01.31 23:37:14.133792 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5584 | 2025.01.31 23:37:14.133979 [ 259 ] {f586a9dc-c837-48f4-943a-547bd31ed1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5585 | 2025.01.31 23:37:14.134051 [ 259 ] {f586a9dc-c837-48f4-943a-547bd31ed1f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5586 | 2025.01.31 23:37:14.134818 [ 259 ] {f586a9dc-c837-48f4-943a-547bd31ed1f6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5587 | 2025.01.31 23:37:14.134864 [ 259 ] {f586a9dc-c837-48f4-943a-547bd31ed1f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5588 | 2025.01.31 23:37:14.135302 [ 259 ] {f586a9dc-c837-48f4-943a-547bd31ed1f6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5589 | 2025.01.31 23:37:14.135563 [ 259 ] {f586a9dc-c837-48f4-943a-547bd31ed1f6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5590 | 2025.01.31 23:37:14.135801 [ 259 ] {f586a9dc-c837-48f4-943a-547bd31ed1f6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001874 sec., 34151.547491995734 rows/sec., 2.67 MiB/sec. | ||
| 5591 | 2025.01.31 23:37:14.135856 [ 259 ] {f586a9dc-c837-48f4-943a-547bd31ed1f6} <Debug> TCPHandler: Processed in 0.00224234 sec. | ||
| 5592 | 2025.01.31 23:37:14.136027 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5593 | 2025.01.31 23:37:14.136169 [ 262 ] {ba66817d-fe04-453d-a537-60a7adddf32c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5594 | 2025.01.31 23:37:14.136234 [ 262 ] {ba66817d-fe04-453d-a537-60a7adddf32c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5595 | 2025.01.31 23:37:14.136878 [ 262 ] {ba66817d-fe04-453d-a537-60a7adddf32c} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5596 | 2025.01.31 23:37:14.136918 [ 262 ] {ba66817d-fe04-453d-a537-60a7adddf32c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5597 | 2025.01.31 23:37:14.137321 [ 262 ] {ba66817d-fe04-453d-a537-60a7adddf32c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5598 | 2025.01.31 23:37:14.137573 [ 262 ] {ba66817d-fe04-453d-a537-60a7adddf32c} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5599 | 2025.01.31 23:37:14.137789 [ 262 ] {ba66817d-fe04-453d-a537-60a7adddf32c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
| 5600 | 2025.01.31 23:37:14.137841 [ 262 ] {ba66817d-fe04-453d-a537-60a7adddf32c} <Debug> TCPHandler: Processed in 0.001883469 sec. | ||
| 5601 | 2025.01.31 23:37:14.138001 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5602 | 2025.01.31 23:37:14.138120 [ 259 ] {3971fab8-bdca-4dd0-8164-958bfed1206c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5603 | 2025.01.31 23:37:14.138173 [ 259 ] {3971fab8-bdca-4dd0-8164-958bfed1206c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5604 | 2025.01.31 23:37:14.138687 [ 259 ] {3971fab8-bdca-4dd0-8164-958bfed1206c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5605 | 2025.01.31 23:37:14.138726 [ 259 ] {3971fab8-bdca-4dd0-8164-958bfed1206c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5606 | 2025.01.31 23:37:14.139111 [ 259 ] {3971fab8-bdca-4dd0-8164-958bfed1206c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5607 | 2025.01.31 23:37:14.139357 [ 259 ] {3971fab8-bdca-4dd0-8164-958bfed1206c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5608 | 2025.01.31 23:37:14.139565 [ 259 ] {3971fab8-bdca-4dd0-8164-958bfed1206c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001471 sec., 40788.579197824605 rows/sec., 2.75 MiB/sec. | ||
| 5609 | 2025.01.31 23:37:14.139614 [ 259 ] {3971fab8-bdca-4dd0-8164-958bfed1206c} <Debug> TCPHandler: Processed in 0.001667743 sec. | ||
| 5610 | 2025.01.31 23:37:15.511666 [ 62 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5611 | 2025.01.31 23:37:15.511737 [ 62 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5612 | 2025.01.31 23:37:15.511763 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5613 | 2025.01.31 23:37:15.512003 [ 192 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 5614 | 2025.01.31 23:37:15.512214 [ 192 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5615 | 2025.01.31 23:37:15.512254 [ 192 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 5616 | 2025.01.31 23:37:15.512338 [ 192 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 5617 | 2025.01.31 23:37:15.512434 [ 192 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 5618 | 2025.01.31 23:37:15.512678 [ 192 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 5619 | 2025.01.31 23:37:15.512946 [ 192 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 5620 | 2025.01.31 23:37:15.513988 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002142728 sec., 8400.506270511236 rows/sec., 566.05 KiB/sec. | ||
| 5621 | 2025.01.31 23:37:15.514123 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5622 | 2025.01.31 23:37:15.514420 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_18_4} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5623 | 2025.01.31 23:37:15.514507 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_18_4} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5624 | 2025.01.31 23:37:15.514587 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 5625 | 2025.01.31 23:37:17.427774 [ 142 ] {} <Debug> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5626 | 2025.01.31 23:37:17.427857 [ 142 ] {} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5627 | 2025.01.31 23:37:17.427880 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5628 | 2025.01.31 23:37:17.428092 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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.31 23:37:17.428270 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5630 | 2025.01.31 23:37:17.428307 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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.31 23:37:17.428396 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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.31 23:37:17.428485 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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.31 23:37:17.428780 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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.31 23:37:17.428920 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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.31 23:37:17.430013 [ 202 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002057215 sec., 23332.515074992163 rows/sec., 1.95 MiB/sec. | ||
| 5636 | 2025.01.31 23:37:17.430148 [ 196 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5637 | 2025.01.31 23:37:17.430433 [ 196 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_5_1} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): 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.31 23:37:17.430512 [ 196 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_5_1} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5639 | 2025.01.31 23:37:17.430589 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5640 | 2025.01.31 23:37:18.201818 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5641 | 2025.01.31 23:37:18.201908 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5642 | 2025.01.31 23:37:18.332771 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5643 | 2025.01.31 23:37:18.333426 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5644 | 2025.01.31 23:37:18.333472 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5645 | 2025.01.31 23:37:18.334072 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5646 | 2025.01.31 23:37:18.334343 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5647 | 2025.01.31 23:37:18.334604 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5648 | 2025.01.31 23:37:18.381925 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 800 | ||
| 5649 | 2025.01.31 23:37:18.384666 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5650 | 2025.01.31 23:37:18.384728 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5651 | 2025.01.31 23:37:18.386190 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5652 | 2025.01.31 23:37:18.386496 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5653 | 2025.01.31 23:37:18.387064 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 800 | ||
| 5654 | 2025.01.31 23:37:19.137642 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5655 | 2025.01.31 23:37:19.137860 [ 262 ] {fe6227ba-cdcf-4c42-86dd-1ff0561ec2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5656 | 2025.01.31 23:37:19.137942 [ 262 ] {fe6227ba-cdcf-4c42-86dd-1ff0561ec2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5657 | 2025.01.31 23:37:19.138756 [ 262 ] {fe6227ba-cdcf-4c42-86dd-1ff0561ec2b3} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5658 | 2025.01.31 23:37:19.138809 [ 262 ] {fe6227ba-cdcf-4c42-86dd-1ff0561ec2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5659 | 2025.01.31 23:37:19.139258 [ 262 ] {fe6227ba-cdcf-4c42-86dd-1ff0561ec2b3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5660 | 2025.01.31 23:37:19.139524 [ 262 ] {fe6227ba-cdcf-4c42-86dd-1ff0561ec2b3} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5661 | 2025.01.31 23:37:19.139765 [ 262 ] {fe6227ba-cdcf-4c42-86dd-1ff0561ec2b3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001963 sec., 7131.940906775344 rows/sec., 513.40 KiB/sec. | ||
| 5662 | 2025.01.31 23:37:19.139834 [ 262 ] {fe6227ba-cdcf-4c42-86dd-1ff0561ec2b3} <Debug> TCPHandler: Processed in 0.002336353 sec. | ||
| 5663 | 2025.01.31 23:37:19.140067 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5664 | 2025.01.31 23:37:19.140279 [ 259 ] {543e6b67-7309-4126-99a6-a837670349f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5665 | 2025.01.31 23:37:19.140358 [ 259 ] {543e6b67-7309-4126-99a6-a837670349f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5666 | 2025.01.31 23:37:19.141242 [ 259 ] {543e6b67-7309-4126-99a6-a837670349f8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2025.01.31 23:37:19.141283 [ 259 ] {543e6b67-7309-4126-99a6-a837670349f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5668 | 2025.01.31 23:37:19.141755 [ 259 ] {543e6b67-7309-4126-99a6-a837670349f8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5669 | 2025.01.31 23:37:19.142030 [ 259 ] {543e6b67-7309-4126-99a6-a837670349f8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2025.01.31 23:37:19.142239 [ 259 ] {543e6b67-7309-4126-99a6-a837670349f8} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002018 sec., 139246.77898909812 rows/sec., 12.28 MiB/sec. | ||
| 5671 | 2025.01.31 23:37:19.142303 [ 259 ] {543e6b67-7309-4126-99a6-a837670349f8} <Debug> TCPHandler: Processed in 0.002375034 sec. | ||
| 5672 | 2025.01.31 23:37:19.142461 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2025.01.31 23:37:19.142616 [ 262 ] {601cedc3-cc98-4e17-8d73-8256ff286468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5674 | 2025.01.31 23:37:19.142678 [ 262 ] {601cedc3-cc98-4e17-8d73-8256ff286468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5675 | 2025.01.31 23:37:19.143399 [ 262 ] {601cedc3-cc98-4e17-8d73-8256ff286468} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5676 | 2025.01.31 23:37:19.143448 [ 262 ] {601cedc3-cc98-4e17-8d73-8256ff286468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5677 | 2025.01.31 23:37:19.143865 [ 262 ] {601cedc3-cc98-4e17-8d73-8256ff286468} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5678 | 2025.01.31 23:37:19.144110 [ 262 ] {601cedc3-cc98-4e17-8d73-8256ff286468} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2025.01.31 23:37:19.144365 [ 262 ] {601cedc3-cc98-4e17-8d73-8256ff286468} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001771 sec., 25974.025974025975 rows/sec., 1.87 MiB/sec. | ||
| 5680 | 2025.01.31 23:37:19.144463 [ 262 ] {601cedc3-cc98-4e17-8d73-8256ff286468} <Debug> TCPHandler: Processed in 0.002074655 sec. | ||
| 5681 | 2025.01.31 23:37:19.144681 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5682 | 2025.01.31 23:37:19.144860 [ 259 ] {93219a15-2ee7-4988-8264-d206d31dfd3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5683 | 2025.01.31 23:37:19.144919 [ 259 ] {93219a15-2ee7-4988-8264-d206d31dfd3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5684 | 2025.01.31 23:37:19.145607 [ 259 ] {93219a15-2ee7-4988-8264-d206d31dfd3d} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5685 | 2025.01.31 23:37:19.145652 [ 259 ] {93219a15-2ee7-4988-8264-d206d31dfd3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5686 | 2025.01.31 23:37:19.146022 [ 259 ] {93219a15-2ee7-4988-8264-d206d31dfd3d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5687 | 2025.01.31 23:37:19.146266 [ 259 ] {93219a15-2ee7-4988-8264-d206d31dfd3d} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2025.01.31 23:37:19.146457 [ 259 ] {93219a15-2ee7-4988-8264-d206d31dfd3d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001629 sec., 8594.229588704728 rows/sec., 601.88 KiB/sec. | ||
| 5689 | 2025.01.31 23:37:19.146572 [ 259 ] {93219a15-2ee7-4988-8264-d206d31dfd3d} <Debug> TCPHandler: Processed in 0.002015583 sec. | ||
| 5690 | 2025.01.31 23:37:19.146727 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5691 | 2025.01.31 23:37:19.146867 [ 262 ] {d194986c-2791-414d-9406-6b5a51fdc541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5692 | 2025.01.31 23:37:19.146924 [ 262 ] {d194986c-2791-414d-9406-6b5a51fdc541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5693 | 2025.01.31 23:37:19.147627 [ 262 ] {d194986c-2791-414d-9406-6b5a51fdc541} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5694 | 2025.01.31 23:37:19.147673 [ 262 ] {d194986c-2791-414d-9406-6b5a51fdc541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5695 | 2025.01.31 23:37:19.148027 [ 262 ] {d194986c-2791-414d-9406-6b5a51fdc541} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5696 | 2025.01.31 23:37:19.148262 [ 262 ] {d194986c-2791-414d-9406-6b5a51fdc541} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5697 | 2025.01.31 23:37:19.148517 [ 262 ] {d194986c-2791-414d-9406-6b5a51fdc541} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001682 sec., 7728.894173602855 rows/sec., 481.89 KiB/sec. | ||
| 5698 | 2025.01.31 23:37:19.148731 [ 262 ] {d194986c-2791-414d-9406-6b5a51fdc541} <Debug> TCPHandler: Processed in 0.002072645 sec. | ||
| 5699 | 2025.01.31 23:37:19.148894 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5700 | 2025.01.31 23:37:19.149012 [ 259 ] {f98d67fa-338c-425d-a6de-2a0bcc64ebc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5701 | 2025.01.31 23:37:19.149061 [ 259 ] {f98d67fa-338c-425d-a6de-2a0bcc64ebc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5702 | 2025.01.31 23:37:19.149766 [ 259 ] {f98d67fa-338c-425d-a6de-2a0bcc64ebc3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5703 | 2025.01.31 23:37:19.149804 [ 259 ] {f98d67fa-338c-425d-a6de-2a0bcc64ebc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5704 | 2025.01.31 23:37:19.150192 [ 259 ] {f98d67fa-338c-425d-a6de-2a0bcc64ebc3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5705 | 2025.01.31 23:37:19.150431 [ 259 ] {f98d67fa-338c-425d-a6de-2a0bcc64ebc3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2025.01.31 23:37:19.150628 [ 259 ] {f98d67fa-338c-425d-a6de-2a0bcc64ebc3} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001641 sec., 256550.88360755634 rows/sec., 18.33 MiB/sec. | ||
| 5707 | 2025.01.31 23:37:19.150757 [ 259 ] {f98d67fa-338c-425d-a6de-2a0bcc64ebc3} <Debug> TCPHandler: Processed in 0.001919701 sec. | ||
| 5708 | 2025.01.31 23:37:19.150952 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5709 | 2025.01.31 23:37:19.151087 [ 262 ] {4a94a973-2c1f-432c-a829-7a8e774709c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5710 | 2025.01.31 23:37:19.151146 [ 262 ] {4a94a973-2c1f-432c-a829-7a8e774709c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5711 | 2025.01.31 23:37:19.151697 [ 262 ] {4a94a973-2c1f-432c-a829-7a8e774709c3} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5712 | 2025.01.31 23:37:19.151737 [ 262 ] {4a94a973-2c1f-432c-a829-7a8e774709c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5713 | 2025.01.31 23:37:19.152096 [ 262 ] {4a94a973-2c1f-432c-a829-7a8e774709c3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5714 | 2025.01.31 23:37:19.152330 [ 262 ] {4a94a973-2c1f-432c-a829-7a8e774709c3} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5715 | 2025.01.31 23:37:19.152537 [ 262 ] {4a94a973-2c1f-432c-a829-7a8e774709c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 5716 | 2025.01.31 23:37:19.152586 [ 262 ] {4a94a973-2c1f-432c-a829-7a8e774709c3} <Debug> TCPHandler: Processed in 0.001744825 sec. | ||
| 5717 | 2025.01.31 23:37:19.152727 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5718 | 2025.01.31 23:37:19.152865 [ 259 ] {03fa718d-f240-4ac0-8f94-b4b9ea7c4d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5719 | 2025.01.31 23:37:19.152929 [ 259 ] {03fa718d-f240-4ac0-8f94-b4b9ea7c4d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5720 | 2025.01.31 23:37:19.153602 [ 259 ] {03fa718d-f240-4ac0-8f94-b4b9ea7c4d36} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5721 | 2025.01.31 23:37:19.153645 [ 259 ] {03fa718d-f240-4ac0-8f94-b4b9ea7c4d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5722 | 2025.01.31 23:37:19.154036 [ 259 ] {03fa718d-f240-4ac0-8f94-b4b9ea7c4d36} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5723 | 2025.01.31 23:37:19.154294 [ 259 ] {03fa718d-f240-4ac0-8f94-b4b9ea7c4d36} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5724 | 2025.01.31 23:37:19.154516 [ 259 ] {03fa718d-f240-4ac0-8f94-b4b9ea7c4d36} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001674 sec., 141577.06093189964 rows/sec., 9.49 MiB/sec. | ||
| 5725 | 2025.01.31 23:37:19.154686 [ 259 ] {03fa718d-f240-4ac0-8f94-b4b9ea7c4d36} <Debug> TCPHandler: Processed in 0.002022094 sec. | ||
| 5726 | 2025.01.31 23:37:19.154917 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5727 | 2025.01.31 23:37:19.155105 [ 262 ] {fb8c5916-ac33-4b7e-b4e2-0381e2b52c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5728 | 2025.01.31 23:37:19.155171 [ 262 ] {fb8c5916-ac33-4b7e-b4e2-0381e2b52c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5729 | 2025.01.31 23:37:19.155713 [ 262 ] {fb8c5916-ac33-4b7e-b4e2-0381e2b52c1d} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2025.01.31 23:37:19.155751 [ 262 ] {fb8c5916-ac33-4b7e-b4e2-0381e2b52c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5731 | 2025.01.31 23:37:19.156101 [ 262 ] {fb8c5916-ac33-4b7e-b4e2-0381e2b52c1d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5732 | 2025.01.31 23:37:19.156345 [ 262 ] {fb8c5916-ac33-4b7e-b4e2-0381e2b52c1d} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5733 | 2025.01.31 23:37:19.156543 [ 262 ] {fb8c5916-ac33-4b7e-b4e2-0381e2b52c1d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec. | ||
| 5734 | 2025.01.31 23:37:19.156761 [ 262 ] {fb8c5916-ac33-4b7e-b4e2-0381e2b52c1d} <Debug> TCPHandler: Processed in 0.001972812 sec. | ||
| 5735 | 2025.01.31 23:37:19.157012 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5736 | 2025.01.31 23:37:19.157229 [ 259 ] {86509197-41ea-4567-bf63-8556e0398d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5737 | 2025.01.31 23:37:19.157399 [ 259 ] {86509197-41ea-4567-bf63-8556e0398d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5738 | 2025.01.31 23:37:19.158760 [ 259 ] {86509197-41ea-4567-bf63-8556e0398d94} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2025.01.31 23:37:19.158798 [ 259 ] {86509197-41ea-4567-bf63-8556e0398d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5740 | 2025.01.31 23:37:19.159463 [ 259 ] {86509197-41ea-4567-bf63-8556e0398d94} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5741 | 2025.01.31 23:37:19.159729 [ 259 ] {86509197-41ea-4567-bf63-8556e0398d94} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2025.01.31 23:37:19.160053 [ 259 ] {86509197-41ea-4567-bf63-8556e0398d94} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002874 sec., 13569.937369519834 rows/sec., 24.32 MiB/sec. | ||
| 5743 | 2025.01.31 23:37:19.160470 [ 259 ] {86509197-41ea-4567-bf63-8556e0398d94} <Debug> TCPHandler: Processed in 0.003612063 sec. | ||
| 5744 | 2025.01.31 23:37:19.160643 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5745 | 2025.01.31 23:37:19.160781 [ 262 ] {2e49d935-095d-4021-a31e-45c59ab5bfac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5746 | 2025.01.31 23:37:19.160838 [ 262 ] {2e49d935-095d-4021-a31e-45c59ab5bfac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5747 | 2025.01.31 23:37:19.161396 [ 262 ] {2e49d935-095d-4021-a31e-45c59ab5bfac} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5748 | 2025.01.31 23:37:19.161441 [ 262 ] {2e49d935-095d-4021-a31e-45c59ab5bfac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5749 | 2025.01.31 23:37:19.161877 [ 262 ] {2e49d935-095d-4021-a31e-45c59ab5bfac} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5750 | 2025.01.31 23:37:19.162168 [ 262 ] {2e49d935-095d-4021-a31e-45c59ab5bfac} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5751 | 2025.01.31 23:37:19.162377 [ 262 ] {2e49d935-095d-4021-a31e-45c59ab5bfac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001626 sec., 50430.50430504305 rows/sec., 3.20 MiB/sec. | ||
| 5752 | 2025.01.31 23:37:19.162435 [ 262 ] {2e49d935-095d-4021-a31e-45c59ab5bfac} <Debug> TCPHandler: Processed in 0.001858079 sec. | ||
| 5753 | 2025.01.31 23:37:19.259712 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 5754 | 2025.01.31 23:37:19.280301 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2025.01.31 23:37:19.280358 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5756 | 2025.01.31 23:37:19.287940 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5757 | 2025.01.31 23:37:19.288719 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5758 | 2025.01.31 23:37:19.292296 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 5759 | 2025.01.31 23:37:24.129978 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5760 | 2025.01.31 23:37:24.130183 [ 262 ] {c472ac79-30cc-4f24-b200-baac5817e286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5761 | 2025.01.31 23:37:24.130255 [ 262 ] {c472ac79-30cc-4f24-b200-baac5817e286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5762 | 2025.01.31 23:37:24.130998 [ 262 ] {c472ac79-30cc-4f24-b200-baac5817e286} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5763 | 2025.01.31 23:37:24.131043 [ 262 ] {c472ac79-30cc-4f24-b200-baac5817e286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5764 | 2025.01.31 23:37:24.131478 [ 262 ] {c472ac79-30cc-4f24-b200-baac5817e286} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5765 | 2025.01.31 23:37:24.131742 [ 262 ] {c472ac79-30cc-4f24-b200-baac5817e286} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5766 | 2025.01.31 23:37:24.131889 [ 145 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5767 | 2025.01.31 23:37:24.131939 [ 145 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5768 | 2025.01.31 23:37:24.131949 [ 262 ] {c472ac79-30cc-4f24-b200-baac5817e286} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001815 sec., 30853.994490358127 rows/sec., 2.36 MiB/sec. | ||
| 5769 | 2025.01.31 23:37:24.131969 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5770 | 2025.01.31 23:37:24.132063 [ 262 ] {c472ac79-30cc-4f24-b200-baac5817e286} <Debug> TCPHandler: Processed in 0.00221827 sec. | ||
| 5771 | 2025.01.31 23:37:24.132279 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5772 | 2025.01.31 23:37:24.132370 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5773 | 2025.01.31 23:37:24.132467 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5774 | 2025.01.31 23:37:24.132530 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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.31 23:37:24.132741 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5776 | 2025.01.31 23:37:24.132763 [ 259 ] {90fabbf8-db10-4752-b5e2-fa2ea3d27d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5777 | 2025.01.31 23:37:24.133032 [ 259 ] {90fabbf8-db10-4752-b5e2-fa2ea3d27d55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5778 | 2025.01.31 23:37:24.133069 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5779 | 2025.01.31 23:37:24.133452 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5780 | 2025.01.31 23:37:24.133755 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5781 | 2025.01.31 23:37:24.134040 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 5782 | 2025.01.31 23:37:24.135846 [ 259 ] {90fabbf8-db10-4752-b5e2-fa2ea3d27d55} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5783 | 2025.01.31 23:37:24.135936 [ 259 ] {90fabbf8-db10-4752-b5e2-fa2ea3d27d55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5784 | 2025.01.31 23:37:24.136909 [ 259 ] {90fabbf8-db10-4752-b5e2-fa2ea3d27d55} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5785 | 2025.01.31 23:37:24.137244 [ 259 ] {90fabbf8-db10-4752-b5e2-fa2ea3d27d55} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5786 | 2025.01.31 23:37:24.137592 [ 145 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5787 | 2025.01.31 23:37:24.137708 [ 145 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5788 | 2025.01.31 23:37:24.137799 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5789 | 2025.01.31 23:37:24.138029 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.005933386 sec., 557523.1410867252 rows/sec., 48.66 MiB/sec. | ||
| 5790 | 2025.01.31 23:37:24.138069 [ 259 ] {90fabbf8-db10-4752-b5e2-fa2ea3d27d55} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005487 sec., 11663.93293238564 rows/sec., 932.25 KiB/sec. | ||
| 5791 | 2025.01.31 23:37:24.138103 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5792 | 2025.01.31 23:37:24.138267 [ 259 ] {90fabbf8-db10-4752-b5e2-fa2ea3d27d55} <Debug> TCPHandler: Processed in 0.006087111 sec. | ||
| 5793 | 2025.01.31 23:37:24.138458 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5794 | 2025.01.31 23:37:24.138519 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5795 | 2025.01.31 23:37:24.138538 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5796 | 2025.01.31 23:37:24.138580 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5797 | 2025.01.31 23:37:24.138873 [ 262 ] {62be5ae1-d458-456c-94fb-484bbf34f1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5798 | 2025.01.31 23:37:24.139056 [ 262 ] {62be5ae1-d458-456c-94fb-484bbf34f1af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5799 | 2025.01.31 23:37:24.139260 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5800 | 2025.01.31 23:37:24.139636 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_46_9} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5801 | 2025.01.31 23:37:24.140056 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_46_9} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5802 | 2025.01.31 23:37:24.140125 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5803 | 2025.01.31 23:37:24.140456 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 5804 | 2025.01.31 23:37:24.140647 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5805 | 2025.01.31 23:37:24.140795 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5806 | 2025.01.31 23:37:24.141210 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 5807 | 2025.01.31 23:37:24.142089 [ 262 ] {62be5ae1-d458-456c-94fb-484bbf34f1af} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5808 | 2025.01.31 23:37:24.142150 [ 262 ] {62be5ae1-d458-456c-94fb-484bbf34f1af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5809 | 2025.01.31 23:37:24.143209 [ 262 ] {62be5ae1-d458-456c-94fb-484bbf34f1af} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5810 | 2025.01.31 23:37:24.143611 [ 262 ] {62be5ae1-d458-456c-94fb-484bbf34f1af} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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.31 23:37:24.143791 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5812 | 2025.01.31 23:37:24.143844 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5813 | 2025.01.31 23:37:24.143874 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5814 | 2025.01.31 23:37:24.143947 [ 262 ] {62be5ae1-d458-456c-94fb-484bbf34f1af} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005192 sec., 30816.640986132516 rows/sec., 2.15 MiB/sec. | ||
| 5815 | 2025.01.31 23:37:24.144326 [ 262 ] {62be5ae1-d458-456c-94fb-484bbf34f1af} <Debug> TCPHandler: Processed in 0.005947737 sec. | ||
| 5816 | 2025.01.31 23:37:24.144416 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 5817 | 2025.01.31 23:37:24.144644 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5818 | 2025.01.31 23:37:24.144993 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007036621 sec., 343772.9557979604 rows/sec., 26.37 MiB/sec. | ||
| 5819 | 2025.01.31 23:37:24.145069 [ 259 ] {b98a66d5-d3ab-4355-b45e-bab9c108ffad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5820 | 2025.01.31 23:37:24.145111 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5821 | 2025.01.31 23:37:24.145213 [ 259 ] {b98a66d5-d3ab-4355-b45e-bab9c108ffad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5822 | 2025.01.31 23:37:24.145228 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12651 rows starting from the beginning of the part | ||
| 5823 | 2025.01.31 23:37:24.145309 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5824 | 2025.01.31 23:37:24.145717 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 5825 | 2025.01.31 23:37:24.146260 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 5826 | 2025.01.31 23:37:24.146746 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 5827 | 2025.01.31 23:37:24.146848 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_46_9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5828 | 2025.01.31 23:37:24.147142 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 5829 | 2025.01.31 23:37:24.147400 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_46_9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5830 | 2025.01.31 23:37:24.147559 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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.31 23:37:24.147800 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5832 | 2025.01.31 23:37:24.148815 [ 259 ] {b98a66d5-d3ab-4355-b45e-bab9c108ffad} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5833 | 2025.01.31 23:37:24.148868 [ 259 ] {b98a66d5-d3ab-4355-b45e-bab9c108ffad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5834 | 2025.01.31 23:37:24.149431 [ 259 ] {b98a66d5-d3ab-4355-b45e-bab9c108ffad} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5835 | 2025.01.31 23:37:24.149864 [ 259 ] {b98a66d5-d3ab-4355-b45e-bab9c108ffad} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5836 | 2025.01.31 23:37:24.150196 [ 145 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5837 | 2025.01.31 23:37:24.150308 [ 145 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5838 | 2025.01.31 23:37:24.150392 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5839 | 2025.01.31 23:37:24.150607 [ 259 ] {b98a66d5-d3ab-4355-b45e-bab9c108ffad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005614 sec., 10687.566797292482 rows/sec., 737.55 KiB/sec. | ||
| 5840 | 2025.01.31 23:37:24.150809 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5841 | 2025.01.31 23:37:24.150956 [ 259 ] {b98a66d5-d3ab-4355-b45e-bab9c108ffad} <Debug> TCPHandler: Processed in 0.006483444 sec. | ||
| 5842 | 2025.01.31 23:37:24.151252 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5843 | 2025.01.31 23:37:24.151294 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5844 | 2025.01.31 23:37:24.151395 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5845 | 2025.01.31 23:37:24.151665 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5846 | 2025.01.31 23:37:24.151940 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5847 | 2025.01.31 23:37:24.152043 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5848 | 2025.01.31 23:37:24.152634 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 5849 | 2025.01.31 23:37:24.154351 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14299 rows, containing 5 columns (5 merged, 0 gathered) in 0.010359915 sec., 1380223.6794413852 rows/sec., 93.19 MiB/sec. | ||
| 5850 | 2025.01.31 23:37:24.154466 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.003950294 sec., 710326.8769362483 rows/sec., 46.34 MiB/sec. | ||
| 5851 | 2025.01.31 23:37:24.154693 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5852 | 2025.01.31 23:37:24.154890 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5853 | 2025.01.31 23:37:24.155163 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5854 | 2025.01.31 23:37:24.155294 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5855 | 2025.01.31 23:37:24.155446 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.61 MiB. | ||
| 5856 | 2025.01.31 23:37:24.155502 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_46_9} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5857 | 2025.01.31 23:37:24.155613 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_46_9} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5858 | 2025.01.31 23:37:24.155716 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 5859 | 2025.01.31 23:37:25.835637 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5860 | 2025.01.31 23:37:25.836302 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5861 | 2025.01.31 23:37:25.836347 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5862 | 2025.01.31 23:37:25.836872 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5863 | 2025.01.31 23:37:25.837129 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5864 | 2025.01.31 23:37:25.837329 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5865 | 2025.01.31 23:37:26.793268 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 5866 | 2025.01.31 23:37:26.814776 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5867 | 2025.01.31 23:37:26.814845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5868 | 2025.01.31 23:37:26.822244 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5869 | 2025.01.31 23:37:26.823049 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5870 | 2025.01.31 23:37:26.826230 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5871 | 2025.01.31 23:37:28.388070 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 830 | ||
| 5872 | 2025.01.31 23:37:28.391160 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5873 | 2025.01.31 23:37:28.391221 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5874 | 2025.01.31 23:37:28.392705 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5875 | 2025.01.31 23:37:28.393022 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5876 | 2025.01.31 23:37:28.393251 [ 140 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5877 | 2025.01.31 23:37:28.393380 [ 140 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5878 | 2025.01.31 23:37:28.393451 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5879 | 2025.01.31 23:37:28.393929 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 5880 | 2025.01.31 23:37:28.394568 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 830 | ||
| 5881 | 2025.01.31 23:37:28.395068 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5882 | 2025.01.31 23:37:28.395270 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 5883 | 2025.01.31 23:37:28.395939 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 5884 | 2025.01.31 23:37:28.396615 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 5885 | 2025.01.31 23:37:28.397296 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 5886 | 2025.01.31 23:37:28.397884 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 5887 | 2025.01.31 23:37:28.398530 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 5888 | 2025.01.31 23:37:28.406987 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 830 rows, containing 72 columns (72 merged, 0 gathered) in 0.013357269 sec., 62138.4506069317 rows/sec., 51.45 MiB/sec. | ||
| 5889 | 2025.01.31 23:37:28.408046 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5890 | 2025.01.31 23:37:28.408781 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_21_4} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5891 | 2025.01.31 23:37:28.408871 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_21_4} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5892 | 2025.01.31 23:37:28.409095 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5893 | 2025.01.31 23:37:29.136986 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5894 | 2025.01.31 23:37:29.137214 [ 262 ] {fd3837a4-d310-4e7c-aa3c-017bd4cc631d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5895 | 2025.01.31 23:37:29.137294 [ 262 ] {fd3837a4-d310-4e7c-aa3c-017bd4cc631d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5896 | 2025.01.31 23:37:29.138107 [ 262 ] {fd3837a4-d310-4e7c-aa3c-017bd4cc631d} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5897 | 2025.01.31 23:37:29.138163 [ 262 ] {fd3837a4-d310-4e7c-aa3c-017bd4cc631d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5898 | 2025.01.31 23:37:29.138612 [ 262 ] {fd3837a4-d310-4e7c-aa3c-017bd4cc631d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5899 | 2025.01.31 23:37:29.138866 [ 262 ] {fd3837a4-d310-4e7c-aa3c-017bd4cc631d} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5900 | 2025.01.31 23:37:29.139095 [ 262 ] {fd3837a4-d310-4e7c-aa3c-017bd4cc631d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001943 sec., 7205.352547606793 rows/sec., 518.69 KiB/sec. | ||
| 5901 | 2025.01.31 23:37:29.139152 [ 262 ] {fd3837a4-d310-4e7c-aa3c-017bd4cc631d} <Debug> TCPHandler: Processed in 0.002316313 sec. | ||
| 5902 | 2025.01.31 23:37:29.139425 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5903 | 2025.01.31 23:37:29.139613 [ 259 ] {6568f644-3dbd-4b80-9d5f-01a72ff8c32b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5904 | 2025.01.31 23:37:29.139685 [ 259 ] {6568f644-3dbd-4b80-9d5f-01a72ff8c32b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5905 | 2025.01.31 23:37:29.140604 [ 259 ] {6568f644-3dbd-4b80-9d5f-01a72ff8c32b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5906 | 2025.01.31 23:37:29.140650 [ 259 ] {6568f644-3dbd-4b80-9d5f-01a72ff8c32b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5907 | 2025.01.31 23:37:29.141132 [ 259 ] {6568f644-3dbd-4b80-9d5f-01a72ff8c32b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5908 | 2025.01.31 23:37:29.141400 [ 259 ] {6568f644-3dbd-4b80-9d5f-01a72ff8c32b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5909 | 2025.01.31 23:37:29.141634 [ 259 ] {6568f644-3dbd-4b80-9d5f-01a72ff8c32b} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.00207 sec., 135748.7922705314 rows/sec., 11.97 MiB/sec. | ||
| 5910 | 2025.01.31 23:37:29.141740 [ 259 ] {6568f644-3dbd-4b80-9d5f-01a72ff8c32b} <Debug> TCPHandler: Processed in 0.002441207 sec. | ||
| 5911 | 2025.01.31 23:37:29.141981 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5912 | 2025.01.31 23:37:29.142120 [ 262 ] {6e78c139-84e7-4ea0-9706-162bb40e8f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5913 | 2025.01.31 23:37:29.142171 [ 262 ] {6e78c139-84e7-4ea0-9706-162bb40e8f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5914 | 2025.01.31 23:37:29.142800 [ 262 ] {6e78c139-84e7-4ea0-9706-162bb40e8f8a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5915 | 2025.01.31 23:37:29.142841 [ 262 ] {6e78c139-84e7-4ea0-9706-162bb40e8f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5916 | 2025.01.31 23:37:29.143205 [ 262 ] {6e78c139-84e7-4ea0-9706-162bb40e8f8a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5917 | 2025.01.31 23:37:29.143444 [ 262 ] {6e78c139-84e7-4ea0-9706-162bb40e8f8a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5918 | 2025.01.31 23:37:29.143607 [ 138 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5919 | 2025.01.31 23:37:29.143669 [ 138 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5920 | 2025.01.31 23:37:29.143698 [ 262 ] {6e78c139-84e7-4ea0-9706-162bb40e8f8a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001595 sec., 28840.125391849528 rows/sec., 2.07 MiB/sec. | ||
| 5921 | 2025.01.31 23:37:29.143711 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5922 | 2025.01.31 23:37:29.143872 [ 262 ] {6e78c139-84e7-4ea0-9706-162bb40e8f8a} <Debug> TCPHandler: Processed in 0.002006033 sec. | ||
| 5923 | 2025.01.31 23:37:29.144235 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5924 | 2025.01.31 23:37:29.144483 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 5925 | 2025.01.31 23:37:29.144585 [ 259 ] {ced14435-aa16-4896-ba11-846c1b583169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5926 | 2025.01.31 23:37:29.144705 [ 259 ] {ced14435-aa16-4896-ba11-846c1b583169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5927 | 2025.01.31 23:37:29.144728 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5928 | 2025.01.31 23:37:29.144840 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 5929 | 2025.01.31 23:37:29.145091 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 5930 | 2025.01.31 23:37:29.145395 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 5931 | 2025.01.31 23:37:29.145804 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 5932 | 2025.01.31 23:37:29.146149 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 5933 | 2025.01.31 23:37:29.146464 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 5934 | 2025.01.31 23:37:29.147638 [ 259 ] {ced14435-aa16-4896-ba11-846c1b583169} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5935 | 2025.01.31 23:37:29.147712 [ 259 ] {ced14435-aa16-4896-ba11-846c1b583169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5936 | 2025.01.31 23:37:29.148772 [ 259 ] {ced14435-aa16-4896-ba11-846c1b583169} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5937 | 2025.01.31 23:37:29.149246 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.00538761 sec., 57539.42842930353 rows/sec., 4.34 MiB/sec. | ||
| 5938 | 2025.01.31 23:37:29.149314 [ 259 ] {ced14435-aa16-4896-ba11-846c1b583169} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5939 | 2025.01.31 23:37:29.149444 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5940 | 2025.01.31 23:37:29.149545 [ 138 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5941 | 2025.01.31 23:37:29.149649 [ 138 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5942 | 2025.01.31 23:37:29.149731 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5943 | 2025.01.31 23:37:29.149904 [ 259 ] {ced14435-aa16-4896-ba11-846c1b583169} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005368 sec., 2608.047690014903 rows/sec., 182.65 KiB/sec. | ||
| 5944 | 2025.01.31 23:37:29.150321 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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.31 23:37:29.150621 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_20_4} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5946 | 2025.01.31 23:37:29.150968 [ 201 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_20_4} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5947 | 2025.01.31 23:37:29.151006 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5948 | 2025.01.31 23:37:29.151016 [ 259 ] {ced14435-aa16-4896-ba11-846c1b583169} <Debug> TCPHandler: Processed in 0.006988059 sec. | ||
| 5949 | 2025.01.31 23:37:29.151132 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 5950 | 2025.01.31 23:37:29.151180 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5951 | 2025.01.31 23:37:29.151382 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5952 | 2025.01.31 23:37:29.151489 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 5953 | 2025.01.31 23:37:29.151748 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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.31 23:37:29.151828 [ 262 ] {51f50371-09c1-4a58-a18a-a55c47e273e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5955 | 2025.01.31 23:37:29.151970 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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.31 23:37:29.152023 [ 262 ] {51f50371-09c1-4a58-a18a-a55c47e273e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5957 | 2025.01.31 23:37:29.152294 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 5958 | 2025.01.31 23:37:29.152595 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 5959 | 2025.01.31 23:37:29.154289 [ 262 ] {51f50371-09c1-4a58-a18a-a55c47e273e9} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5960 | 2025.01.31 23:37:29.154364 [ 262 ] {51f50371-09c1-4a58-a18a-a55c47e273e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5961 | 2025.01.31 23:37:29.155241 [ 262 ] {51f50371-09c1-4a58-a18a-a55c47e273e9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5962 | 2025.01.31 23:37:29.155440 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005554524 sec., 97218.05144779282 rows/sec., 6.96 MiB/sec. | ||
| 5963 | 2025.01.31 23:37:29.155657 [ 198 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5964 | 2025.01.31 23:37:29.155693 [ 262 ] {51f50371-09c1-4a58-a18a-a55c47e273e9} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5965 | 2025.01.31 23:37:29.156156 [ 262 ] {51f50371-09c1-4a58-a18a-a55c47e273e9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004475 sec., 2905.027932960894 rows/sec., 181.13 KiB/sec. | ||
| 5966 | 2025.01.31 23:37:29.156337 [ 262 ] {51f50371-09c1-4a58-a18a-a55c47e273e9} <Debug> TCPHandler: Processed in 0.005115941 sec. | ||
| 5967 | 2025.01.31 23:37:29.156352 [ 198 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_20_4} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5968 | 2025.01.31 23:37:29.156517 [ 198 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_20_4} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5969 | 2025.01.31 23:37:29.156539 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5970 | 2025.01.31 23:37:29.156627 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5971 | 2025.01.31 23:37:29.156703 [ 259 ] {75d55f34-bfcd-4ac6-bedb-71fdd345b4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5972 | 2025.01.31 23:37:29.156762 [ 259 ] {75d55f34-bfcd-4ac6-bedb-71fdd345b4c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5973 | 2025.01.31 23:37:29.157555 [ 259 ] {75d55f34-bfcd-4ac6-bedb-71fdd345b4c3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5974 | 2025.01.31 23:37:29.157593 [ 259 ] {75d55f34-bfcd-4ac6-bedb-71fdd345b4c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5975 | 2025.01.31 23:37:29.157980 [ 259 ] {75d55f34-bfcd-4ac6-bedb-71fdd345b4c3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5976 | 2025.01.31 23:37:29.158228 [ 259 ] {75d55f34-bfcd-4ac6-bedb-71fdd345b4c3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5977 | 2025.01.31 23:37:29.158443 [ 259 ] {75d55f34-bfcd-4ac6-bedb-71fdd345b4c3} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001765 sec., 238526.9121813031 rows/sec., 17.04 MiB/sec. | ||
| 5978 | 2025.01.31 23:37:29.158532 [ 259 ] {75d55f34-bfcd-4ac6-bedb-71fdd345b4c3} <Debug> TCPHandler: Processed in 0.002082055 sec. | ||
| 5979 | 2025.01.31 23:37:29.158780 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2025.01.31 23:37:29.158950 [ 262 ] {fedebc0e-615d-4e08-af06-52fdb06ddcf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5981 | 2025.01.31 23:37:29.159008 [ 262 ] {fedebc0e-615d-4e08-af06-52fdb06ddcf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5982 | 2025.01.31 23:37:29.159575 [ 262 ] {fedebc0e-615d-4e08-af06-52fdb06ddcf8} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2025.01.31 23:37:29.159622 [ 262 ] {fedebc0e-615d-4e08-af06-52fdb06ddcf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5984 | 2025.01.31 23:37:29.160035 [ 262 ] {fedebc0e-615d-4e08-af06-52fdb06ddcf8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5985 | 2025.01.31 23:37:29.160270 [ 262 ] {fedebc0e-615d-4e08-af06-52fdb06ddcf8} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2025.01.31 23:37:29.160429 [ 138 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5987 | 2025.01.31 23:37:29.160493 [ 138 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5988 | 2025.01.31 23:37:29.160513 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5989 | 2025.01.31 23:37:29.160549 [ 262 ] {fedebc0e-615d-4e08-af06-52fdb06ddcf8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001619 sec., 3705.9913526868436 rows/sec., 193.62 KiB/sec. | ||
| 5990 | 2025.01.31 23:37:29.160830 [ 262 ] {fedebc0e-615d-4e08-af06-52fdb06ddcf8} <Debug> TCPHandler: Processed in 0.002169879 sec. | ||
| 5991 | 2025.01.31 23:37:29.160862 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 5992 | 2025.01.31 23:37:29.161218 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5993 | 2025.01.31 23:37:29.161331 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5994 | 2025.01.31 23:37:29.161448 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 5995 | 2025.01.31 23:37:29.161588 [ 259 ] {4e98c529-0e1e-4aa6-a174-0c7751b23b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5996 | 2025.01.31 23:37:29.161738 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 5997 | 2025.01.31 23:37:29.161846 [ 259 ] {4e98c529-0e1e-4aa6-a174-0c7751b23b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5998 | 2025.01.31 23:37:29.162143 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 5999 | 2025.01.31 23:37:29.162505 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 6000 | 2025.01.31 23:37:29.162847 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 6001 | 2025.01.31 23:37:29.163191 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 6002 | 2025.01.31 23:37:29.164255 [ 259 ] {4e98c529-0e1e-4aa6-a174-0c7751b23b2b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6003 | 2025.01.31 23:37:29.164324 [ 259 ] {4e98c529-0e1e-4aa6-a174-0c7751b23b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6004 | 2025.01.31 23:37:29.165448 [ 259 ] {4e98c529-0e1e-4aa6-a174-0c7751b23b2b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6005 | 2025.01.31 23:37:29.165887 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.005283426 sec., 22712.535388969205 rows/sec., 1.16 MiB/sec. | ||
| 6006 | 2025.01.31 23:37:29.166062 [ 259 ] {4e98c529-0e1e-4aa6-a174-0c7751b23b2b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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.31 23:37:29.166134 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6008 | 2025.01.31 23:37:29.166475 [ 259 ] {4e98c529-0e1e-4aa6-a174-0c7751b23b2b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004993 sec., 47466.45303424795 rows/sec., 3.18 MiB/sec. | ||
| 6009 | 2025.01.31 23:37:29.166635 [ 259 ] {4e98c529-0e1e-4aa6-a174-0c7751b23b2b} <Debug> TCPHandler: Processed in 0.005679068 sec. | ||
| 6010 | 2025.01.31 23:37:29.166795 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_20_4} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6011 | 2025.01.31 23:37:29.166867 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6012 | 2025.01.31 23:37:29.166973 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_20_4} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6013 | 2025.01.31 23:37:29.167092 [ 262 ] {b37d426f-5d69-4b78-9be4-eb6a1eb06cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6014 | 2025.01.31 23:37:29.167156 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6015 | 2025.01.31 23:37:29.167211 [ 262 ] {b37d426f-5d69-4b78-9be4-eb6a1eb06cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6016 | 2025.01.31 23:37:29.167690 [ 262 ] {b37d426f-5d69-4b78-9be4-eb6a1eb06cfc} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6017 | 2025.01.31 23:37:29.167731 [ 262 ] {b37d426f-5d69-4b78-9be4-eb6a1eb06cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6018 | 2025.01.31 23:37:29.168137 [ 262 ] {b37d426f-5d69-4b78-9be4-eb6a1eb06cfc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6019 | 2025.01.31 23:37:29.168381 [ 262 ] {b37d426f-5d69-4b78-9be4-eb6a1eb06cfc} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6020 | 2025.01.31 23:37:29.168588 [ 262 ] {b37d426f-5d69-4b78-9be4-eb6a1eb06cfc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec. | ||
| 6021 | 2025.01.31 23:37:29.168640 [ 262 ] {b37d426f-5d69-4b78-9be4-eb6a1eb06cfc} <Debug> TCPHandler: Processed in 0.001895959 sec. | ||
| 6022 | 2025.01.31 23:37:29.168806 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6023 | 2025.01.31 23:37:29.168929 [ 259 ] {56b1f3e2-8303-410f-adca-79563e37644a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6024 | 2025.01.31 23:37:29.169012 [ 259 ] {56b1f3e2-8303-410f-adca-79563e37644a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6025 | 2025.01.31 23:37:29.170408 [ 259 ] {56b1f3e2-8303-410f-adca-79563e37644a} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6026 | 2025.01.31 23:37:29.170449 [ 259 ] {56b1f3e2-8303-410f-adca-79563e37644a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6027 | 2025.01.31 23:37:29.171223 [ 259 ] {56b1f3e2-8303-410f-adca-79563e37644a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6028 | 2025.01.31 23:37:29.171544 [ 259 ] {56b1f3e2-8303-410f-adca-79563e37644a} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6029 | 2025.01.31 23:37:29.171898 [ 259 ] {56b1f3e2-8303-410f-adca-79563e37644a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002958 sec., 13184.584178498986 rows/sec., 23.63 MiB/sec. | ||
| 6030 | 2025.01.31 23:37:29.172185 [ 259 ] {56b1f3e2-8303-410f-adca-79563e37644a} <Debug> TCPHandler: Processed in 0.003442487 sec. | ||
| 6031 | 2025.01.31 23:37:29.172360 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6032 | 2025.01.31 23:37:29.172493 [ 262 ] {ca87dfc6-ba57-4312-9b25-2065ebbcb200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6033 | 2025.01.31 23:37:29.172552 [ 262 ] {ca87dfc6-ba57-4312-9b25-2065ebbcb200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6034 | 2025.01.31 23:37:29.173107 [ 262 ] {ca87dfc6-ba57-4312-9b25-2065ebbcb200} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6035 | 2025.01.31 23:37:29.173154 [ 262 ] {ca87dfc6-ba57-4312-9b25-2065ebbcb200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6036 | 2025.01.31 23:37:29.173583 [ 262 ] {ca87dfc6-ba57-4312-9b25-2065ebbcb200} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6037 | 2025.01.31 23:37:29.173843 [ 262 ] {ca87dfc6-ba57-4312-9b25-2065ebbcb200} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6038 | 2025.01.31 23:37:29.174049 [ 262 ] {ca87dfc6-ba57-4312-9b25-2065ebbcb200} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001586 sec., 51702.39596469105 rows/sec., 3.28 MiB/sec. | ||
| 6039 | 2025.01.31 23:37:29.174100 [ 262 ] {ca87dfc6-ba57-4312-9b25-2065ebbcb200} <Debug> TCPHandler: Processed in 0.001809817 sec. | ||
| 6040 | 2025.01.31 23:37:33.201969 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6041 | 2025.01.31 23:37:33.202075 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6042 | 2025.01.31 23:37:33.338357 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6043 | 2025.01.31 23:37:33.339025 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6044 | 2025.01.31 23:37:33.339075 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6045 | 2025.01.31 23:37:33.339610 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6046 | 2025.01.31 23:37:33.339867 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6047 | 2025.01.31 23:37:33.340114 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6048 | 2025.01.31 23:37:34.130258 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6049 | 2025.01.31 23:37:34.130467 [ 262 ] {d558d5c4-d901-4287-a2ae-a8b8a9f51604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6050 | 2025.01.31 23:37:34.130545 [ 262 ] {d558d5c4-d901-4287-a2ae-a8b8a9f51604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6051 | 2025.01.31 23:37:34.131386 [ 262 ] {d558d5c4-d901-4287-a2ae-a8b8a9f51604} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6052 | 2025.01.31 23:37:34.131428 [ 262 ] {d558d5c4-d901-4287-a2ae-a8b8a9f51604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6053 | 2025.01.31 23:37:34.131857 [ 262 ] {d558d5c4-d901-4287-a2ae-a8b8a9f51604} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6054 | 2025.01.31 23:37:34.132123 [ 262 ] {d558d5c4-d901-4287-a2ae-a8b8a9f51604} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6055 | 2025.01.31 23:37:34.132318 [ 262 ] {d558d5c4-d901-4287-a2ae-a8b8a9f51604} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.24 MiB/sec. | ||
| 6056 | 2025.01.31 23:37:34.132382 [ 262 ] {d558d5c4-d901-4287-a2ae-a8b8a9f51604} <Debug> TCPHandler: Processed in 0.002262971 sec. | ||
| 6057 | 2025.01.31 23:37:34.132656 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6058 | 2025.01.31 23:37:34.132872 [ 259 ] {a7f6cbec-fcc3-43e3-bc82-53144ce859c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6059 | 2025.01.31 23:37:34.132955 [ 259 ] {a7f6cbec-fcc3-43e3-bc82-53144ce859c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6060 | 2025.01.31 23:37:34.133756 [ 259 ] {a7f6cbec-fcc3-43e3-bc82-53144ce859c4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6061 | 2025.01.31 23:37:34.133808 [ 259 ] {a7f6cbec-fcc3-43e3-bc82-53144ce859c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6062 | 2025.01.31 23:37:34.134257 [ 259 ] {a7f6cbec-fcc3-43e3-bc82-53144ce859c4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6063 | 2025.01.31 23:37:34.134529 [ 259 ] {a7f6cbec-fcc3-43e3-bc82-53144ce859c4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6064 | 2025.01.31 23:37:34.134802 [ 259 ] {a7f6cbec-fcc3-43e3-bc82-53144ce859c4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001981 sec., 32306.915699141846 rows/sec., 2.52 MiB/sec. | ||
| 6065 | 2025.01.31 23:37:34.134936 [ 259 ] {a7f6cbec-fcc3-43e3-bc82-53144ce859c4} <Debug> TCPHandler: Processed in 0.002423116 sec. | ||
| 6066 | 2025.01.31 23:37:34.135188 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6067 | 2025.01.31 23:37:34.135338 [ 262 ] {d1697dff-721f-4010-b2e0-c19fe614204a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6068 | 2025.01.31 23:37:34.135404 [ 262 ] {d1697dff-721f-4010-b2e0-c19fe614204a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6069 | 2025.01.31 23:37:34.136111 [ 262 ] {d1697dff-721f-4010-b2e0-c19fe614204a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2025.01.31 23:37:34.136151 [ 262 ] {d1697dff-721f-4010-b2e0-c19fe614204a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6071 | 2025.01.31 23:37:34.136552 [ 262 ] {d1697dff-721f-4010-b2e0-c19fe614204a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6072 | 2025.01.31 23:37:34.136795 [ 262 ] {d1697dff-721f-4010-b2e0-c19fe614204a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6073 | 2025.01.31 23:37:34.136992 [ 262 ] {d1697dff-721f-4010-b2e0-c19fe614204a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001689 sec., 94730.60982830077 rows/sec., 6.60 MiB/sec. | ||
| 6074 | 2025.01.31 23:37:34.137118 [ 262 ] {d1697dff-721f-4010-b2e0-c19fe614204a} <Debug> TCPHandler: Processed in 0.002063145 sec. | ||
| 6075 | 2025.01.31 23:37:34.137311 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2025.01.31 23:37:34.137442 [ 259 ] {55b4fb64-284b-48cd-a6b6-f87424c87503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6077 | 2025.01.31 23:37:34.137500 [ 259 ] {55b4fb64-284b-48cd-a6b6-f87424c87503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6078 | 2025.01.31 23:37:34.138045 [ 259 ] {55b4fb64-284b-48cd-a6b6-f87424c87503} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6079 | 2025.01.31 23:37:34.138088 [ 259 ] {55b4fb64-284b-48cd-a6b6-f87424c87503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6080 | 2025.01.31 23:37:34.138488 [ 259 ] {55b4fb64-284b-48cd-a6b6-f87424c87503} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6081 | 2025.01.31 23:37:34.138748 [ 259 ] {55b4fb64-284b-48cd-a6b6-f87424c87503} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6082 | 2025.01.31 23:37:34.138974 [ 259 ] {55b4fb64-284b-48cd-a6b6-f87424c87503} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001563 sec., 38387.715930902115 rows/sec., 2.59 MiB/sec. | ||
| 6083 | 2025.01.31 23:37:34.139036 [ 259 ] {55b4fb64-284b-48cd-a6b6-f87424c87503} <Debug> TCPHandler: Processed in 0.001797606 sec. | ||
| 6084 | 2025.01.31 23:37:34.327198 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6085 | 2025.01.31 23:37:34.349147 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6086 | 2025.01.31 23:37:34.349213 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6087 | 2025.01.31 23:37:34.357013 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6088 | 2025.01.31 23:37:34.357809 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6089 | 2025.01.31 23:37:34.360663 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6090 | 2025.01.31 23:37:34.975748 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6091 | 2025.01.31 23:37:34.975965 [ 262 ] {c9d3833a-d8c4-4108-9e9d-fa71bfaaf3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6092 | 2025.01.31 23:37:34.976045 [ 262 ] {c9d3833a-d8c4-4108-9e9d-fa71bfaaf3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6093 | 2025.01.31 23:37:34.976776 [ 262 ] {c9d3833a-d8c4-4108-9e9d-fa71bfaaf3b0} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6094 | 2025.01.31 23:37:34.976822 [ 262 ] {c9d3833a-d8c4-4108-9e9d-fa71bfaaf3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6095 | 2025.01.31 23:37:34.977250 [ 262 ] {c9d3833a-d8c4-4108-9e9d-fa71bfaaf3b0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6096 | 2025.01.31 23:37:34.977509 [ 262 ] {c9d3833a-d8c4-4108-9e9d-fa71bfaaf3b0} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6097 | 2025.01.31 23:37:34.977717 [ 132 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6098 | 2025.01.31 23:37:34.977786 [ 262 ] {c9d3833a-d8c4-4108-9e9d-fa71bfaaf3b0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001876 sec., 7462.686567164179 rows/sec., 537.21 KiB/sec. | ||
| 6099 | 2025.01.31 23:37:34.977851 [ 132 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6100 | 2025.01.31 23:37:34.977928 [ 262 ] {c9d3833a-d8c4-4108-9e9d-fa71bfaaf3b0} <Debug> TCPHandler: Processed in 0.002319173 sec. | ||
| 6101 | 2025.01.31 23:37:34.977938 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6102 | 2025.01.31 23:37:34.978244 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6103 | 2025.01.31 23:37:34.978280 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 6104 | 2025.01.31 23:37:34.978559 [ 259 ] {102ed448-da77-4da8-9002-1eeb3e0e9f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6105 | 2025.01.31 23:37:34.978623 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6106 | 2025.01.31 23:37:34.978682 [ 259 ] {102ed448-da77-4da8-9002-1eeb3e0e9f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6107 | 2025.01.31 23:37:34.978702 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 6108 | 2025.01.31 23:37:34.979079 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 6109 | 2025.01.31 23:37:34.979366 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 6110 | 2025.01.31 23:37:34.979816 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 6111 | 2025.01.31 23:37:34.980184 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 6112 | 2025.01.31 23:37:34.981369 [ 259 ] {102ed448-da77-4da8-9002-1eeb3e0e9f45} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6113 | 2025.01.31 23:37:34.981440 [ 259 ] {102ed448-da77-4da8-9002-1eeb3e0e9f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6114 | 2025.01.31 23:37:34.982505 [ 259 ] {102ed448-da77-4da8-9002-1eeb3e0e9f45} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6115 | 2025.01.31 23:37:34.982689 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004601955 sec., 15210.926660517107 rows/sec., 1.13 MiB/sec. | ||
| 6116 | 2025.01.31 23:37:34.982840 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6117 | 2025.01.31 23:37:34.982899 [ 259 ] {102ed448-da77-4da8-9002-1eeb3e0e9f45} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6118 | 2025.01.31 23:37:34.983237 [ 259 ] {102ed448-da77-4da8-9002-1eeb3e0e9f45} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004782 sec., 418.23504809703053 rows/sec., 34.10 KiB/sec. | ||
| 6119 | 2025.01.31 23:37:34.983269 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_21_5} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6120 | 2025.01.31 23:37:34.983344 [ 259 ] {102ed448-da77-4da8-9002-1eeb3e0e9f45} <Debug> TCPHandler: Processed in 0.005264016 sec. | ||
| 6121 | 2025.01.31 23:37:34.983388 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_21_5} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6122 | 2025.01.31 23:37:34.983510 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6123 | 2025.01.31 23:37:34.983621 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6124 | 2025.01.31 23:37:34.983843 [ 262 ] {453b1c4a-811f-4b73-bb6d-843a0caa697c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6125 | 2025.01.31 23:37:34.983935 [ 262 ] {453b1c4a-811f-4b73-bb6d-843a0caa697c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6126 | 2025.01.31 23:37:34.985325 [ 262 ] {453b1c4a-811f-4b73-bb6d-843a0caa697c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6127 | 2025.01.31 23:37:34.985367 [ 262 ] {453b1c4a-811f-4b73-bb6d-843a0caa697c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6128 | 2025.01.31 23:37:34.985838 [ 262 ] {453b1c4a-811f-4b73-bb6d-843a0caa697c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6129 | 2025.01.31 23:37:34.986089 [ 262 ] {453b1c4a-811f-4b73-bb6d-843a0caa697c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6130 | 2025.01.31 23:37:34.986307 [ 262 ] {453b1c4a-811f-4b73-bb6d-843a0caa697c} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002517 sec., 564958.283671037 rows/sec., 47.17 MiB/sec. | ||
| 6131 | 2025.01.31 23:37:34.986389 [ 262 ] {453b1c4a-811f-4b73-bb6d-843a0caa697c} <Debug> TCPHandler: Processed in 0.002910381 sec. | ||
| 6132 | 2025.01.31 23:37:34.986573 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6133 | 2025.01.31 23:37:34.986707 [ 259 ] {8b25a6f2-e2e4-453f-b2fb-3de9a00312c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6134 | 2025.01.31 23:37:34.986759 [ 259 ] {8b25a6f2-e2e4-453f-b2fb-3de9a00312c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6135 | 2025.01.31 23:37:34.987371 [ 259 ] {8b25a6f2-e2e4-453f-b2fb-3de9a00312c3} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6136 | 2025.01.31 23:37:34.987411 [ 259 ] {8b25a6f2-e2e4-453f-b2fb-3de9a00312c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6137 | 2025.01.31 23:37:34.987770 [ 259 ] {8b25a6f2-e2e4-453f-b2fb-3de9a00312c3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6138 | 2025.01.31 23:37:34.988007 [ 259 ] {8b25a6f2-e2e4-453f-b2fb-3de9a00312c3} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6139 | 2025.01.31 23:37:34.988252 [ 259 ] {8b25a6f2-e2e4-453f-b2fb-3de9a00312c3} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001569 sec., 30592.734225621414 rows/sec., 2.20 MiB/sec. | ||
| 6140 | 2025.01.31 23:37:34.988367 [ 259 ] {8b25a6f2-e2e4-453f-b2fb-3de9a00312c3} <Debug> TCPHandler: Processed in 0.001886069 sec. | ||
| 6141 | 2025.01.31 23:37:34.988509 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6142 | 2025.01.31 23:37:34.988647 [ 262 ] {114db2c5-ae6e-4253-9106-519bf24708a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6143 | 2025.01.31 23:37:34.988706 [ 262 ] {114db2c5-ae6e-4253-9106-519bf24708a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6144 | 2025.01.31 23:37:34.989463 [ 262 ] {114db2c5-ae6e-4253-9106-519bf24708a6} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6145 | 2025.01.31 23:37:34.989503 [ 262 ] {114db2c5-ae6e-4253-9106-519bf24708a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6146 | 2025.01.31 23:37:34.989875 [ 262 ] {114db2c5-ae6e-4253-9106-519bf24708a6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6147 | 2025.01.31 23:37:34.990120 [ 262 ] {114db2c5-ae6e-4253-9106-519bf24708a6} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6148 | 2025.01.31 23:37:34.990333 [ 262 ] {114db2c5-ae6e-4253-9106-519bf24708a6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001717 sec., 140943.5061153174 rows/sec., 9.55 MiB/sec. | ||
| 6149 | 2025.01.31 23:37:34.990387 [ 262 ] {114db2c5-ae6e-4253-9106-519bf24708a6} <Debug> TCPHandler: Processed in 0.001946281 sec. | ||
| 6150 | 2025.01.31 23:37:34.990554 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6151 | 2025.01.31 23:37:34.990694 [ 259 ] {6668a480-5335-4e4c-8ef5-b97d566805d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6152 | 2025.01.31 23:37:34.990752 [ 259 ] {6668a480-5335-4e4c-8ef5-b97d566805d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6153 | 2025.01.31 23:37:34.991385 [ 259 ] {6668a480-5335-4e4c-8ef5-b97d566805d7} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6154 | 2025.01.31 23:37:34.991425 [ 259 ] {6668a480-5335-4e4c-8ef5-b97d566805d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6155 | 2025.01.31 23:37:34.991782 [ 259 ] {6668a480-5335-4e4c-8ef5-b97d566805d7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6156 | 2025.01.31 23:37:34.992033 [ 259 ] {6668a480-5335-4e4c-8ef5-b97d566805d7} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6157 | 2025.01.31 23:37:34.992199 [ 132 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6158 | 2025.01.31 23:37:34.992258 [ 132 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6159 | 2025.01.31 23:37:34.992295 [ 259 ] {6668a480-5335-4e4c-8ef5-b97d566805d7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec. | ||
| 6160 | 2025.01.31 23:37:34.992302 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6161 | 2025.01.31 23:37:34.992437 [ 259 ] {6668a480-5335-4e4c-8ef5-b97d566805d7} <Debug> TCPHandler: Processed in 0.001950841 sec. | ||
| 6162 | 2025.01.31 23:37:34.992733 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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.31 23:37:34.992750 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6164 | 2025.01.31 23:37:34.993098 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6165 | 2025.01.31 23:37:34.993106 [ 262 ] {cdcee196-6a87-4a92-a3d4-72ab158a1609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6166 | 2025.01.31 23:37:34.993159 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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.31 23:37:34.993215 [ 262 ] {cdcee196-6a87-4a92-a3d4-72ab158a1609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6168 | 2025.01.31 23:37:34.993480 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 6169 | 2025.01.31 23:37:34.993817 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 6170 | 2025.01.31 23:37:34.994141 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 6171 | 2025.01.31 23:37:34.994492 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 6172 | 2025.01.31 23:37:34.996656 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004224883 sec., 15385.041431916577 rows/sec., 1019.35 KiB/sec. | ||
| 6173 | 2025.01.31 23:37:34.996755 [ 262 ] {cdcee196-6a87-4a92-a3d4-72ab158a1609} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6174 | 2025.01.31 23:37:34.996808 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6175 | 2025.01.31 23:37:34.996817 [ 262 ] {cdcee196-6a87-4a92-a3d4-72ab158a1609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6176 | 2025.01.31 23:37:34.997302 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_21_5} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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.31 23:37:34.997462 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_21_5} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6178 | 2025.01.31 23:37:34.997562 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6179 | 2025.01.31 23:37:34.997645 [ 262 ] {cdcee196-6a87-4a92-a3d4-72ab158a1609} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6180 | 2025.01.31 23:37:34.997907 [ 262 ] {cdcee196-6a87-4a92-a3d4-72ab158a1609} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6181 | 2025.01.31 23:37:34.998135 [ 262 ] {cdcee196-6a87-4a92-a3d4-72ab158a1609} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.005121 sec., 171646.16285881665 rows/sec., 12.44 MiB/sec. | ||
| 6182 | 2025.01.31 23:37:34.998204 [ 262 ] {cdcee196-6a87-4a92-a3d4-72ab158a1609} <Debug> TCPHandler: Processed in 0.005637538 sec. | ||
| 6183 | 2025.01.31 23:37:34.998349 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6184 | 2025.01.31 23:37:34.998464 [ 259 ] {e88cc660-9425-471f-97fd-ce243f32c0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6185 | 2025.01.31 23:37:34.998517 [ 259 ] {e88cc660-9425-471f-97fd-ce243f32c0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6186 | 2025.01.31 23:37:34.998997 [ 259 ] {e88cc660-9425-471f-97fd-ce243f32c0aa} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6187 | 2025.01.31 23:37:34.999037 [ 259 ] {e88cc660-9425-471f-97fd-ce243f32c0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6188 | 2025.01.31 23:37:34.999400 [ 259 ] {e88cc660-9425-471f-97fd-ce243f32c0aa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6189 | 2025.01.31 23:37:34.999633 [ 259 ] {e88cc660-9425-471f-97fd-ce243f32c0aa} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6190 | 2025.01.31 23:37:34.999860 [ 259 ] {e88cc660-9425-471f-97fd-ce243f32c0aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. | ||
| 6191 | 2025.01.31 23:37:34.999976 [ 259 ] {e88cc660-9425-471f-97fd-ce243f32c0aa} <Debug> TCPHandler: Processed in 0.001683573 sec. | ||
| 6192 | 2025.01.31 23:37:35.000123 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6193 | 2025.01.31 23:37:35.000260 [ 262 ] {ea2c3384-a7f9-43f2-adda-2f3b9f6ecfa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6194 | 2025.01.31 23:37:35.000322 [ 262 ] {ea2c3384-a7f9-43f2-adda-2f3b9f6ecfa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6195 | 2025.01.31 23:37:35.001162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.72 MiB, peak 206.76 MiB, free memory in arenas 0.00 B, will set to 198.70 MiB (RSS), difference: -1.01 MiB | ||
| 6196 | 2025.01.31 23:37:35.001289 [ 262 ] {ea2c3384-a7f9-43f2-adda-2f3b9f6ecfa2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6197 | 2025.01.31 23:37:35.001343 [ 262 ] {ea2c3384-a7f9-43f2-adda-2f3b9f6ecfa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6198 | 2025.01.31 23:37:35.001924 [ 262 ] {ea2c3384-a7f9-43f2-adda-2f3b9f6ecfa2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6199 | 2025.01.31 23:37:35.002167 [ 262 ] {ea2c3384-a7f9-43f2-adda-2f3b9f6ecfa2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6200 | 2025.01.31 23:37:35.002377 [ 262 ] {ea2c3384-a7f9-43f2-adda-2f3b9f6ecfa2} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002147 sec., 445272.4732184443 rows/sec., 29.58 MiB/sec. | ||
| 6201 | 2025.01.31 23:37:35.002435 [ 262 ] {ea2c3384-a7f9-43f2-adda-2f3b9f6ecfa2} <Debug> TCPHandler: Processed in 0.002370185 sec. | ||
| 6202 | 2025.01.31 23:37:35.002590 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6203 | 2025.01.31 23:37:35.002727 [ 259 ] {5b0f5def-76ac-482d-8ff5-b608b26fe400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6204 | 2025.01.31 23:37:35.002785 [ 259 ] {5b0f5def-76ac-482d-8ff5-b608b26fe400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6205 | 2025.01.31 23:37:35.003305 [ 259 ] {5b0f5def-76ac-482d-8ff5-b608b26fe400} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6206 | 2025.01.31 23:37:35.003345 [ 259 ] {5b0f5def-76ac-482d-8ff5-b608b26fe400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6207 | 2025.01.31 23:37:35.003696 [ 259 ] {5b0f5def-76ac-482d-8ff5-b608b26fe400} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6208 | 2025.01.31 23:37:35.003929 [ 259 ] {5b0f5def-76ac-482d-8ff5-b608b26fe400} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6209 | 2025.01.31 23:37:35.004136 [ 259 ] {5b0f5def-76ac-482d-8ff5-b608b26fe400} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001439 sec., 694.9270326615706 rows/sec., 46.83 KiB/sec. | ||
| 6210 | 2025.01.31 23:37:35.004186 [ 259 ] {5b0f5def-76ac-482d-8ff5-b608b26fe400} <Debug> TCPHandler: Processed in 0.001661703 sec. | ||
| 6211 | 2025.01.31 23:37:35.004331 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6212 | 2025.01.31 23:37:35.004469 [ 262 ] {d7a8aee6-b00b-4e64-bcf5-3fcf31c2907b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6213 | 2025.01.31 23:37:35.004563 [ 262 ] {d7a8aee6-b00b-4e64-bcf5-3fcf31c2907b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6214 | 2025.01.31 23:37:35.005838 [ 262 ] {d7a8aee6-b00b-4e64-bcf5-3fcf31c2907b} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6215 | 2025.01.31 23:37:35.005877 [ 262 ] {d7a8aee6-b00b-4e64-bcf5-3fcf31c2907b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6216 | 2025.01.31 23:37:35.006519 [ 262 ] {d7a8aee6-b00b-4e64-bcf5-3fcf31c2907b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6217 | 2025.01.31 23:37:35.006771 [ 262 ] {d7a8aee6-b00b-4e64-bcf5-3fcf31c2907b} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6218 | 2025.01.31 23:37:35.006951 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6219 | 2025.01.31 23:37:35.007029 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6220 | 2025.01.31 23:37:35.007047 [ 262 ] {d7a8aee6-b00b-4e64-bcf5-3fcf31c2907b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002597 sec., 15017.327685791299 rows/sec., 26.91 MiB/sec. | ||
| 6221 | 2025.01.31 23:37:35.007076 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6222 | 2025.01.31 23:37:35.007434 [ 187 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 6223 | 2025.01.31 23:37:35.007452 [ 262 ] {d7a8aee6-b00b-4e64-bcf5-3fcf31c2907b} <Debug> TCPHandler: Processed in 0.00318764 sec. | ||
| 6224 | 2025.01.31 23:37:35.007708 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6225 | 2025.01.31 23:37:35.007971 [ 259 ] {718e40a3-994c-446f-91fc-6db78507496c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6226 | 2025.01.31 23:37:35.008092 [ 259 ] {718e40a3-994c-446f-91fc-6db78507496c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6227 | 2025.01.31 23:37:35.008315 [ 187 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6228 | 2025.01.31 23:37:35.008602 [ 187 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 519 rows starting from the beginning of the part | ||
| 6229 | 2025.01.31 23:37:35.009327 [ 187 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 6230 | 2025.01.31 23:37:35.010125 [ 259 ] {718e40a3-994c-446f-91fc-6db78507496c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6231 | 2025.01.31 23:37:35.010130 [ 187 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 6232 | 2025.01.31 23:37:35.010201 [ 259 ] {718e40a3-994c-446f-91fc-6db78507496c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6233 | 2025.01.31 23:37:35.010801 [ 187 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 6234 | 2025.01.31 23:37:35.011566 [ 187 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 6235 | 2025.01.31 23:37:35.011645 [ 259 ] {718e40a3-994c-446f-91fc-6db78507496c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6236 | 2025.01.31 23:37:35.012126 [ 187 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 6237 | 2025.01.31 23:37:35.012439 [ 259 ] {718e40a3-994c-446f-91fc-6db78507496c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6238 | 2025.01.31 23:37:35.013138 [ 259 ] {718e40a3-994c-446f-91fc-6db78507496c} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005248 sec., 6478.658536585366 rows/sec., 385.01 KiB/sec. | ||
| 6239 | 2025.01.31 23:37:35.013394 [ 259 ] {718e40a3-994c-446f-91fc-6db78507496c} <Debug> TCPHandler: Processed in 0.005828413 sec. | ||
| 6240 | 2025.01.31 23:37:35.026800 [ 188 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 19 columns (19 merged, 0 gathered) in 0.019610066 sec., 36409.87235841022 rows/sec., 65.24 MiB/sec. | ||
| 6241 | 2025.01.31 23:37:35.027513 [ 195 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6242 | 2025.01.31 23:37:35.027931 [ 195 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6243 | 2025.01.31 23:37:35.028012 [ 195 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6244 | 2025.01.31 23:37:35.028132 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB. | ||
| 6245 | 2025.01.31 23:37:36.001182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.06 MiB, peak 206.76 MiB, free memory in arenas 0.00 B, will set to 200.88 MiB (RSS), difference: 1.82 MiB | ||
| 6246 | 2025.01.31 23:37:38.395639 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 884 | ||
| 6247 | 2025.01.31 23:37:38.399236 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6248 | 2025.01.31 23:37:38.399306 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6249 | 2025.01.31 23:37:38.400882 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6250 | 2025.01.31 23:37:38.401223 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6251 | 2025.01.31 23:37:38.401964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 884 | ||
| 6252 | 2025.01.31 23:37:39.128336 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6253 | 2025.01.31 23:37:39.128544 [ 262 ] {28e3f344-c9f7-4378-b0da-13bde15f041a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6254 | 2025.01.31 23:37:39.128625 [ 262 ] {28e3f344-c9f7-4378-b0da-13bde15f041a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6255 | 2025.01.31 23:37:39.129434 [ 262 ] {28e3f344-c9f7-4378-b0da-13bde15f041a} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6256 | 2025.01.31 23:37:39.129485 [ 262 ] {28e3f344-c9f7-4378-b0da-13bde15f041a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6257 | 2025.01.31 23:37:39.129919 [ 262 ] {28e3f344-c9f7-4378-b0da-13bde15f041a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6258 | 2025.01.31 23:37:39.130174 [ 262 ] {28e3f344-c9f7-4378-b0da-13bde15f041a} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6259 | 2025.01.31 23:37:39.130415 [ 262 ] {28e3f344-c9f7-4378-b0da-13bde15f041a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001927 sec., 29060.716139076285 rows/sec., 2.22 MiB/sec. | ||
| 6260 | 2025.01.31 23:37:39.130480 [ 262 ] {28e3f344-c9f7-4378-b0da-13bde15f041a} <Debug> TCPHandler: Processed in 0.002283532 sec. | ||
| 6261 | 2025.01.31 23:37:39.130720 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6262 | 2025.01.31 23:37:39.130932 [ 259 ] {315bf4e6-13ed-44bb-a564-d65dead0f2ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6263 | 2025.01.31 23:37:39.131010 [ 259 ] {315bf4e6-13ed-44bb-a564-d65dead0f2ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6264 | 2025.01.31 23:37:39.131789 [ 259 ] {315bf4e6-13ed-44bb-a564-d65dead0f2ab} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2025.01.31 23:37:39.131829 [ 259 ] {315bf4e6-13ed-44bb-a564-d65dead0f2ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6266 | 2025.01.31 23:37:39.132277 [ 259 ] {315bf4e6-13ed-44bb-a564-d65dead0f2ab} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6267 | 2025.01.31 23:37:39.132535 [ 259 ] {315bf4e6-13ed-44bb-a564-d65dead0f2ab} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2025.01.31 23:37:39.132734 [ 259 ] {315bf4e6-13ed-44bb-a564-d65dead0f2ab} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001861 sec., 34390.11284255776 rows/sec., 2.68 MiB/sec. | ||
| 6269 | 2025.01.31 23:37:39.132789 [ 259 ] {315bf4e6-13ed-44bb-a564-d65dead0f2ab} <Debug> TCPHandler: Processed in 0.00220789 sec. | ||
| 6270 | 2025.01.31 23:37:39.132941 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6271 | 2025.01.31 23:37:39.133086 [ 262 ] {e473e8c1-ff0b-4cea-aa04-8a51311d0e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6272 | 2025.01.31 23:37:39.133153 [ 262 ] {e473e8c1-ff0b-4cea-aa04-8a51311d0e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6273 | 2025.01.31 23:37:39.133766 [ 262 ] {e473e8c1-ff0b-4cea-aa04-8a51311d0e8b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6274 | 2025.01.31 23:37:39.133808 [ 262 ] {e473e8c1-ff0b-4cea-aa04-8a51311d0e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6275 | 2025.01.31 23:37:39.134220 [ 262 ] {e473e8c1-ff0b-4cea-aa04-8a51311d0e8b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6276 | 2025.01.31 23:37:39.134463 [ 262 ] {e473e8c1-ff0b-4cea-aa04-8a51311d0e8b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6277 | 2025.01.31 23:37:39.134712 [ 262 ] {e473e8c1-ff0b-4cea-aa04-8a51311d0e8b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001657 sec., 77248.0386240193 rows/sec., 5.38 MiB/sec. | ||
| 6278 | 2025.01.31 23:37:39.134823 [ 262 ] {e473e8c1-ff0b-4cea-aa04-8a51311d0e8b} <Debug> TCPHandler: Processed in 0.001952482 sec. | ||
| 6279 | 2025.01.31 23:37:39.135071 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6280 | 2025.01.31 23:37:39.135236 [ 259 ] {9e926619-3627-49cc-b556-7e8acf3928dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6281 | 2025.01.31 23:37:39.135292 [ 259 ] {9e926619-3627-49cc-b556-7e8acf3928dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6282 | 2025.01.31 23:37:39.135780 [ 259 ] {9e926619-3627-49cc-b556-7e8acf3928dc} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2025.01.31 23:37:39.135818 [ 259 ] {9e926619-3627-49cc-b556-7e8acf3928dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6284 | 2025.01.31 23:37:39.136203 [ 259 ] {9e926619-3627-49cc-b556-7e8acf3928dc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6285 | 2025.01.31 23:37:39.136445 [ 259 ] {9e926619-3627-49cc-b556-7e8acf3928dc} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2025.01.31 23:37:39.136623 [ 259 ] {9e926619-3627-49cc-b556-7e8acf3928dc} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001418 sec., 33850.49365303244 rows/sec., 2.28 MiB/sec. | ||
| 6287 | 2025.01.31 23:37:39.136671 [ 259 ] {9e926619-3627-49cc-b556-7e8acf3928dc} <Debug> TCPHandler: Processed in 0.001735785 sec. | ||
| 6288 | 2025.01.31 23:37:40.841158 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6289 | 2025.01.31 23:37:40.842035 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6290 | 2025.01.31 23:37:40.842083 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6291 | 2025.01.31 23:37:40.842596 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6292 | 2025.01.31 23:37:40.842859 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6293 | 2025.01.31 23:37:40.843121 [ 121 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6294 | 2025.01.31 23:37:40.843136 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6295 | 2025.01.31 23:37:40.843244 [ 121 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6296 | 2025.01.31 23:37:40.843291 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6297 | 2025.01.31 23:37:40.843527 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 6298 | 2025.01.31 23:37:40.843783 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6299 | 2025.01.31 23:37:40.843824 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 6300 | 2025.01.31 23:37:40.843905 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 6301 | 2025.01.31 23:37:40.844128 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 6302 | 2025.01.31 23:37:40.844273 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 6303 | 2025.01.31 23:37:40.844488 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 6304 | 2025.01.31 23:37:40.844661 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 6305 | 2025.01.31 23:37:40.846705 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003327425 sec., 4271471.182671284 rows/sec., 61.10 MiB/sec. | ||
| 6306 | 2025.01.31 23:37:40.847167 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6307 | 2025.01.31 23:37:40.847528 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_31_6} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6308 | 2025.01.31 23:37:40.847628 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_31_6} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6309 | 2025.01.31 23:37:40.847751 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6310 | 2025.01.31 23:37:41.861732 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6311 | 2025.01.31 23:37:41.884864 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6312 | 2025.01.31 23:37:41.884929 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6313 | 2025.01.31 23:37:41.892526 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6314 | 2025.01.31 23:37:41.893297 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6315 | 2025.01.31 23:37:41.893627 [ 120 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6316 | 2025.01.31 23:37:41.893702 [ 120 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6317 | 2025.01.31 23:37:41.893747 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6318 | 2025.01.31 23:37:41.894167 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 6319 | 2025.01.31 23:37:41.909023 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6320 | 2025.01.31 23:37:41.910680 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6321 | 2025.01.31 23:37:41.911914 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 6322 | 2025.01.31 23:37:41.917476 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 6323 | 2025.01.31 23:37:41.923137 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 6324 | 2025.01.31 23:37:41.928716 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 6325 | 2025.01.31 23:37:41.934614 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 6326 | 2025.01.31 23:37:41.939275 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 6327 | 2025.01.31 23:37:42.000234 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.36 MiB, peak 212.71 MiB, free memory in arenas 0.00 B, will set to 203.58 MiB (RSS), difference: -3.77 MiB | ||
| 6328 | 2025.01.31 23:37:42.000260 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.106378443 sec., 2199.6937857043085 rows/sec., 11.37 MiB/sec. | ||
| 6329 | 2025.01.31 23:37:42.003398 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6330 | 2025.01.31 23:37:42.006406 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_31_6} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6331 | 2025.01.31 23:37:42.006540 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_31_6} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6332 | 2025.01.31 23:37:42.009231 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 6333 | 2025.01.31 23:37:43.000213 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.38 MiB, peak 212.71 MiB, free memory in arenas 0.00 B, will set to 203.58 MiB (RSS), difference: 5.21 MiB | ||
| 6334 | 2025.01.31 23:37:44.130606 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6335 | 2025.01.31 23:37:44.130825 [ 262 ] {d86299f6-af39-4e17-9d40-3ad111f2d441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6336 | 2025.01.31 23:37:44.130910 [ 262 ] {d86299f6-af39-4e17-9d40-3ad111f2d441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6337 | 2025.01.31 23:37:44.131732 [ 262 ] {d86299f6-af39-4e17-9d40-3ad111f2d441} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6338 | 2025.01.31 23:37:44.131785 [ 262 ] {d86299f6-af39-4e17-9d40-3ad111f2d441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6339 | 2025.01.31 23:37:44.132219 [ 262 ] {d86299f6-af39-4e17-9d40-3ad111f2d441} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6340 | 2025.01.31 23:37:44.132482 [ 262 ] {d86299f6-af39-4e17-9d40-3ad111f2d441} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6341 | 2025.01.31 23:37:44.132667 [ 118 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6342 | 2025.01.31 23:37:44.132744 [ 262 ] {d86299f6-af39-4e17-9d40-3ad111f2d441} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001971 sec., 28411.97361745307 rows/sec., 2.17 MiB/sec. | ||
| 6343 | 2025.01.31 23:37:44.132759 [ 118 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6344 | 2025.01.31 23:37:44.132832 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6345 | 2025.01.31 23:37:44.132888 [ 262 ] {d86299f6-af39-4e17-9d40-3ad111f2d441} <Debug> TCPHandler: Processed in 0.002426066 sec. | ||
| 6346 | 2025.01.31 23:37:44.133095 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6347 | 2025.01.31 23:37:44.133172 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6348 | 2025.01.31 23:37:44.133262 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6349 | 2025.01.31 23:37:44.133314 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6350 | 2025.01.31 23:37:44.133380 [ 259 ] {89f317a5-e4f2-4129-b430-17246cd97ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6351 | 2025.01.31 23:37:44.133432 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6352 | 2025.01.31 23:37:44.133521 [ 259 ] {89f317a5-e4f2-4129-b430-17246cd97ee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6353 | 2025.01.31 23:37:44.133860 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6354 | 2025.01.31 23:37:44.134133 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6355 | 2025.01.31 23:37:44.134400 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6356 | 2025.01.31 23:37:44.134649 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6357 | 2025.01.31 23:37:44.135519 [ 259 ] {89f317a5-e4f2-4129-b430-17246cd97ee9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6358 | 2025.01.31 23:37:44.135563 [ 259 ] {89f317a5-e4f2-4129-b430-17246cd97ee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6359 | 2025.01.31 23:37:44.136198 [ 259 ] {89f317a5-e4f2-4129-b430-17246cd97ee9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6360 | 2025.01.31 23:37:44.136483 [ 259 ] {89f317a5-e4f2-4129-b430-17246cd97ee9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6361 | 2025.01.31 23:37:44.136637 [ 118 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6362 | 2025.01.31 23:37:44.136674 [ 118 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6363 | 2025.01.31 23:37:44.136696 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6364 | 2025.01.31 23:37:44.136728 [ 259 ] {89f317a5-e4f2-4129-b430-17246cd97ee9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003403 sec., 18806.93505730238 rows/sec., 1.47 MiB/sec. | ||
| 6365 | 2025.01.31 23:37:44.137125 [ 259 ] {89f317a5-e4f2-4129-b430-17246cd97ee9} <Debug> TCPHandler: Processed in 0.004109878 sec. | ||
| 6366 | 2025.01.31 23:37:44.137278 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6367 | 2025.01.31 23:37:44.137440 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6368 | 2025.01.31 23:37:44.137808 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6369 | 2025.01.31 23:37:44.137822 [ 262 ] {a77ad269-201b-4df3-a5c9-d22cd361be4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6370 | 2025.01.31 23:37:44.137835 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.004895294 sec., 674321.0928700095 rows/sec., 58.88 MiB/sec. | ||
| 6371 | 2025.01.31 23:37:44.137850 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6372 | 2025.01.31 23:37:44.137913 [ 262 ] {a77ad269-201b-4df3-a5c9-d22cd361be4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6373 | 2025.01.31 23:37:44.138161 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6374 | 2025.01.31 23:37:44.138409 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6375 | 2025.01.31 23:37:44.138771 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6376 | 2025.01.31 23:37:44.139357 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6377 | 2025.01.31 23:37:44.139758 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6378 | 2025.01.31 23:37:44.140169 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6379 | 2025.01.31 23:37:44.140518 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_51_10} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6380 | 2025.01.31 23:37:44.140854 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_51_10} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6381 | 2025.01.31 23:37:44.140991 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 6382 | 2025.01.31 23:37:44.141405 [ 262 ] {a77ad269-201b-4df3-a5c9-d22cd361be4a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6383 | 2025.01.31 23:37:44.141453 [ 262 ] {a77ad269-201b-4df3-a5c9-d22cd361be4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6384 | 2025.01.31 23:37:44.142069 [ 262 ] {a77ad269-201b-4df3-a5c9-d22cd361be4a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6385 | 2025.01.31 23:37:44.142332 [ 262 ] {a77ad269-201b-4df3-a5c9-d22cd361be4a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6386 | 2025.01.31 23:37:44.142557 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6387 | 2025.01.31 23:37:44.142718 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6388 | 2025.01.31 23:37:44.142839 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6389 | 2025.01.31 23:37:44.142933 [ 262 ] {a77ad269-201b-4df3-a5c9-d22cd361be4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005189 sec., 30834.45750626325 rows/sec., 2.15 MiB/sec. | ||
| 6390 | 2025.01.31 23:37:44.142992 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006159543 sec., 390451.0448258905 rows/sec., 29.93 MiB/sec. | ||
| 6391 | 2025.01.31 23:37:44.143313 [ 262 ] {a77ad269-201b-4df3-a5c9-d22cd361be4a} <Debug> TCPHandler: Processed in 0.0060459 sec. | ||
| 6392 | 2025.01.31 23:37:44.143324 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 6393 | 2025.01.31 23:37:44.143376 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6394 | 2025.01.31 23:37:44.143597 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6395 | 2025.01.31 23:37:44.143799 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6396 | 2025.01.31 23:37:44.143885 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14299 rows starting from the beginning of the part | ||
| 6397 | 2025.01.31 23:37:44.143957 [ 259 ] {f350c477-9490-458c-b950-6bd04106b1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6398 | 2025.01.31 23:37:44.144270 [ 259 ] {f350c477-9490-458c-b950-6bd04106b1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6399 | 2025.01.31 23:37:44.144384 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 6400 | 2025.01.31 23:37:44.144481 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_51_10} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6401 | 2025.01.31 23:37:44.144906 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_51_10} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6402 | 2025.01.31 23:37:44.144953 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 6403 | 2025.01.31 23:37:44.145313 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 6404 | 2025.01.31 23:37:44.145502 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 956 rows starting from the beginning of the part | ||
| 6405 | 2025.01.31 23:37:44.145806 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part | ||
| 6406 | 2025.01.31 23:37:44.146095 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 6407 | 2025.01.31 23:37:44.146778 [ 259 ] {f350c477-9490-458c-b950-6bd04106b1ff} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6408 | 2025.01.31 23:37:44.146823 [ 259 ] {f350c477-9490-458c-b950-6bd04106b1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6409 | 2025.01.31 23:37:44.147500 [ 259 ] {f350c477-9490-458c-b950-6bd04106b1ff} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6410 | 2025.01.31 23:37:44.147822 [ 259 ] {f350c477-9490-458c-b950-6bd04106b1ff} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6411 | 2025.01.31 23:37:44.147972 [ 118 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6412 | 2025.01.31 23:37:44.148012 [ 118 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6413 | 2025.01.31 23:37:44.148040 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6414 | 2025.01.31 23:37:44.148046 [ 259 ] {f350c477-9490-458c-b950-6bd04106b1ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004194 sec., 14306.15164520744 rows/sec., 987.27 KiB/sec. | ||
| 6415 | 2025.01.31 23:37:44.148393 [ 259 ] {f350c477-9490-458c-b950-6bd04106b1ff} <Debug> TCPHandler: Processed in 0.004972006 sec. | ||
| 6416 | 2025.01.31 23:37:44.148627 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 6417 | 2025.01.31 23:37:44.149005 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6418 | 2025.01.31 23:37:44.149108 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 6419 | 2025.01.31 23:37:44.149449 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 6420 | 2025.01.31 23:37:44.149713 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 6421 | 2025.01.31 23:37:44.150066 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 6422 | 2025.01.31 23:37:44.150231 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 6423 | 2025.01.31 23:37:44.150418 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 6424 | 2025.01.31 23:37:44.152767 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 4 columns (4 merged, 0 gathered) in 0.004626676 sec., 667866.087878209 rows/sec., 43.57 MiB/sec. | ||
| 6425 | 2025.01.31 23:37:44.153256 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6426 | 2025.01.31 23:37:44.153673 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15940 rows, containing 5 columns (5 merged, 0 gathered) in 0.010703626 sec., 1489214.9632283489 rows/sec., 100.53 MiB/sec. | ||
| 6427 | 2025.01.31 23:37:44.153836 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_51_10} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6428 | 2025.01.31 23:37:44.153946 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_51_10} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6429 | 2025.01.31 23:37:44.154059 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6430 | 2025.01.31 23:37:44.154277 [ 195 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6431 | 2025.01.31 23:37:44.154624 [ 195 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6432 | 2025.01.31 23:37:44.154721 [ 195 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6433 | 2025.01.31 23:37:44.154823 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 6434 | 2025.01.31 23:37:45.001166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.95 MiB, peak 213.14 MiB, free memory in arenas 0.00 B, will set to 205.46 MiB (RSS), difference: 1.52 MiB | ||
| 6435 | 2025.01.31 23:37:48.202139 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6436 | 2025.01.31 23:37:48.202239 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6437 | 2025.01.31 23:37:48.344225 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6438 | 2025.01.31 23:37:48.344897 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6439 | 2025.01.31 23:37:48.344948 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6440 | 2025.01.31 23:37:48.345495 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6441 | 2025.01.31 23:37:48.345763 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6442 | 2025.01.31 23:37:48.345992 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6443 | 2025.01.31 23:37:48.403105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 900 | ||
| 6444 | 2025.01.31 23:37:48.405903 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6445 | 2025.01.31 23:37:48.405966 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6446 | 2025.01.31 23:37:48.407447 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6447 | 2025.01.31 23:37:48.407772 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6448 | 2025.01.31 23:37:48.408997 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 900 | ||
| 6449 | 2025.01.31 23:37:49.002405 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001004392 sec. | ||
| 6450 | 2025.01.31 23:37:49.137043 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6451 | 2025.01.31 23:37:49.137262 [ 262 ] {31fc26ec-1db4-444c-928c-f9124817c557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6452 | 2025.01.31 23:37:49.137359 [ 262 ] {31fc26ec-1db4-444c-928c-f9124817c557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6453 | 2025.01.31 23:37:49.138218 [ 262 ] {31fc26ec-1db4-444c-928c-f9124817c557} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6454 | 2025.01.31 23:37:49.138267 [ 262 ] {31fc26ec-1db4-444c-928c-f9124817c557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6455 | 2025.01.31 23:37:49.138712 [ 262 ] {31fc26ec-1db4-444c-928c-f9124817c557} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6456 | 2025.01.31 23:37:49.138975 [ 262 ] {31fc26ec-1db4-444c-928c-f9124817c557} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6457 | 2025.01.31 23:37:49.139202 [ 262 ] {31fc26ec-1db4-444c-928c-f9124817c557} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001997 sec., 7010.515773660491 rows/sec., 504.66 KiB/sec. | ||
| 6458 | 2025.01.31 23:37:49.139274 [ 262 ] {31fc26ec-1db4-444c-928c-f9124817c557} <Debug> TCPHandler: Processed in 0.002363414 sec. | ||
| 6459 | 2025.01.31 23:37:49.139516 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6460 | 2025.01.31 23:37:49.139808 [ 259 ] {a744ed12-3dba-48b4-be1e-dc9a69a52382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6461 | 2025.01.31 23:37:49.139922 [ 259 ] {a744ed12-3dba-48b4-be1e-dc9a69a52382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6462 | 2025.01.31 23:37:49.141076 [ 259 ] {a744ed12-3dba-48b4-be1e-dc9a69a52382} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6463 | 2025.01.31 23:37:49.141123 [ 259 ] {a744ed12-3dba-48b4-be1e-dc9a69a52382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6464 | 2025.01.31 23:37:49.141591 [ 259 ] {a744ed12-3dba-48b4-be1e-dc9a69a52382} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6465 | 2025.01.31 23:37:49.141854 [ 259 ] {a744ed12-3dba-48b4-be1e-dc9a69a52382} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6466 | 2025.01.31 23:37:49.142088 [ 259 ] {a744ed12-3dba-48b4-be1e-dc9a69a52382} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002368 sec., 118665.54054054055 rows/sec., 10.47 MiB/sec. | ||
| 6467 | 2025.01.31 23:37:49.142145 [ 259 ] {a744ed12-3dba-48b4-be1e-dc9a69a52382} <Debug> TCPHandler: Processed in 0.002770948 sec. | ||
| 6468 | 2025.01.31 23:37:49.142314 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6469 | 2025.01.31 23:37:49.142440 [ 262 ] {aeade948-34b7-4651-9301-82754dcd474b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6470 | 2025.01.31 23:37:49.142494 [ 262 ] {aeade948-34b7-4651-9301-82754dcd474b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6471 | 2025.01.31 23:37:49.143221 [ 262 ] {aeade948-34b7-4651-9301-82754dcd474b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6472 | 2025.01.31 23:37:49.143271 [ 262 ] {aeade948-34b7-4651-9301-82754dcd474b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6473 | 2025.01.31 23:37:49.143694 [ 262 ] {aeade948-34b7-4651-9301-82754dcd474b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6474 | 2025.01.31 23:37:49.143941 [ 262 ] {aeade948-34b7-4651-9301-82754dcd474b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6475 | 2025.01.31 23:37:49.144198 [ 262 ] {aeade948-34b7-4651-9301-82754dcd474b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001786 sec., 25755.879059350504 rows/sec., 1.85 MiB/sec. | ||
| 6476 | 2025.01.31 23:37:49.144340 [ 262 ] {aeade948-34b7-4651-9301-82754dcd474b} <Debug> TCPHandler: Processed in 0.002084065 sec. | ||
| 6477 | 2025.01.31 23:37:49.144562 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6478 | 2025.01.31 23:37:49.144697 [ 259 ] {7ce91e89-bc3c-4466-b8e9-8a6804d73722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6479 | 2025.01.31 23:37:49.144753 [ 259 ] {7ce91e89-bc3c-4466-b8e9-8a6804d73722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6480 | 2025.01.31 23:37:49.145434 [ 259 ] {7ce91e89-bc3c-4466-b8e9-8a6804d73722} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6481 | 2025.01.31 23:37:49.145481 [ 259 ] {7ce91e89-bc3c-4466-b8e9-8a6804d73722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6482 | 2025.01.31 23:37:49.145853 [ 259 ] {7ce91e89-bc3c-4466-b8e9-8a6804d73722} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6483 | 2025.01.31 23:37:49.146100 [ 259 ] {7ce91e89-bc3c-4466-b8e9-8a6804d73722} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6484 | 2025.01.31 23:37:49.146308 [ 259 ] {7ce91e89-bc3c-4466-b8e9-8a6804d73722} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001639 sec., 8541.793776693105 rows/sec., 598.21 KiB/sec. | ||
| 6485 | 2025.01.31 23:37:49.146357 [ 259 ] {7ce91e89-bc3c-4466-b8e9-8a6804d73722} <Debug> TCPHandler: Processed in 0.00190594 sec. | ||
| 6486 | 2025.01.31 23:37:49.146497 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6487 | 2025.01.31 23:37:49.146633 [ 262 ] {9d3d5257-92a0-4c23-b975-09382999565f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6488 | 2025.01.31 23:37:49.146692 [ 262 ] {9d3d5257-92a0-4c23-b975-09382999565f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6489 | 2025.01.31 23:37:49.147394 [ 262 ] {9d3d5257-92a0-4c23-b975-09382999565f} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6490 | 2025.01.31 23:37:49.147442 [ 262 ] {9d3d5257-92a0-4c23-b975-09382999565f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6491 | 2025.01.31 23:37:49.147819 [ 262 ] {9d3d5257-92a0-4c23-b975-09382999565f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6492 | 2025.01.31 23:37:49.148068 [ 262 ] {9d3d5257-92a0-4c23-b975-09382999565f} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6493 | 2025.01.31 23:37:49.148269 [ 262 ] {9d3d5257-92a0-4c23-b975-09382999565f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001669 sec., 7789.095266626723 rows/sec., 485.65 KiB/sec. | ||
| 6494 | 2025.01.31 23:37:49.148324 [ 262 ] {9d3d5257-92a0-4c23-b975-09382999565f} <Debug> TCPHandler: Processed in 0.00188604 sec. | ||
| 6495 | 2025.01.31 23:37:49.148471 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6496 | 2025.01.31 23:37:49.148598 [ 259 ] {bdafbd1f-0571-4b84-9395-776cf23c6699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6497 | 2025.01.31 23:37:49.148654 [ 259 ] {bdafbd1f-0571-4b84-9395-776cf23c6699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6498 | 2025.01.31 23:37:49.149511 [ 259 ] {bdafbd1f-0571-4b84-9395-776cf23c6699} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6499 | 2025.01.31 23:37:49.149556 [ 259 ] {bdafbd1f-0571-4b84-9395-776cf23c6699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6500 | 2025.01.31 23:37:49.149951 [ 259 ] {bdafbd1f-0571-4b84-9395-776cf23c6699} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6501 | 2025.01.31 23:37:49.150204 [ 259 ] {bdafbd1f-0571-4b84-9395-776cf23c6699} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6502 | 2025.01.31 23:37:49.150446 [ 259 ] {bdafbd1f-0571-4b84-9395-776cf23c6699} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001871 sec., 225013.361838589 rows/sec., 16.08 MiB/sec. | ||
| 6503 | 2025.01.31 23:37:49.150565 [ 259 ] {bdafbd1f-0571-4b84-9395-776cf23c6699} <Debug> TCPHandler: Processed in 0.002144308 sec. | ||
| 6504 | 2025.01.31 23:37:49.150826 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6505 | 2025.01.31 23:37:49.150995 [ 262 ] {17fbc826-fb13-4467-bcb2-110804c8898a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6506 | 2025.01.31 23:37:49.151057 [ 262 ] {17fbc826-fb13-4467-bcb2-110804c8898a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6507 | 2025.01.31 23:37:49.151607 [ 262 ] {17fbc826-fb13-4467-bcb2-110804c8898a} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6508 | 2025.01.31 23:37:49.151647 [ 262 ] {17fbc826-fb13-4467-bcb2-110804c8898a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6509 | 2025.01.31 23:37:49.152012 [ 262 ] {17fbc826-fb13-4467-bcb2-110804c8898a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6510 | 2025.01.31 23:37:49.152251 [ 262 ] {17fbc826-fb13-4467-bcb2-110804c8898a} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6511 | 2025.01.31 23:37:49.152462 [ 262 ] {17fbc826-fb13-4467-bcb2-110804c8898a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec. | ||
| 6512 | 2025.01.31 23:37:49.152514 [ 262 ] {17fbc826-fb13-4467-bcb2-110804c8898a} <Debug> TCPHandler: Processed in 0.001837457 sec. | ||
| 6513 | 2025.01.31 23:37:49.152659 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6514 | 2025.01.31 23:37:49.152796 [ 259 ] {04edd1b8-309a-47d2-bba8-97c9811c3098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6515 | 2025.01.31 23:37:49.152858 [ 259 ] {04edd1b8-309a-47d2-bba8-97c9811c3098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6516 | 2025.01.31 23:37:49.153535 [ 259 ] {04edd1b8-309a-47d2-bba8-97c9811c3098} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6517 | 2025.01.31 23:37:49.153572 [ 259 ] {04edd1b8-309a-47d2-bba8-97c9811c3098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6518 | 2025.01.31 23:37:49.153969 [ 259 ] {04edd1b8-309a-47d2-bba8-97c9811c3098} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6519 | 2025.01.31 23:37:49.154204 [ 259 ] {04edd1b8-309a-47d2-bba8-97c9811c3098} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6520 | 2025.01.31 23:37:49.154411 [ 259 ] {04edd1b8-309a-47d2-bba8-97c9811c3098} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec. | ||
| 6521 | 2025.01.31 23:37:49.154462 [ 259 ] {04edd1b8-309a-47d2-bba8-97c9811c3098} <Debug> TCPHandler: Processed in 0.001867709 sec. | ||
| 6522 | 2025.01.31 23:37:49.154608 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6523 | 2025.01.31 23:37:49.154746 [ 262 ] {9d286f6f-9ef1-432e-81bf-2c94db0ddb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6524 | 2025.01.31 23:37:49.154807 [ 262 ] {9d286f6f-9ef1-432e-81bf-2c94db0ddb07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6525 | 2025.01.31 23:37:49.155391 [ 262 ] {9d286f6f-9ef1-432e-81bf-2c94db0ddb07} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6526 | 2025.01.31 23:37:49.155438 [ 262 ] {9d286f6f-9ef1-432e-81bf-2c94db0ddb07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6527 | 2025.01.31 23:37:49.155818 [ 262 ] {9d286f6f-9ef1-432e-81bf-2c94db0ddb07} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6528 | 2025.01.31 23:37:49.156068 [ 262 ] {9d286f6f-9ef1-432e-81bf-2c94db0ddb07} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6529 | 2025.01.31 23:37:49.156321 [ 262 ] {9d286f6f-9ef1-432e-81bf-2c94db0ddb07} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001604 sec., 623.4413965087282 rows/sec., 42.01 KiB/sec. | ||
| 6530 | 2025.01.31 23:37:49.156513 [ 262 ] {9d286f6f-9ef1-432e-81bf-2c94db0ddb07} <Debug> TCPHandler: Processed in 0.001973092 sec. | ||
| 6531 | 2025.01.31 23:37:49.156744 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6532 | 2025.01.31 23:37:49.156967 [ 259 ] {23cad8f8-fc63-47ce-9e89-fbbec8ff8a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6533 | 2025.01.31 23:37:49.157107 [ 259 ] {23cad8f8-fc63-47ce-9e89-fbbec8ff8a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6534 | 2025.01.31 23:37:49.158486 [ 259 ] {23cad8f8-fc63-47ce-9e89-fbbec8ff8a68} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6535 | 2025.01.31 23:37:49.158524 [ 259 ] {23cad8f8-fc63-47ce-9e89-fbbec8ff8a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6536 | 2025.01.31 23:37:49.159181 [ 259 ] {23cad8f8-fc63-47ce-9e89-fbbec8ff8a68} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6537 | 2025.01.31 23:37:49.159432 [ 259 ] {23cad8f8-fc63-47ce-9e89-fbbec8ff8a68} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6538 | 2025.01.31 23:37:49.159745 [ 259 ] {23cad8f8-fc63-47ce-9e89-fbbec8ff8a68} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002832 sec., 13771.186440677966 rows/sec., 24.68 MiB/sec. | ||
| 6539 | 2025.01.31 23:37:49.160339 [ 259 ] {23cad8f8-fc63-47ce-9e89-fbbec8ff8a68} <Debug> TCPHandler: Processed in 0.003701776 sec. | ||
| 6540 | 2025.01.31 23:37:49.160499 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6541 | 2025.01.31 23:37:49.160637 [ 262 ] {162db002-faec-4064-ae5e-bbe51da9f099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6542 | 2025.01.31 23:37:49.160697 [ 262 ] {162db002-faec-4064-ae5e-bbe51da9f099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6543 | 2025.01.31 23:37:49.161351 [ 262 ] {162db002-faec-4064-ae5e-bbe51da9f099} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6544 | 2025.01.31 23:37:49.161401 [ 262 ] {162db002-faec-4064-ae5e-bbe51da9f099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6545 | 2025.01.31 23:37:49.161885 [ 262 ] {162db002-faec-4064-ae5e-bbe51da9f099} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6546 | 2025.01.31 23:37:49.162149 [ 262 ] {162db002-faec-4064-ae5e-bbe51da9f099} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6547 | 2025.01.31 23:37:49.162362 [ 262 ] {162db002-faec-4064-ae5e-bbe51da9f099} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001752 sec., 46803.65296803653 rows/sec., 2.97 MiB/sec. | ||
| 6548 | 2025.01.31 23:37:49.162430 [ 262 ] {162db002-faec-4064-ae5e-bbe51da9f099} <Debug> TCPHandler: Processed in 0.001998833 sec. | ||
| 6549 | 2025.01.31 23:37:49.410005 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6550 | 2025.01.31 23:37:49.429945 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6551 | 2025.01.31 23:37:49.430003 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6552 | 2025.01.31 23:37:49.437056 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6553 | 2025.01.31 23:37:49.437811 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6554 | 2025.01.31 23:37:49.441265 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6555 | 2025.01.31 23:37:54.129604 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6556 | 2025.01.31 23:37:54.129809 [ 262 ] {fb296b90-49c6-4781-8104-ff6b3d0877b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6557 | 2025.01.31 23:37:54.129884 [ 262 ] {fb296b90-49c6-4781-8104-ff6b3d0877b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6558 | 2025.01.31 23:37:54.130628 [ 262 ] {fb296b90-49c6-4781-8104-ff6b3d0877b4} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6559 | 2025.01.31 23:37:54.130676 [ 262 ] {fb296b90-49c6-4781-8104-ff6b3d0877b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6560 | 2025.01.31 23:37:54.131104 [ 262 ] {fb296b90-49c6-4781-8104-ff6b3d0877b4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6561 | 2025.01.31 23:37:54.131361 [ 262 ] {fb296b90-49c6-4781-8104-ff6b3d0877b4} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6562 | 2025.01.31 23:37:54.131601 [ 262 ] {fb296b90-49c6-4781-8104-ff6b3d0877b4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001842 sec., 30401.73724212812 rows/sec., 2.32 MiB/sec. | ||
| 6563 | 2025.01.31 23:37:54.131667 [ 262 ] {fb296b90-49c6-4781-8104-ff6b3d0877b4} <Debug> TCPHandler: Processed in 0.002192949 sec. | ||
| 6564 | 2025.01.31 23:37:54.131898 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6565 | 2025.01.31 23:37:54.132090 [ 259 ] {cffec6b7-9505-418c-8f8d-a323095a4c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6566 | 2025.01.31 23:37:54.132162 [ 259 ] {cffec6b7-9505-418c-8f8d-a323095a4c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6567 | 2025.01.31 23:37:54.132950 [ 259 ] {cffec6b7-9505-418c-8f8d-a323095a4c47} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6568 | 2025.01.31 23:37:54.132998 [ 259 ] {cffec6b7-9505-418c-8f8d-a323095a4c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6569 | 2025.01.31 23:37:54.133432 [ 259 ] {cffec6b7-9505-418c-8f8d-a323095a4c47} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6570 | 2025.01.31 23:37:54.133693 [ 259 ] {cffec6b7-9505-418c-8f8d-a323095a4c47} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6571 | 2025.01.31 23:37:54.133926 [ 259 ] {cffec6b7-9505-418c-8f8d-a323095a4c47} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001886 sec., 33934.25238600212 rows/sec., 2.65 MiB/sec. | ||
| 6572 | 2025.01.31 23:37:54.134008 [ 259 ] {cffec6b7-9505-418c-8f8d-a323095a4c47} <Debug> TCPHandler: Processed in 0.002240401 sec. | ||
| 6573 | 2025.01.31 23:37:54.134211 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6574 | 2025.01.31 23:37:54.134336 [ 262 ] {f87c659f-9d5f-44fe-b6b8-f28abdb40845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6575 | 2025.01.31 23:37:54.134394 [ 262 ] {f87c659f-9d5f-44fe-b6b8-f28abdb40845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6576 | 2025.01.31 23:37:54.134997 [ 262 ] {f87c659f-9d5f-44fe-b6b8-f28abdb40845} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6577 | 2025.01.31 23:37:54.135039 [ 262 ] {f87c659f-9d5f-44fe-b6b8-f28abdb40845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6578 | 2025.01.31 23:37:54.135445 [ 262 ] {f87c659f-9d5f-44fe-b6b8-f28abdb40845} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6579 | 2025.01.31 23:37:54.135694 [ 262 ] {f87c659f-9d5f-44fe-b6b8-f28abdb40845} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6580 | 2025.01.31 23:37:54.135922 [ 262 ] {f87c659f-9d5f-44fe-b6b8-f28abdb40845} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec. | ||
| 6581 | 2025.01.31 23:37:54.135981 [ 262 ] {f87c659f-9d5f-44fe-b6b8-f28abdb40845} <Debug> TCPHandler: Processed in 0.001860739 sec. | ||
| 6582 | 2025.01.31 23:37:54.136132 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6583 | 2025.01.31 23:37:54.136259 [ 259 ] {0ef41d72-7e3c-417f-90a6-1dcf6ce9a4d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6584 | 2025.01.31 23:37:54.136316 [ 259 ] {0ef41d72-7e3c-417f-90a6-1dcf6ce9a4d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6585 | 2025.01.31 23:37:54.136830 [ 259 ] {0ef41d72-7e3c-417f-90a6-1dcf6ce9a4d1} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6586 | 2025.01.31 23:37:54.136871 [ 259 ] {0ef41d72-7e3c-417f-90a6-1dcf6ce9a4d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6587 | 2025.01.31 23:37:54.137262 [ 259 ] {0ef41d72-7e3c-417f-90a6-1dcf6ce9a4d1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6588 | 2025.01.31 23:37:54.137499 [ 259 ] {0ef41d72-7e3c-417f-90a6-1dcf6ce9a4d1} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6589 | 2025.01.31 23:37:54.137712 [ 259 ] {0ef41d72-7e3c-417f-90a6-1dcf6ce9a4d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 6590 | 2025.01.31 23:37:54.137767 [ 259 ] {0ef41d72-7e3c-417f-90a6-1dcf6ce9a4d1} <Debug> TCPHandler: Processed in 0.001695923 sec. | ||
| 6591 | 2025.01.31 23:37:55.847017 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6592 | 2025.01.31 23:37:55.847647 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2025.01.31 23:37:55.847700 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6594 | 2025.01.31 23:37:55.848239 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6595 | 2025.01.31 23:37:55.848514 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6596 | 2025.01.31 23:37:55.848770 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6597 | 2025.01.31 23:37:56.942230 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6598 | 2025.01.31 23:37:56.963313 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6599 | 2025.01.31 23:37:56.963392 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6600 | 2025.01.31 23:37:56.970759 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6601 | 2025.01.31 23:37:56.971513 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6602 | 2025.01.31 23:37:56.974601 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6603 | 2025.01.31 23:37:58.409995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 930 | ||
| 6604 | 2025.01.31 23:37:58.412945 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6605 | 2025.01.31 23:37:58.412989 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6606 | 2025.01.31 23:37:58.414445 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6607 | 2025.01.31 23:37:58.414751 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6608 | 2025.01.31 23:37:58.416539 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 930 | ||
| 6609 | 2025.01.31 23:37:59.137128 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6610 | 2025.01.31 23:37:59.137323 [ 262 ] {83d5131c-9a73-4670-8b5e-8154f17270ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6611 | 2025.01.31 23:37:59.137397 [ 262 ] {83d5131c-9a73-4670-8b5e-8154f17270ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6612 | 2025.01.31 23:37:59.138159 [ 262 ] {83d5131c-9a73-4670-8b5e-8154f17270ed} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6613 | 2025.01.31 23:37:59.138210 [ 262 ] {83d5131c-9a73-4670-8b5e-8154f17270ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6614 | 2025.01.31 23:37:59.138659 [ 262 ] {83d5131c-9a73-4670-8b5e-8154f17270ed} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6615 | 2025.01.31 23:37:59.138921 [ 262 ] {83d5131c-9a73-4670-8b5e-8154f17270ed} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6616 | 2025.01.31 23:37:59.139178 [ 262 ] {83d5131c-9a73-4670-8b5e-8154f17270ed} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec. | ||
| 6617 | 2025.01.31 23:37:59.139247 [ 262 ] {83d5131c-9a73-4670-8b5e-8154f17270ed} <Debug> TCPHandler: Processed in 0.00225294 sec. | ||
| 6618 | 2025.01.31 23:37:59.139569 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6619 | 2025.01.31 23:37:59.139870 [ 259 ] {4d715e3a-3720-4e43-87f3-34f4c178fab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6620 | 2025.01.31 23:37:59.139947 [ 259 ] {4d715e3a-3720-4e43-87f3-34f4c178fab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6621 | 2025.01.31 23:37:59.140944 [ 259 ] {4d715e3a-3720-4e43-87f3-34f4c178fab7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6622 | 2025.01.31 23:37:59.140990 [ 259 ] {4d715e3a-3720-4e43-87f3-34f4c178fab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6623 | 2025.01.31 23:37:59.141473 [ 259 ] {4d715e3a-3720-4e43-87f3-34f4c178fab7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6624 | 2025.01.31 23:37:59.141752 [ 259 ] {4d715e3a-3720-4e43-87f3-34f4c178fab7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6625 | 2025.01.31 23:37:59.141997 [ 259 ] {4d715e3a-3720-4e43-87f3-34f4c178fab7} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002212 sec., 127034.35804701627 rows/sec., 11.20 MiB/sec. | ||
| 6626 | 2025.01.31 23:37:59.142063 [ 259 ] {4d715e3a-3720-4e43-87f3-34f4c178fab7} <Debug> TCPHandler: Processed in 0.002677254 sec. | ||
| 6627 | 2025.01.31 23:37:59.142203 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6628 | 2025.01.31 23:37:59.142326 [ 262 ] {3afea53e-9c5c-44e1-a7e4-26800a6f912a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6629 | 2025.01.31 23:37:59.142382 [ 262 ] {3afea53e-9c5c-44e1-a7e4-26800a6f912a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6630 | 2025.01.31 23:37:59.143020 [ 262 ] {3afea53e-9c5c-44e1-a7e4-26800a6f912a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6631 | 2025.01.31 23:37:59.143063 [ 262 ] {3afea53e-9c5c-44e1-a7e4-26800a6f912a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6632 | 2025.01.31 23:37:59.143441 [ 262 ] {3afea53e-9c5c-44e1-a7e4-26800a6f912a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6633 | 2025.01.31 23:37:59.143696 [ 262 ] {3afea53e-9c5c-44e1-a7e4-26800a6f912a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6634 | 2025.01.31 23:37:59.143957 [ 262 ] {3afea53e-9c5c-44e1-a7e4-26800a6f912a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001656 sec., 27777.777777777777 rows/sec., 2.00 MiB/sec. | ||
| 6635 | 2025.01.31 23:37:59.144178 [ 262 ] {3afea53e-9c5c-44e1-a7e4-26800a6f912a} <Debug> TCPHandler: Processed in 0.002030664 sec. | ||
| 6636 | 2025.01.31 23:37:59.144346 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6637 | 2025.01.31 23:37:59.144491 [ 259 ] {310abf8e-dc35-4b2b-8b93-19f62cdec5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6638 | 2025.01.31 23:37:59.144550 [ 259 ] {310abf8e-dc35-4b2b-8b93-19f62cdec5f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6639 | 2025.01.31 23:37:59.145170 [ 259 ] {310abf8e-dc35-4b2b-8b93-19f62cdec5f5} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6640 | 2025.01.31 23:37:59.145210 [ 259 ] {310abf8e-dc35-4b2b-8b93-19f62cdec5f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6641 | 2025.01.31 23:37:59.145569 [ 259 ] {310abf8e-dc35-4b2b-8b93-19f62cdec5f5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6642 | 2025.01.31 23:37:59.145816 [ 259 ] {310abf8e-dc35-4b2b-8b93-19f62cdec5f5} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6643 | 2025.01.31 23:37:59.146061 [ 259 ] {310abf8e-dc35-4b2b-8b93-19f62cdec5f5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00159 sec., 8805.031446540881 rows/sec., 616.65 KiB/sec. | ||
| 6644 | 2025.01.31 23:37:59.146157 [ 259 ] {310abf8e-dc35-4b2b-8b93-19f62cdec5f5} <Debug> TCPHandler: Processed in 0.00188249 sec. | ||
| 6645 | 2025.01.31 23:37:59.146389 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6646 | 2025.01.31 23:37:59.146576 [ 262 ] {b5b86141-ef22-4067-b49f-55dca434d5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6647 | 2025.01.31 23:37:59.146629 [ 262 ] {b5b86141-ef22-4067-b49f-55dca434d5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6648 | 2025.01.31 23:37:59.147210 [ 262 ] {b5b86141-ef22-4067-b49f-55dca434d5ed} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6649 | 2025.01.31 23:37:59.147251 [ 262 ] {b5b86141-ef22-4067-b49f-55dca434d5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6650 | 2025.01.31 23:37:59.147610 [ 262 ] {b5b86141-ef22-4067-b49f-55dca434d5ed} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6651 | 2025.01.31 23:37:59.147852 [ 262 ] {b5b86141-ef22-4067-b49f-55dca434d5ed} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6652 | 2025.01.31 23:37:59.148088 [ 262 ] {b5b86141-ef22-4067-b49f-55dca434d5ed} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001542 sec., 8430.609597924773 rows/sec., 525.65 KiB/sec. | ||
| 6653 | 2025.01.31 23:37:59.148320 [ 262 ] {b5b86141-ef22-4067-b49f-55dca434d5ed} <Debug> TCPHandler: Processed in 0.002062145 sec. | ||
| 6654 | 2025.01.31 23:37:59.148488 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6655 | 2025.01.31 23:37:59.148626 [ 259 ] {890611f7-5207-4410-a986-2c2e2fef4c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6656 | 2025.01.31 23:37:59.148683 [ 259 ] {890611f7-5207-4410-a986-2c2e2fef4c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6657 | 2025.01.31 23:37:59.149519 [ 259 ] {890611f7-5207-4410-a986-2c2e2fef4c46} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6658 | 2025.01.31 23:37:59.149558 [ 259 ] {890611f7-5207-4410-a986-2c2e2fef4c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6659 | 2025.01.31 23:37:59.149945 [ 259 ] {890611f7-5207-4410-a986-2c2e2fef4c46} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6660 | 2025.01.31 23:37:59.150189 [ 259 ] {890611f7-5207-4410-a986-2c2e2fef4c46} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6661 | 2025.01.31 23:37:59.150454 [ 259 ] {890611f7-5207-4410-a986-2c2e2fef4c46} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001856 sec., 226831.89655172414 rows/sec., 16.21 MiB/sec. | ||
| 6662 | 2025.01.31 23:37:59.150624 [ 259 ] {890611f7-5207-4410-a986-2c2e2fef4c46} <Debug> TCPHandler: Processed in 0.00220668 sec. | ||
| 6663 | 2025.01.31 23:37:59.150860 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6664 | 2025.01.31 23:37:59.151008 [ 262 ] {10f5c286-ec37-4702-b4f1-96c5cc9652c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6665 | 2025.01.31 23:37:59.151062 [ 262 ] {10f5c286-ec37-4702-b4f1-96c5cc9652c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6666 | 2025.01.31 23:37:59.151543 [ 262 ] {10f5c286-ec37-4702-b4f1-96c5cc9652c2} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6667 | 2025.01.31 23:37:59.151584 [ 262 ] {10f5c286-ec37-4702-b4f1-96c5cc9652c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6668 | 2025.01.31 23:37:59.151950 [ 262 ] {10f5c286-ec37-4702-b4f1-96c5cc9652c2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6669 | 2025.01.31 23:37:59.152199 [ 262 ] {10f5c286-ec37-4702-b4f1-96c5cc9652c2} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6670 | 2025.01.31 23:37:59.152450 [ 262 ] {10f5c286-ec37-4702-b4f1-96c5cc9652c2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00146 sec., 4109.589041095891 rows/sec., 214.71 KiB/sec. | ||
| 6671 | 2025.01.31 23:37:59.152667 [ 262 ] {10f5c286-ec37-4702-b4f1-96c5cc9652c2} <Debug> TCPHandler: Processed in 0.001930971 sec. | ||
| 6672 | 2025.01.31 23:37:59.152807 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6673 | 2025.01.31 23:37:59.152944 [ 259 ] {8fccdd61-2ac0-4e43-b3cf-683d7b2ca721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6674 | 2025.01.31 23:37:59.153005 [ 259 ] {8fccdd61-2ac0-4e43-b3cf-683d7b2ca721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6675 | 2025.01.31 23:37:59.153671 [ 259 ] {8fccdd61-2ac0-4e43-b3cf-683d7b2ca721} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6676 | 2025.01.31 23:37:59.153718 [ 259 ] {8fccdd61-2ac0-4e43-b3cf-683d7b2ca721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6677 | 2025.01.31 23:37:59.154137 [ 259 ] {8fccdd61-2ac0-4e43-b3cf-683d7b2ca721} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6678 | 2025.01.31 23:37:59.154389 [ 259 ] {8fccdd61-2ac0-4e43-b3cf-683d7b2ca721} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6679 | 2025.01.31 23:37:59.154603 [ 259 ] {8fccdd61-2ac0-4e43-b3cf-683d7b2ca721} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00169 sec., 140236.68639053253 rows/sec., 9.40 MiB/sec. | ||
| 6680 | 2025.01.31 23:37:59.154658 [ 259 ] {8fccdd61-2ac0-4e43-b3cf-683d7b2ca721} <Debug> TCPHandler: Processed in 0.0019095 sec. | ||
| 6681 | 2025.01.31 23:37:59.154808 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6682 | 2025.01.31 23:37:59.154945 [ 262 ] {7288ed5c-099d-4cae-a996-9292b1d2a694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6683 | 2025.01.31 23:37:59.155005 [ 262 ] {7288ed5c-099d-4cae-a996-9292b1d2a694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6684 | 2025.01.31 23:37:59.155544 [ 262 ] {7288ed5c-099d-4cae-a996-9292b1d2a694} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6685 | 2025.01.31 23:37:59.155590 [ 262 ] {7288ed5c-099d-4cae-a996-9292b1d2a694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6686 | 2025.01.31 23:37:59.155989 [ 262 ] {7288ed5c-099d-4cae-a996-9292b1d2a694} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6687 | 2025.01.31 23:37:59.156221 [ 262 ] {7288ed5c-099d-4cae-a996-9292b1d2a694} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6688 | 2025.01.31 23:37:59.156375 [ 100 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 6689 | 2025.01.31 23:37:59.156448 [ 262 ] {7288ed5c-099d-4cae-a996-9292b1d2a694} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec. | ||
| 6690 | 2025.01.31 23:37:59.156457 [ 100 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6691 | 2025.01.31 23:37:59.156532 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6692 | 2025.01.31 23:37:59.156575 [ 262 ] {7288ed5c-099d-4cae-a996-9292b1d2a694} <Debug> TCPHandler: Processed in 0.001819427 sec. | ||
| 6693 | 2025.01.31 23:37:59.156778 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6694 | 2025.01.31 23:37:59.156808 [ 194 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 6695 | 2025.01.31 23:37:59.157037 [ 259 ] {c5775e8d-1675-42f1-9d2e-898c3b2966a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6696 | 2025.01.31 23:37:59.157061 [ 194 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6697 | 2025.01.31 23:37:59.157147 [ 194 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 6698 | 2025.01.31 23:37:59.157239 [ 259 ] {c5775e8d-1675-42f1-9d2e-898c3b2966a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6699 | 2025.01.31 23:37:59.157546 [ 194 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 6700 | 2025.01.31 23:37:59.158027 [ 194 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 6701 | 2025.01.31 23:37:59.158297 [ 194 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 6702 | 2025.01.31 23:37:59.158602 [ 194 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 6703 | 2025.01.31 23:37:59.159008 [ 194 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 6704 | 2025.01.31 23:37:59.161245 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.004596534 sec., 5003.770232092267 rows/sec., 337.17 KiB/sec. | ||
| 6705 | 2025.01.31 23:37:59.161663 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 6706 | 2025.01.31 23:37:59.161690 [ 259 ] {c5775e8d-1675-42f1-9d2e-898c3b2966a8} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6707 | 2025.01.31 23:37:59.161787 [ 259 ] {c5775e8d-1675-42f1-9d2e-898c3b2966a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6708 | 2025.01.31 23:37:59.162395 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_23_5} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6709 | 2025.01.31 23:37:59.162615 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_23_5} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 6710 | 2025.01.31 23:37:59.162784 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6711 | 2025.01.31 23:37:59.163249 [ 259 ] {c5775e8d-1675-42f1-9d2e-898c3b2966a8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6712 | 2025.01.31 23:37:59.163595 [ 259 ] {c5775e8d-1675-42f1-9d2e-898c3b2966a8} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6713 | 2025.01.31 23:37:59.163855 [ 259 ] {c5775e8d-1675-42f1-9d2e-898c3b2966a8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006902 sec., 5650.536076499565 rows/sec., 10.13 MiB/sec. | ||
| 6714 | 2025.01.31 23:37:59.163986 [ 259 ] {c5775e8d-1675-42f1-9d2e-898c3b2966a8} <Debug> TCPHandler: Processed in 0.00730861 sec. | ||
| 6715 | 2025.01.31 23:37:59.164144 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6716 | 2025.01.31 23:37:59.164268 [ 262 ] {218e43c0-0392-4c22-a903-a8319b334ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6717 | 2025.01.31 23:37:59.164320 [ 262 ] {218e43c0-0392-4c22-a903-a8319b334ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6718 | 2025.01.31 23:37:59.164833 [ 262 ] {218e43c0-0392-4c22-a903-a8319b334ee4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6719 | 2025.01.31 23:37:59.164872 [ 262 ] {218e43c0-0392-4c22-a903-a8319b334ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6720 | 2025.01.31 23:37:59.165302 [ 262 ] {218e43c0-0392-4c22-a903-a8319b334ee4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6721 | 2025.01.31 23:37:59.165553 [ 262 ] {218e43c0-0392-4c22-a903-a8319b334ee4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6722 | 2025.01.31 23:37:59.165771 [ 262 ] {218e43c0-0392-4c22-a903-a8319b334ee4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 3.41 MiB/sec. | ||
| 6723 | 2025.01.31 23:37:59.165827 [ 262 ] {218e43c0-0392-4c22-a903-a8319b334ee4} <Debug> TCPHandler: Processed in 0.001748835 sec. | ||
| 6724 | 2025.01.31 23:38:03.202317 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6725 | 2025.01.31 23:38:03.202389 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6726 | 2025.01.31 23:38:03.349795 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6727 | 2025.01.31 23:38:03.350467 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6728 | 2025.01.31 23:38:03.350519 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6729 | 2025.01.31 23:38:03.351035 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6730 | 2025.01.31 23:38:03.351290 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6731 | 2025.01.31 23:38:03.351553 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6732 | 2025.01.31 23:38:04.130906 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6733 | 2025.01.31 23:38:04.131103 [ 262 ] {dedd7bce-cc27-46cb-830d-13e08737341f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6734 | 2025.01.31 23:38:04.131184 [ 262 ] {dedd7bce-cc27-46cb-830d-13e08737341f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6735 | 2025.01.31 23:38:04.131937 [ 262 ] {dedd7bce-cc27-46cb-830d-13e08737341f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6736 | 2025.01.31 23:38:04.131990 [ 262 ] {dedd7bce-cc27-46cb-830d-13e08737341f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6737 | 2025.01.31 23:38:04.132413 [ 262 ] {dedd7bce-cc27-46cb-830d-13e08737341f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6738 | 2025.01.31 23:38:04.132668 [ 262 ] {dedd7bce-cc27-46cb-830d-13e08737341f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6739 | 2025.01.31 23:38:04.132889 [ 262 ] {dedd7bce-cc27-46cb-830d-13e08737341f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001841 sec., 30418.250950570342 rows/sec., 2.32 MiB/sec. | ||
| 6740 | 2025.01.31 23:38:04.132991 [ 262 ] {dedd7bce-cc27-46cb-830d-13e08737341f} <Debug> TCPHandler: Processed in 0.00222489 sec. | ||
| 6741 | 2025.01.31 23:38:04.133264 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6742 | 2025.01.31 23:38:04.133457 [ 259 ] {1e611f5b-af6e-4e4e-bb8a-2aaa6576766d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6743 | 2025.01.31 23:38:04.133532 [ 259 ] {1e611f5b-af6e-4e4e-bb8a-2aaa6576766d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6744 | 2025.01.31 23:38:04.134334 [ 259 ] {1e611f5b-af6e-4e4e-bb8a-2aaa6576766d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6745 | 2025.01.31 23:38:04.134381 [ 259 ] {1e611f5b-af6e-4e4e-bb8a-2aaa6576766d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6746 | 2025.01.31 23:38:04.134836 [ 259 ] {1e611f5b-af6e-4e4e-bb8a-2aaa6576766d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6747 | 2025.01.31 23:38:04.135114 [ 259 ] {1e611f5b-af6e-4e4e-bb8a-2aaa6576766d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6748 | 2025.01.31 23:38:04.135373 [ 259 ] {1e611f5b-af6e-4e4e-bb8a-2aaa6576766d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00197 sec., 32487.30964467005 rows/sec., 2.54 MiB/sec. | ||
| 6749 | 2025.01.31 23:38:04.135432 [ 259 ] {1e611f5b-af6e-4e4e-bb8a-2aaa6576766d} <Debug> TCPHandler: Processed in 0.002325883 sec. | ||
| 6750 | 2025.01.31 23:38:04.135626 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6751 | 2025.01.31 23:38:04.135795 [ 262 ] {f7e98876-3e7e-4d10-bef8-646e60530e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6752 | 2025.01.31 23:38:04.135872 [ 262 ] {f7e98876-3e7e-4d10-bef8-646e60530e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6753 | 2025.01.31 23:38:04.136502 [ 262 ] {f7e98876-3e7e-4d10-bef8-646e60530e6f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6754 | 2025.01.31 23:38:04.136543 [ 262 ] {f7e98876-3e7e-4d10-bef8-646e60530e6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6755 | 2025.01.31 23:38:04.136955 [ 262 ] {f7e98876-3e7e-4d10-bef8-646e60530e6f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6756 | 2025.01.31 23:38:04.137200 [ 262 ] {f7e98876-3e7e-4d10-bef8-646e60530e6f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6757 | 2025.01.31 23:38:04.137415 [ 262 ] {f7e98876-3e7e-4d10-bef8-646e60530e6f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. | ||
| 6758 | 2025.01.31 23:38:04.137470 [ 262 ] {f7e98876-3e7e-4d10-bef8-646e60530e6f} <Debug> TCPHandler: Processed in 0.00192524 sec. | ||
| 6759 | 2025.01.31 23:38:04.137635 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6760 | 2025.01.31 23:38:04.137765 [ 259 ] {969f2971-0cfc-4da1-b937-66701af61903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6761 | 2025.01.31 23:38:04.137820 [ 259 ] {969f2971-0cfc-4da1-b937-66701af61903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6762 | 2025.01.31 23:38:04.138373 [ 259 ] {969f2971-0cfc-4da1-b937-66701af61903} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6763 | 2025.01.31 23:38:04.138411 [ 259 ] {969f2971-0cfc-4da1-b937-66701af61903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6764 | 2025.01.31 23:38:04.138816 [ 259 ] {969f2971-0cfc-4da1-b937-66701af61903} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6765 | 2025.01.31 23:38:04.139060 [ 259 ] {969f2971-0cfc-4da1-b937-66701af61903} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6766 | 2025.01.31 23:38:04.139245 [ 259 ] {969f2971-0cfc-4da1-b937-66701af61903} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001506 sec., 39840.6374501992 rows/sec., 2.68 MiB/sec. | ||
| 6767 | 2025.01.31 23:38:04.139298 [ 259 ] {969f2971-0cfc-4da1-b937-66701af61903} <Debug> TCPHandler: Processed in 0.001730535 sec. | ||
| 6768 | 2025.01.31 23:38:04.475575 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6769 | 2025.01.31 23:38:04.496564 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6770 | 2025.01.31 23:38:04.496629 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6771 | 2025.01.31 23:38:04.504104 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6772 | 2025.01.31 23:38:04.504879 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6773 | 2025.01.31 23:38:04.508769 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6774 | 2025.01.31 23:38:04.978795 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6775 | 2025.01.31 23:38:04.979012 [ 262 ] {86066d4d-4d27-473d-a505-deb3e59393a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6776 | 2025.01.31 23:38:04.979086 [ 262 ] {86066d4d-4d27-473d-a505-deb3e59393a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6777 | 2025.01.31 23:38:04.979857 [ 262 ] {86066d4d-4d27-473d-a505-deb3e59393a6} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6778 | 2025.01.31 23:38:04.979916 [ 262 ] {86066d4d-4d27-473d-a505-deb3e59393a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6779 | 2025.01.31 23:38:04.980360 [ 262 ] {86066d4d-4d27-473d-a505-deb3e59393a6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6780 | 2025.01.31 23:38:04.980614 [ 262 ] {86066d4d-4d27-473d-a505-deb3e59393a6} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6781 | 2025.01.31 23:38:04.980856 [ 262 ] {86066d4d-4d27-473d-a505-deb3e59393a6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001901 sec., 7364.544976328249 rows/sec., 530.15 KiB/sec. | ||
| 6782 | 2025.01.31 23:38:04.980920 [ 262 ] {86066d4d-4d27-473d-a505-deb3e59393a6} <Debug> TCPHandler: Processed in 0.002272651 sec. | ||
| 6783 | 2025.01.31 23:38:04.981185 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6784 | 2025.01.31 23:38:04.981376 [ 259 ] {35c5e7c3-3598-4a61-96c1-349277f48a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6785 | 2025.01.31 23:38:04.981450 [ 259 ] {35c5e7c3-3598-4a61-96c1-349277f48a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6786 | 2025.01.31 23:38:04.982204 [ 259 ] {35c5e7c3-3598-4a61-96c1-349277f48a3d} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6787 | 2025.01.31 23:38:04.982248 [ 259 ] {35c5e7c3-3598-4a61-96c1-349277f48a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6788 | 2025.01.31 23:38:04.982688 [ 259 ] {35c5e7c3-3598-4a61-96c1-349277f48a3d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6789 | 2025.01.31 23:38:04.982947 [ 259 ] {35c5e7c3-3598-4a61-96c1-349277f48a3d} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6790 | 2025.01.31 23:38:04.983193 [ 259 ] {35c5e7c3-3598-4a61-96c1-349277f48a3d} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001868 sec., 8565.310492505352 rows/sec., 698.44 KiB/sec. | ||
| 6791 | 2025.01.31 23:38:04.983361 [ 259 ] {35c5e7c3-3598-4a61-96c1-349277f48a3d} <Debug> TCPHandler: Processed in 0.002302643 sec. | ||
| 6792 | 2025.01.31 23:38:04.983532 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6793 | 2025.01.31 23:38:04.983677 [ 262 ] {69c48b09-50f7-4441-b37f-548ae38e6630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6794 | 2025.01.31 23:38:04.983738 [ 262 ] {69c48b09-50f7-4441-b37f-548ae38e6630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6795 | 2025.01.31 23:38:04.985146 [ 262 ] {69c48b09-50f7-4441-b37f-548ae38e6630} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6796 | 2025.01.31 23:38:04.985188 [ 262 ] {69c48b09-50f7-4441-b37f-548ae38e6630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6797 | 2025.01.31 23:38:04.985643 [ 262 ] {69c48b09-50f7-4441-b37f-548ae38e6630} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6798 | 2025.01.31 23:38:04.985894 [ 262 ] {69c48b09-50f7-4441-b37f-548ae38e6630} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6799 | 2025.01.31 23:38:04.986075 [ 58 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6800 | 2025.01.31 23:38:04.986149 [ 58 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6801 | 2025.01.31 23:38:04.986148 [ 262 ] {69c48b09-50f7-4441-b37f-548ae38e6630} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002493 sec., 573204.9739269956 rows/sec., 47.82 MiB/sec. | ||
| 6802 | 2025.01.31 23:38:04.986189 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6803 | 2025.01.31 23:38:04.986297 [ 262 ] {69c48b09-50f7-4441-b37f-548ae38e6630} <Debug> TCPHandler: Processed in 0.002829199 sec. | ||
| 6804 | 2025.01.31 23:38:04.986465 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6805 | 2025.01.31 23:38:04.986525 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6806 | 2025.01.31 23:38:04.986741 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6807 | 2025.01.31 23:38:04.986785 [ 259 ] {e50202b4-720b-4bd7-8d5e-da1410a8408e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6808 | 2025.01.31 23:38:04.986806 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6809 | 2025.01.31 23:38:04.986900 [ 259 ] {e50202b4-720b-4bd7-8d5e-da1410a8408e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6810 | 2025.01.31 23:38:04.987032 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6811 | 2025.01.31 23:38:04.987409 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6812 | 2025.01.31 23:38:04.987744 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6813 | 2025.01.31 23:38:04.988054 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6814 | 2025.01.31 23:38:04.988475 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 6815 | 2025.01.31 23:38:04.989921 [ 259 ] {e50202b4-720b-4bd7-8d5e-da1410a8408e} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6816 | 2025.01.31 23:38:04.989972 [ 259 ] {e50202b4-720b-4bd7-8d5e-da1410a8408e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6817 | 2025.01.31 23:38:04.991007 [ 259 ] {e50202b4-720b-4bd7-8d5e-da1410a8408e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6818 | 2025.01.31 23:38:04.991387 [ 259 ] {e50202b4-720b-4bd7-8d5e-da1410a8408e} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6819 | 2025.01.31 23:38:04.991675 [ 259 ] {e50202b4-720b-4bd7-8d5e-da1410a8408e} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.00496 sec., 12500 rows/sec., 908.44 KiB/sec. | ||
| 6820 | 2025.01.31 23:38:04.991853 [ 259 ] {e50202b4-720b-4bd7-8d5e-da1410a8408e} <Debug> TCPHandler: Processed in 0.00542794 sec. | ||
| 6821 | 2025.01.31 23:38:04.992113 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6822 | 2025.01.31 23:38:04.992323 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3533 rows, containing 5 columns (5 merged, 0 gathered) in 0.006000368 sec., 588797.2204371465 rows/sec., 51.68 MiB/sec. | ||
| 6823 | 2025.01.31 23:38:04.992351 [ 262 ] {d5b2df54-e9bf-4030-a7b6-4ce4a9201fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6824 | 2025.01.31 23:38:04.992431 [ 262 ] {d5b2df54-e9bf-4030-a7b6-4ce4a9201fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6825 | 2025.01.31 23:38:04.992649 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6826 | 2025.01.31 23:38:04.993238 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_56_11} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6827 | 2025.01.31 23:38:04.993376 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_56_11} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6828 | 2025.01.31 23:38:04.993559 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 6829 | 2025.01.31 23:38:04.993878 [ 262 ] {d5b2df54-e9bf-4030-a7b6-4ce4a9201fda} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6830 | 2025.01.31 23:38:04.993937 [ 262 ] {d5b2df54-e9bf-4030-a7b6-4ce4a9201fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6831 | 2025.01.31 23:38:04.994504 [ 262 ] {d5b2df54-e9bf-4030-a7b6-4ce4a9201fda} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6832 | 2025.01.31 23:38:04.994837 [ 262 ] {d5b2df54-e9bf-4030-a7b6-4ce4a9201fda} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6833 | 2025.01.31 23:38:04.995082 [ 262 ] {d5b2df54-e9bf-4030-a7b6-4ce4a9201fda} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002792 sec., 86676.21776504298 rows/sec., 5.87 MiB/sec. | ||
| 6834 | 2025.01.31 23:38:04.995145 [ 262 ] {d5b2df54-e9bf-4030-a7b6-4ce4a9201fda} <Debug> TCPHandler: Processed in 0.003153169 sec. | ||
| 6835 | 2025.01.31 23:38:04.995311 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6836 | 2025.01.31 23:38:04.995458 [ 259 ] {b8e753b6-f706-4204-8086-657bfac034d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6837 | 2025.01.31 23:38:04.995515 [ 259 ] {b8e753b6-f706-4204-8086-657bfac034d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6838 | 2025.01.31 23:38:04.996123 [ 259 ] {b8e753b6-f706-4204-8086-657bfac034d3} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6839 | 2025.01.31 23:38:04.996161 [ 259 ] {b8e753b6-f706-4204-8086-657bfac034d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6840 | 2025.01.31 23:38:04.996533 [ 259 ] {b8e753b6-f706-4204-8086-657bfac034d3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6841 | 2025.01.31 23:38:04.996773 [ 259 ] {b8e753b6-f706-4204-8086-657bfac034d3} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6842 | 2025.01.31 23:38:04.996959 [ 259 ] {b8e753b6-f706-4204-8086-657bfac034d3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec. | ||
| 6843 | 2025.01.31 23:38:04.997010 [ 259 ] {b8e753b6-f706-4204-8086-657bfac034d3} <Debug> TCPHandler: Processed in 0.001759066 sec. | ||
| 6844 | 2025.01.31 23:38:04.997168 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6845 | 2025.01.31 23:38:04.997299 [ 262 ] {b25f554c-a750-4562-a383-ed4ed4d2bce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6846 | 2025.01.31 23:38:04.997357 [ 262 ] {b25f554c-a750-4562-a383-ed4ed4d2bce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6847 | 2025.01.31 23:38:04.998507 [ 262 ] {b25f554c-a750-4562-a383-ed4ed4d2bce5} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6848 | 2025.01.31 23:38:04.998547 [ 262 ] {b25f554c-a750-4562-a383-ed4ed4d2bce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6849 | 2025.01.31 23:38:04.998950 [ 262 ] {b25f554c-a750-4562-a383-ed4ed4d2bce5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6850 | 2025.01.31 23:38:04.999191 [ 262 ] {b25f554c-a750-4562-a383-ed4ed4d2bce5} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6851 | 2025.01.31 23:38:04.999353 [ 58 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6852 | 2025.01.31 23:38:04.999423 [ 58 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6853 | 2025.01.31 23:38:04.999434 [ 262 ] {b25f554c-a750-4562-a383-ed4ed4d2bce5} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002151 sec., 415155.7415155741 rows/sec., 30.15 MiB/sec. | ||
| 6854 | 2025.01.31 23:38:04.999463 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6855 | 2025.01.31 23:38:04.999618 [ 262 ] {b25f554c-a750-4562-a383-ed4ed4d2bce5} <Debug> TCPHandler: Processed in 0.002497858 sec. | ||
| 6856 | 2025.01.31 23:38:04.999779 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6857 | 2025.01.31 23:38:04.999938 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6858 | 2025.01.31 23:38:05.000169 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6859 | 2025.01.31 23:38:05.000239 [ 259 ] {488e9643-eb5f-4115-8c8d-a8e8bcd31134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6860 | 2025.01.31 23:38:05.000257 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6861 | 2025.01.31 23:38:05.000364 [ 259 ] {488e9643-eb5f-4115-8c8d-a8e8bcd31134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6862 | 2025.01.31 23:38:05.000577 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6863 | 2025.01.31 23:38:05.000814 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6864 | 2025.01.31 23:38:05.001061 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6865 | 2025.01.31 23:38:05.001200 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6866 | 2025.01.31 23:38:05.001275 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.20 MiB, peak 213.14 MiB, free memory in arenas 0.00 B, will set to 205.93 MiB (RSS), difference: -1.27 MiB | ||
| 6867 | 2025.01.31 23:38:05.001919 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 6868 | 2025.01.31 23:38:05.002766 [ 259 ] {488e9643-eb5f-4115-8c8d-a8e8bcd31134} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6869 | 2025.01.31 23:38:05.002815 [ 259 ] {488e9643-eb5f-4115-8c8d-a8e8bcd31134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6870 | 2025.01.31 23:38:05.003353 [ 259 ] {488e9643-eb5f-4115-8c8d-a8e8bcd31134} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6871 | 2025.01.31 23:38:05.003698 [ 259 ] {488e9643-eb5f-4115-8c8d-a8e8bcd31134} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6872 | 2025.01.31 23:38:05.003922 [ 259 ] {488e9643-eb5f-4115-8c8d-a8e8bcd31134} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00377 sec., 1591.5119363395227 rows/sec., 83.15 KiB/sec. | ||
| 6873 | 2025.01.31 23:38:05.003988 [ 259 ] {488e9643-eb5f-4115-8c8d-a8e8bcd31134} <Debug> TCPHandler: Processed in 0.004198552 sec. | ||
| 6874 | 2025.01.31 23:38:05.004161 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6875 | 2025.01.31 23:38:05.004512 [ 262 ] {7eaadd5a-f5e4-48b7-91a0-373455f7ee39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6876 | 2025.01.31 23:38:05.004519 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.004945696 sec., 561296.1249538993 rows/sec., 42.87 MiB/sec. | ||
| 6877 | 2025.01.31 23:38:05.004612 [ 262 ] {7eaadd5a-f5e4-48b7-91a0-373455f7ee39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6878 | 2025.01.31 23:38:05.004786 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6879 | 2025.01.31 23:38:05.005374 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_56_11} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6880 | 2025.01.31 23:38:05.005444 [ 190 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_56_11} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6881 | 2025.01.31 23:38:05.005558 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 6882 | 2025.01.31 23:38:05.005925 [ 262 ] {7eaadd5a-f5e4-48b7-91a0-373455f7ee39} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6883 | 2025.01.31 23:38:05.005968 [ 262 ] {7eaadd5a-f5e4-48b7-91a0-373455f7ee39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6884 | 2025.01.31 23:38:05.006416 [ 262 ] {7eaadd5a-f5e4-48b7-91a0-373455f7ee39} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6885 | 2025.01.31 23:38:05.006713 [ 262 ] {7eaadd5a-f5e4-48b7-91a0-373455f7ee39} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6886 | 2025.01.31 23:38:05.006889 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6887 | 2025.01.31 23:38:05.006945 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6888 | 2025.01.31 23:38:05.006978 [ 262 ] {7eaadd5a-f5e4-48b7-91a0-373455f7ee39} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002591 sec., 371671.1694326515 rows/sec., 24.70 MiB/sec. | ||
| 6889 | 2025.01.31 23:38:05.006991 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6890 | 2025.01.31 23:38:05.007167 [ 262 ] {7eaadd5a-f5e4-48b7-91a0-373455f7ee39} <Debug> TCPHandler: Processed in 0.003071117 sec. | ||
| 6891 | 2025.01.31 23:38:05.007248 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 6892 | 2025.01.31 23:38:05.007364 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6893 | 2025.01.31 23:38:05.007441 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6894 | 2025.01.31 23:38:05.007536 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15940 rows starting from the beginning of the part | ||
| 6895 | 2025.01.31 23:38:05.007595 [ 259 ] {d8ca2d96-297d-46bb-8074-5012838a1dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6896 | 2025.01.31 23:38:05.007796 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 6897 | 2025.01.31 23:38:05.007847 [ 259 ] {d8ca2d96-297d-46bb-8074-5012838a1dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6898 | 2025.01.31 23:38:05.008127 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 6899 | 2025.01.31 23:38:05.008420 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 6900 | 2025.01.31 23:38:05.008717 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 6901 | 2025.01.31 23:38:05.009108 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 963 rows starting from the beginning of the part | ||
| 6902 | 2025.01.31 23:38:05.010214 [ 259 ] {d8ca2d96-297d-46bb-8074-5012838a1dd0} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6903 | 2025.01.31 23:38:05.010292 [ 259 ] {d8ca2d96-297d-46bb-8074-5012838a1dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6904 | 2025.01.31 23:38:05.010799 [ 259 ] {d8ca2d96-297d-46bb-8074-5012838a1dd0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6905 | 2025.01.31 23:38:05.011106 [ 259 ] {d8ca2d96-297d-46bb-8074-5012838a1dd0} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6906 | 2025.01.31 23:38:05.011426 [ 259 ] {d8ca2d96-297d-46bb-8074-5012838a1dd0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003901 sec., 256.3445270443476 rows/sec., 17.27 KiB/sec. | ||
| 6907 | 2025.01.31 23:38:05.011501 [ 259 ] {d8ca2d96-297d-46bb-8074-5012838a1dd0} <Debug> TCPHandler: Processed in 0.004208752 sec. | ||
| 6908 | 2025.01.31 23:38:05.011711 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6909 | 2025.01.31 23:38:05.012000 [ 262 ] {0ef6b1f3-f6a6-4d5a-8525-60dc6185d82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6910 | 2025.01.31 23:38:05.012235 [ 262 ] {0ef6b1f3-f6a6-4d5a-8525-60dc6185d82a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6911 | 2025.01.31 23:38:05.014385 [ 262 ] {0ef6b1f3-f6a6-4d5a-8525-60dc6185d82a} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6912 | 2025.01.31 23:38:05.014435 [ 262 ] {0ef6b1f3-f6a6-4d5a-8525-60dc6185d82a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6913 | 2025.01.31 23:38:05.015533 [ 262 ] {0ef6b1f3-f6a6-4d5a-8525-60dc6185d82a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6914 | 2025.01.31 23:38:05.015863 [ 262 ] {0ef6b1f3-f6a6-4d5a-8525-60dc6185d82a} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6915 | 2025.01.31 23:38:05.016265 [ 262 ] {0ef6b1f3-f6a6-4d5a-8525-60dc6185d82a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004363 sec., 8938.803575521431 rows/sec., 16.02 MiB/sec. | ||
| 6916 | 2025.01.31 23:38:05.016416 [ 262 ] {0ef6b1f3-f6a6-4d5a-8525-60dc6185d82a} <Debug> TCPHandler: Processed in 0.004814592 sec. | ||
| 6917 | 2025.01.31 23:38:05.016591 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6918 | 2025.01.31 23:38:05.016850 [ 259 ] {371c1f79-62b0-4315-b43b-cc1467a277a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6919 | 2025.01.31 23:38:05.017016 [ 259 ] {371c1f79-62b0-4315-b43b-cc1467a277a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6920 | 2025.01.31 23:38:05.017315 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17697 rows, containing 5 columns (5 merged, 0 gathered) in 0.010190791 sec., 1736567.8483642733 rows/sec., 117.17 MiB/sec. | ||
| 6921 | 2025.01.31 23:38:05.017639 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6922 | 2025.01.31 23:38:05.018229 [ 259 ] {371c1f79-62b0-4315-b43b-cc1467a277a7} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6923 | 2025.01.31 23:38:05.018292 [ 259 ] {371c1f79-62b0-4315-b43b-cc1467a277a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6924 | 2025.01.31 23:38:05.018348 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6925 | 2025.01.31 23:38:05.018552 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6926 | 2025.01.31 23:38:05.018717 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 6927 | 2025.01.31 23:38:05.018939 [ 259 ] {371c1f79-62b0-4315-b43b-cc1467a277a7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6928 | 2025.01.31 23:38:05.019184 [ 259 ] {371c1f79-62b0-4315-b43b-cc1467a277a7} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6929 | 2025.01.31 23:38:05.019320 [ 58 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6930 | 2025.01.31 23:38:05.019359 [ 58 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6931 | 2025.01.31 23:38:05.019372 [ 259 ] {371c1f79-62b0-4315-b43b-cc1467a277a7} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002635 sec., 12903.225806451612 rows/sec., 766.80 KiB/sec. | ||
| 6932 | 2025.01.31 23:38:05.019380 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6933 | 2025.01.31 23:38:05.019531 [ 259 ] {371c1f79-62b0-4315-b43b-cc1467a277a7} <Debug> TCPHandler: Processed in 0.003002384 sec. | ||
| 6934 | 2025.01.31 23:38:05.019805 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 6935 | 2025.01.31 23:38:05.020189 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6936 | 2025.01.31 23:38:05.020230 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 6937 | 2025.01.31 23:38:05.020293 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 6938 | 2025.01.31 23:38:05.020435 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 6939 | 2025.01.31 23:38:05.020633 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 6940 | 2025.01.31 23:38:05.020723 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 6941 | 2025.01.31 23:38:05.020880 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
| 6942 | 2025.01.31 23:38:05.022268 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.002760587 sec., 1234520.0495401884 rows/sec., 80.43 MiB/sec. | ||
| 6943 | 2025.01.31 23:38:05.022600 [ 202 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6944 | 2025.01.31 23:38:05.022899 [ 202 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_56_11} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6945 | 2025.01.31 23:38:05.022977 [ 202 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_56_11} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6946 | 2025.01.31 23:38:05.023060 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 6947 | 2025.01.31 23:38:08.417589 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 984 | ||
| 6948 | 2025.01.31 23:38:08.421129 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6949 | 2025.01.31 23:38:08.421184 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6950 | 2025.01.31 23:38:08.422700 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6951 | 2025.01.31 23:38:08.423032 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6952 | 2025.01.31 23:38:08.423653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 984 | ||
| 6953 | 2025.01.31 23:38:09.128096 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6954 | 2025.01.31 23:38:09.128307 [ 262 ] {60283036-78a5-489b-80f5-76eb9d79d81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6955 | 2025.01.31 23:38:09.128385 [ 262 ] {60283036-78a5-489b-80f5-76eb9d79d81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6956 | 2025.01.31 23:38:09.129253 [ 262 ] {60283036-78a5-489b-80f5-76eb9d79d81c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6957 | 2025.01.31 23:38:09.129300 [ 262 ] {60283036-78a5-489b-80f5-76eb9d79d81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6958 | 2025.01.31 23:38:09.129737 [ 262 ] {60283036-78a5-489b-80f5-76eb9d79d81c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6959 | 2025.01.31 23:38:09.129981 [ 262 ] {60283036-78a5-489b-80f5-76eb9d79d81c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6960 | 2025.01.31 23:38:09.130210 [ 262 ] {60283036-78a5-489b-80f5-76eb9d79d81c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001962 sec., 28542.303771661565 rows/sec., 2.18 MiB/sec. | ||
| 6961 | 2025.01.31 23:38:09.130267 [ 262 ] {60283036-78a5-489b-80f5-76eb9d79d81c} <Debug> TCPHandler: Processed in 0.002303152 sec. | ||
| 6962 | 2025.01.31 23:38:09.130531 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6963 | 2025.01.31 23:38:09.130745 [ 259 ] {d801163c-81ab-44c5-a96a-70726141bf73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6964 | 2025.01.31 23:38:09.130827 [ 259 ] {d801163c-81ab-44c5-a96a-70726141bf73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6965 | 2025.01.31 23:38:09.131641 [ 259 ] {d801163c-81ab-44c5-a96a-70726141bf73} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6966 | 2025.01.31 23:38:09.131685 [ 259 ] {d801163c-81ab-44c5-a96a-70726141bf73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6967 | 2025.01.31 23:38:09.132123 [ 259 ] {d801163c-81ab-44c5-a96a-70726141bf73} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6968 | 2025.01.31 23:38:09.132387 [ 259 ] {d801163c-81ab-44c5-a96a-70726141bf73} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6969 | 2025.01.31 23:38:09.132598 [ 259 ] {d801163c-81ab-44c5-a96a-70726141bf73} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001913 sec., 33455.3058024046 rows/sec., 2.61 MiB/sec. | ||
| 6970 | 2025.01.31 23:38:09.132717 [ 259 ] {d801163c-81ab-44c5-a96a-70726141bf73} <Debug> TCPHandler: Processed in 0.002322933 sec. | ||
| 6971 | 2025.01.31 23:38:09.132918 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6972 | 2025.01.31 23:38:09.133059 [ 262 ] {b750c2bf-f398-4e14-9300-e0cb31644801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6973 | 2025.01.31 23:38:09.133122 [ 262 ] {b750c2bf-f398-4e14-9300-e0cb31644801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6974 | 2025.01.31 23:38:09.133781 [ 262 ] {b750c2bf-f398-4e14-9300-e0cb31644801} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6975 | 2025.01.31 23:38:09.133829 [ 262 ] {b750c2bf-f398-4e14-9300-e0cb31644801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6976 | 2025.01.31 23:38:09.134262 [ 262 ] {b750c2bf-f398-4e14-9300-e0cb31644801} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6977 | 2025.01.31 23:38:09.134490 [ 262 ] {b750c2bf-f398-4e14-9300-e0cb31644801} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6978 | 2025.01.31 23:38:09.134692 [ 262 ] {b750c2bf-f398-4e14-9300-e0cb31644801} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001666 sec., 76830.73229291716 rows/sec., 5.35 MiB/sec. | ||
| 6979 | 2025.01.31 23:38:09.134746 [ 262 ] {b750c2bf-f398-4e14-9300-e0cb31644801} <Debug> TCPHandler: Processed in 0.001928961 sec. | ||
| 6980 | 2025.01.31 23:38:09.134884 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6981 | 2025.01.31 23:38:09.135008 [ 259 ] {3083c662-d3f7-48d2-8342-804504c15fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6982 | 2025.01.31 23:38:09.135066 [ 259 ] {3083c662-d3f7-48d2-8342-804504c15fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6983 | 2025.01.31 23:38:09.135639 [ 259 ] {3083c662-d3f7-48d2-8342-804504c15fdd} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6984 | 2025.01.31 23:38:09.135687 [ 259 ] {3083c662-d3f7-48d2-8342-804504c15fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6985 | 2025.01.31 23:38:09.136149 [ 259 ] {3083c662-d3f7-48d2-8342-804504c15fdd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6986 | 2025.01.31 23:38:09.136388 [ 259 ] {3083c662-d3f7-48d2-8342-804504c15fdd} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6987 | 2025.01.31 23:38:09.136615 [ 259 ] {3083c662-d3f7-48d2-8342-804504c15fdd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001636 sec., 29339.853300733495 rows/sec., 1.98 MiB/sec. | ||
| 6988 | 2025.01.31 23:38:09.136670 [ 259 ] {3083c662-d3f7-48d2-8342-804504c15fdd} <Debug> TCPHandler: Processed in 0.001842258 sec. | ||
| 6989 | 2025.01.31 23:38:10.852582 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 6990 | 2025.01.31 23:38:10.853218 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6991 | 2025.01.31 23:38:10.853269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6992 | 2025.01.31 23:38:10.853800 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6993 | 2025.01.31 23:38:10.854062 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6994 | 2025.01.31 23:38:10.854337 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 6995 | 2025.01.31 23:38:12.009730 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6996 | 2025.01.31 23:38:12.030657 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6997 | 2025.01.31 23:38:12.030703 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6998 | 2025.01.31 23:38:12.038450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6999 | 2025.01.31 23:38:12.039234 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7000 | 2025.01.31 23:38:12.041866 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7001 | 2025.01.31 23:38:14.129526 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7002 | 2025.01.31 23:38:14.129743 [ 262 ] {0bedd886-fa65-415d-b636-05e9bf435d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7003 | 2025.01.31 23:38:14.129824 [ 262 ] {0bedd886-fa65-415d-b636-05e9bf435d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7004 | 2025.01.31 23:38:14.130658 [ 262 ] {0bedd886-fa65-415d-b636-05e9bf435d92} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7005 | 2025.01.31 23:38:14.130711 [ 262 ] {0bedd886-fa65-415d-b636-05e9bf435d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7006 | 2025.01.31 23:38:14.131142 [ 262 ] {0bedd886-fa65-415d-b636-05e9bf435d92} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7007 | 2025.01.31 23:38:14.131394 [ 262 ] {0bedd886-fa65-415d-b636-05e9bf435d92} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7008 | 2025.01.31 23:38:14.131623 [ 262 ] {0bedd886-fa65-415d-b636-05e9bf435d92} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.20 MiB/sec. | ||
| 7009 | 2025.01.31 23:38:14.131682 [ 262 ] {0bedd886-fa65-415d-b636-05e9bf435d92} <Debug> TCPHandler: Processed in 0.002302352 sec. | ||
| 7010 | 2025.01.31 23:38:14.131933 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7011 | 2025.01.31 23:38:14.132126 [ 259 ] {94eff7e4-a0ee-4410-b1d2-20828abe5517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7012 | 2025.01.31 23:38:14.132200 [ 259 ] {94eff7e4-a0ee-4410-b1d2-20828abe5517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7013 | 2025.01.31 23:38:14.132955 [ 259 ] {94eff7e4-a0ee-4410-b1d2-20828abe5517} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7014 | 2025.01.31 23:38:14.133001 [ 259 ] {94eff7e4-a0ee-4410-b1d2-20828abe5517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7015 | 2025.01.31 23:38:14.133448 [ 259 ] {94eff7e4-a0ee-4410-b1d2-20828abe5517} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7016 | 2025.01.31 23:38:14.133716 [ 259 ] {94eff7e4-a0ee-4410-b1d2-20828abe5517} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7017 | 2025.01.31 23:38:14.133929 [ 259 ] {94eff7e4-a0ee-4410-b1d2-20828abe5517} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001857 sec., 34464.189553042546 rows/sec., 2.69 MiB/sec. | ||
| 7018 | 2025.01.31 23:38:14.134015 [ 259 ] {94eff7e4-a0ee-4410-b1d2-20828abe5517} <Debug> TCPHandler: Processed in 0.00221208 sec. | ||
| 7019 | 2025.01.31 23:38:14.134227 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7020 | 2025.01.31 23:38:14.134367 [ 262 ] {e7c6a80d-5a0c-492e-80c6-4ad8a1fdb7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7021 | 2025.01.31 23:38:14.134433 [ 262 ] {e7c6a80d-5a0c-492e-80c6-4ad8a1fdb7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7022 | 2025.01.31 23:38:14.135174 [ 262 ] {e7c6a80d-5a0c-492e-80c6-4ad8a1fdb7f1} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7023 | 2025.01.31 23:38:14.135221 [ 262 ] {e7c6a80d-5a0c-492e-80c6-4ad8a1fdb7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7024 | 2025.01.31 23:38:14.135626 [ 262 ] {e7c6a80d-5a0c-492e-80c6-4ad8a1fdb7f1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7025 | 2025.01.31 23:38:14.135862 [ 262 ] {e7c6a80d-5a0c-492e-80c6-4ad8a1fdb7f1} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7026 | 2025.01.31 23:38:14.136072 [ 262 ] {e7c6a80d-5a0c-492e-80c6-4ad8a1fdb7f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001737 sec., 92112.83822682787 rows/sec., 6.42 MiB/sec. | ||
| 7027 | 2025.01.31 23:38:14.136124 [ 262 ] {e7c6a80d-5a0c-492e-80c6-4ad8a1fdb7f1} <Debug> TCPHandler: Processed in 0.001997603 sec. | ||
| 7028 | 2025.01.31 23:38:14.136302 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7029 | 2025.01.31 23:38:14.136425 [ 259 ] {bde3f9fd-aeba-4ff6-a9b5-971afb288dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7030 | 2025.01.31 23:38:14.136479 [ 259 ] {bde3f9fd-aeba-4ff6-a9b5-971afb288dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7031 | 2025.01.31 23:38:14.136993 [ 259 ] {bde3f9fd-aeba-4ff6-a9b5-971afb288dd0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2025.01.31 23:38:14.137032 [ 259 ] {bde3f9fd-aeba-4ff6-a9b5-971afb288dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7033 | 2025.01.31 23:38:14.137421 [ 259 ] {bde3f9fd-aeba-4ff6-a9b5-971afb288dd0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7034 | 2025.01.31 23:38:14.137681 [ 259 ] {bde3f9fd-aeba-4ff6-a9b5-971afb288dd0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2025.01.31 23:38:14.137893 [ 259 ] {bde3f9fd-aeba-4ff6-a9b5-971afb288dd0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec. | ||
| 7036 | 2025.01.31 23:38:14.137975 [ 259 ] {bde3f9fd-aeba-4ff6-a9b5-971afb288dd0} <Debug> TCPHandler: Processed in 0.001732824 sec. | ||
| 7037 | 2025.01.31 23:38:15.235985 [ 95 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7038 | 2025.01.31 23:38:15.236069 [ 95 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7039 | 2025.01.31 23:38:15.236107 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7040 | 2025.01.31 23:38:15.236354 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 7041 | 2025.01.31 23:38:15.236663 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7042 | 2025.01.31 23:38:15.236702 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 7043 | 2025.01.31 23:38:15.236785 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 7044 | 2025.01.31 23:38:15.237003 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 7045 | 2025.01.31 23:38:15.237178 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 7046 | 2025.01.31 23:38:15.237424 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 7047 | 2025.01.31 23:38:15.238530 [ 192 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002329584 sec., 323662.9372454481 rows/sec., 23.17 MiB/sec. | ||
| 7048 | 2025.01.31 23:38:15.238852 [ 193 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7049 | 2025.01.31 23:38:15.239389 [ 193 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_24_5} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7050 | 2025.01.31 23:38:15.239482 [ 193 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_24_5} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7051 | 2025.01.31 23:38:15.239585 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7052 | 2025.01.31 23:38:15.574300 [ 95 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7053 | 2025.01.31 23:38:15.574355 [ 95 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7054 | 2025.01.31 23:38:15.574377 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7055 | 2025.01.31 23:38:15.574603 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 7056 | 2025.01.31 23:38:15.574815 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7057 | 2025.01.31 23:38:15.574859 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 7058 | 2025.01.31 23:38:15.574977 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 7059 | 2025.01.31 23:38:15.575087 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 7060 | 2025.01.31 23:38:15.575349 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 7061 | 2025.01.31 23:38:15.575430 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 7062 | 2025.01.31 23:38:15.576429 [ 193 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.001966532 sec., 135263.4993989419 rows/sec., 10.18 MiB/sec. | ||
| 7063 | 2025.01.31 23:38:15.576593 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7064 | 2025.01.31 23:38:15.576872 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_24_5} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7065 | 2025.01.31 23:38:15.576959 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_24_5} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7066 | 2025.01.31 23:38:15.577044 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7067 | 2025.01.31 23:38:16.709068 [ 93 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7068 | 2025.01.31 23:38:16.709129 [ 93 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7069 | 2025.01.31 23:38:16.709151 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7070 | 2025.01.31 23:38:16.709304 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 7071 | 2025.01.31 23:38:16.709469 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7072 | 2025.01.31 23:38:16.709508 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 7073 | 2025.01.31 23:38:16.709595 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 7074 | 2025.01.31 23:38:16.709766 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 7075 | 2025.01.31 23:38:16.710021 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 7076 | 2025.01.31 23:38:16.710226 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 7077 | 2025.01.31 23:38:16.711292 [ 200 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002065435 sec., 69718.96961172827 rows/sec., 3.56 MiB/sec. | ||
| 7078 | 2025.01.31 23:38:16.711497 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7079 | 2025.01.31 23:38:16.711839 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_24_5} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7080 | 2025.01.31 23:38:16.711933 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_24_5} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7081 | 2025.01.31 23:38:16.712034 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7082 | 2025.01.31 23:38:18.202442 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7083 | 2025.01.31 23:38:18.202517 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7084 | 2025.01.31 23:38:18.355380 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7085 | 2025.01.31 23:38:18.356237 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7086 | 2025.01.31 23:38:18.356293 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7087 | 2025.01.31 23:38:18.356853 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7088 | 2025.01.31 23:38:18.357128 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7089 | 2025.01.31 23:38:18.357335 [ 92 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7090 | 2025.01.31 23:38:18.357415 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7091 | 2025.01.31 23:38:18.357430 [ 92 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7092 | 2025.01.31 23:38:18.357464 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7093 | 2025.01.31 23:38:18.357580 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 7094 | 2025.01.31 23:38:18.357704 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7095 | 2025.01.31 23:38:18.357746 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 7096 | 2025.01.31 23:38:18.357828 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 7097 | 2025.01.31 23:38:18.357906 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 7098 | 2025.01.31 23:38:18.358154 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 7099 | 2025.01.31 23:38:18.358315 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 7100 | 2025.01.31 23:38:18.358390 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 7101 | 2025.01.31 23:38:18.360947 [ 193 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003419727 sec., 4834011.603850249 rows/sec., 69.15 MiB/sec. | ||
| 7102 | 2025.01.31 23:38:18.361121 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7103 | 2025.01.31 23:38:18.361515 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_36_7} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7104 | 2025.01.31 23:38:18.361608 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_36_7} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7105 | 2025.01.31 23:38:18.361733 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7106 | 2025.01.31 23:38:18.424858 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1000 | ||
| 7107 | 2025.01.31 23:38:18.427629 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7108 | 2025.01.31 23:38:18.427685 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7109 | 2025.01.31 23:38:18.429181 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7110 | 2025.01.31 23:38:18.429527 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7111 | 2025.01.31 23:38:18.429777 [ 92 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7112 | 2025.01.31 23:38:18.429910 [ 92 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7113 | 2025.01.31 23:38:18.429999 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7114 | 2025.01.31 23:38:18.430680 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 7115 | 2025.01.31 23:38:18.432108 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1000 | ||
| 7116 | 2025.01.31 23:38:18.432458 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7117 | 2025.01.31 23:38:18.432633 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 7118 | 2025.01.31 23:38:18.433305 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 7119 | 2025.01.31 23:38:18.433920 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 7120 | 2025.01.31 23:38:18.434547 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 7121 | 2025.01.31 23:38:18.435176 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 7122 | 2025.01.31 23:38:18.435788 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 7123 | 2025.01.31 23:38:18.444400 [ 195 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1000 rows, containing 72 columns (72 merged, 0 gathered) in 0.014137304 sec., 70734.84449368848 rows/sec., 57.11 MiB/sec. | ||
| 7124 | 2025.01.31 23:38:18.445549 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7125 | 2025.01.31 23:38:18.446273 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_26_5} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7126 | 2025.01.31 23:38:18.446357 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_26_5} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7127 | 2025.01.31 23:38:18.446589 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 7128 | 2025.01.31 23:38:19.136490 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7129 | 2025.01.31 23:38:19.136703 [ 262 ] {6c275e18-9de4-4087-bb02-4d34d027b9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7130 | 2025.01.31 23:38:19.136784 [ 262 ] {6c275e18-9de4-4087-bb02-4d34d027b9bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7131 | 2025.01.31 23:38:19.137592 [ 262 ] {6c275e18-9de4-4087-bb02-4d34d027b9bb} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7132 | 2025.01.31 23:38:19.137644 [ 262 ] {6c275e18-9de4-4087-bb02-4d34d027b9bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7133 | 2025.01.31 23:38:19.138060 [ 262 ] {6c275e18-9de4-4087-bb02-4d34d027b9bb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7134 | 2025.01.31 23:38:19.138311 [ 262 ] {6c275e18-9de4-4087-bb02-4d34d027b9bb} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7135 | 2025.01.31 23:38:19.138510 [ 92 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7136 | 2025.01.31 23:38:19.138553 [ 262 ] {6c275e18-9de4-4087-bb02-4d34d027b9bb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001906 sec., 7345.225603357818 rows/sec., 528.76 KiB/sec. | ||
| 7137 | 2025.01.31 23:38:19.138605 [ 92 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7138 | 2025.01.31 23:38:19.138682 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7139 | 2025.01.31 23:38:19.138688 [ 262 ] {6c275e18-9de4-4087-bb02-4d34d027b9bb} <Debug> TCPHandler: Processed in 0.002344854 sec. | ||
| 7140 | 2025.01.31 23:38:19.139016 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 7141 | 2025.01.31 23:38:19.139049 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7142 | 2025.01.31 23:38:19.139439 [ 259 ] {91910c4f-6f95-469f-84f3-bdfa154a0e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7143 | 2025.01.31 23:38:19.139459 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7144 | 2025.01.31 23:38:19.139527 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 7145 | 2025.01.31 23:38:19.139553 [ 259 ] {91910c4f-6f95-469f-84f3-bdfa154a0e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7146 | 2025.01.31 23:38:19.139814 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 7147 | 2025.01.31 23:38:19.140155 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 7148 | 2025.01.31 23:38:19.140498 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 7149 | 2025.01.31 23:38:19.140808 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 7150 | 2025.01.31 23:38:19.142667 [ 259 ] {91910c4f-6f95-469f-84f3-bdfa154a0e96} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2025.01.31 23:38:19.142750 [ 259 ] {91910c4f-6f95-469f-84f3-bdfa154a0e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7152 | 2025.01.31 23:38:19.143315 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004537393 sec., 15427.361041902255 rows/sec., 1.14 MiB/sec. | ||
| 7153 | 2025.01.31 23:38:19.143538 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7154 | 2025.01.31 23:38:19.143766 [ 259 ] {91910c4f-6f95-469f-84f3-bdfa154a0e96} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7155 | 2025.01.31 23:38:19.144000 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_25_6} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7156 | 2025.01.31 23:38:19.144164 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_25_6} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7157 | 2025.01.31 23:38:19.144249 [ 259 ] {91910c4f-6f95-469f-84f3-bdfa154a0e96} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7158 | 2025.01.31 23:38:19.144322 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7159 | 2025.01.31 23:38:19.144585 [ 259 ] {91910c4f-6f95-469f-84f3-bdfa154a0e96} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.005267 sec., 53351.05373077653 rows/sec., 4.71 MiB/sec. | ||
| 7160 | 2025.01.31 23:38:19.144656 [ 259 ] {91910c4f-6f95-469f-84f3-bdfa154a0e96} <Debug> TCPHandler: Processed in 0.005825703 sec. | ||
| 7161 | 2025.01.31 23:38:19.144869 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7162 | 2025.01.31 23:38:19.145090 [ 262 ] {040f909a-399f-4c7a-bb14-ce8622f5dd50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7163 | 2025.01.31 23:38:19.145181 [ 262 ] {040f909a-399f-4c7a-bb14-ce8622f5dd50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7164 | 2025.01.31 23:38:19.145963 [ 262 ] {040f909a-399f-4c7a-bb14-ce8622f5dd50} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7165 | 2025.01.31 23:38:19.146003 [ 262 ] {040f909a-399f-4c7a-bb14-ce8622f5dd50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7166 | 2025.01.31 23:38:19.146361 [ 262 ] {040f909a-399f-4c7a-bb14-ce8622f5dd50} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7167 | 2025.01.31 23:38:19.146634 [ 262 ] {040f909a-399f-4c7a-bb14-ce8622f5dd50} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7168 | 2025.01.31 23:38:19.146844 [ 262 ] {040f909a-399f-4c7a-bb14-ce8622f5dd50} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001809 sec., 25428.41348811498 rows/sec., 1.83 MiB/sec. | ||
| 7169 | 2025.01.31 23:38:19.146895 [ 262 ] {040f909a-399f-4c7a-bb14-ce8622f5dd50} <Debug> TCPHandler: Processed in 0.002138727 sec. | ||
| 7170 | 2025.01.31 23:38:19.147081 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7171 | 2025.01.31 23:38:19.147217 [ 259 ] {577bd8d0-57ed-4bd9-a66d-245197814f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7172 | 2025.01.31 23:38:19.147274 [ 259 ] {577bd8d0-57ed-4bd9-a66d-245197814f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7173 | 2025.01.31 23:38:19.147873 [ 259 ] {577bd8d0-57ed-4bd9-a66d-245197814f4a} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7174 | 2025.01.31 23:38:19.147912 [ 259 ] {577bd8d0-57ed-4bd9-a66d-245197814f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7175 | 2025.01.31 23:38:19.148267 [ 259 ] {577bd8d0-57ed-4bd9-a66d-245197814f4a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7176 | 2025.01.31 23:38:19.148514 [ 259 ] {577bd8d0-57ed-4bd9-a66d-245197814f4a} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7177 | 2025.01.31 23:38:19.148726 [ 259 ] {577bd8d0-57ed-4bd9-a66d-245197814f4a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001538 sec., 9102.730819245773 rows/sec., 637.50 KiB/sec. | ||
| 7178 | 2025.01.31 23:38:19.148777 [ 259 ] {577bd8d0-57ed-4bd9-a66d-245197814f4a} <Debug> TCPHandler: Processed in 0.001763256 sec. | ||
| 7179 | 2025.01.31 23:38:19.148939 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7180 | 2025.01.31 23:38:19.149075 [ 262 ] {5652cf13-0ead-4c1f-b4a9-a65b5dbfefb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7181 | 2025.01.31 23:38:19.149131 [ 262 ] {5652cf13-0ead-4c1f-b4a9-a65b5dbfefb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7182 | 2025.01.31 23:38:19.149753 [ 262 ] {5652cf13-0ead-4c1f-b4a9-a65b5dbfefb1} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7183 | 2025.01.31 23:38:19.149792 [ 262 ] {5652cf13-0ead-4c1f-b4a9-a65b5dbfefb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7184 | 2025.01.31 23:38:19.150139 [ 262 ] {5652cf13-0ead-4c1f-b4a9-a65b5dbfefb1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7185 | 2025.01.31 23:38:19.150372 [ 262 ] {5652cf13-0ead-4c1f-b4a9-a65b5dbfefb1} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2025.01.31 23:38:19.150520 [ 89 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7187 | 2025.01.31 23:38:19.150560 [ 262 ] {5652cf13-0ead-4c1f-b4a9-a65b5dbfefb1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001513 sec., 8592.200925313946 rows/sec., 535.72 KiB/sec. | ||
| 7188 | 2025.01.31 23:38:19.150573 [ 89 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7189 | 2025.01.31 23:38:19.150614 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7190 | 2025.01.31 23:38:19.150634 [ 262 ] {5652cf13-0ead-4c1f-b4a9-a65b5dbfefb1} <Debug> TCPHandler: Processed in 0.001766725 sec. | ||
| 7191 | 2025.01.31 23:38:19.150919 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 7192 | 2025.01.31 23:38:19.150936 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7193 | 2025.01.31 23:38:19.151277 [ 259 ] {e80bc2b4-5f24-4599-af25-7e3d1a10e0ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7194 | 2025.01.31 23:38:19.151295 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7195 | 2025.01.31 23:38:19.151384 [ 259 ] {e80bc2b4-5f24-4599-af25-7e3d1a10e0ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7196 | 2025.01.31 23:38:19.151386 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 7197 | 2025.01.31 23:38:19.151780 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 7198 | 2025.01.31 23:38:19.152153 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 7199 | 2025.01.31 23:38:19.152606 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 7200 | 2025.01.31 23:38:19.152973 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 7201 | 2025.01.31 23:38:19.154540 [ 259 ] {e80bc2b4-5f24-4599-af25-7e3d1a10e0ef} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7202 | 2025.01.31 23:38:19.154612 [ 259 ] {e80bc2b4-5f24-4599-af25-7e3d1a10e0ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7203 | 2025.01.31 23:38:19.155365 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004640296 sec., 14007.727093271635 rows/sec., 928.10 KiB/sec. | ||
| 7204 | 2025.01.31 23:38:19.155530 [ 259 ] {e80bc2b4-5f24-4599-af25-7e3d1a10e0ef} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7205 | 2025.01.31 23:38:19.155666 [ 188 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7206 | 2025.01.31 23:38:19.155953 [ 259 ] {e80bc2b4-5f24-4599-af25-7e3d1a10e0ef} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2025.01.31 23:38:19.156405 [ 259 ] {e80bc2b4-5f24-4599-af25-7e3d1a10e0ef} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005193 sec., 81070.67205854035 rows/sec., 5.79 MiB/sec. | ||
| 7208 | 2025.01.31 23:38:19.156533 [ 259 ] {e80bc2b4-5f24-4599-af25-7e3d1a10e0ef} <Debug> TCPHandler: Processed in 0.005807753 sec. | ||
| 7209 | 2025.01.31 23:38:19.156663 [ 188 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_25_6} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7210 | 2025.01.31 23:38:19.156745 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7211 | 2025.01.31 23:38:19.156793 [ 188 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_25_6} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7212 | 2025.01.31 23:38:19.156947 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7213 | 2025.01.31 23:38:19.156985 [ 262 ] {7fe78d8b-f0da-4922-bb83-21e535913901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7214 | 2025.01.31 23:38:19.157052 [ 262 ] {7fe78d8b-f0da-4922-bb83-21e535913901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7215 | 2025.01.31 23:38:19.157581 [ 262 ] {7fe78d8b-f0da-4922-bb83-21e535913901} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7216 | 2025.01.31 23:38:19.157619 [ 262 ] {7fe78d8b-f0da-4922-bb83-21e535913901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7217 | 2025.01.31 23:38:19.157986 [ 262 ] {7fe78d8b-f0da-4922-bb83-21e535913901} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7218 | 2025.01.31 23:38:19.158223 [ 262 ] {7fe78d8b-f0da-4922-bb83-21e535913901} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7219 | 2025.01.31 23:38:19.158393 [ 262 ] {7fe78d8b-f0da-4922-bb83-21e535913901} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 210.95 KiB/sec. | ||
| 7220 | 2025.01.31 23:38:19.158441 [ 262 ] {7fe78d8b-f0da-4922-bb83-21e535913901} <Debug> TCPHandler: Processed in 0.001800537 sec. | ||
| 7221 | 2025.01.31 23:38:19.158606 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7222 | 2025.01.31 23:38:19.158744 [ 259 ] {c44e0535-615b-48da-b29d-f4523ce5f5e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7223 | 2025.01.31 23:38:19.158807 [ 259 ] {c44e0535-615b-48da-b29d-f4523ce5f5e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7224 | 2025.01.31 23:38:19.159483 [ 259 ] {c44e0535-615b-48da-b29d-f4523ce5f5e9} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7225 | 2025.01.31 23:38:19.159522 [ 259 ] {c44e0535-615b-48da-b29d-f4523ce5f5e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7226 | 2025.01.31 23:38:19.159960 [ 259 ] {c44e0535-615b-48da-b29d-f4523ce5f5e9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7227 | 2025.01.31 23:38:19.160206 [ 259 ] {c44e0535-615b-48da-b29d-f4523ce5f5e9} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7228 | 2025.01.31 23:38:19.160424 [ 259 ] {c44e0535-615b-48da-b29d-f4523ce5f5e9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00171 sec., 138596.49122807017 rows/sec., 9.29 MiB/sec. | ||
| 7229 | 2025.01.31 23:38:19.160475 [ 259 ] {c44e0535-615b-48da-b29d-f4523ce5f5e9} <Debug> TCPHandler: Processed in 0.001938431 sec. | ||
| 7230 | 2025.01.31 23:38:19.160651 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7231 | 2025.01.31 23:38:19.160796 [ 262 ] {fde3481f-ac23-4d07-88a7-0591895dc924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7232 | 2025.01.31 23:38:19.160855 [ 262 ] {fde3481f-ac23-4d07-88a7-0591895dc924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7233 | 2025.01.31 23:38:19.161596 [ 262 ] {fde3481f-ac23-4d07-88a7-0591895dc924} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7234 | 2025.01.31 23:38:19.161645 [ 262 ] {fde3481f-ac23-4d07-88a7-0591895dc924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7235 | 2025.01.31 23:38:19.162114 [ 262 ] {fde3481f-ac23-4d07-88a7-0591895dc924} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7236 | 2025.01.31 23:38:19.162421 [ 262 ] {fde3481f-ac23-4d07-88a7-0591895dc924} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7237 | 2025.01.31 23:38:19.162787 [ 262 ] {fde3481f-ac23-4d07-88a7-0591895dc924} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001994 sec., 501.5045135406218 rows/sec., 33.79 KiB/sec. | ||
| 7238 | 2025.01.31 23:38:19.163069 [ 262 ] {fde3481f-ac23-4d07-88a7-0591895dc924} <Debug> TCPHandler: Processed in 0.002495229 sec. | ||
| 7239 | 2025.01.31 23:38:19.163264 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7240 | 2025.01.31 23:38:19.163413 [ 259 ] {f6c9e807-08c1-4751-80f6-1f9c4728d0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7241 | 2025.01.31 23:38:19.163512 [ 259 ] {f6c9e807-08c1-4751-80f6-1f9c4728d0d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7242 | 2025.01.31 23:38:19.164777 [ 259 ] {f6c9e807-08c1-4751-80f6-1f9c4728d0d3} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7243 | 2025.01.31 23:38:19.164817 [ 259 ] {f6c9e807-08c1-4751-80f6-1f9c4728d0d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7244 | 2025.01.31 23:38:19.165517 [ 259 ] {f6c9e807-08c1-4751-80f6-1f9c4728d0d3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7245 | 2025.01.31 23:38:19.165794 [ 259 ] {f6c9e807-08c1-4751-80f6-1f9c4728d0d3} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7246 | 2025.01.31 23:38:19.166080 [ 259 ] {f6c9e807-08c1-4751-80f6-1f9c4728d0d3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002699 sec., 14449.796220822527 rows/sec., 25.89 MiB/sec. | ||
| 7247 | 2025.01.31 23:38:19.166191 [ 259 ] {f6c9e807-08c1-4751-80f6-1f9c4728d0d3} <Debug> TCPHandler: Processed in 0.002988764 sec. | ||
| 7248 | 2025.01.31 23:38:19.166361 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7249 | 2025.01.31 23:38:19.166505 [ 262 ] {783ccfeb-1db8-4135-b0bb-427fd39bef90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7250 | 2025.01.31 23:38:19.166565 [ 262 ] {783ccfeb-1db8-4135-b0bb-427fd39bef90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7251 | 2025.01.31 23:38:19.167103 [ 262 ] {783ccfeb-1db8-4135-b0bb-427fd39bef90} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7252 | 2025.01.31 23:38:19.167142 [ 262 ] {783ccfeb-1db8-4135-b0bb-427fd39bef90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7253 | 2025.01.31 23:38:19.167558 [ 262 ] {783ccfeb-1db8-4135-b0bb-427fd39bef90} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7254 | 2025.01.31 23:38:19.167808 [ 262 ] {783ccfeb-1db8-4135-b0bb-427fd39bef90} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7255 | 2025.01.31 23:38:19.167986 [ 262 ] {783ccfeb-1db8-4135-b0bb-427fd39bef90} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001508 sec., 54376.65782493369 rows/sec., 3.45 MiB/sec. | ||
| 7256 | 2025.01.31 23:38:19.168042 [ 262 ] {783ccfeb-1db8-4135-b0bb-427fd39bef90} <Debug> TCPHandler: Processed in 0.001742725 sec. | ||
| 7257 | 2025.01.31 23:38:19.542826 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7258 | 2025.01.31 23:38:19.565305 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2025.01.31 23:38:19.565364 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7260 | 2025.01.31 23:38:19.572901 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7261 | 2025.01.31 23:38:19.573739 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2025.01.31 23:38:19.574183 [ 89 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7263 | 2025.01.31 23:38:19.574363 [ 89 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7264 | 2025.01.31 23:38:19.574477 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7265 | 2025.01.31 23:38:19.574914 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 7266 | 2025.01.31 23:38:19.588752 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7267 | 2025.01.31 23:38:19.590543 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7268 | 2025.01.31 23:38:19.592115 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 7269 | 2025.01.31 23:38:19.597947 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 7270 | 2025.01.31 23:38:19.603845 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 7271 | 2025.01.31 23:38:19.609591 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 7272 | 2025.01.31 23:38:19.615426 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 7273 | 2025.01.31 23:38:19.620126 [ 190 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 7274 | 2025.01.31 23:38:19.684365 [ 191 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.109726849 sec., 2478.88281199071 rows/sec., 12.82 MiB/sec. | ||
| 7275 | 2025.01.31 23:38:19.687192 [ 191 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7276 | 2025.01.31 23:38:19.690021 [ 191 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_36_7} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7277 | 2025.01.31 23:38:19.690156 [ 191 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_36_7} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7278 | 2025.01.31 23:38:19.692444 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7279 | 2025.01.31 23:38:24.129349 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7280 | 2025.01.31 23:38:24.129556 [ 262 ] {c8d05d38-89f1-4db3-8fa0-f2431d8e1d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7281 | 2025.01.31 23:38:24.129629 [ 262 ] {c8d05d38-89f1-4db3-8fa0-f2431d8e1d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7282 | 2025.01.31 23:38:24.130408 [ 262 ] {c8d05d38-89f1-4db3-8fa0-f2431d8e1d09} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7283 | 2025.01.31 23:38:24.130459 [ 262 ] {c8d05d38-89f1-4db3-8fa0-f2431d8e1d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7284 | 2025.01.31 23:38:24.130899 [ 262 ] {c8d05d38-89f1-4db3-8fa0-f2431d8e1d09} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7285 | 2025.01.31 23:38:24.131152 [ 262 ] {c8d05d38-89f1-4db3-8fa0-f2431d8e1d09} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7286 | 2025.01.31 23:38:24.131399 [ 262 ] {c8d05d38-89f1-4db3-8fa0-f2431d8e1d09} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.26 MiB/sec. | ||
| 7287 | 2025.01.31 23:38:24.131467 [ 262 ] {c8d05d38-89f1-4db3-8fa0-f2431d8e1d09} <Debug> TCPHandler: Processed in 0.002254001 sec. | ||
| 7288 | 2025.01.31 23:38:24.131730 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7289 | 2025.01.31 23:38:24.131925 [ 259 ] {17e1717d-001f-4341-ae8c-7f19632c58d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7290 | 2025.01.31 23:38:24.131999 [ 259 ] {17e1717d-001f-4341-ae8c-7f19632c58d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7291 | 2025.01.31 23:38:24.132773 [ 259 ] {17e1717d-001f-4341-ae8c-7f19632c58d6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7292 | 2025.01.31 23:38:24.132822 [ 259 ] {17e1717d-001f-4341-ae8c-7f19632c58d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7293 | 2025.01.31 23:38:24.133265 [ 259 ] {17e1717d-001f-4341-ae8c-7f19632c58d6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7294 | 2025.01.31 23:38:24.133540 [ 259 ] {17e1717d-001f-4341-ae8c-7f19632c58d6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7295 | 2025.01.31 23:38:24.133798 [ 259 ] {17e1717d-001f-4341-ae8c-7f19632c58d6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001924 sec., 33264.03326403326 rows/sec., 2.60 MiB/sec. | ||
| 7296 | 2025.01.31 23:38:24.133866 [ 259 ] {17e1717d-001f-4341-ae8c-7f19632c58d6} <Debug> TCPHandler: Processed in 0.002264521 sec. | ||
| 7297 | 2025.01.31 23:38:24.134034 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7298 | 2025.01.31 23:38:24.134182 [ 262 ] {dc85dcf6-2e22-4416-bf05-9505718f6d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7299 | 2025.01.31 23:38:24.134249 [ 262 ] {dc85dcf6-2e22-4416-bf05-9505718f6d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7300 | 2025.01.31 23:38:24.134908 [ 262 ] {dc85dcf6-2e22-4416-bf05-9505718f6d7f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7301 | 2025.01.31 23:38:24.134949 [ 262 ] {dc85dcf6-2e22-4416-bf05-9505718f6d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7302 | 2025.01.31 23:38:24.135357 [ 262 ] {dc85dcf6-2e22-4416-bf05-9505718f6d7f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7303 | 2025.01.31 23:38:24.135614 [ 262 ] {dc85dcf6-2e22-4416-bf05-9505718f6d7f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7304 | 2025.01.31 23:38:24.135850 [ 262 ] {dc85dcf6-2e22-4416-bf05-9505718f6d7f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec. | ||
| 7305 | 2025.01.31 23:38:24.135923 [ 262 ] {dc85dcf6-2e22-4416-bf05-9505718f6d7f} <Debug> TCPHandler: Processed in 0.001957542 sec. | ||
| 7306 | 2025.01.31 23:38:24.136148 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7307 | 2025.01.31 23:38:24.136302 [ 259 ] {b36174d6-f1ee-4297-96e3-c4a8b06950fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7308 | 2025.01.31 23:38:24.136373 [ 259 ] {b36174d6-f1ee-4297-96e3-c4a8b06950fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7309 | 2025.01.31 23:38:24.136915 [ 259 ] {b36174d6-f1ee-4297-96e3-c4a8b06950fd} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7310 | 2025.01.31 23:38:24.136956 [ 259 ] {b36174d6-f1ee-4297-96e3-c4a8b06950fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7311 | 2025.01.31 23:38:24.137342 [ 259 ] {b36174d6-f1ee-4297-96e3-c4a8b06950fd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7312 | 2025.01.31 23:38:24.137578 [ 259 ] {b36174d6-f1ee-4297-96e3-c4a8b06950fd} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7313 | 2025.01.31 23:38:24.137806 [ 259 ] {b36174d6-f1ee-4297-96e3-c4a8b06950fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec. | ||
| 7314 | 2025.01.31 23:38:24.137860 [ 259 ] {b36174d6-f1ee-4297-96e3-c4a8b06950fd} <Debug> TCPHandler: Processed in 0.001822418 sec. | ||
| 7315 | 2025.01.31 23:38:25.858447 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7316 | 2025.01.31 23:38:25.859099 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7317 | 2025.01.31 23:38:25.859147 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7318 | 2025.01.31 23:38:25.859748 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7319 | 2025.01.31 23:38:25.860011 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7320 | 2025.01.31 23:38:25.860211 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7321 | 2025.01.31 23:38:27.089741 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7322 | 2025.01.31 23:38:27.109081 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7323 | 2025.01.31 23:38:27.109135 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7324 | 2025.01.31 23:38:27.116263 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7325 | 2025.01.31 23:38:27.117008 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7326 | 2025.01.31 23:38:27.119625 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7327 | 2025.01.31 23:38:28.433125 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1030 | ||
| 7328 | 2025.01.31 23:38:28.436157 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7329 | 2025.01.31 23:38:28.436208 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7330 | 2025.01.31 23:38:28.437711 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7331 | 2025.01.31 23:38:28.438039 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7332 | 2025.01.31 23:38:28.438675 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1030 | ||
| 7333 | 2025.01.31 23:38:29.136391 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7334 | 2025.01.31 23:38:29.136576 [ 262 ] {f8ee09b9-c4a9-4bcc-9a2b-38e6e625ede6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7335 | 2025.01.31 23:38:29.136648 [ 262 ] {f8ee09b9-c4a9-4bcc-9a2b-38e6e625ede6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7336 | 2025.01.31 23:38:29.137404 [ 262 ] {f8ee09b9-c4a9-4bcc-9a2b-38e6e625ede6} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7337 | 2025.01.31 23:38:29.137450 [ 262 ] {f8ee09b9-c4a9-4bcc-9a2b-38e6e625ede6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7338 | 2025.01.31 23:38:29.137884 [ 262 ] {f8ee09b9-c4a9-4bcc-9a2b-38e6e625ede6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7339 | 2025.01.31 23:38:29.138138 [ 262 ] {f8ee09b9-c4a9-4bcc-9a2b-38e6e625ede6} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7340 | 2025.01.31 23:38:29.138366 [ 262 ] {f8ee09b9-c4a9-4bcc-9a2b-38e6e625ede6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00184 sec., 7608.695652173913 rows/sec., 547.72 KiB/sec. | ||
| 7341 | 2025.01.31 23:38:29.138423 [ 262 ] {f8ee09b9-c4a9-4bcc-9a2b-38e6e625ede6} <Debug> TCPHandler: Processed in 0.002164338 sec. | ||
| 7342 | 2025.01.31 23:38:29.138679 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7343 | 2025.01.31 23:38:29.138886 [ 259 ] {425db1e4-421b-461c-9c39-e56d0c99a2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7344 | 2025.01.31 23:38:29.138964 [ 259 ] {425db1e4-421b-461c-9c39-e56d0c99a2c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7345 | 2025.01.31 23:38:29.139920 [ 259 ] {425db1e4-421b-461c-9c39-e56d0c99a2c0} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7346 | 2025.01.31 23:38:29.139963 [ 259 ] {425db1e4-421b-461c-9c39-e56d0c99a2c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7347 | 2025.01.31 23:38:29.140445 [ 259 ] {425db1e4-421b-461c-9c39-e56d0c99a2c0} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7348 | 2025.01.31 23:38:29.140708 [ 259 ] {425db1e4-421b-461c-9c39-e56d0c99a2c0} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7349 | 2025.01.31 23:38:29.140851 [ 78 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7350 | 2025.01.31 23:38:29.140894 [ 78 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7351 | 2025.01.31 23:38:29.140913 [ 259 ] {425db1e4-421b-461c-9c39-e56d0c99a2c0} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002085 sec., 134772.18225419664 rows/sec., 11.89 MiB/sec. | ||
| 7352 | 2025.01.31 23:38:29.140921 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7353 | 2025.01.31 23:38:29.141041 [ 259 ] {425db1e4-421b-461c-9c39-e56d0c99a2c0} <Debug> TCPHandler: Processed in 0.002491929 sec. | ||
| 7354 | 2025.01.31 23:38:29.141166 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7355 | 2025.01.31 23:38:29.141255 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7356 | 2025.01.31 23:38:29.141427 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7357 | 2025.01.31 23:38:29.141495 [ 262 ] {bd5aa8df-0199-4ed2-8bfd-736b644c53ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7358 | 2025.01.31 23:38:29.141500 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7359 | 2025.01.31 23:38:29.141590 [ 262 ] {bd5aa8df-0199-4ed2-8bfd-736b644c53ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7360 | 2025.01.31 23:38:29.141773 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7361 | 2025.01.31 23:38:29.142129 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7362 | 2025.01.31 23:38:29.142580 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7363 | 2025.01.31 23:38:29.142945 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7364 | 2025.01.31 23:38:29.143288 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7365 | 2025.01.31 23:38:29.144709 [ 262 ] {bd5aa8df-0199-4ed2-8bfd-736b644c53ca} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7366 | 2025.01.31 23:38:29.144767 [ 262 ] {bd5aa8df-0199-4ed2-8bfd-736b644c53ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7367 | 2025.01.31 23:38:29.145798 [ 262 ] {bd5aa8df-0199-4ed2-8bfd-736b644c53ca} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7368 | 2025.01.31 23:38:29.146151 [ 262 ] {bd5aa8df-0199-4ed2-8bfd-736b644c53ca} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7369 | 2025.01.31 23:38:29.146649 [ 262 ] {bd5aa8df-0199-4ed2-8bfd-736b644c53ca} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005196 sec., 8852.963818321787 rows/sec., 652.17 KiB/sec. | ||
| 7370 | 2025.01.31 23:38:29.146841 [ 262 ] {bd5aa8df-0199-4ed2-8bfd-736b644c53ca} <Debug> TCPHandler: Processed in 0.005675599 sec. | ||
| 7371 | 2025.01.31 23:38:29.146846 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.005811522 sec., 371675.4406160727 rows/sec., 32.68 MiB/sec. | ||
| 7372 | 2025.01.31 23:38:29.147032 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7373 | 2025.01.31 23:38:29.147140 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7374 | 2025.01.31 23:38:29.147252 [ 259 ] {32f2a51b-f030-4e1b-92c7-d3a20a3688e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7375 | 2025.01.31 23:38:29.147378 [ 259 ] {32f2a51b-f030-4e1b-92c7-d3a20a3688e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7376 | 2025.01.31 23:38:29.147725 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_61_12} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7377 | 2025.01.31 23:38:29.148028 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_61_12} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7378 | 2025.01.31 23:38:29.148211 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 7379 | 2025.01.31 23:38:29.148559 [ 259 ] {32f2a51b-f030-4e1b-92c7-d3a20a3688e2} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7380 | 2025.01.31 23:38:29.148604 [ 259 ] {32f2a51b-f030-4e1b-92c7-d3a20a3688e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7381 | 2025.01.31 23:38:29.148988 [ 259 ] {32f2a51b-f030-4e1b-92c7-d3a20a3688e2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7382 | 2025.01.31 23:38:29.149234 [ 259 ] {32f2a51b-f030-4e1b-92c7-d3a20a3688e2} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7383 | 2025.01.31 23:38:29.149425 [ 259 ] {32f2a51b-f030-4e1b-92c7-d3a20a3688e2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002258 sec., 6200.177147918512 rows/sec., 434.22 KiB/sec. | ||
| 7384 | 2025.01.31 23:38:29.149484 [ 259 ] {32f2a51b-f030-4e1b-92c7-d3a20a3688e2} <Debug> TCPHandler: Processed in 0.002518739 sec. | ||
| 7385 | 2025.01.31 23:38:29.149651 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7386 | 2025.01.31 23:38:29.149790 [ 262 ] {9dffdf69-b97e-41bb-be0d-fd1c7cfdbd05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7387 | 2025.01.31 23:38:29.149848 [ 262 ] {9dffdf69-b97e-41bb-be0d-fd1c7cfdbd05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7388 | 2025.01.31 23:38:29.150551 [ 262 ] {9dffdf69-b97e-41bb-be0d-fd1c7cfdbd05} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7389 | 2025.01.31 23:38:29.150599 [ 262 ] {9dffdf69-b97e-41bb-be0d-fd1c7cfdbd05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7390 | 2025.01.31 23:38:29.150978 [ 262 ] {9dffdf69-b97e-41bb-be0d-fd1c7cfdbd05} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7391 | 2025.01.31 23:38:29.151237 [ 262 ] {9dffdf69-b97e-41bb-be0d-fd1c7cfdbd05} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7392 | 2025.01.31 23:38:29.151486 [ 262 ] {9dffdf69-b97e-41bb-be0d-fd1c7cfdbd05} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001725 sec., 7536.231884057971 rows/sec., 469.88 KiB/sec. | ||
| 7393 | 2025.01.31 23:38:29.151711 [ 262 ] {9dffdf69-b97e-41bb-be0d-fd1c7cfdbd05} <Debug> TCPHandler: Processed in 0.002124307 sec. | ||
| 7394 | 2025.01.31 23:38:29.151906 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7395 | 2025.01.31 23:38:29.152044 [ 259 ] {09a9ead5-7824-47eb-baa1-422eb6d787dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7396 | 2025.01.31 23:38:29.152102 [ 259 ] {09a9ead5-7824-47eb-baa1-422eb6d787dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7397 | 2025.01.31 23:38:29.152911 [ 259 ] {09a9ead5-7824-47eb-baa1-422eb6d787dd} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7398 | 2025.01.31 23:38:29.152949 [ 259 ] {09a9ead5-7824-47eb-baa1-422eb6d787dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7399 | 2025.01.31 23:38:29.153341 [ 259 ] {09a9ead5-7824-47eb-baa1-422eb6d787dd} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7400 | 2025.01.31 23:38:29.153586 [ 259 ] {09a9ead5-7824-47eb-baa1-422eb6d787dd} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7401 | 2025.01.31 23:38:29.153712 [ 78 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7402 | 2025.01.31 23:38:29.153751 [ 78 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7403 | 2025.01.31 23:38:29.153773 [ 259 ] {09a9ead5-7824-47eb-baa1-422eb6d787dd} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00176 sec., 239204.54545454544 rows/sec., 17.09 MiB/sec. | ||
| 7404 | 2025.01.31 23:38:29.153776 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7405 | 2025.01.31 23:38:29.153880 [ 259 ] {09a9ead5-7824-47eb-baa1-422eb6d787dd} <Debug> TCPHandler: Processed in 0.002065385 sec. | ||
| 7406 | 2025.01.31 23:38:29.154107 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7407 | 2025.01.31 23:38:29.154135 [ 192 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7408 | 2025.01.31 23:38:29.154308 [ 262 ] {67d14666-6ec9-4954-8a2a-4f54e4dcbf52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7409 | 2025.01.31 23:38:29.154449 [ 262 ] {67d14666-6ec9-4954-8a2a-4f54e4dcbf52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7410 | 2025.01.31 23:38:29.154658 [ 192 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7411 | 2025.01.31 23:38:29.154782 [ 192 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7412 | 2025.01.31 23:38:29.155153 [ 192 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7413 | 2025.01.31 23:38:29.155570 [ 192 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7414 | 2025.01.31 23:38:29.155863 [ 192 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7415 | 2025.01.31 23:38:29.156211 [ 192 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7416 | 2025.01.31 23:38:29.156459 [ 192 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7417 | 2025.01.31 23:38:29.157122 [ 262 ] {67d14666-6ec9-4954-8a2a-4f54e4dcbf52} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7418 | 2025.01.31 23:38:29.157176 [ 262 ] {67d14666-6ec9-4954-8a2a-4f54e4dcbf52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7419 | 2025.01.31 23:38:29.158094 [ 262 ] {67d14666-6ec9-4954-8a2a-4f54e4dcbf52} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7420 | 2025.01.31 23:38:29.158704 [ 262 ] {67d14666-6ec9-4954-8a2a-4f54e4dcbf52} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7421 | 2025.01.31 23:38:29.159118 [ 262 ] {67d14666-6ec9-4954-8a2a-4f54e4dcbf52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004865 sec., 1233.2990750256936 rows/sec., 64.44 KiB/sec. | ||
| 7422 | 2025.01.31 23:38:29.159366 [ 262 ] {67d14666-6ec9-4954-8a2a-4f54e4dcbf52} <Debug> TCPHandler: Processed in 0.005366108 sec. | ||
| 7423 | 2025.01.31 23:38:29.159706 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7424 | 2025.01.31 23:38:29.160010 [ 259 ] {b70f5f06-dc42-418c-ad8e-9afcd569d55a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7425 | 2025.01.31 23:38:29.160026 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.006126113 sec., 317819.7986227156 rows/sec., 24.32 MiB/sec. | ||
| 7426 | 2025.01.31 23:38:29.160101 [ 259 ] {b70f5f06-dc42-418c-ad8e-9afcd569d55a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7427 | 2025.01.31 23:38:29.160350 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7428 | 2025.01.31 23:38:29.160965 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_61_12} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7429 | 2025.01.31 23:38:29.161197 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_61_12} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7430 | 2025.01.31 23:38:29.161400 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7431 | 2025.01.31 23:38:29.161418 [ 259 ] {b70f5f06-dc42-418c-ad8e-9afcd569d55a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7432 | 2025.01.31 23:38:29.161482 [ 259 ] {b70f5f06-dc42-418c-ad8e-9afcd569d55a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7433 | 2025.01.31 23:38:29.161960 [ 259 ] {b70f5f06-dc42-418c-ad8e-9afcd569d55a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7434 | 2025.01.31 23:38:29.162207 [ 259 ] {b70f5f06-dc42-418c-ad8e-9afcd569d55a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7435 | 2025.01.31 23:38:29.162331 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7436 | 2025.01.31 23:38:29.162368 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7437 | 2025.01.31 23:38:29.162390 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7438 | 2025.01.31 23:38:29.162400 [ 259 ] {b70f5f06-dc42-418c-ad8e-9afcd569d55a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002467 sec., 96068.0989055533 rows/sec., 6.44 MiB/sec. | ||
| 7439 | 2025.01.31 23:38:29.162612 [ 259 ] {b70f5f06-dc42-418c-ad8e-9afcd569d55a} <Debug> TCPHandler: Processed in 0.003103317 sec. | ||
| 7440 | 2025.01.31 23:38:29.162648 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 7441 | 2025.01.31 23:38:29.162803 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7442 | 2025.01.31 23:38:29.162869 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7443 | 2025.01.31 23:38:29.162920 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17697 rows starting from the beginning of the part | ||
| 7444 | 2025.01.31 23:38:29.163024 [ 262 ] {d50464c0-6e25-441b-af00-74b4c4042561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7445 | 2025.01.31 23:38:29.163175 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part | ||
| 7446 | 2025.01.31 23:38:29.163200 [ 262 ] {d50464c0-6e25-441b-af00-74b4c4042561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7447 | 2025.01.31 23:38:29.163512 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 7448 | 2025.01.31 23:38:29.163917 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 7449 | 2025.01.31 23:38:29.164431 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 7450 | 2025.01.31 23:38:29.164703 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 7451 | 2025.01.31 23:38:29.165777 [ 262 ] {d50464c0-6e25-441b-af00-74b4c4042561} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7452 | 2025.01.31 23:38:29.165859 [ 262 ] {d50464c0-6e25-441b-af00-74b4c4042561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7453 | 2025.01.31 23:38:29.166375 [ 262 ] {d50464c0-6e25-441b-af00-74b4c4042561} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7454 | 2025.01.31 23:38:29.166842 [ 262 ] {d50464c0-6e25-441b-af00-74b4c4042561} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7455 | 2025.01.31 23:38:29.167229 [ 262 ] {d50464c0-6e25-441b-af00-74b4c4042561} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004268 sec., 234.30178069353326 rows/sec., 15.79 KiB/sec. | ||
| 7456 | 2025.01.31 23:38:29.167438 [ 262 ] {d50464c0-6e25-441b-af00-74b4c4042561} <Debug> TCPHandler: Processed in 0.004719779 sec. | ||
| 7457 | 2025.01.31 23:38:29.167665 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7458 | 2025.01.31 23:38:29.167911 [ 259 ] {8058d7c9-5f61-4c13-bfd9-2de0cd2bf030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7459 | 2025.01.31 23:38:29.168129 [ 259 ] {8058d7c9-5f61-4c13-bfd9-2de0cd2bf030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7460 | 2025.01.31 23:38:29.170181 [ 259 ] {8058d7c9-5f61-4c13-bfd9-2de0cd2bf030} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7461 | 2025.01.31 23:38:29.170226 [ 259 ] {8058d7c9-5f61-4c13-bfd9-2de0cd2bf030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7462 | 2025.01.31 23:38:29.171314 [ 259 ] {8058d7c9-5f61-4c13-bfd9-2de0cd2bf030} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7463 | 2025.01.31 23:38:29.171631 [ 259 ] {8058d7c9-5f61-4c13-bfd9-2de0cd2bf030} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7464 | 2025.01.31 23:38:29.171975 [ 78 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7465 | 2025.01.31 23:38:29.172035 [ 78 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7466 | 2025.01.31 23:38:29.172073 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7467 | 2025.01.31 23:38:29.172101 [ 259 ] {8058d7c9-5f61-4c13-bfd9-2de0cd2bf030} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004269 sec., 9135.628952916373 rows/sec., 16.37 MiB/sec. | ||
| 7468 | 2025.01.31 23:38:29.172835 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 7469 | 2025.01.31 23:38:29.173639 [ 259 ] {8058d7c9-5f61-4c13-bfd9-2de0cd2bf030} <Debug> TCPHandler: Processed in 0.00606546 sec. | ||
| 7470 | 2025.01.31 23:38:29.173980 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7471 | 2025.01.31 23:38:29.174603 [ 262 ] {38808d06-63ed-44bd-8f28-8e7bd7cda944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7472 | 2025.01.31 23:38:29.174725 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18619 rows, containing 5 columns (5 merged, 0 gathered) in 0.012252755 sec., 1519576.6176668021 rows/sec., 102.60 MiB/sec. | ||
| 7473 | 2025.01.31 23:38:29.174797 [ 262 ] {38808d06-63ed-44bd-8f28-8e7bd7cda944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7474 | 2025.01.31 23:38:29.175193 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7475 | 2025.01.31 23:38:29.175195 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7476 | 2025.01.31 23:38:29.175658 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 714 rows starting from the beginning of the part | ||
| 7477 | 2025.01.31 23:38:29.176268 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7478 | 2025.01.31 23:38:29.176710 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7479 | 2025.01.31 23:38:29.176915 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 7480 | 2025.01.31 23:38:29.177083 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.18 MiB. | ||
| 7481 | 2025.01.31 23:38:29.177631 [ 262 ] {38808d06-63ed-44bd-8f28-8e7bd7cda944} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7482 | 2025.01.31 23:38:29.177752 [ 262 ] {38808d06-63ed-44bd-8f28-8e7bd7cda944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7483 | 2025.01.31 23:38:29.177925 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 7484 | 2025.01.31 23:38:29.178668 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 7485 | 2025.01.31 23:38:29.179247 [ 262 ] {38808d06-63ed-44bd-8f28-8e7bd7cda944} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7486 | 2025.01.31 23:38:29.179376 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 7487 | 2025.01.31 23:38:29.180060 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 7488 | 2025.01.31 23:38:29.180071 [ 262 ] {38808d06-63ed-44bd-8f28-8e7bd7cda944} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7489 | 2025.01.31 23:38:29.180628 [ 78 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7490 | 2025.01.31 23:38:29.180873 [ 78 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7491 | 2025.01.31 23:38:29.180957 [ 262 ] {38808d06-63ed-44bd-8f28-8e7bd7cda944} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00652 sec., 12576.687116564417 rows/sec., 817.95 KiB/sec. | ||
| 7492 | 2025.01.31 23:38:29.180977 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7493 | 2025.01.31 23:38:29.181312 [ 262 ] {38808d06-63ed-44bd-8f28-8e7bd7cda944} <Debug> TCPHandler: Processed in 0.007514386 sec. | ||
| 7494 | 2025.01.31 23:38:29.181654 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7495 | 2025.01.31 23:38:29.181871 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7496 | 2025.01.31 23:38:29.181943 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3408 rows starting from the beginning of the part | ||
| 7497 | 2025.01.31 23:38:29.182185 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part | ||
| 7498 | 2025.01.31 23:38:29.182580 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7499 | 2025.01.31 23:38:29.182869 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7500 | 2025.01.31 23:38:29.183201 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7501 | 2025.01.31 23:38:29.183497 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7502 | 2025.01.31 23:38:29.186596 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3740 rows, containing 4 columns (4 merged, 0 gathered) in 0.005309166 sec., 704442.0912813802 rows/sec., 45.92 MiB/sec. | ||
| 7503 | 2025.01.31 23:38:29.187054 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7504 | 2025.01.31 23:38:29.187625 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_61_12} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7505 | 2025.01.31 23:38:29.187751 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_61_12} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7506 | 2025.01.31 23:38:29.187881 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7507 | 2025.01.31 23:38:29.194431 [ 200 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 909 rows, containing 19 columns (19 merged, 0 gathered) in 0.022239478 sec., 40873.26150370976 rows/sec., 73.24 MiB/sec. | ||
| 7508 | 2025.01.31 23:38:29.195539 [ 200 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7509 | 2025.01.31 23:38:29.195986 [ 200 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7510 | 2025.01.31 23:38:29.196079 [ 200 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7511 | 2025.01.31 23:38:29.196248 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 7512 | 2025.01.31 23:38:30.001215 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.84 MiB, peak 221.95 MiB, free memory in arenas 0.00 B, will set to 215.43 MiB (RSS), difference: 3.58 MiB | ||
| 7513 | 2025.01.31 23:38:33.202564 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7514 | 2025.01.31 23:38:33.202666 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7515 | 2025.01.31 23:38:33.361226 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7516 | 2025.01.31 23:38:33.361883 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7517 | 2025.01.31 23:38:33.361931 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7518 | 2025.01.31 23:38:33.362477 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7519 | 2025.01.31 23:38:33.362739 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7520 | 2025.01.31 23:38:33.362994 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7521 | 2025.01.31 23:38:34.129780 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7522 | 2025.01.31 23:38:34.130053 [ 262 ] {a4c8c3f8-ad09-48c0-8f3b-c995cc3aeaa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7523 | 2025.01.31 23:38:34.130169 [ 262 ] {a4c8c3f8-ad09-48c0-8f3b-c995cc3aeaa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7524 | 2025.01.31 23:38:34.131230 [ 262 ] {a4c8c3f8-ad09-48c0-8f3b-c995cc3aeaa6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7525 | 2025.01.31 23:38:34.131279 [ 262 ] {a4c8c3f8-ad09-48c0-8f3b-c995cc3aeaa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7526 | 2025.01.31 23:38:34.131715 [ 262 ] {a4c8c3f8-ad09-48c0-8f3b-c995cc3aeaa6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7527 | 2025.01.31 23:38:34.131977 [ 262 ] {a4c8c3f8-ad09-48c0-8f3b-c995cc3aeaa6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7528 | 2025.01.31 23:38:34.132179 [ 262 ] {a4c8c3f8-ad09-48c0-8f3b-c995cc3aeaa6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00221 sec., 25339.3665158371 rows/sec., 1.93 MiB/sec. | ||
| 7529 | 2025.01.31 23:38:34.132247 [ 262 ] {a4c8c3f8-ad09-48c0-8f3b-c995cc3aeaa6} <Debug> TCPHandler: Processed in 0.002602152 sec. | ||
| 7530 | 2025.01.31 23:38:34.132523 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7531 | 2025.01.31 23:38:34.132737 [ 259 ] {5c6f258c-d4b3-456a-9e67-ffacc738a05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7532 | 2025.01.31 23:38:34.132821 [ 259 ] {5c6f258c-d4b3-456a-9e67-ffacc738a05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7533 | 2025.01.31 23:38:34.133612 [ 259 ] {5c6f258c-d4b3-456a-9e67-ffacc738a05c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7534 | 2025.01.31 23:38:34.133660 [ 259 ] {5c6f258c-d4b3-456a-9e67-ffacc738a05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7535 | 2025.01.31 23:38:34.134105 [ 259 ] {5c6f258c-d4b3-456a-9e67-ffacc738a05c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7536 | 2025.01.31 23:38:34.134379 [ 259 ] {5c6f258c-d4b3-456a-9e67-ffacc738a05c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7537 | 2025.01.31 23:38:34.134609 [ 259 ] {5c6f258c-d4b3-456a-9e67-ffacc738a05c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001934 sec., 33092.037228541885 rows/sec., 2.58 MiB/sec. | ||
| 7538 | 2025.01.31 23:38:34.134665 [ 259 ] {5c6f258c-d4b3-456a-9e67-ffacc738a05c} <Debug> TCPHandler: Processed in 0.002280832 sec. | ||
| 7539 | 2025.01.31 23:38:34.134828 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7540 | 2025.01.31 23:38:34.134974 [ 262 ] {faccd97a-6730-4ec0-b8d9-1b33cfe7afc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7541 | 2025.01.31 23:38:34.135042 [ 262 ] {faccd97a-6730-4ec0-b8d9-1b33cfe7afc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7542 | 2025.01.31 23:38:34.135757 [ 262 ] {faccd97a-6730-4ec0-b8d9-1b33cfe7afc7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7543 | 2025.01.31 23:38:34.135804 [ 262 ] {faccd97a-6730-4ec0-b8d9-1b33cfe7afc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7544 | 2025.01.31 23:38:34.136216 [ 262 ] {faccd97a-6730-4ec0-b8d9-1b33cfe7afc7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7545 | 2025.01.31 23:38:34.136507 [ 262 ] {faccd97a-6730-4ec0-b8d9-1b33cfe7afc7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7546 | 2025.01.31 23:38:34.136701 [ 262 ] {faccd97a-6730-4ec0-b8d9-1b33cfe7afc7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001763 sec., 90754.39591605218 rows/sec., 6.32 MiB/sec. | ||
| 7547 | 2025.01.31 23:38:34.136761 [ 262 ] {faccd97a-6730-4ec0-b8d9-1b33cfe7afc7} <Debug> TCPHandler: Processed in 0.001992393 sec. | ||
| 7548 | 2025.01.31 23:38:34.136921 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7549 | 2025.01.31 23:38:34.137060 [ 259 ] {efc60740-73d9-4564-91d5-c0345ae71ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7550 | 2025.01.31 23:38:34.137121 [ 259 ] {efc60740-73d9-4564-91d5-c0345ae71ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7551 | 2025.01.31 23:38:34.137724 [ 259 ] {efc60740-73d9-4564-91d5-c0345ae71ca2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7552 | 2025.01.31 23:38:34.137773 [ 259 ] {efc60740-73d9-4564-91d5-c0345ae71ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7553 | 2025.01.31 23:38:34.138168 [ 259 ] {efc60740-73d9-4564-91d5-c0345ae71ca2} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7554 | 2025.01.31 23:38:34.138406 [ 259 ] {efc60740-73d9-4564-91d5-c0345ae71ca2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7555 | 2025.01.31 23:38:34.138611 [ 259 ] {efc60740-73d9-4564-91d5-c0345ae71ca2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001583 sec., 37902.71636133923 rows/sec., 2.55 MiB/sec. | ||
| 7556 | 2025.01.31 23:38:34.138661 [ 259 ] {efc60740-73d9-4564-91d5-c0345ae71ca2} <Debug> TCPHandler: Processed in 0.001807557 sec. | ||
| 7557 | 2025.01.31 23:38:34.620604 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7558 | 2025.01.31 23:38:34.640423 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7559 | 2025.01.31 23:38:34.640473 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7560 | 2025.01.31 23:38:34.647959 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7561 | 2025.01.31 23:38:34.648724 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7562 | 2025.01.31 23:38:34.652241 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7563 | 2025.01.31 23:38:34.977448 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7564 | 2025.01.31 23:38:34.977757 [ 262 ] {676d7bfc-a181-4c72-8939-f58aa4d24434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7565 | 2025.01.31 23:38:34.977872 [ 262 ] {676d7bfc-a181-4c72-8939-f58aa4d24434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7566 | 2025.01.31 23:38:34.978636 [ 262 ] {676d7bfc-a181-4c72-8939-f58aa4d24434} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7567 | 2025.01.31 23:38:34.978685 [ 262 ] {676d7bfc-a181-4c72-8939-f58aa4d24434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7568 | 2025.01.31 23:38:34.979122 [ 262 ] {676d7bfc-a181-4c72-8939-f58aa4d24434} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7569 | 2025.01.31 23:38:34.979379 [ 262 ] {676d7bfc-a181-4c72-8939-f58aa4d24434} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7570 | 2025.01.31 23:38:34.979617 [ 262 ] {676d7bfc-a181-4c72-8939-f58aa4d24434} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001947 sec., 7190.54956343092 rows/sec., 517.62 KiB/sec. | ||
| 7571 | 2025.01.31 23:38:34.979687 [ 262 ] {676d7bfc-a181-4c72-8939-f58aa4d24434} <Debug> TCPHandler: Processed in 0.002431217 sec. | ||
| 7572 | 2025.01.31 23:38:34.980019 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7573 | 2025.01.31 23:38:34.980332 [ 259 ] {b80bf742-e892-47d6-8205-7b7ebded660b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7574 | 2025.01.31 23:38:34.980457 [ 259 ] {b80bf742-e892-47d6-8205-7b7ebded660b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7575 | 2025.01.31 23:38:34.981393 [ 259 ] {b80bf742-e892-47d6-8205-7b7ebded660b} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7576 | 2025.01.31 23:38:34.981447 [ 259 ] {b80bf742-e892-47d6-8205-7b7ebded660b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7577 | 2025.01.31 23:38:34.981877 [ 259 ] {b80bf742-e892-47d6-8205-7b7ebded660b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7578 | 2025.01.31 23:38:34.982138 [ 259 ] {b80bf742-e892-47d6-8205-7b7ebded660b} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7579 | 2025.01.31 23:38:34.982441 [ 259 ] {b80bf742-e892-47d6-8205-7b7ebded660b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002196 sec., 910.7468123861566 rows/sec., 74.26 KiB/sec. | ||
| 7580 | 2025.01.31 23:38:34.982631 [ 259 ] {b80bf742-e892-47d6-8205-7b7ebded660b} <Debug> TCPHandler: Processed in 0.002798248 sec. | ||
| 7581 | 2025.01.31 23:38:34.982777 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7582 | 2025.01.31 23:38:34.982900 [ 262 ] {834993c9-9451-4387-805c-a072daea7634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7583 | 2025.01.31 23:38:34.982951 [ 262 ] {834993c9-9451-4387-805c-a072daea7634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7584 | 2025.01.31 23:38:34.984080 [ 262 ] {834993c9-9451-4387-805c-a072daea7634} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7585 | 2025.01.31 23:38:34.984121 [ 262 ] {834993c9-9451-4387-805c-a072daea7634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7586 | 2025.01.31 23:38:34.984581 [ 262 ] {834993c9-9451-4387-805c-a072daea7634} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7587 | 2025.01.31 23:38:34.984838 [ 262 ] {834993c9-9451-4387-805c-a072daea7634} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7588 | 2025.01.31 23:38:34.985074 [ 262 ] {834993c9-9451-4387-805c-a072daea7634} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002199 sec., 646657.5716234652 rows/sec., 53.99 MiB/sec. | ||
| 7589 | 2025.01.31 23:38:34.985148 [ 262 ] {834993c9-9451-4387-805c-a072daea7634} <Debug> TCPHandler: Processed in 0.002428406 sec. | ||
| 7590 | 2025.01.31 23:38:34.985361 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7591 | 2025.01.31 23:38:34.985521 [ 259 ] {5e9c9f38-1c01-4905-bce9-022a5337957a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7592 | 2025.01.31 23:38:34.985582 [ 259 ] {5e9c9f38-1c01-4905-bce9-022a5337957a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7593 | 2025.01.31 23:38:34.986737 [ 259 ] {5e9c9f38-1c01-4905-bce9-022a5337957a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7594 | 2025.01.31 23:38:34.986780 [ 259 ] {5e9c9f38-1c01-4905-bce9-022a5337957a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7595 | 2025.01.31 23:38:34.987157 [ 259 ] {5e9c9f38-1c01-4905-bce9-022a5337957a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7596 | 2025.01.31 23:38:34.987399 [ 259 ] {5e9c9f38-1c01-4905-bce9-022a5337957a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7597 | 2025.01.31 23:38:34.987613 [ 259 ] {5e9c9f38-1c01-4905-bce9-022a5337957a} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.002129 sec., 22545.796148426492 rows/sec., 1.62 MiB/sec. | ||
| 7598 | 2025.01.31 23:38:34.987669 [ 259 ] {5e9c9f38-1c01-4905-bce9-022a5337957a} <Debug> TCPHandler: Processed in 0.002417036 sec. | ||
| 7599 | 2025.01.31 23:38:34.987831 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7600 | 2025.01.31 23:38:34.987960 [ 262 ] {d0aa4255-606e-420b-8575-2e22f2542f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7601 | 2025.01.31 23:38:34.988009 [ 262 ] {d0aa4255-606e-420b-8575-2e22f2542f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7602 | 2025.01.31 23:38:34.988687 [ 262 ] {d0aa4255-606e-420b-8575-2e22f2542f6c} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7603 | 2025.01.31 23:38:34.988727 [ 262 ] {d0aa4255-606e-420b-8575-2e22f2542f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7604 | 2025.01.31 23:38:34.989090 [ 262 ] {d0aa4255-606e-420b-8575-2e22f2542f6c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7605 | 2025.01.31 23:38:34.989322 [ 262 ] {d0aa4255-606e-420b-8575-2e22f2542f6c} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7606 | 2025.01.31 23:38:34.989524 [ 262 ] {d0aa4255-606e-420b-8575-2e22f2542f6c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001593 sec., 151914.62649089767 rows/sec., 10.29 MiB/sec. | ||
| 7607 | 2025.01.31 23:38:34.989580 [ 262 ] {d0aa4255-606e-420b-8575-2e22f2542f6c} <Debug> TCPHandler: Processed in 0.001818278 sec. | ||
| 7608 | 2025.01.31 23:38:34.989724 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7609 | 2025.01.31 23:38:34.989842 [ 259 ] {41bb6b85-60cb-49b6-b016-6ba532d50659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7610 | 2025.01.31 23:38:34.989898 [ 259 ] {41bb6b85-60cb-49b6-b016-6ba532d50659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7611 | 2025.01.31 23:38:34.990597 [ 259 ] {41bb6b85-60cb-49b6-b016-6ba532d50659} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7612 | 2025.01.31 23:38:34.990647 [ 259 ] {41bb6b85-60cb-49b6-b016-6ba532d50659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7613 | 2025.01.31 23:38:34.991051 [ 259 ] {41bb6b85-60cb-49b6-b016-6ba532d50659} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7614 | 2025.01.31 23:38:34.991297 [ 259 ] {41bb6b85-60cb-49b6-b016-6ba532d50659} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7615 | 2025.01.31 23:38:34.991523 [ 259 ] {41bb6b85-60cb-49b6-b016-6ba532d50659} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001708 sec., 7611.241217798594 rows/sec., 474.56 KiB/sec. | ||
| 7616 | 2025.01.31 23:38:34.991576 [ 259 ] {41bb6b85-60cb-49b6-b016-6ba532d50659} <Debug> TCPHandler: Processed in 0.001908189 sec. | ||
| 7617 | 2025.01.31 23:38:34.991718 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7618 | 2025.01.31 23:38:34.991836 [ 262 ] {42c3af5a-0368-4783-bbae-8b9d4a03b3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7619 | 2025.01.31 23:38:34.991887 [ 262 ] {42c3af5a-0368-4783-bbae-8b9d4a03b3d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7620 | 2025.01.31 23:38:34.992885 [ 262 ] {42c3af5a-0368-4783-bbae-8b9d4a03b3d7} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7621 | 2025.01.31 23:38:34.992925 [ 262 ] {42c3af5a-0368-4783-bbae-8b9d4a03b3d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7622 | 2025.01.31 23:38:34.993316 [ 262 ] {42c3af5a-0368-4783-bbae-8b9d4a03b3d7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7623 | 2025.01.31 23:38:34.993551 [ 262 ] {42c3af5a-0368-4783-bbae-8b9d4a03b3d7} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7624 | 2025.01.31 23:38:34.993758 [ 262 ] {42c3af5a-0368-4783-bbae-8b9d4a03b3d7} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.001948 sec., 451232.0328542094 rows/sec., 32.71 MiB/sec. | ||
| 7625 | 2025.01.31 23:38:34.993818 [ 262 ] {42c3af5a-0368-4783-bbae-8b9d4a03b3d7} <Debug> TCPHandler: Processed in 0.002159068 sec. | ||
| 7626 | 2025.01.31 23:38:34.994019 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7627 | 2025.01.31 23:38:34.994189 [ 259 ] {ca63c806-8661-4a01-abef-8d24afc75f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7628 | 2025.01.31 23:38:34.994250 [ 259 ] {ca63c806-8661-4a01-abef-8d24afc75f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7629 | 2025.01.31 23:38:34.994831 [ 259 ] {ca63c806-8661-4a01-abef-8d24afc75f1a} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7630 | 2025.01.31 23:38:34.994879 [ 259 ] {ca63c806-8661-4a01-abef-8d24afc75f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7631 | 2025.01.31 23:38:34.995257 [ 259 ] {ca63c806-8661-4a01-abef-8d24afc75f1a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7632 | 2025.01.31 23:38:34.995505 [ 259 ] {ca63c806-8661-4a01-abef-8d24afc75f1a} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2025.01.31 23:38:34.995714 [ 259 ] {ca63c806-8661-4a01-abef-8d24afc75f1a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec. | ||
| 7634 | 2025.01.31 23:38:34.995764 [ 259 ] {ca63c806-8661-4a01-abef-8d24afc75f1a} <Debug> TCPHandler: Processed in 0.001854498 sec. | ||
| 7635 | 2025.01.31 23:38:34.995911 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7636 | 2025.01.31 23:38:34.996052 [ 262 ] {5d9fc9a9-26a6-41e2-bdf7-d93d6d1291f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7637 | 2025.01.31 23:38:34.996114 [ 262 ] {5d9fc9a9-26a6-41e2-bdf7-d93d6d1291f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7638 | 2025.01.31 23:38:34.997019 [ 262 ] {5d9fc9a9-26a6-41e2-bdf7-d93d6d1291f0} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7639 | 2025.01.31 23:38:34.997057 [ 262 ] {5d9fc9a9-26a6-41e2-bdf7-d93d6d1291f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7640 | 2025.01.31 23:38:34.997492 [ 262 ] {5d9fc9a9-26a6-41e2-bdf7-d93d6d1291f0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7641 | 2025.01.31 23:38:34.997743 [ 262 ] {5d9fc9a9-26a6-41e2-bdf7-d93d6d1291f0} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7642 | 2025.01.31 23:38:34.997938 [ 262 ] {5d9fc9a9-26a6-41e2-bdf7-d93d6d1291f0} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001919 sec., 498176.133402814 rows/sec., 33.10 MiB/sec. | ||
| 7643 | 2025.01.31 23:38:34.997990 [ 262 ] {5d9fc9a9-26a6-41e2-bdf7-d93d6d1291f0} <Debug> TCPHandler: Processed in 0.002146197 sec. | ||
| 7644 | 2025.01.31 23:38:34.998191 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7645 | 2025.01.31 23:38:34.998421 [ 259 ] {b8cbed25-3bd8-4467-8cb2-6cd983c56b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7646 | 2025.01.31 23:38:34.998520 [ 259 ] {b8cbed25-3bd8-4467-8cb2-6cd983c56b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7647 | 2025.01.31 23:38:34.999171 [ 259 ] {b8cbed25-3bd8-4467-8cb2-6cd983c56b46} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7648 | 2025.01.31 23:38:34.999211 [ 259 ] {b8cbed25-3bd8-4467-8cb2-6cd983c56b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7649 | 2025.01.31 23:38:34.999580 [ 259 ] {b8cbed25-3bd8-4467-8cb2-6cd983c56b46} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7650 | 2025.01.31 23:38:34.999814 [ 259 ] {b8cbed25-3bd8-4467-8cb2-6cd983c56b46} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7651 | 2025.01.31 23:38:35.000033 [ 259 ] {b8cbed25-3bd8-4467-8cb2-6cd983c56b46} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001669 sec., 599.1611743559017 rows/sec., 40.37 KiB/sec. | ||
| 7652 | 2025.01.31 23:38:35.000084 [ 259 ] {b8cbed25-3bd8-4467-8cb2-6cd983c56b46} <Debug> TCPHandler: Processed in 0.002002673 sec. | ||
| 7653 | 2025.01.31 23:38:35.000237 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7654 | 2025.01.31 23:38:35.000376 [ 262 ] {777af133-ac7d-40b1-a701-9ab3e331f289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7655 | 2025.01.31 23:38:35.000468 [ 262 ] {777af133-ac7d-40b1-a701-9ab3e331f289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7656 | 2025.01.31 23:38:35.001158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.93 MiB, peak 221.95 MiB, free memory in arenas 0.00 B, will set to 215.43 MiB (RSS), difference: -1.50 MiB | ||
| 7657 | 2025.01.31 23:38:35.002035 [ 262 ] {777af133-ac7d-40b1-a701-9ab3e331f289} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7658 | 2025.01.31 23:38:35.002078 [ 262 ] {777af133-ac7d-40b1-a701-9ab3e331f289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7659 | 2025.01.31 23:38:35.002733 [ 262 ] {777af133-ac7d-40b1-a701-9ab3e331f289} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7660 | 2025.01.31 23:38:35.002988 [ 262 ] {777af133-ac7d-40b1-a701-9ab3e331f289} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7661 | 2025.01.31 23:38:35.003239 [ 262 ] {777af133-ac7d-40b1-a701-9ab3e331f289} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002895 sec., 13471.502590673575 rows/sec., 24.14 MiB/sec. | ||
| 7662 | 2025.01.31 23:38:35.003349 [ 262 ] {777af133-ac7d-40b1-a701-9ab3e331f289} <Debug> TCPHandler: Processed in 0.00318145 sec. | ||
| 7663 | 2025.01.31 23:38:35.003492 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7664 | 2025.01.31 23:38:35.003629 [ 259 ] {eae93577-78a6-425a-84e2-73fc3d865935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7665 | 2025.01.31 23:38:35.003688 [ 259 ] {eae93577-78a6-425a-84e2-73fc3d865935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7666 | 2025.01.31 23:38:35.004206 [ 259 ] {eae93577-78a6-425a-84e2-73fc3d865935} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7667 | 2025.01.31 23:38:35.004248 [ 259 ] {eae93577-78a6-425a-84e2-73fc3d865935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7668 | 2025.01.31 23:38:35.004638 [ 259 ] {eae93577-78a6-425a-84e2-73fc3d865935} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7669 | 2025.01.31 23:38:35.004882 [ 259 ] {eae93577-78a6-425a-84e2-73fc3d865935} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7670 | 2025.01.31 23:38:35.005113 [ 259 ] {eae93577-78a6-425a-84e2-73fc3d865935} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001515 sec., 22442.24422442244 rows/sec., 1.30 MiB/sec. | ||
| 7671 | 2025.01.31 23:38:35.005168 [ 259 ] {eae93577-78a6-425a-84e2-73fc3d865935} <Debug> TCPHandler: Processed in 0.001742055 sec. | ||
| 7672 | 2025.01.31 23:38:38.439732 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1084 | ||
| 7673 | 2025.01.31 23:38:38.443248 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7674 | 2025.01.31 23:38:38.443313 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7675 | 2025.01.31 23:38:38.444825 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7676 | 2025.01.31 23:38:38.445144 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7677 | 2025.01.31 23:38:38.446593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1084 | ||
| 7678 | 2025.01.31 23:38:39.128417 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7679 | 2025.01.31 23:38:39.128635 [ 262 ] {091e1cde-88da-48e9-b368-c8384222b03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7680 | 2025.01.31 23:38:39.128715 [ 262 ] {091e1cde-88da-48e9-b368-c8384222b03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7681 | 2025.01.31 23:38:39.129537 [ 262 ] {091e1cde-88da-48e9-b368-c8384222b03c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7682 | 2025.01.31 23:38:39.129591 [ 262 ] {091e1cde-88da-48e9-b368-c8384222b03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7683 | 2025.01.31 23:38:39.130035 [ 262 ] {091e1cde-88da-48e9-b368-c8384222b03c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7684 | 2025.01.31 23:38:39.130291 [ 262 ] {091e1cde-88da-48e9-b368-c8384222b03c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7685 | 2025.01.31 23:38:39.130512 [ 262 ] {091e1cde-88da-48e9-b368-c8384222b03c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 7686 | 2025.01.31 23:38:39.130639 [ 262 ] {091e1cde-88da-48e9-b368-c8384222b03c} <Debug> TCPHandler: Processed in 0.002360704 sec. | ||
| 7687 | 2025.01.31 23:38:39.131028 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7688 | 2025.01.31 23:38:39.131251 [ 259 ] {95b890de-340c-45e9-98c1-e26fc1a9ed93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7689 | 2025.01.31 23:38:39.131335 [ 259 ] {95b890de-340c-45e9-98c1-e26fc1a9ed93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7690 | 2025.01.31 23:38:39.132323 [ 259 ] {95b890de-340c-45e9-98c1-e26fc1a9ed93} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7691 | 2025.01.31 23:38:39.132378 [ 259 ] {95b890de-340c-45e9-98c1-e26fc1a9ed93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7692 | 2025.01.31 23:38:39.132913 [ 259 ] {95b890de-340c-45e9-98c1-e26fc1a9ed93} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7693 | 2025.01.31 23:38:39.133184 [ 259 ] {95b890de-340c-45e9-98c1-e26fc1a9ed93} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7694 | 2025.01.31 23:38:39.133413 [ 259 ] {95b890de-340c-45e9-98c1-e26fc1a9ed93} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002227 sec., 28738.212842388868 rows/sec., 2.24 MiB/sec. | ||
| 7695 | 2025.01.31 23:38:39.133471 [ 259 ] {95b890de-340c-45e9-98c1-e26fc1a9ed93} <Debug> TCPHandler: Processed in 0.002684355 sec. | ||
| 7696 | 2025.01.31 23:38:39.133620 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7697 | 2025.01.31 23:38:39.133768 [ 262 ] {1e096e6e-9f8e-4d44-9c7f-663fd3f6ebff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7698 | 2025.01.31 23:38:39.133832 [ 262 ] {1e096e6e-9f8e-4d44-9c7f-663fd3f6ebff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7699 | 2025.01.31 23:38:39.134421 [ 262 ] {1e096e6e-9f8e-4d44-9c7f-663fd3f6ebff} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7700 | 2025.01.31 23:38:39.134458 [ 262 ] {1e096e6e-9f8e-4d44-9c7f-663fd3f6ebff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7701 | 2025.01.31 23:38:39.134864 [ 262 ] {1e096e6e-9f8e-4d44-9c7f-663fd3f6ebff} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7702 | 2025.01.31 23:38:39.135114 [ 262 ] {1e096e6e-9f8e-4d44-9c7f-663fd3f6ebff} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7703 | 2025.01.31 23:38:39.135294 [ 262 ] {1e096e6e-9f8e-4d44-9c7f-663fd3f6ebff} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001564 sec., 81841.43222506394 rows/sec., 5.70 MiB/sec. | ||
| 7704 | 2025.01.31 23:38:39.135350 [ 262 ] {1e096e6e-9f8e-4d44-9c7f-663fd3f6ebff} <Debug> TCPHandler: Processed in 0.001798986 sec. | ||
| 7705 | 2025.01.31 23:38:39.135505 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7706 | 2025.01.31 23:38:39.135647 [ 259 ] {f3c5faf0-7155-45dd-a8a6-66be188d4eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7707 | 2025.01.31 23:38:39.135709 [ 259 ] {f3c5faf0-7155-45dd-a8a6-66be188d4eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7708 | 2025.01.31 23:38:39.136250 [ 259 ] {f3c5faf0-7155-45dd-a8a6-66be188d4eb2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7709 | 2025.01.31 23:38:39.136290 [ 259 ] {f3c5faf0-7155-45dd-a8a6-66be188d4eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7710 | 2025.01.31 23:38:39.136687 [ 259 ] {f3c5faf0-7155-45dd-a8a6-66be188d4eb2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7711 | 2025.01.31 23:38:39.136935 [ 259 ] {f3c5faf0-7155-45dd-a8a6-66be188d4eb2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7712 | 2025.01.31 23:38:39.137142 [ 259 ] {f3c5faf0-7155-45dd-a8a6-66be188d4eb2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001528 sec., 31413.612565445026 rows/sec., 2.12 MiB/sec. | ||
| 7713 | 2025.01.31 23:38:39.137193 [ 259 ] {f3c5faf0-7155-45dd-a8a6-66be188d4eb2} <Debug> TCPHandler: Processed in 0.001753355 sec. | ||
| 7714 | 2025.01.31 23:38:40.864024 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7715 | 2025.01.31 23:38:40.864663 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7716 | 2025.01.31 23:38:40.864713 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7717 | 2025.01.31 23:38:40.865240 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7718 | 2025.01.31 23:38:40.865514 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7719 | 2025.01.31 23:38:40.865763 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7720 | 2025.01.31 23:38:42.153210 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7721 | 2025.01.31 23:38:42.174910 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7722 | 2025.01.31 23:38:42.174975 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7723 | 2025.01.31 23:38:42.183021 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7724 | 2025.01.31 23:38:42.183909 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7725 | 2025.01.31 23:38:42.186994 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7726 | 2025.01.31 23:38:44.129144 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7727 | 2025.01.31 23:38:44.129451 [ 262 ] {76b7a3bf-461a-4174-af59-374110332a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7728 | 2025.01.31 23:38:44.129566 [ 262 ] {76b7a3bf-461a-4174-af59-374110332a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7729 | 2025.01.31 23:38:44.130596 [ 262 ] {76b7a3bf-461a-4174-af59-374110332a54} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7730 | 2025.01.31 23:38:44.130646 [ 262 ] {76b7a3bf-461a-4174-af59-374110332a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7731 | 2025.01.31 23:38:44.131084 [ 262 ] {76b7a3bf-461a-4174-af59-374110332a54} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7732 | 2025.01.31 23:38:44.131341 [ 262 ] {76b7a3bf-461a-4174-af59-374110332a54} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7733 | 2025.01.31 23:38:44.131601 [ 262 ] {76b7a3bf-461a-4174-af59-374110332a54} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002235 sec., 25055.92841163311 rows/sec., 1.91 MiB/sec. | ||
| 7734 | 2025.01.31 23:38:44.131676 [ 262 ] {76b7a3bf-461a-4174-af59-374110332a54} <Debug> TCPHandler: Processed in 0.002667374 sec. | ||
| 7735 | 2025.01.31 23:38:44.131970 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7736 | 2025.01.31 23:38:44.132183 [ 259 ] {5106e308-ee17-40d0-ba3e-5258867171ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7737 | 2025.01.31 23:38:44.132256 [ 259 ] {5106e308-ee17-40d0-ba3e-5258867171ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7738 | 2025.01.31 23:38:44.133031 [ 259 ] {5106e308-ee17-40d0-ba3e-5258867171ad} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7739 | 2025.01.31 23:38:44.133079 [ 259 ] {5106e308-ee17-40d0-ba3e-5258867171ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7740 | 2025.01.31 23:38:44.133543 [ 259 ] {5106e308-ee17-40d0-ba3e-5258867171ad} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7741 | 2025.01.31 23:38:44.133814 [ 259 ] {5106e308-ee17-40d0-ba3e-5258867171ad} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7742 | 2025.01.31 23:38:44.134065 [ 259 ] {5106e308-ee17-40d0-ba3e-5258867171ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001941 sec., 32972.69448737764 rows/sec., 2.57 MiB/sec. | ||
| 7743 | 2025.01.31 23:38:44.134124 [ 259 ] {5106e308-ee17-40d0-ba3e-5258867171ad} <Debug> TCPHandler: Processed in 0.002322113 sec. | ||
| 7744 | 2025.01.31 23:38:44.134346 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7745 | 2025.01.31 23:38:44.134580 [ 262 ] {33cf0933-7f05-4149-9e1d-4c6b9d9397cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7746 | 2025.01.31 23:38:44.134680 [ 262 ] {33cf0933-7f05-4149-9e1d-4c6b9d9397cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7747 | 2025.01.31 23:38:44.135511 [ 262 ] {33cf0933-7f05-4149-9e1d-4c6b9d9397cf} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7748 | 2025.01.31 23:38:44.135551 [ 262 ] {33cf0933-7f05-4149-9e1d-4c6b9d9397cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7749 | 2025.01.31 23:38:44.135956 [ 262 ] {33cf0933-7f05-4149-9e1d-4c6b9d9397cf} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7750 | 2025.01.31 23:38:44.136233 [ 262 ] {33cf0933-7f05-4149-9e1d-4c6b9d9397cf} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7751 | 2025.01.31 23:38:44.136495 [ 262 ] {33cf0933-7f05-4149-9e1d-4c6b9d9397cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001976 sec., 80971.65991902835 rows/sec., 5.64 MiB/sec. | ||
| 7752 | 2025.01.31 23:38:44.136555 [ 262 ] {33cf0933-7f05-4149-9e1d-4c6b9d9397cf} <Debug> TCPHandler: Processed in 0.002321743 sec. | ||
| 7753 | 2025.01.31 23:38:44.136727 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7754 | 2025.01.31 23:38:44.136845 [ 259 ] {177a43c1-ff3a-42f9-a12c-fe03b0465275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7755 | 2025.01.31 23:38:44.136899 [ 259 ] {177a43c1-ff3a-42f9-a12c-fe03b0465275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7756 | 2025.01.31 23:38:44.137410 [ 259 ] {177a43c1-ff3a-42f9-a12c-fe03b0465275} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7757 | 2025.01.31 23:38:44.137450 [ 259 ] {177a43c1-ff3a-42f9-a12c-fe03b0465275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7758 | 2025.01.31 23:38:44.137845 [ 259 ] {177a43c1-ff3a-42f9-a12c-fe03b0465275} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7759 | 2025.01.31 23:38:44.138094 [ 259 ] {177a43c1-ff3a-42f9-a12c-fe03b0465275} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7760 | 2025.01.31 23:38:44.138342 [ 259 ] {177a43c1-ff3a-42f9-a12c-fe03b0465275} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec. | ||
| 7761 | 2025.01.31 23:38:44.138394 [ 259 ] {177a43c1-ff3a-42f9-a12c-fe03b0465275} <Debug> TCPHandler: Processed in 0.001724074 sec. | ||
| 7762 | 2025.01.31 23:38:46.275182 [ 57 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 7763 | 2025.01.31 23:38:46.275251 [ 57 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7764 | 2025.01.31 23:38:46.275279 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7765 | 2025.01.31 23:38:46.275516 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 7766 | 2025.01.31 23:38:46.275808 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7767 | 2025.01.31 23:38:46.275873 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 7768 | 2025.01.31 23:38:46.276033 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 7769 | 2025.01.31 23:38:46.276256 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 7770 | 2025.01.31 23:38:46.276428 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 7771 | 2025.01.31 23:38:46.276653 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 7772 | 2025.01.31 23:38:46.277757 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.002382695 sec., 11331.70632414136 rows/sec., 763.56 KiB/sec. | ||
| 7773 | 2025.01.31 23:38:46.277941 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 7774 | 2025.01.31 23:38:46.278313 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_27_6} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7775 | 2025.01.31 23:38:46.278403 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_27_6} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 7776 | 2025.01.31 23:38:46.278498 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 7777 | 2025.01.31 23:38:48.202731 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7778 | 2025.01.31 23:38:48.202824 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7779 | 2025.01.31 23:38:48.366773 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 7780 | 2025.01.31 23:38:48.367417 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7781 | 2025.01.31 23:38:48.367458 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7782 | 2025.01.31 23:38:48.367974 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7783 | 2025.01.31 23:38:48.368233 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7784 | 2025.01.31 23:38:48.368412 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7785 | 2025.01.31 23:38:48.447744 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1100 | ||
| 7786 | 2025.01.31 23:38:48.450502 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7787 | 2025.01.31 23:38:48.450567 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7788 | 2025.01.31 23:38:48.452048 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7789 | 2025.01.31 23:38:48.452372 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7790 | 2025.01.31 23:38:48.453707 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1100 | ||
| 7791 | 2025.01.31 23:38:49.136418 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7792 | 2025.01.31 23:38:49.136730 [ 262 ] {21b2847e-06cb-4a7b-94a9-6232a5ac76ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7793 | 2025.01.31 23:38:49.136848 [ 262 ] {21b2847e-06cb-4a7b-94a9-6232a5ac76ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7794 | 2025.01.31 23:38:49.137830 [ 262 ] {21b2847e-06cb-4a7b-94a9-6232a5ac76ba} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7795 | 2025.01.31 23:38:49.137910 [ 262 ] {21b2847e-06cb-4a7b-94a9-6232a5ac76ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7796 | 2025.01.31 23:38:49.138339 [ 262 ] {21b2847e-06cb-4a7b-94a9-6232a5ac76ba} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7797 | 2025.01.31 23:38:49.138586 [ 262 ] {21b2847e-06cb-4a7b-94a9-6232a5ac76ba} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7798 | 2025.01.31 23:38:49.138818 [ 262 ] {21b2847e-06cb-4a7b-94a9-6232a5ac76ba} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002174 sec., 6439.742410303587 rows/sec., 463.58 KiB/sec. | ||
| 7799 | 2025.01.31 23:38:49.138887 [ 262 ] {21b2847e-06cb-4a7b-94a9-6232a5ac76ba} <Debug> TCPHandler: Processed in 0.002647074 sec. | ||
| 7800 | 2025.01.31 23:38:49.139152 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7801 | 2025.01.31 23:38:49.139352 [ 259 ] {6826c800-9f13-4cee-ba98-03491415ffb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7802 | 2025.01.31 23:38:49.139432 [ 259 ] {6826c800-9f13-4cee-ba98-03491415ffb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7803 | 2025.01.31 23:38:49.140446 [ 259 ] {6826c800-9f13-4cee-ba98-03491415ffb5} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7804 | 2025.01.31 23:38:49.140488 [ 259 ] {6826c800-9f13-4cee-ba98-03491415ffb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7805 | 2025.01.31 23:38:49.140944 [ 259 ] {6826c800-9f13-4cee-ba98-03491415ffb5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7806 | 2025.01.31 23:38:49.141206 [ 259 ] {6826c800-9f13-4cee-ba98-03491415ffb5} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7807 | 2025.01.31 23:38:49.141358 [ 54 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7808 | 2025.01.31 23:38:49.141409 [ 54 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7809 | 2025.01.31 23:38:49.141418 [ 259 ] {6826c800-9f13-4cee-ba98-03491415ffb5} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002123 sec., 132359.86811116347 rows/sec., 11.67 MiB/sec. | ||
| 7810 | 2025.01.31 23:38:49.141439 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7811 | 2025.01.31 23:38:49.141519 [ 259 ] {6826c800-9f13-4cee-ba98-03491415ffb5} <Debug> TCPHandler: Processed in 0.002498058 sec. | ||
| 7812 | 2025.01.31 23:38:49.141775 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7813 | 2025.01.31 23:38:49.141786 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7814 | 2025.01.31 23:38:49.142137 [ 262 ] {f012db65-86f1-4cc0-8dbb-a3b4debbcbfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7815 | 2025.01.31 23:38:49.142307 [ 262 ] {f012db65-86f1-4cc0-8dbb-a3b4debbcbfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7816 | 2025.01.31 23:38:49.142760 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7817 | 2025.01.31 23:38:49.142941 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7818 | 2025.01.31 23:38:49.143443 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7819 | 2025.01.31 23:38:49.143887 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7820 | 2025.01.31 23:38:49.144176 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7821 | 2025.01.31 23:38:49.144397 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7822 | 2025.01.31 23:38:49.144818 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 7823 | 2025.01.31 23:38:49.145672 [ 262 ] {f012db65-86f1-4cc0-8dbb-a3b4debbcbfb} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7824 | 2025.01.31 23:38:49.145740 [ 262 ] {f012db65-86f1-4cc0-8dbb-a3b4debbcbfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7825 | 2025.01.31 23:38:49.146592 [ 262 ] {f012db65-86f1-4cc0-8dbb-a3b4debbcbfb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7826 | 2025.01.31 23:38:49.147108 [ 262 ] {f012db65-86f1-4cc0-8dbb-a3b4debbcbfb} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7827 | 2025.01.31 23:38:49.147505 [ 262 ] {f012db65-86f1-4cc0-8dbb-a3b4debbcbfb} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005527 sec., 8322.779084494301 rows/sec., 613.11 KiB/sec. | ||
| 7828 | 2025.01.31 23:38:49.147598 [ 262 ] {f012db65-86f1-4cc0-8dbb-a3b4debbcbfb} <Debug> TCPHandler: Processed in 0.005951327 sec. | ||
| 7829 | 2025.01.31 23:38:49.147787 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7830 | 2025.01.31 23:38:49.147947 [ 259 ] {986bff39-293d-4807-a2e1-2e9837705884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7831 | 2025.01.31 23:38:49.148050 [ 259 ] {986bff39-293d-4807-a2e1-2e9837705884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7832 | 2025.01.31 23:38:49.148164 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006635049 sec., 497509.5134941732 rows/sec., 43.44 MiB/sec. | ||
| 7833 | 2025.01.31 23:38:49.148520 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7834 | 2025.01.31 23:38:49.149132 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_66_13} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7835 | 2025.01.31 23:38:49.149185 [ 259 ] {986bff39-293d-4807-a2e1-2e9837705884} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7836 | 2025.01.31 23:38:49.149265 [ 259 ] {986bff39-293d-4807-a2e1-2e9837705884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7837 | 2025.01.31 23:38:49.149314 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_66_13} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7838 | 2025.01.31 23:38:49.149463 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 7839 | 2025.01.31 23:38:49.149757 [ 259 ] {986bff39-293d-4807-a2e1-2e9837705884} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7840 | 2025.01.31 23:38:49.150003 [ 259 ] {986bff39-293d-4807-a2e1-2e9837705884} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7841 | 2025.01.31 23:38:49.150198 [ 259 ] {986bff39-293d-4807-a2e1-2e9837705884} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002294 sec., 6102.877070619006 rows/sec., 427.41 KiB/sec. | ||
| 7842 | 2025.01.31 23:38:49.150327 [ 259 ] {986bff39-293d-4807-a2e1-2e9837705884} <Debug> TCPHandler: Processed in 0.002607012 sec. | ||
| 7843 | 2025.01.31 23:38:49.150504 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7844 | 2025.01.31 23:38:49.150623 [ 262 ] {1f308232-ee5e-415c-a69e-33c379c81dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7845 | 2025.01.31 23:38:49.150674 [ 262 ] {1f308232-ee5e-415c-a69e-33c379c81dbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7846 | 2025.01.31 23:38:49.151272 [ 262 ] {1f308232-ee5e-415c-a69e-33c379c81dbc} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7847 | 2025.01.31 23:38:49.151314 [ 262 ] {1f308232-ee5e-415c-a69e-33c379c81dbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7848 | 2025.01.31 23:38:49.151687 [ 262 ] {1f308232-ee5e-415c-a69e-33c379c81dbc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7849 | 2025.01.31 23:38:49.151932 [ 262 ] {1f308232-ee5e-415c-a69e-33c379c81dbc} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7850 | 2025.01.31 23:38:49.152146 [ 262 ] {1f308232-ee5e-415c-a69e-33c379c81dbc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec. | ||
| 7851 | 2025.01.31 23:38:49.152201 [ 262 ] {1f308232-ee5e-415c-a69e-33c379c81dbc} <Debug> TCPHandler: Processed in 0.001754335 sec. | ||
| 7852 | 2025.01.31 23:38:49.152358 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7853 | 2025.01.31 23:38:49.152497 [ 259 ] {8f63f5c6-c45d-4623-b868-b7139b7e796b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7854 | 2025.01.31 23:38:49.152554 [ 259 ] {8f63f5c6-c45d-4623-b868-b7139b7e796b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7855 | 2025.01.31 23:38:49.153399 [ 259 ] {8f63f5c6-c45d-4623-b868-b7139b7e796b} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7856 | 2025.01.31 23:38:49.153435 [ 259 ] {8f63f5c6-c45d-4623-b868-b7139b7e796b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7857 | 2025.01.31 23:38:49.153813 [ 259 ] {8f63f5c6-c45d-4623-b868-b7139b7e796b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7858 | 2025.01.31 23:38:49.154064 [ 259 ] {8f63f5c6-c45d-4623-b868-b7139b7e796b} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7859 | 2025.01.31 23:38:49.154192 [ 54 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7860 | 2025.01.31 23:38:49.154232 [ 54 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7861 | 2025.01.31 23:38:49.154254 [ 259 ] {8f63f5c6-c45d-4623-b868-b7139b7e796b} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00179 sec., 235195.53072625698 rows/sec., 16.81 MiB/sec. | ||
| 7862 | 2025.01.31 23:38:49.154257 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7863 | 2025.01.31 23:38:49.154377 [ 259 ] {8f63f5c6-c45d-4623-b868-b7139b7e796b} <Debug> TCPHandler: Processed in 0.002084655 sec. | ||
| 7864 | 2025.01.31 23:38:49.154544 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7865 | 2025.01.31 23:38:49.154578 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7866 | 2025.01.31 23:38:49.154837 [ 262 ] {fb55649a-87c6-4587-a84d-8956a101918f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7867 | 2025.01.31 23:38:49.154852 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7868 | 2025.01.31 23:38:49.154935 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7869 | 2025.01.31 23:38:49.154944 [ 262 ] {fb55649a-87c6-4587-a84d-8956a101918f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7870 | 2025.01.31 23:38:49.155288 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7871 | 2025.01.31 23:38:49.155621 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7872 | 2025.01.31 23:38:49.155952 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7873 | 2025.01.31 23:38:49.156319 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7874 | 2025.01.31 23:38:49.156727 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 7875 | 2025.01.31 23:38:49.157585 [ 262 ] {fb55649a-87c6-4587-a84d-8956a101918f} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7876 | 2025.01.31 23:38:49.157651 [ 262 ] {fb55649a-87c6-4587-a84d-8956a101918f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7877 | 2025.01.31 23:38:49.158523 [ 262 ] {fb55649a-87c6-4587-a84d-8956a101918f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7878 | 2025.01.31 23:38:49.159032 [ 262 ] {fb55649a-87c6-4587-a84d-8956a101918f} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7879 | 2025.01.31 23:38:49.159324 [ 262 ] {fb55649a-87c6-4587-a84d-8956a101918f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004578 sec., 1310.6159895150722 rows/sec., 68.47 KiB/sec. | ||
| 7880 | 2025.01.31 23:38:49.159478 [ 262 ] {fb55649a-87c6-4587-a84d-8956a101918f} <Debug> TCPHandler: Processed in 0.004992897 sec. | ||
| 7881 | 2025.01.31 23:38:49.159802 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7882 | 2025.01.31 23:38:49.159921 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.005554774 sec., 432960.90894066973 rows/sec., 33.19 MiB/sec. | ||
| 7883 | 2025.01.31 23:38:49.160090 [ 259 ] {2681eec8-f26f-47d4-a716-5d785a50e496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7884 | 2025.01.31 23:38:49.160223 [ 259 ] {2681eec8-f26f-47d4-a716-5d785a50e496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7885 | 2025.01.31 23:38:49.160395 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7886 | 2025.01.31 23:38:49.161101 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_66_13} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7887 | 2025.01.31 23:38:49.161329 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_66_13} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7888 | 2025.01.31 23:38:49.161528 [ 259 ] {2681eec8-f26f-47d4-a716-5d785a50e496} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7889 | 2025.01.31 23:38:49.161544 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7890 | 2025.01.31 23:38:49.161582 [ 259 ] {2681eec8-f26f-47d4-a716-5d785a50e496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7891 | 2025.01.31 23:38:49.162020 [ 259 ] {2681eec8-f26f-47d4-a716-5d785a50e496} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7892 | 2025.01.31 23:38:49.162265 [ 259 ] {2681eec8-f26f-47d4-a716-5d785a50e496} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7893 | 2025.01.31 23:38:49.162395 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7894 | 2025.01.31 23:38:49.162433 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7895 | 2025.01.31 23:38:49.162461 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7896 | 2025.01.31 23:38:49.162461 [ 259 ] {2681eec8-f26f-47d4-a716-5d785a50e496} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002448 sec., 96813.72549019607 rows/sec., 6.49 MiB/sec. | ||
| 7897 | 2025.01.31 23:38:49.162785 [ 259 ] {2681eec8-f26f-47d4-a716-5d785a50e496} <Debug> TCPHandler: Processed in 0.003165659 sec. | ||
| 7898 | 2025.01.31 23:38:49.162820 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 7899 | 2025.01.31 23:38:49.163113 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7900 | 2025.01.31 23:38:49.163435 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7901 | 2025.01.31 23:38:49.163571 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18619 rows starting from the beginning of the part | ||
| 7902 | 2025.01.31 23:38:49.163596 [ 262 ] {c1200711-50a9-4d04-bf8c-1b85ad9b20f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7903 | 2025.01.31 23:38:49.163940 [ 262 ] {c1200711-50a9-4d04-bf8c-1b85ad9b20f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7904 | 2025.01.31 23:38:49.163981 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 7905 | 2025.01.31 23:38:49.164393 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 7906 | 2025.01.31 23:38:49.164940 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 7907 | 2025.01.31 23:38:49.165208 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 7908 | 2025.01.31 23:38:49.165551 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 7909 | 2025.01.31 23:38:49.166662 [ 262 ] {c1200711-50a9-4d04-bf8c-1b85ad9b20f1} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7910 | 2025.01.31 23:38:49.166734 [ 262 ] {c1200711-50a9-4d04-bf8c-1b85ad9b20f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7911 | 2025.01.31 23:38:49.167328 [ 262 ] {c1200711-50a9-4d04-bf8c-1b85ad9b20f1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7912 | 2025.01.31 23:38:49.167679 [ 262 ] {c1200711-50a9-4d04-bf8c-1b85ad9b20f1} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7913 | 2025.01.31 23:38:49.168162 [ 262 ] {c1200711-50a9-4d04-bf8c-1b85ad9b20f1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004706 sec., 212.49468763280916 rows/sec., 14.32 KiB/sec. | ||
| 7914 | 2025.01.31 23:38:49.168345 [ 262 ] {c1200711-50a9-4d04-bf8c-1b85ad9b20f1} <Debug> TCPHandler: Processed in 0.00543295 sec. | ||
| 7915 | 2025.01.31 23:38:49.168564 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7916 | 2025.01.31 23:38:49.168765 [ 259 ] {cb6fd6bd-e22e-4a04-a2cd-1dfdb4eb677f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7917 | 2025.01.31 23:38:49.168875 [ 259 ] {cb6fd6bd-e22e-4a04-a2cd-1dfdb4eb677f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7918 | 2025.01.31 23:38:49.170589 [ 259 ] {cb6fd6bd-e22e-4a04-a2cd-1dfdb4eb677f} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7919 | 2025.01.31 23:38:49.170626 [ 259 ] {cb6fd6bd-e22e-4a04-a2cd-1dfdb4eb677f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7920 | 2025.01.31 23:38:49.171693 [ 259 ] {cb6fd6bd-e22e-4a04-a2cd-1dfdb4eb677f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7921 | 2025.01.31 23:38:49.172299 [ 259 ] {cb6fd6bd-e22e-4a04-a2cd-1dfdb4eb677f} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7922 | 2025.01.31 23:38:49.172713 [ 259 ] {cb6fd6bd-e22e-4a04-a2cd-1dfdb4eb677f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00398 sec., 9798.994974874371 rows/sec., 17.56 MiB/sec. | ||
| 7923 | 2025.01.31 23:38:49.172975 [ 259 ] {cb6fd6bd-e22e-4a04-a2cd-1dfdb4eb677f} <Debug> TCPHandler: Processed in 0.004521841 sec. | ||
| 7924 | 2025.01.31 23:38:49.173176 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7925 | 2025.01.31 23:38:49.173439 [ 262 ] {068d4e91-8fb4-4056-a51d-c668bb372673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7926 | 2025.01.31 23:38:49.173595 [ 262 ] {068d4e91-8fb4-4056-a51d-c668bb372673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7927 | 2025.01.31 23:38:49.173668 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20260 rows, containing 5 columns (5 merged, 0 gathered) in 0.011114028 sec., 1822921.4466618223 rows/sec., 123.06 MiB/sec. | ||
| 7928 | 2025.01.31 23:38:49.174085 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7929 | 2025.01.31 23:38:49.174544 [ 262 ] {068d4e91-8fb4-4056-a51d-c668bb372673} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7930 | 2025.01.31 23:38:49.174605 [ 262 ] {068d4e91-8fb4-4056-a51d-c668bb372673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7931 | 2025.01.31 23:38:49.174781 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7932 | 2025.01.31 23:38:49.174991 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7933 | 2025.01.31 23:38:49.175157 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 7934 | 2025.01.31 23:38:49.175349 [ 262 ] {068d4e91-8fb4-4056-a51d-c668bb372673} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7935 | 2025.01.31 23:38:49.175598 [ 262 ] {068d4e91-8fb4-4056-a51d-c668bb372673} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7936 | 2025.01.31 23:38:49.175772 [ 54 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7937 | 2025.01.31 23:38:49.175832 [ 54 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7938 | 2025.01.31 23:38:49.175855 [ 262 ] {068d4e91-8fb4-4056-a51d-c668bb372673} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002496 sec., 32852.5641025641 rows/sec., 2.09 MiB/sec. | ||
| 7939 | 2025.01.31 23:38:49.175871 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7940 | 2025.01.31 23:38:49.176031 [ 262 ] {068d4e91-8fb4-4056-a51d-c668bb372673} <Debug> TCPHandler: Processed in 0.002921761 sec. | ||
| 7941 | 2025.01.31 23:38:49.176082 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7942 | 2025.01.31 23:38:49.176184 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7943 | 2025.01.31 23:38:49.176213 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7944 | 2025.01.31 23:38:49.176277 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7945 | 2025.01.31 23:38:49.176493 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7946 | 2025.01.31 23:38:49.176665 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7947 | 2025.01.31 23:38:49.176846 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7948 | 2025.01.31 23:38:49.176984 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 7949 | 2025.01.31 23:38:49.178671 [ 202 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4024 rows, containing 4 columns (4 merged, 0 gathered) in 0.002674664 sec., 1504488.0403669395 rows/sec., 98.06 MiB/sec. | ||
| 7950 | 2025.01.31 23:38:49.179035 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7951 | 2025.01.31 23:38:49.179373 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_66_13} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7952 | 2025.01.31 23:38:49.179452 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_66_13} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7953 | 2025.01.31 23:38:49.179535 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 7954 | 2025.01.31 23:38:49.687955 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7955 | 2025.01.31 23:38:49.710065 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7956 | 2025.01.31 23:38:49.710130 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7957 | 2025.01.31 23:38:49.717626 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7958 | 2025.01.31 23:38:49.718427 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7959 | 2025.01.31 23:38:49.722332 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7960 | 2025.01.31 23:38:50.001219 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.84 MiB, peak 223.38 MiB, free memory in arenas 0.00 B, will set to 215.62 MiB (RSS), difference: -1.22 MiB | ||
| 7961 | 2025.01.31 23:38:54.129034 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7962 | 2025.01.31 23:38:54.129262 [ 262 ] {30b098e8-b3ce-4319-8201-9fb7f37e73c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7963 | 2025.01.31 23:38:54.129341 [ 262 ] {30b098e8-b3ce-4319-8201-9fb7f37e73c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7964 | 2025.01.31 23:38:54.130111 [ 262 ] {30b098e8-b3ce-4319-8201-9fb7f37e73c4} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7965 | 2025.01.31 23:38:54.130157 [ 262 ] {30b098e8-b3ce-4319-8201-9fb7f37e73c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7966 | 2025.01.31 23:38:54.130583 [ 262 ] {30b098e8-b3ce-4319-8201-9fb7f37e73c4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7967 | 2025.01.31 23:38:54.130839 [ 262 ] {30b098e8-b3ce-4319-8201-9fb7f37e73c4} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7968 | 2025.01.31 23:38:54.131046 [ 262 ] {30b098e8-b3ce-4319-8201-9fb7f37e73c4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001842 sec., 30401.73724212812 rows/sec., 2.32 MiB/sec. | ||
| 7969 | 2025.01.31 23:38:54.131107 [ 262 ] {30b098e8-b3ce-4319-8201-9fb7f37e73c4} <Debug> TCPHandler: Processed in 0.00221194 sec. | ||
| 7970 | 2025.01.31 23:38:54.131359 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7971 | 2025.01.31 23:38:54.131552 [ 259 ] {5bfcc6f2-0b51-47e0-b966-f07ad1f2b046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7972 | 2025.01.31 23:38:54.131626 [ 259 ] {5bfcc6f2-0b51-47e0-b966-f07ad1f2b046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7973 | 2025.01.31 23:38:54.132386 [ 259 ] {5bfcc6f2-0b51-47e0-b966-f07ad1f2b046} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7974 | 2025.01.31 23:38:54.132435 [ 259 ] {5bfcc6f2-0b51-47e0-b966-f07ad1f2b046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7975 | 2025.01.31 23:38:54.132880 [ 259 ] {5bfcc6f2-0b51-47e0-b966-f07ad1f2b046} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7976 | 2025.01.31 23:38:54.133142 [ 259 ] {5bfcc6f2-0b51-47e0-b966-f07ad1f2b046} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7977 | 2025.01.31 23:38:54.133384 [ 259 ] {5bfcc6f2-0b51-47e0-b966-f07ad1f2b046} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001887 sec., 33916.269210386854 rows/sec., 2.65 MiB/sec. | ||
| 7978 | 2025.01.31 23:38:54.133456 [ 259 ] {5bfcc6f2-0b51-47e0-b966-f07ad1f2b046} <Debug> TCPHandler: Processed in 0.0022269 sec. | ||
| 7979 | 2025.01.31 23:38:54.133675 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7980 | 2025.01.31 23:38:54.133822 [ 262 ] {43b91264-d756-4453-8520-2f2b262d46c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7981 | 2025.01.31 23:38:54.133889 [ 262 ] {43b91264-d756-4453-8520-2f2b262d46c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7982 | 2025.01.31 23:38:54.134557 [ 262 ] {43b91264-d756-4453-8520-2f2b262d46c5} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7983 | 2025.01.31 23:38:54.134596 [ 262 ] {43b91264-d756-4453-8520-2f2b262d46c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7984 | 2025.01.31 23:38:54.134989 [ 262 ] {43b91264-d756-4453-8520-2f2b262d46c5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7985 | 2025.01.31 23:38:54.135230 [ 262 ] {43b91264-d756-4453-8520-2f2b262d46c5} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7986 | 2025.01.31 23:38:54.135406 [ 262 ] {43b91264-d756-4453-8520-2f2b262d46c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec. | ||
| 7987 | 2025.01.31 23:38:54.135460 [ 262 ] {43b91264-d756-4453-8520-2f2b262d46c5} <Debug> TCPHandler: Processed in 0.00189798 sec. | ||
| 7988 | 2025.01.31 23:38:54.135631 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7989 | 2025.01.31 23:38:54.135777 [ 259 ] {9a0da732-1288-41cd-86db-f7fe6f408c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7990 | 2025.01.31 23:38:54.135841 [ 259 ] {9a0da732-1288-41cd-86db-f7fe6f408c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7991 | 2025.01.31 23:38:54.136447 [ 259 ] {9a0da732-1288-41cd-86db-f7fe6f408c68} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7992 | 2025.01.31 23:38:54.136488 [ 259 ] {9a0da732-1288-41cd-86db-f7fe6f408c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7993 | 2025.01.31 23:38:54.136876 [ 259 ] {9a0da732-1288-41cd-86db-f7fe6f408c68} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7994 | 2025.01.31 23:38:54.137125 [ 259 ] {9a0da732-1288-41cd-86db-f7fe6f408c68} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7995 | 2025.01.31 23:38:54.137332 [ 259 ] {9a0da732-1288-41cd-86db-f7fe6f408c68} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001591 sec., 37712.13073538655 rows/sec., 2.54 MiB/sec. | ||
| 7996 | 2025.01.31 23:38:54.137386 [ 259 ] {9a0da732-1288-41cd-86db-f7fe6f408c68} <Debug> TCPHandler: Processed in 0.001825247 sec. | ||
| 7997 | 2025.01.31 23:38:55.869457 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 7998 | 2025.01.31 23:38:55.870076 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7999 | 2025.01.31 23:38:55.870114 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8000 | 2025.01.31 23:38:55.870636 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8001 | 2025.01.31 23:38:55.870887 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8002 | 2025.01.31 23:38:55.871042 [ 47 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8003 | 2025.01.31 23:38:55.871076 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8004 | 2025.01.31 23:38:55.871092 [ 47 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8005 | 2025.01.31 23:38:55.871114 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8006 | 2025.01.31 23:38:55.871553 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 8007 | 2025.01.31 23:38:55.871746 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8008 | 2025.01.31 23:38:55.871790 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 8009 | 2025.01.31 23:38:55.871870 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 8010 | 2025.01.31 23:38:55.871990 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 8011 | 2025.01.31 23:38:55.872142 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 8012 | 2025.01.31 23:38:55.872214 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 8013 | 2025.01.31 23:38:55.872440 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 8014 | 2025.01.31 23:38:55.874886 [ 193 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003665615 sec., 5125470.078008737 rows/sec., 73.32 MiB/sec. | ||
| 8015 | 2025.01.31 23:38:55.875281 [ 193 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8016 | 2025.01.31 23:38:55.875640 [ 193 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_41_8} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8017 | 2025.01.31 23:38:55.875738 [ 193 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_41_8} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8018 | 2025.01.31 23:38:55.875858 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8019 | 2025.01.31 23:38:57.223307 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8020 | 2025.01.31 23:38:57.245357 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8021 | 2025.01.31 23:38:57.245418 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8022 | 2025.01.31 23:38:57.253000 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8023 | 2025.01.31 23:38:57.253762 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8024 | 2025.01.31 23:38:57.254167 [ 43 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8025 | 2025.01.31 23:38:57.254307 [ 43 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8026 | 2025.01.31 23:38:57.254379 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8027 | 2025.01.31 23:38:57.255010 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 8028 | 2025.01.31 23:38:57.269935 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8029 | 2025.01.31 23:38:57.271720 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8030 | 2025.01.31 23:38:57.273150 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 8031 | 2025.01.31 23:38:57.278732 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 8032 | 2025.01.31 23:38:57.284293 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 8033 | 2025.01.31 23:38:57.290121 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 8034 | 2025.01.31 23:38:57.296145 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 8035 | 2025.01.31 23:38:57.300999 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 8036 | 2025.01.31 23:38:57.361223 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.10661445 sec., 2898.2938053894195 rows/sec., 14.99 MiB/sec. | ||
| 8037 | 2025.01.31 23:38:57.364204 [ 192 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8038 | 2025.01.31 23:38:57.367201 [ 192 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_41_8} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8039 | 2025.01.31 23:38:57.367303 [ 192 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_41_8} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8040 | 2025.01.31 23:38:57.369717 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8041 | 2025.01.31 23:38:58.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.70 MiB, peak 230.10 MiB, free memory in arenas 0.00 B, will set to 219.02 MiB (RSS), difference: 2.32 MiB | ||
| 8042 | 2025.01.31 23:38:58.454710 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1130 | ||
| 8043 | 2025.01.31 23:38:58.457827 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8044 | 2025.01.31 23:38:58.457895 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8045 | 2025.01.31 23:38:58.459393 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8046 | 2025.01.31 23:38:58.459725 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8047 | 2025.01.31 23:38:58.461051 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1130 | ||
| 8048 | 2025.01.31 23:38:59.136779 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8049 | 2025.01.31 23:38:59.136992 [ 262 ] {c8ebbdc7-7a19-426d-809d-7dbc0856d84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8050 | 2025.01.31 23:38:59.137073 [ 262 ] {c8ebbdc7-7a19-426d-809d-7dbc0856d84d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8051 | 2025.01.31 23:38:59.137866 [ 262 ] {c8ebbdc7-7a19-426d-809d-7dbc0856d84d} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8052 | 2025.01.31 23:38:59.137917 [ 262 ] {c8ebbdc7-7a19-426d-809d-7dbc0856d84d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8053 | 2025.01.31 23:38:59.138337 [ 262 ] {c8ebbdc7-7a19-426d-809d-7dbc0856d84d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8054 | 2025.01.31 23:38:59.138591 [ 262 ] {c8ebbdc7-7a19-426d-809d-7dbc0856d84d} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8055 | 2025.01.31 23:38:59.138786 [ 40 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8056 | 2025.01.31 23:38:59.138852 [ 262 ] {c8ebbdc7-7a19-426d-809d-7dbc0856d84d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001912 sec., 7322.175732217573 rows/sec., 527.10 KiB/sec. | ||
| 8057 | 2025.01.31 23:38:59.138880 [ 40 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8058 | 2025.01.31 23:38:59.138959 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8059 | 2025.01.31 23:38:59.138981 [ 262 ] {c8ebbdc7-7a19-426d-809d-7dbc0856d84d} <Debug> TCPHandler: Processed in 0.002336253 sec. | ||
| 8060 | 2025.01.31 23:38:59.139177 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 8061 | 2025.01.31 23:38:59.139322 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8062 | 2025.01.31 23:38:59.139387 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8063 | 2025.01.31 23:38:59.139446 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 8064 | 2025.01.31 23:38:59.139650 [ 259 ] {19807b81-b8bf-4d0a-a672-b430859118cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8065 | 2025.01.31 23:38:59.139675 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 8066 | 2025.01.31 23:38:59.139854 [ 259 ] {19807b81-b8bf-4d0a-a672-b430859118cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8067 | 2025.01.31 23:38:59.139966 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 8068 | 2025.01.31 23:38:59.140392 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 8069 | 2025.01.31 23:38:59.140687 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 8070 | 2025.01.31 23:38:59.142751 [ 259 ] {19807b81-b8bf-4d0a-a672-b430859118cf} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8071 | 2025.01.31 23:38:59.142822 [ 259 ] {19807b81-b8bf-4d0a-a672-b430859118cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8072 | 2025.01.31 23:38:59.143330 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004249544 sec., 16472.355622156167 rows/sec., 1.22 MiB/sec. | ||
| 8073 | 2025.01.31 23:38:59.143535 [ 202 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8074 | 2025.01.31 23:38:59.143663 [ 259 ] {19807b81-b8bf-4d0a-a672-b430859118cf} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8075 | 2025.01.31 23:38:59.143889 [ 202 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_29_7} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8076 | 2025.01.31 23:38:59.143973 [ 259 ] {19807b81-b8bf-4d0a-a672-b430859118cf} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8077 | 2025.01.31 23:38:59.144020 [ 202 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_29_7} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8078 | 2025.01.31 23:38:59.144228 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8079 | 2025.01.31 23:38:59.144306 [ 259 ] {19807b81-b8bf-4d0a-a672-b430859118cf} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.004795 sec., 58602.711157455684 rows/sec., 5.17 MiB/sec. | ||
| 8080 | 2025.01.31 23:38:59.144371 [ 259 ] {19807b81-b8bf-4d0a-a672-b430859118cf} <Debug> TCPHandler: Processed in 0.005189954 sec. | ||
| 8081 | 2025.01.31 23:38:59.144614 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8082 | 2025.01.31 23:38:59.144764 [ 262 ] {d135abdc-4564-46ac-92f0-1535c118770b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8083 | 2025.01.31 23:38:59.144823 [ 262 ] {d135abdc-4564-46ac-92f0-1535c118770b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8084 | 2025.01.31 23:38:59.145557 [ 262 ] {d135abdc-4564-46ac-92f0-1535c118770b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2025.01.31 23:38:59.145601 [ 262 ] {d135abdc-4564-46ac-92f0-1535c118770b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8086 | 2025.01.31 23:38:59.145991 [ 262 ] {d135abdc-4564-46ac-92f0-1535c118770b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8087 | 2025.01.31 23:38:59.146236 [ 262 ] {d135abdc-4564-46ac-92f0-1535c118770b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8088 | 2025.01.31 23:38:59.146400 [ 40 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8089 | 2025.01.31 23:38:59.146467 [ 40 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8090 | 2025.01.31 23:38:59.146506 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8091 | 2025.01.31 23:38:59.146513 [ 262 ] {d135abdc-4564-46ac-92f0-1535c118770b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001768 sec., 26018.099547511312 rows/sec., 1.87 MiB/sec. | ||
| 8092 | 2025.01.31 23:38:59.146731 [ 262 ] {d135abdc-4564-46ac-92f0-1535c118770b} <Debug> TCPHandler: Processed in 0.00222774 sec. | ||
| 8093 | 2025.01.31 23:38:59.146793 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 8094 | 2025.01.31 23:38:59.146917 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8095 | 2025.01.31 23:38:59.147010 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8096 | 2025.01.31 23:38:59.147098 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 8097 | 2025.01.31 23:38:59.147168 [ 259 ] {f93ae57b-62db-4ff1-825c-d757e75cf551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8098 | 2025.01.31 23:38:59.147328 [ 259 ] {f93ae57b-62db-4ff1-825c-d757e75cf551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8099 | 2025.01.31 23:38:59.147382 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 8100 | 2025.01.31 23:38:59.147802 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 8101 | 2025.01.31 23:38:59.148096 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 8102 | 2025.01.31 23:38:59.148514 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 8103 | 2025.01.31 23:38:59.148892 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 8104 | 2025.01.31 23:38:59.150140 [ 259 ] {f93ae57b-62db-4ff1-825c-d757e75cf551} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8105 | 2025.01.31 23:38:59.150192 [ 259 ] {f93ae57b-62db-4ff1-825c-d757e75cf551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8106 | 2025.01.31 23:38:59.151154 [ 259 ] {f93ae57b-62db-4ff1-825c-d757e75cf551} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8107 | 2025.01.31 23:38:59.151656 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.005055588 sec., 58549.07480593751 rows/sec., 4.42 MiB/sec. | ||
| 8108 | 2025.01.31 23:38:59.151679 [ 259 ] {f93ae57b-62db-4ff1-825c-d757e75cf551} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8109 | 2025.01.31 23:38:59.151866 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8110 | 2025.01.31 23:38:59.151941 [ 40 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8111 | 2025.01.31 23:38:59.152085 [ 40 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8112 | 2025.01.31 23:38:59.152185 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8113 | 2025.01.31 23:38:59.152305 [ 259 ] {f93ae57b-62db-4ff1-825c-d757e75cf551} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005151 sec., 2717.9188507086 rows/sec., 190.35 KiB/sec. | ||
| 8114 | 2025.01.31 23:38:59.152891 [ 259 ] {f93ae57b-62db-4ff1-825c-d757e75cf551} <Debug> TCPHandler: Processed in 0.00606233 sec. | ||
| 8115 | 2025.01.31 23:38:59.152896 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 8116 | 2025.01.31 23:38:59.153214 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_29_6} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8117 | 2025.01.31 23:38:59.153249 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8118 | 2025.01.31 23:38:59.153736 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_29_6} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8119 | 2025.01.31 23:38:59.153917 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8120 | 2025.01.31 23:38:59.153954 [ 262 ] {20236258-51ad-488e-a527-44cebe26795f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8121 | 2025.01.31 23:38:59.154041 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 8122 | 2025.01.31 23:38:59.154066 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8123 | 2025.01.31 23:38:59.154132 [ 262 ] {20236258-51ad-488e-a527-44cebe26795f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8124 | 2025.01.31 23:38:59.154346 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 8125 | 2025.01.31 23:38:59.154710 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 8126 | 2025.01.31 23:38:59.155064 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 8127 | 2025.01.31 23:38:59.155426 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 8128 | 2025.01.31 23:38:59.155746 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 8129 | 2025.01.31 23:38:59.157388 [ 262 ] {20236258-51ad-488e-a527-44cebe26795f} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8130 | 2025.01.31 23:38:59.157458 [ 262 ] {20236258-51ad-488e-a527-44cebe26795f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8131 | 2025.01.31 23:38:59.158403 [ 262 ] {20236258-51ad-488e-a527-44cebe26795f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8132 | 2025.01.31 23:38:59.158736 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006431572 sec., 83960.81082509844 rows/sec., 6.01 MiB/sec. | ||
| 8133 | 2025.01.31 23:38:59.158983 [ 262 ] {20236258-51ad-488e-a527-44cebe26795f} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8134 | 2025.01.31 23:38:59.159185 [ 200 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8135 | 2025.01.31 23:38:59.159268 [ 40 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8136 | 2025.01.31 23:38:59.159405 [ 40 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8137 | 2025.01.31 23:38:59.159526 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8138 | 2025.01.31 23:38:59.159583 [ 262 ] {20236258-51ad-488e-a527-44cebe26795f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00586 sec., 2218.430034129693 rows/sec., 138.32 KiB/sec. | ||
| 8139 | 2025.01.31 23:38:59.159950 [ 262 ] {20236258-51ad-488e-a527-44cebe26795f} <Debug> TCPHandler: Processed in 0.006928498 sec. | ||
| 8140 | 2025.01.31 23:38:59.159982 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 8141 | 2025.01.31 23:38:59.160311 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8142 | 2025.01.31 23:38:59.160550 [ 200 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_29_6} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8143 | 2025.01.31 23:38:59.160850 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8144 | 2025.01.31 23:38:59.160917 [ 259 ] {e7bac6d5-f8ea-45e0-965c-457112c996f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8145 | 2025.01.31 23:38:59.161004 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 8146 | 2025.01.31 23:38:59.161061 [ 200 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_29_6} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8147 | 2025.01.31 23:38:59.161137 [ 259 ] {e7bac6d5-f8ea-45e0-965c-457112c996f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8148 | 2025.01.31 23:38:59.161554 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 8149 | 2025.01.31 23:38:59.161723 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 8150 | 2025.01.31 23:38:59.162000 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 8151 | 2025.01.31 23:38:59.162361 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 8152 | 2025.01.31 23:38:59.162713 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 8153 | 2025.01.31 23:38:59.164018 [ 259 ] {e7bac6d5-f8ea-45e0-965c-457112c996f1} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8154 | 2025.01.31 23:38:59.164070 [ 259 ] {e7bac6d5-f8ea-45e0-965c-457112c996f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8155 | 2025.01.31 23:38:59.164378 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004650036 sec., 13978.386403890207 rows/sec., 926.15 KiB/sec. | ||
| 8156 | 2025.01.31 23:38:59.164507 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8157 | 2025.01.31 23:38:59.164631 [ 259 ] {e7bac6d5-f8ea-45e0-965c-457112c996f1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8158 | 2025.01.31 23:38:59.164805 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_29_7} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8159 | 2025.01.31 23:38:59.164899 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_29_7} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8160 | 2025.01.31 23:38:59.164930 [ 259 ] {e7bac6d5-f8ea-45e0-965c-457112c996f1} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8161 | 2025.01.31 23:38:59.164994 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 8162 | 2025.01.31 23:38:59.165214 [ 259 ] {e7bac6d5-f8ea-45e0-965c-457112c996f1} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004511 sec., 93327.42185768121 rows/sec., 6.67 MiB/sec. | ||
| 8163 | 2025.01.31 23:38:59.165285 [ 259 ] {e7bac6d5-f8ea-45e0-965c-457112c996f1} <Debug> TCPHandler: Processed in 0.005164342 sec. | ||
| 8164 | 2025.01.31 23:38:59.165454 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8165 | 2025.01.31 23:38:59.165575 [ 262 ] {3414d649-08b3-4ac8-981a-b896901dfb81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8166 | 2025.01.31 23:38:59.165628 [ 262 ] {3414d649-08b3-4ac8-981a-b896901dfb81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8167 | 2025.01.31 23:38:59.166120 [ 262 ] {3414d649-08b3-4ac8-981a-b896901dfb81} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8168 | 2025.01.31 23:38:59.166162 [ 262 ] {3414d649-08b3-4ac8-981a-b896901dfb81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8169 | 2025.01.31 23:38:59.166570 [ 262 ] {3414d649-08b3-4ac8-981a-b896901dfb81} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8170 | 2025.01.31 23:38:59.166822 [ 262 ] {3414d649-08b3-4ac8-981a-b896901dfb81} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8171 | 2025.01.31 23:38:59.167001 [ 40 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8172 | 2025.01.31 23:38:59.167054 [ 40 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8173 | 2025.01.31 23:38:59.167072 [ 262 ] {3414d649-08b3-4ac8-981a-b896901dfb81} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 207.60 KiB/sec. | ||
| 8174 | 2025.01.31 23:38:59.167089 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8175 | 2025.01.31 23:38:59.167267 [ 262 ] {3414d649-08b3-4ac8-981a-b896901dfb81} <Debug> TCPHandler: Processed in 0.001869238 sec. | ||
| 8176 | 2025.01.31 23:38:59.167324 [ 200 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 8177 | 2025.01.31 23:38:59.167490 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8178 | 2025.01.31 23:38:59.167508 [ 200 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8179 | 2025.01.31 23:38:59.167565 [ 200 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 8180 | 2025.01.31 23:38:59.167742 [ 259 ] {35daf752-6533-49d8-98b7-34879aa9095c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8181 | 2025.01.31 23:38:59.167823 [ 200 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 8182 | 2025.01.31 23:38:59.167976 [ 259 ] {35daf752-6533-49d8-98b7-34879aa9095c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8183 | 2025.01.31 23:38:59.168112 [ 200 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 8184 | 2025.01.31 23:38:59.168471 [ 200 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 8185 | 2025.01.31 23:38:59.168732 [ 200 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 8186 | 2025.01.31 23:38:59.169073 [ 200 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 8187 | 2025.01.31 23:38:59.170700 [ 259 ] {35daf752-6533-49d8-98b7-34879aa9095c} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8188 | 2025.01.31 23:38:59.170777 [ 259 ] {35daf752-6533-49d8-98b7-34879aa9095c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8189 | 2025.01.31 23:38:59.172039 [ 188 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004829711 sec., 36027.00037331426 rows/sec., 1.84 MiB/sec. | ||
| 8190 | 2025.01.31 23:38:59.172072 [ 259 ] {35daf752-6533-49d8-98b7-34879aa9095c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8191 | 2025.01.31 23:38:59.172256 [ 201 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8192 | 2025.01.31 23:38:59.172602 [ 259 ] {35daf752-6533-49d8-98b7-34879aa9095c} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8193 | 2025.01.31 23:38:59.172763 [ 201 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_29_6} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8194 | 2025.01.31 23:38:59.173100 [ 201 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_29_6} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8195 | 2025.01.31 23:38:59.173172 [ 259 ] {35daf752-6533-49d8-98b7-34879aa9095c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005532 sec., 42841.648590021694 rows/sec., 2.87 MiB/sec. | ||
| 8196 | 2025.01.31 23:38:59.173361 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8197 | 2025.01.31 23:38:59.173574 [ 259 ] {35daf752-6533-49d8-98b7-34879aa9095c} <Debug> TCPHandler: Processed in 0.006176184 sec. | ||
| 8198 | 2025.01.31 23:38:59.173810 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8199 | 2025.01.31 23:38:59.173942 [ 262 ] {ad1f2125-4a94-4150-a744-ec64a724908e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8200 | 2025.01.31 23:38:59.174006 [ 262 ] {ad1f2125-4a94-4150-a744-ec64a724908e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8201 | 2025.01.31 23:38:59.174491 [ 262 ] {ad1f2125-4a94-4150-a744-ec64a724908e} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8202 | 2025.01.31 23:38:59.174534 [ 262 ] {ad1f2125-4a94-4150-a744-ec64a724908e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8203 | 2025.01.31 23:38:59.174944 [ 262 ] {ad1f2125-4a94-4150-a744-ec64a724908e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8204 | 2025.01.31 23:38:59.175215 [ 262 ] {ad1f2125-4a94-4150-a744-ec64a724908e} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2025.01.31 23:38:59.175534 [ 262 ] {ad1f2125-4a94-4150-a744-ec64a724908e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00162 sec., 617.283950617284 rows/sec., 41.59 KiB/sec. | ||
| 8206 | 2025.01.31 23:38:59.175606 [ 262 ] {ad1f2125-4a94-4150-a744-ec64a724908e} <Debug> TCPHandler: Processed in 0.00188861 sec. | ||
| 8207 | 2025.01.31 23:38:59.175848 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8208 | 2025.01.31 23:38:59.176026 [ 259 ] {75bfde6a-a6f8-408b-8381-1acf5d2b8a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8209 | 2025.01.31 23:38:59.176160 [ 259 ] {75bfde6a-a6f8-408b-8381-1acf5d2b8a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8210 | 2025.01.31 23:38:59.177710 [ 259 ] {75bfde6a-a6f8-408b-8381-1acf5d2b8a2d} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8211 | 2025.01.31 23:38:59.177750 [ 259 ] {75bfde6a-a6f8-408b-8381-1acf5d2b8a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8212 | 2025.01.31 23:38:59.178423 [ 259 ] {75bfde6a-a6f8-408b-8381-1acf5d2b8a2d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8213 | 2025.01.31 23:38:59.178683 [ 259 ] {75bfde6a-a6f8-408b-8381-1acf5d2b8a2d} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8214 | 2025.01.31 23:38:59.178963 [ 259 ] {75bfde6a-a6f8-408b-8381-1acf5d2b8a2d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002975 sec., 13109.24369747899 rows/sec., 23.49 MiB/sec. | ||
| 8215 | 2025.01.31 23:38:59.179213 [ 259 ] {75bfde6a-a6f8-408b-8381-1acf5d2b8a2d} <Debug> TCPHandler: Processed in 0.003457979 sec. | ||
| 8216 | 2025.01.31 23:38:59.179372 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8217 | 2025.01.31 23:38:59.179511 [ 262 ] {ba91b0e7-a9d9-44ba-a654-bb5dbd9d62d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8218 | 2025.01.31 23:38:59.179571 [ 262 ] {ba91b0e7-a9d9-44ba-a654-bb5dbd9d62d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8219 | 2025.01.31 23:38:59.180164 [ 262 ] {ba91b0e7-a9d9-44ba-a654-bb5dbd9d62d8} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8220 | 2025.01.31 23:38:59.180212 [ 262 ] {ba91b0e7-a9d9-44ba-a654-bb5dbd9d62d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8221 | 2025.01.31 23:38:59.180656 [ 262 ] {ba91b0e7-a9d9-44ba-a654-bb5dbd9d62d8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8222 | 2025.01.31 23:38:59.180893 [ 262 ] {ba91b0e7-a9d9-44ba-a654-bb5dbd9d62d8} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8223 | 2025.01.31 23:38:59.181113 [ 262 ] {ba91b0e7-a9d9-44ba-a654-bb5dbd9d62d8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001632 sec., 50245.098039215685 rows/sec., 3.19 MiB/sec. | ||
| 8224 | 2025.01.31 23:38:59.181167 [ 262 ] {ba91b0e7-a9d9-44ba-a654-bb5dbd9d62d8} <Debug> TCPHandler: Processed in 0.001863038 sec. | ||
| 8225 | 2025.01.31 23:39:03.202874 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8226 | 2025.01.31 23:39:03.202939 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8227 | 2025.01.31 23:39:03.372086 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8228 | 2025.01.31 23:39:03.372728 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8229 | 2025.01.31 23:39:03.372768 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8230 | 2025.01.31 23:39:03.373300 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8231 | 2025.01.31 23:39:03.373560 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8232 | 2025.01.31 23:39:03.373759 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8233 | 2025.01.31 23:39:04.129040 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8234 | 2025.01.31 23:39:04.129230 [ 262 ] {25f290e4-7754-457b-b9c4-230d09ade1aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8235 | 2025.01.31 23:39:04.129304 [ 262 ] {25f290e4-7754-457b-b9c4-230d09ade1aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8236 | 2025.01.31 23:39:04.130082 [ 262 ] {25f290e4-7754-457b-b9c4-230d09ade1aa} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8237 | 2025.01.31 23:39:04.130135 [ 262 ] {25f290e4-7754-457b-b9c4-230d09ade1aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8238 | 2025.01.31 23:39:04.130578 [ 262 ] {25f290e4-7754-457b-b9c4-230d09ade1aa} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8239 | 2025.01.31 23:39:04.130835 [ 262 ] {25f290e4-7754-457b-b9c4-230d09ade1aa} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8240 | 2025.01.31 23:39:04.131065 [ 262 ] {25f290e4-7754-457b-b9c4-230d09ade1aa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.26 MiB/sec. | ||
| 8241 | 2025.01.31 23:39:04.131122 [ 262 ] {25f290e4-7754-457b-b9c4-230d09ade1aa} <Debug> TCPHandler: Processed in 0.002218229 sec. | ||
| 8242 | 2025.01.31 23:39:04.131388 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8243 | 2025.01.31 23:39:04.131601 [ 259 ] {c2b0e32a-a5a0-4917-b1f8-bfb698b699bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8244 | 2025.01.31 23:39:04.131685 [ 259 ] {c2b0e32a-a5a0-4917-b1f8-bfb698b699bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8245 | 2025.01.31 23:39:04.132446 [ 259 ] {c2b0e32a-a5a0-4917-b1f8-bfb698b699bd} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8246 | 2025.01.31 23:39:04.132493 [ 259 ] {c2b0e32a-a5a0-4917-b1f8-bfb698b699bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8247 | 2025.01.31 23:39:04.132934 [ 259 ] {c2b0e32a-a5a0-4917-b1f8-bfb698b699bd} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8248 | 2025.01.31 23:39:04.133206 [ 259 ] {c2b0e32a-a5a0-4917-b1f8-bfb698b699bd} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8249 | 2025.01.31 23:39:04.133464 [ 259 ] {c2b0e32a-a5a0-4917-b1f8-bfb698b699bd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001921 sec., 33315.98125976054 rows/sec., 2.60 MiB/sec. | ||
| 8250 | 2025.01.31 23:39:04.133549 [ 259 ] {c2b0e32a-a5a0-4917-b1f8-bfb698b699bd} <Debug> TCPHandler: Processed in 0.002297633 sec. | ||
| 8251 | 2025.01.31 23:39:04.133763 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8252 | 2025.01.31 23:39:04.134016 [ 262 ] {31309008-5716-4334-85bc-48d45859b117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8253 | 2025.01.31 23:39:04.134081 [ 262 ] {31309008-5716-4334-85bc-48d45859b117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8254 | 2025.01.31 23:39:04.134766 [ 262 ] {31309008-5716-4334-85bc-48d45859b117} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8255 | 2025.01.31 23:39:04.134806 [ 262 ] {31309008-5716-4334-85bc-48d45859b117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8256 | 2025.01.31 23:39:04.135206 [ 262 ] {31309008-5716-4334-85bc-48d45859b117} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8257 | 2025.01.31 23:39:04.135449 [ 262 ] {31309008-5716-4334-85bc-48d45859b117} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8258 | 2025.01.31 23:39:04.135664 [ 262 ] {31309008-5716-4334-85bc-48d45859b117} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec. | ||
| 8259 | 2025.01.31 23:39:04.135718 [ 262 ] {31309008-5716-4334-85bc-48d45859b117} <Debug> TCPHandler: Processed in 0.002090826 sec. | ||
| 8260 | 2025.01.31 23:39:04.135885 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8261 | 2025.01.31 23:39:04.136025 [ 259 ] {7747a80b-b143-4258-91b0-8dc1020b4004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8262 | 2025.01.31 23:39:04.136086 [ 259 ] {7747a80b-b143-4258-91b0-8dc1020b4004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8263 | 2025.01.31 23:39:04.136701 [ 259 ] {7747a80b-b143-4258-91b0-8dc1020b4004} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8264 | 2025.01.31 23:39:04.136745 [ 259 ] {7747a80b-b143-4258-91b0-8dc1020b4004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8265 | 2025.01.31 23:39:04.137148 [ 259 ] {7747a80b-b143-4258-91b0-8dc1020b4004} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8266 | 2025.01.31 23:39:04.137404 [ 259 ] {7747a80b-b143-4258-91b0-8dc1020b4004} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8267 | 2025.01.31 23:39:04.137619 [ 259 ] {7747a80b-b143-4258-91b0-8dc1020b4004} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001625 sec., 36923.07692307692 rows/sec., 2.49 MiB/sec. | ||
| 8268 | 2025.01.31 23:39:04.137670 [ 259 ] {7747a80b-b143-4258-91b0-8dc1020b4004} <Debug> TCPHandler: Processed in 0.001852218 sec. | ||
| 8269 | 2025.01.31 23:39:04.770920 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8270 | 2025.01.31 23:39:04.790344 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8271 | 2025.01.31 23:39:04.790418 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8272 | 2025.01.31 23:39:04.797539 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8273 | 2025.01.31 23:39:04.798387 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8274 | 2025.01.31 23:39:04.802110 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8275 | 2025.01.31 23:39:04.973875 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8276 | 2025.01.31 23:39:04.974094 [ 262 ] {b6963ad5-7795-463e-9e80-a126b5cc4854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8277 | 2025.01.31 23:39:04.974176 [ 262 ] {b6963ad5-7795-463e-9e80-a126b5cc4854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8278 | 2025.01.31 23:39:04.974983 [ 262 ] {b6963ad5-7795-463e-9e80-a126b5cc4854} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8279 | 2025.01.31 23:39:04.975037 [ 262 ] {b6963ad5-7795-463e-9e80-a126b5cc4854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8280 | 2025.01.31 23:39:04.975485 [ 262 ] {b6963ad5-7795-463e-9e80-a126b5cc4854} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8281 | 2025.01.31 23:39:04.975743 [ 262 ] {b6963ad5-7795-463e-9e80-a126b5cc4854} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8282 | 2025.01.31 23:39:04.975982 [ 262 ] {b6963ad5-7795-463e-9e80-a126b5cc4854} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec. | ||
| 8283 | 2025.01.31 23:39:04.976091 [ 262 ] {b6963ad5-7795-463e-9e80-a126b5cc4854} <Debug> TCPHandler: Processed in 0.002364155 sec. | ||
| 8284 | 2025.01.31 23:39:04.976393 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8285 | 2025.01.31 23:39:04.976586 [ 259 ] {20f075c6-05d1-414a-ad28-253a29e79fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8286 | 2025.01.31 23:39:04.976659 [ 259 ] {20f075c6-05d1-414a-ad28-253a29e79fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8287 | 2025.01.31 23:39:04.977401 [ 259 ] {20f075c6-05d1-414a-ad28-253a29e79fc1} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8288 | 2025.01.31 23:39:04.977445 [ 259 ] {20f075c6-05d1-414a-ad28-253a29e79fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8289 | 2025.01.31 23:39:04.977872 [ 259 ] {20f075c6-05d1-414a-ad28-253a29e79fc1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8290 | 2025.01.31 23:39:04.978129 [ 259 ] {20f075c6-05d1-414a-ad28-253a29e79fc1} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8291 | 2025.01.31 23:39:04.978402 [ 259 ] {20f075c6-05d1-414a-ad28-253a29e79fc1} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001858 sec., 8611.41011840689 rows/sec., 702.20 KiB/sec. | ||
| 8292 | 2025.01.31 23:39:04.978631 [ 259 ] {20f075c6-05d1-414a-ad28-253a29e79fc1} <Debug> TCPHandler: Processed in 0.002418636 sec. | ||
| 8293 | 2025.01.31 23:39:04.978828 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8294 | 2025.01.31 23:39:04.978976 [ 262 ] {fc3dc849-92f0-4b2b-a0ea-071b681f9910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8295 | 2025.01.31 23:39:04.979035 [ 262 ] {fc3dc849-92f0-4b2b-a0ea-071b681f9910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8296 | 2025.01.31 23:39:04.980412 [ 262 ] {fc3dc849-92f0-4b2b-a0ea-071b681f9910} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8297 | 2025.01.31 23:39:04.980451 [ 262 ] {fc3dc849-92f0-4b2b-a0ea-071b681f9910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8298 | 2025.01.31 23:39:04.981066 [ 262 ] {fc3dc849-92f0-4b2b-a0ea-071b681f9910} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8299 | 2025.01.31 23:39:04.981369 [ 262 ] {fc3dc849-92f0-4b2b-a0ea-071b681f9910} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8300 | 2025.01.31 23:39:04.981621 [ 262 ] {fc3dc849-92f0-4b2b-a0ea-071b681f9910} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002674 sec., 534405.3851907254 rows/sec., 44.59 MiB/sec. | ||
| 8301 | 2025.01.31 23:39:04.981760 [ 262 ] {fc3dc849-92f0-4b2b-a0ea-071b681f9910} <Debug> TCPHandler: Processed in 0.003039396 sec. | ||
| 8302 | 2025.01.31 23:39:04.981968 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8303 | 2025.01.31 23:39:04.982141 [ 259 ] {8c12d1d4-b862-4194-a2e3-c0b1ecd8286b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8304 | 2025.01.31 23:39:04.982203 [ 259 ] {8c12d1d4-b862-4194-a2e3-c0b1ecd8286b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8305 | 2025.01.31 23:39:04.982919 [ 259 ] {8c12d1d4-b862-4194-a2e3-c0b1ecd8286b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8306 | 2025.01.31 23:39:04.982958 [ 259 ] {8c12d1d4-b862-4194-a2e3-c0b1ecd8286b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8307 | 2025.01.31 23:39:04.983336 [ 259 ] {8c12d1d4-b862-4194-a2e3-c0b1ecd8286b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8308 | 2025.01.31 23:39:04.983580 [ 259 ] {8c12d1d4-b862-4194-a2e3-c0b1ecd8286b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8309 | 2025.01.31 23:39:04.983763 [ 259 ] {8c12d1d4-b862-4194-a2e3-c0b1ecd8286b} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001657 sec., 37417.01870850936 rows/sec., 2.66 MiB/sec. | ||
| 8310 | 2025.01.31 23:39:04.983817 [ 259 ] {8c12d1d4-b862-4194-a2e3-c0b1ecd8286b} <Debug> TCPHandler: Processed in 0.001974892 sec. | ||
| 8311 | 2025.01.31 23:39:04.983997 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8312 | 2025.01.31 23:39:04.984136 [ 262 ] {a40d0ed2-5409-443d-aa07-61fe51e8e91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8313 | 2025.01.31 23:39:04.984193 [ 262 ] {a40d0ed2-5409-443d-aa07-61fe51e8e91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8314 | 2025.01.31 23:39:04.984946 [ 262 ] {a40d0ed2-5409-443d-aa07-61fe51e8e91c} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8315 | 2025.01.31 23:39:04.984986 [ 262 ] {a40d0ed2-5409-443d-aa07-61fe51e8e91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8316 | 2025.01.31 23:39:04.985356 [ 262 ] {a40d0ed2-5409-443d-aa07-61fe51e8e91c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8317 | 2025.01.31 23:39:04.985617 [ 262 ] {a40d0ed2-5409-443d-aa07-61fe51e8e91c} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8318 | 2025.01.31 23:39:04.985803 [ 262 ] {a40d0ed2-5409-443d-aa07-61fe51e8e91c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001698 sec., 142520.6124852768 rows/sec., 9.66 MiB/sec. | ||
| 8319 | 2025.01.31 23:39:04.985859 [ 262 ] {a40d0ed2-5409-443d-aa07-61fe51e8e91c} <Debug> TCPHandler: Processed in 0.001929491 sec. | ||
| 8320 | 2025.01.31 23:39:04.986006 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8321 | 2025.01.31 23:39:04.986126 [ 259 ] {36936022-1998-4e2d-be26-258235643c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8322 | 2025.01.31 23:39:04.986176 [ 259 ] {36936022-1998-4e2d-be26-258235643c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8323 | 2025.01.31 23:39:04.986764 [ 259 ] {36936022-1998-4e2d-be26-258235643c9f} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8324 | 2025.01.31 23:39:04.986803 [ 259 ] {36936022-1998-4e2d-be26-258235643c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8325 | 2025.01.31 23:39:04.987175 [ 259 ] {36936022-1998-4e2d-be26-258235643c9f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8326 | 2025.01.31 23:39:04.987413 [ 259 ] {36936022-1998-4e2d-be26-258235643c9f} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8327 | 2025.01.31 23:39:04.987630 [ 259 ] {36936022-1998-4e2d-be26-258235643c9f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00153 sec., 8496.73202614379 rows/sec., 529.77 KiB/sec. | ||
| 8328 | 2025.01.31 23:39:04.987684 [ 259 ] {36936022-1998-4e2d-be26-258235643c9f} <Debug> TCPHandler: Processed in 0.001736485 sec. | ||
| 8329 | 2025.01.31 23:39:04.987840 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8330 | 2025.01.31 23:39:04.987978 [ 262 ] {daf74661-e69a-46de-b0a1-46e6a69ee5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8331 | 2025.01.31 23:39:04.988034 [ 262 ] {daf74661-e69a-46de-b0a1-46e6a69ee5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8332 | 2025.01.31 23:39:04.989036 [ 262 ] {daf74661-e69a-46de-b0a1-46e6a69ee5b2} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8333 | 2025.01.31 23:39:04.989074 [ 262 ] {daf74661-e69a-46de-b0a1-46e6a69ee5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8334 | 2025.01.31 23:39:04.989471 [ 262 ] {daf74661-e69a-46de-b0a1-46e6a69ee5b2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8335 | 2025.01.31 23:39:04.989712 [ 262 ] {daf74661-e69a-46de-b0a1-46e6a69ee5b2} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8336 | 2025.01.31 23:39:04.989886 [ 262 ] {daf74661-e69a-46de-b0a1-46e6a69ee5b2} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001939 sec., 460546.67354306346 rows/sec., 33.44 MiB/sec. | ||
| 8337 | 2025.01.31 23:39:04.989937 [ 262 ] {daf74661-e69a-46de-b0a1-46e6a69ee5b2} <Debug> TCPHandler: Processed in 0.002166339 sec. | ||
| 8338 | 2025.01.31 23:39:04.990147 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8339 | 2025.01.31 23:39:04.990365 [ 259 ] {ae27a1cd-533f-43c1-bb4b-a660965395e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8340 | 2025.01.31 23:39:04.990458 [ 259 ] {ae27a1cd-533f-43c1-bb4b-a660965395e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8341 | 2025.01.31 23:39:04.991077 [ 259 ] {ae27a1cd-533f-43c1-bb4b-a660965395e2} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8342 | 2025.01.31 23:39:04.991116 [ 259 ] {ae27a1cd-533f-43c1-bb4b-a660965395e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8343 | 2025.01.31 23:39:04.991480 [ 259 ] {ae27a1cd-533f-43c1-bb4b-a660965395e2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8344 | 2025.01.31 23:39:04.991723 [ 259 ] {ae27a1cd-533f-43c1-bb4b-a660965395e2} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8345 | 2025.01.31 23:39:04.991931 [ 259 ] {ae27a1cd-533f-43c1-bb4b-a660965395e2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001623 sec., 3696.857670979667 rows/sec., 193.15 KiB/sec. | ||
| 8346 | 2025.01.31 23:39:04.991984 [ 259 ] {ae27a1cd-533f-43c1-bb4b-a660965395e2} <Debug> TCPHandler: Processed in 0.001949571 sec. | ||
| 8347 | 2025.01.31 23:39:04.992132 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8348 | 2025.01.31 23:39:04.992271 [ 262 ] {8d475ac6-0d3b-42d0-acb0-39a81e7d3082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8349 | 2025.01.31 23:39:04.992334 [ 262 ] {8d475ac6-0d3b-42d0-acb0-39a81e7d3082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8350 | 2025.01.31 23:39:04.993211 [ 262 ] {8d475ac6-0d3b-42d0-acb0-39a81e7d3082} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8351 | 2025.01.31 23:39:04.993248 [ 262 ] {8d475ac6-0d3b-42d0-acb0-39a81e7d3082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8352 | 2025.01.31 23:39:04.993686 [ 262 ] {8d475ac6-0d3b-42d0-acb0-39a81e7d3082} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8353 | 2025.01.31 23:39:04.993936 [ 262 ] {8d475ac6-0d3b-42d0-acb0-39a81e7d3082} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8354 | 2025.01.31 23:39:04.994112 [ 262 ] {8d475ac6-0d3b-42d0-acb0-39a81e7d3082} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001873 sec., 514148.4249866524 rows/sec., 34.17 MiB/sec. | ||
| 8355 | 2025.01.31 23:39:04.994162 [ 262 ] {8d475ac6-0d3b-42d0-acb0-39a81e7d3082} <Debug> TCPHandler: Processed in 0.002100586 sec. | ||
| 8356 | 2025.01.31 23:39:04.994320 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8357 | 2025.01.31 23:39:04.994456 [ 259 ] {8a37977f-58db-41eb-847c-d3622eaf0444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8358 | 2025.01.31 23:39:04.994516 [ 259 ] {8a37977f-58db-41eb-847c-d3622eaf0444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8359 | 2025.01.31 23:39:04.995012 [ 259 ] {8a37977f-58db-41eb-847c-d3622eaf0444} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8360 | 2025.01.31 23:39:04.995050 [ 259 ] {8a37977f-58db-41eb-847c-d3622eaf0444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8361 | 2025.01.31 23:39:04.995410 [ 259 ] {8a37977f-58db-41eb-847c-d3622eaf0444} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8362 | 2025.01.31 23:39:04.995646 [ 259 ] {8a37977f-58db-41eb-847c-d3622eaf0444} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8363 | 2025.01.31 23:39:04.995867 [ 259 ] {8a37977f-58db-41eb-847c-d3622eaf0444} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001422 sec., 703.2348804500702 rows/sec., 47.39 KiB/sec. | ||
| 8364 | 2025.01.31 23:39:04.995923 [ 259 ] {8a37977f-58db-41eb-847c-d3622eaf0444} <Debug> TCPHandler: Processed in 0.001670423 sec. | ||
| 8365 | 2025.01.31 23:39:04.996075 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8366 | 2025.01.31 23:39:04.996213 [ 262 ] {6ef5b917-423f-4dce-bf77-6dfd9a0fe44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8367 | 2025.01.31 23:39:04.996305 [ 262 ] {6ef5b917-423f-4dce-bf77-6dfd9a0fe44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8368 | 2025.01.31 23:39:04.997574 [ 262 ] {6ef5b917-423f-4dce-bf77-6dfd9a0fe44f} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8369 | 2025.01.31 23:39:04.997611 [ 262 ] {6ef5b917-423f-4dce-bf77-6dfd9a0fe44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8370 | 2025.01.31 23:39:04.998259 [ 262 ] {6ef5b917-423f-4dce-bf77-6dfd9a0fe44f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8371 | 2025.01.31 23:39:04.998517 [ 262 ] {6ef5b917-423f-4dce-bf77-6dfd9a0fe44f} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8372 | 2025.01.31 23:39:04.998727 [ 262 ] {6ef5b917-423f-4dce-bf77-6dfd9a0fe44f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002543 sec., 15336.21706645694 rows/sec., 27.48 MiB/sec. | ||
| 8373 | 2025.01.31 23:39:04.999002 [ 262 ] {6ef5b917-423f-4dce-bf77-6dfd9a0fe44f} <Debug> TCPHandler: Processed in 0.002994114 sec. | ||
| 8374 | 2025.01.31 23:39:04.999242 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8375 | 2025.01.31 23:39:04.999459 [ 259 ] {5903e119-a9ab-45a0-a077-3f2afc4679a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8376 | 2025.01.31 23:39:04.999550 [ 259 ] {5903e119-a9ab-45a0-a077-3f2afc4679a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8377 | 2025.01.31 23:39:05.000128 [ 259 ] {5903e119-a9ab-45a0-a077-3f2afc4679a0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8378 | 2025.01.31 23:39:05.000167 [ 259 ] {5903e119-a9ab-45a0-a077-3f2afc4679a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8379 | 2025.01.31 23:39:05.000530 [ 259 ] {5903e119-a9ab-45a0-a077-3f2afc4679a0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8380 | 2025.01.31 23:39:05.000776 [ 259 ] {5903e119-a9ab-45a0-a077-3f2afc4679a0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8381 | 2025.01.31 23:39:05.000990 [ 259 ] {5903e119-a9ab-45a0-a077-3f2afc4679a0} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001586 sec., 21437.578814627996 rows/sec., 1.24 MiB/sec. | ||
| 8382 | 2025.01.31 23:39:05.001044 [ 259 ] {5903e119-a9ab-45a0-a077-3f2afc4679a0} <Debug> TCPHandler: Processed in 0.00191095 sec. | ||
| 8383 | 2025.01.31 23:39:05.001160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.68 MiB, peak 230.10 MiB, free memory in arenas 0.00 B, will set to 219.06 MiB (RSS), difference: -1.62 MiB | ||
| 8384 | 2025.01.31 23:39:08.462104 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1184 | ||
| 8385 | 2025.01.31 23:39:08.465539 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8386 | 2025.01.31 23:39:08.465591 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8387 | 2025.01.31 23:39:08.467128 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8388 | 2025.01.31 23:39:08.467433 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8389 | 2025.01.31 23:39:08.467669 [ 27 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8390 | 2025.01.31 23:39:08.467805 [ 27 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8391 | 2025.01.31 23:39:08.467867 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8392 | 2025.01.31 23:39:08.468324 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 8393 | 2025.01.31 23:39:08.469281 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1184 | ||
| 8394 | 2025.01.31 23:39:08.469704 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8395 | 2025.01.31 23:39:08.469880 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 8396 | 2025.01.31 23:39:08.470411 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 8397 | 2025.01.31 23:39:08.470909 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 8398 | 2025.01.31 23:39:08.471402 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 8399 | 2025.01.31 23:39:08.471884 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 8400 | 2025.01.31 23:39:08.472365 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 8401 | 2025.01.31 23:39:08.480343 [ 188 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 72 columns (72 merged, 0 gathered) in 0.012332457 sec., 96006.82167389677 rows/sec., 76.01 MiB/sec. | ||
| 8402 | 2025.01.31 23:39:08.481893 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8403 | 2025.01.31 23:39:08.482743 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_31_6} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8404 | 2025.01.31 23:39:08.482844 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_31_6} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8405 | 2025.01.31 23:39:08.483198 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 8406 | 2025.01.31 23:39:09.128136 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8407 | 2025.01.31 23:39:09.128441 [ 262 ] {4344c868-08e9-45c5-99b4-a5e939516e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8408 | 2025.01.31 23:39:09.128557 [ 262 ] {4344c868-08e9-45c5-99b4-a5e939516e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8409 | 2025.01.31 23:39:09.129456 [ 262 ] {4344c868-08e9-45c5-99b4-a5e939516e79} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8410 | 2025.01.31 23:39:09.129503 [ 262 ] {4344c868-08e9-45c5-99b4-a5e939516e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8411 | 2025.01.31 23:39:09.129957 [ 262 ] {4344c868-08e9-45c5-99b4-a5e939516e79} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8412 | 2025.01.31 23:39:09.130217 [ 262 ] {4344c868-08e9-45c5-99b4-a5e939516e79} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8413 | 2025.01.31 23:39:09.130405 [ 27 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8414 | 2025.01.31 23:39:09.130466 [ 262 ] {4344c868-08e9-45c5-99b4-a5e939516e79} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002103 sec., 26628.62577270566 rows/sec., 2.03 MiB/sec. | ||
| 8415 | 2025.01.31 23:39:09.130493 [ 27 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8416 | 2025.01.31 23:39:09.130559 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8417 | 2025.01.31 23:39:09.130602 [ 262 ] {4344c868-08e9-45c5-99b4-a5e939516e79} <Debug> TCPHandler: Processed in 0.002651603 sec. | ||
| 8418 | 2025.01.31 23:39:09.130945 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8419 | 2025.01.31 23:39:09.131057 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8420 | 2025.01.31 23:39:09.131329 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8421 | 2025.01.31 23:39:09.131408 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8422 | 2025.01.31 23:39:09.131438 [ 259 ] {04ac9325-2654-414e-b8f0-c7e4581f7064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8423 | 2025.01.31 23:39:09.131603 [ 259 ] {04ac9325-2654-414e-b8f0-c7e4581f7064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8424 | 2025.01.31 23:39:09.131634 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8425 | 2025.01.31 23:39:09.132082 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8426 | 2025.01.31 23:39:09.132351 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8427 | 2025.01.31 23:39:09.132647 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8428 | 2025.01.31 23:39:09.133007 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8429 | 2025.01.31 23:39:09.134572 [ 259 ] {04ac9325-2654-414e-b8f0-c7e4581f7064} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8430 | 2025.01.31 23:39:09.134658 [ 259 ] {04ac9325-2654-414e-b8f0-c7e4581f7064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8431 | 2025.01.31 23:39:09.135750 [ 259 ] {04ac9325-2654-414e-b8f0-c7e4581f7064} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8432 | 2025.01.31 23:39:09.136088 [ 259 ] {04ac9325-2654-414e-b8f0-c7e4581f7064} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8433 | 2025.01.31 23:39:09.136326 [ 27 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8434 | 2025.01.31 23:39:09.136431 [ 27 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8435 | 2025.01.31 23:39:09.136516 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8436 | 2025.01.31 23:39:09.136621 [ 259 ] {04ac9325-2654-414e-b8f0-c7e4581f7064} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00522 sec., 12260.536398467433 rows/sec., 979.93 KiB/sec. | ||
| 8437 | 2025.01.31 23:39:09.137063 [ 259 ] {04ac9325-2654-414e-b8f0-c7e4581f7064} <Debug> TCPHandler: Processed in 0.006295708 sec. | ||
| 8438 | 2025.01.31 23:39:09.137110 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8439 | 2025.01.31 23:39:09.137441 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8440 | 2025.01.31 23:39:09.137478 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006815474 sec., 485366.09486002 rows/sec., 42.37 MiB/sec. | ||
| 8441 | 2025.01.31 23:39:09.137626 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8442 | 2025.01.31 23:39:09.137769 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8443 | 2025.01.31 23:39:09.137783 [ 262 ] {4d95a343-b44f-45b2-b6a5-29df6cce6174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8444 | 2025.01.31 23:39:09.137835 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8445 | 2025.01.31 23:39:09.138082 [ 262 ] {4d95a343-b44f-45b2-b6a5-29df6cce6174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8446 | 2025.01.31 23:39:09.138428 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8447 | 2025.01.31 23:39:09.138884 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_71_14} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8448 | 2025.01.31 23:39:09.139194 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_71_14} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8449 | 2025.01.31 23:39:09.139245 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8450 | 2025.01.31 23:39:09.139473 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 8451 | 2025.01.31 23:39:09.139740 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8452 | 2025.01.31 23:39:09.139900 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8453 | 2025.01.31 23:39:09.140327 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8454 | 2025.01.31 23:39:09.141028 [ 262 ] {4d95a343-b44f-45b2-b6a5-29df6cce6174} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8455 | 2025.01.31 23:39:09.141097 [ 262 ] {4d95a343-b44f-45b2-b6a5-29df6cce6174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8456 | 2025.01.31 23:39:09.142110 [ 262 ] {4d95a343-b44f-45b2-b6a5-29df6cce6174} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8457 | 2025.01.31 23:39:09.142636 [ 262 ] {4d95a343-b44f-45b2-b6a5-29df6cce6174} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8458 | 2025.01.31 23:39:09.142848 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8459 | 2025.01.31 23:39:09.142942 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2025.01.31 23:39:09.142986 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8461 | 2025.01.31 23:39:09.143056 [ 262 ] {4d95a343-b44f-45b2-b6a5-29df6cce6174} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005359 sec., 23885.053181563726 rows/sec., 1.66 MiB/sec. | ||
| 8462 | 2025.01.31 23:39:09.143712 [ 262 ] {4d95a343-b44f-45b2-b6a5-29df6cce6174} <Debug> TCPHandler: Processed in 0.006504485 sec. | ||
| 8463 | 2025.01.31 23:39:09.143747 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8464 | 2025.01.31 23:39:09.144247 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8465 | 2025.01.31 23:39:09.144869 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8466 | 2025.01.31 23:39:09.144925 [ 259 ] {fd7286bb-95bc-4175-a334-8419323d20dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8467 | 2025.01.31 23:39:09.144925 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.0082887 sec., 291843.11170629895 rows/sec., 22.39 MiB/sec. | ||
| 8468 | 2025.01.31 23:39:09.145059 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20260 rows starting from the beginning of the part | ||
| 8469 | 2025.01.31 23:39:09.145231 [ 259 ] {fd7286bb-95bc-4175-a334-8419323d20dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8470 | 2025.01.31 23:39:09.145710 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8471 | 2025.01.31 23:39:09.146078 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8472 | 2025.01.31 23:39:09.146367 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8473 | 2025.01.31 23:39:09.146865 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8474 | 2025.01.31 23:39:09.147216 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8475 | 2025.01.31 23:39:09.147451 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_71_14} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8476 | 2025.01.31 23:39:09.147506 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8477 | 2025.01.31 23:39:09.147760 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_71_14} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8478 | 2025.01.31 23:39:09.147992 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8479 | 2025.01.31 23:39:09.148287 [ 259 ] {fd7286bb-95bc-4175-a334-8419323d20dc} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8480 | 2025.01.31 23:39:09.148335 [ 259 ] {fd7286bb-95bc-4175-a334-8419323d20dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8481 | 2025.01.31 23:39:09.148799 [ 259 ] {fd7286bb-95bc-4175-a334-8419323d20dc} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8482 | 2025.01.31 23:39:09.149137 [ 259 ] {fd7286bb-95bc-4175-a334-8419323d20dc} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8483 | 2025.01.31 23:39:09.149378 [ 27 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8484 | 2025.01.31 23:39:09.149485 [ 27 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8485 | 2025.01.31 23:39:09.149550 [ 259 ] {fd7286bb-95bc-4175-a334-8419323d20dc} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004815 sec., 9968.847352024923 rows/sec., 687.95 KiB/sec. | ||
| 8486 | 2025.01.31 23:39:09.149572 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8487 | 2025.01.31 23:39:09.149893 [ 259 ] {fd7286bb-95bc-4175-a334-8419323d20dc} <Debug> TCPHandler: Processed in 0.005996738 sec. | ||
| 8488 | 2025.01.31 23:39:09.150226 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8489 | 2025.01.31 23:39:09.150581 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8490 | 2025.01.31 23:39:09.150691 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8491 | 2025.01.31 23:39:09.151000 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8492 | 2025.01.31 23:39:09.151187 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8493 | 2025.01.31 23:39:09.151401 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8494 | 2025.01.31 23:39:09.151509 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8495 | 2025.01.31 23:39:09.151857 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8496 | 2025.01.31 23:39:09.154918 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4308 rows, containing 4 columns (4 merged, 0 gathered) in 0.005122211 sec., 841043.0573828373 rows/sec., 54.82 MiB/sec. | ||
| 8497 | 2025.01.31 23:39:09.155428 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8498 | 2025.01.31 23:39:09.155965 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_71_14} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8499 | 2025.01.31 23:39:09.156115 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21908 rows, containing 5 columns (5 merged, 0 gathered) in 0.012995899 sec., 1685762.5624822108 rows/sec., 113.79 MiB/sec. | ||
| 8500 | 2025.01.31 23:39:09.156187 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_71_14} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8501 | 2025.01.31 23:39:09.156332 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 8502 | 2025.01.31 23:39:09.156515 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8503 | 2025.01.31 23:39:09.156802 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8504 | 2025.01.31 23:39:09.156885 [ 198 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8505 | 2025.01.31 23:39:09.156961 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 8506 | 2025.01.31 23:39:10.874783 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8507 | 2025.01.31 23:39:10.875416 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8508 | 2025.01.31 23:39:10.875456 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8509 | 2025.01.31 23:39:10.876000 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8510 | 2025.01.31 23:39:10.876263 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8511 | 2025.01.31 23:39:10.876494 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8512 | 2025.01.31 23:39:12.303104 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8513 | 2025.01.31 23:39:12.324447 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8514 | 2025.01.31 23:39:12.324515 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8515 | 2025.01.31 23:39:12.332046 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8516 | 2025.01.31 23:39:12.332808 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8517 | 2025.01.31 23:39:12.336851 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8518 | 2025.01.31 23:39:14.128881 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8519 | 2025.01.31 23:39:14.129100 [ 262 ] {60a728ec-5952-4ab7-9ef8-69c34033b796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8520 | 2025.01.31 23:39:14.129185 [ 262 ] {60a728ec-5952-4ab7-9ef8-69c34033b796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8521 | 2025.01.31 23:39:14.130063 [ 262 ] {60a728ec-5952-4ab7-9ef8-69c34033b796} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8522 | 2025.01.31 23:39:14.130120 [ 262 ] {60a728ec-5952-4ab7-9ef8-69c34033b796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8523 | 2025.01.31 23:39:14.130572 [ 262 ] {60a728ec-5952-4ab7-9ef8-69c34033b796} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8524 | 2025.01.31 23:39:14.130840 [ 262 ] {60a728ec-5952-4ab7-9ef8-69c34033b796} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8525 | 2025.01.31 23:39:14.131082 [ 262 ] {60a728ec-5952-4ab7-9ef8-69c34033b796} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002041 sec., 27437.530622244 rows/sec., 2.09 MiB/sec. | ||
| 8526 | 2025.01.31 23:39:14.131148 [ 262 ] {60a728ec-5952-4ab7-9ef8-69c34033b796} <Debug> TCPHandler: Processed in 0.002412296 sec. | ||
| 8527 | 2025.01.31 23:39:14.131404 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8528 | 2025.01.31 23:39:14.131615 [ 259 ] {2051b33c-81d7-41bf-8f3e-16a4fe41a8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8529 | 2025.01.31 23:39:14.131695 [ 259 ] {2051b33c-81d7-41bf-8f3e-16a4fe41a8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8530 | 2025.01.31 23:39:14.132504 [ 259 ] {2051b33c-81d7-41bf-8f3e-16a4fe41a8f1} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8531 | 2025.01.31 23:39:14.132546 [ 259 ] {2051b33c-81d7-41bf-8f3e-16a4fe41a8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8532 | 2025.01.31 23:39:14.133002 [ 259 ] {2051b33c-81d7-41bf-8f3e-16a4fe41a8f1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8533 | 2025.01.31 23:39:14.133273 [ 259 ] {2051b33c-81d7-41bf-8f3e-16a4fe41a8f1} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8534 | 2025.01.31 23:39:14.133485 [ 259 ] {2051b33c-81d7-41bf-8f3e-16a4fe41a8f1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001924 sec., 33264.03326403326 rows/sec., 2.60 MiB/sec. | ||
| 8535 | 2025.01.31 23:39:14.133595 [ 259 ] {2051b33c-81d7-41bf-8f3e-16a4fe41a8f1} <Debug> TCPHandler: Processed in 0.002324983 sec. | ||
| 8536 | 2025.01.31 23:39:14.133816 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8537 | 2025.01.31 23:39:14.133965 [ 262 ] {2a46bd8b-cc4d-48c7-82db-7c99ad207c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8538 | 2025.01.31 23:39:14.134030 [ 262 ] {2a46bd8b-cc4d-48c7-82db-7c99ad207c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8539 | 2025.01.31 23:39:14.134695 [ 262 ] {2a46bd8b-cc4d-48c7-82db-7c99ad207c96} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8540 | 2025.01.31 23:39:14.134743 [ 262 ] {2a46bd8b-cc4d-48c7-82db-7c99ad207c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8541 | 2025.01.31 23:39:14.135190 [ 262 ] {2a46bd8b-cc4d-48c7-82db-7c99ad207c96} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8542 | 2025.01.31 23:39:14.135430 [ 262 ] {2a46bd8b-cc4d-48c7-82db-7c99ad207c96} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8543 | 2025.01.31 23:39:14.135638 [ 262 ] {2a46bd8b-cc4d-48c7-82db-7c99ad207c96} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001708 sec., 93676.8149882904 rows/sec., 6.52 MiB/sec. | ||
| 8544 | 2025.01.31 23:39:14.135692 [ 262 ] {2a46bd8b-cc4d-48c7-82db-7c99ad207c96} <Debug> TCPHandler: Processed in 0.001966482 sec. | ||
| 8545 | 2025.01.31 23:39:14.135847 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8546 | 2025.01.31 23:39:14.135972 [ 259 ] {c40ff83c-94de-4b56-8b15-c1f345439676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8547 | 2025.01.31 23:39:14.136026 [ 259 ] {c40ff83c-94de-4b56-8b15-c1f345439676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8548 | 2025.01.31 23:39:14.136544 [ 259 ] {c40ff83c-94de-4b56-8b15-c1f345439676} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8549 | 2025.01.31 23:39:14.136582 [ 259 ] {c40ff83c-94de-4b56-8b15-c1f345439676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8550 | 2025.01.31 23:39:14.136975 [ 259 ] {c40ff83c-94de-4b56-8b15-c1f345439676} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8551 | 2025.01.31 23:39:14.137219 [ 259 ] {c40ff83c-94de-4b56-8b15-c1f345439676} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8552 | 2025.01.31 23:39:14.137406 [ 259 ] {c40ff83c-94de-4b56-8b15-c1f345439676} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 8553 | 2025.01.31 23:39:14.137456 [ 259 ] {c40ff83c-94de-4b56-8b15-c1f345439676} <Debug> TCPHandler: Processed in 0.001667602 sec. | ||
| 8554 | 2025.01.31 23:39:15.821750 [ 106 ] {} <Debug> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 8555 | 2025.01.31 23:39:15.821823 [ 106 ] {} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8556 | 2025.01.31 23:39:15.821849 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8557 | 2025.01.31 23:39:15.822085 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 8558 | 2025.01.31 23:39:15.822338 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8559 | 2025.01.31 23:39:15.822405 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 8560 | 2025.01.31 23:39:15.822599 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 8561 | 2025.01.31 23:39:15.822836 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 8562 | 2025.01.31 23:39:15.823133 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 8563 | 2025.01.31 23:39:15.823295 [ 192 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 8564 | 2025.01.31 23:39:15.824409 [ 186 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002467178 sec., 21887.354702417095 rows/sec., 1.83 MiB/sec. | ||
| 8565 | 2025.01.31 23:39:15.824621 [ 199 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 8566 | 2025.01.31 23:39:15.825011 [ 199 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_9_2} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8567 | 2025.01.31 23:39:15.825111 [ 199 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_9_2} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 8568 | 2025.01.31 23:39:15.825218 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8569 | 2025.01.31 23:39:18.202980 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8570 | 2025.01.31 23:39:18.203052 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8571 | 2025.01.31 23:39:18.377506 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8572 | 2025.01.31 23:39:18.378156 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8573 | 2025.01.31 23:39:18.378196 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8574 | 2025.01.31 23:39:18.378729 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8575 | 2025.01.31 23:39:18.378985 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8576 | 2025.01.31 23:39:18.379188 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8577 | 2025.01.31 23:39:18.470434 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1200 | ||
| 8578 | 2025.01.31 23:39:18.473213 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8579 | 2025.01.31 23:39:18.473272 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8580 | 2025.01.31 23:39:18.474768 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8581 | 2025.01.31 23:39:18.475081 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8582 | 2025.01.31 23:39:18.475670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1200 | ||
| 8583 | 2025.01.31 23:39:19.135753 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8584 | 2025.01.31 23:39:19.135963 [ 262 ] {748f5f50-2733-4965-9739-af746e9d1e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8585 | 2025.01.31 23:39:19.136044 [ 262 ] {748f5f50-2733-4965-9739-af746e9d1e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8586 | 2025.01.31 23:39:19.136818 [ 262 ] {748f5f50-2733-4965-9739-af746e9d1e7a} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8587 | 2025.01.31 23:39:19.136862 [ 262 ] {748f5f50-2733-4965-9739-af746e9d1e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8588 | 2025.01.31 23:39:19.137329 [ 262 ] {748f5f50-2733-4965-9739-af746e9d1e7a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8589 | 2025.01.31 23:39:19.137597 [ 262 ] {748f5f50-2733-4965-9739-af746e9d1e7a} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8590 | 2025.01.31 23:39:19.137809 [ 262 ] {748f5f50-2733-4965-9739-af746e9d1e7a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001903 sec., 7356.8050446663165 rows/sec., 529.59 KiB/sec. | ||
| 8591 | 2025.01.31 23:39:19.137947 [ 262 ] {748f5f50-2733-4965-9739-af746e9d1e7a} <Debug> TCPHandler: Processed in 0.002336414 sec. | ||
| 8592 | 2025.01.31 23:39:19.138209 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8593 | 2025.01.31 23:39:19.138402 [ 259 ] {82db2781-1404-4c31-a4e3-962095f65dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8594 | 2025.01.31 23:39:19.138475 [ 259 ] {82db2781-1404-4c31-a4e3-962095f65dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8595 | 2025.01.31 23:39:19.139390 [ 259 ] {82db2781-1404-4c31-a4e3-962095f65dca} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8596 | 2025.01.31 23:39:19.139436 [ 259 ] {82db2781-1404-4c31-a4e3-962095f65dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8597 | 2025.01.31 23:39:19.139893 [ 259 ] {82db2781-1404-4c31-a4e3-962095f65dca} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8598 | 2025.01.31 23:39:19.140159 [ 259 ] {82db2781-1404-4c31-a4e3-962095f65dca} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8599 | 2025.01.31 23:39:19.140401 [ 259 ] {82db2781-1404-4c31-a4e3-962095f65dca} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002052 sec., 136939.57115009747 rows/sec., 12.08 MiB/sec. | ||
| 8600 | 2025.01.31 23:39:19.140499 [ 259 ] {82db2781-1404-4c31-a4e3-962095f65dca} <Debug> TCPHandler: Processed in 0.002418846 sec. | ||
| 8601 | 2025.01.31 23:39:19.140712 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8602 | 2025.01.31 23:39:19.140888 [ 262 ] {5e06238c-20f1-428b-8ae5-d7168f530a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8603 | 2025.01.31 23:39:19.140949 [ 262 ] {5e06238c-20f1-428b-8ae5-d7168f530a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8604 | 2025.01.31 23:39:19.141581 [ 262 ] {5e06238c-20f1-428b-8ae5-d7168f530a7d} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8605 | 2025.01.31 23:39:19.141621 [ 262 ] {5e06238c-20f1-428b-8ae5-d7168f530a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8606 | 2025.01.31 23:39:19.142004 [ 262 ] {5e06238c-20f1-428b-8ae5-d7168f530a7d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8607 | 2025.01.31 23:39:19.142249 [ 262 ] {5e06238c-20f1-428b-8ae5-d7168f530a7d} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8608 | 2025.01.31 23:39:19.142430 [ 262 ] {5e06238c-20f1-428b-8ae5-d7168f530a7d} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001577 sec., 29169.308814204185 rows/sec., 2.10 MiB/sec. | ||
| 8609 | 2025.01.31 23:39:19.142488 [ 262 ] {5e06238c-20f1-428b-8ae5-d7168f530a7d} <Debug> TCPHandler: Processed in 0.00189365 sec. | ||
| 8610 | 2025.01.31 23:39:19.142657 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8611 | 2025.01.31 23:39:19.142798 [ 259 ] {a7392c82-22f2-4b19-8c20-90aa3cef5199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8612 | 2025.01.31 23:39:19.142858 [ 259 ] {a7392c82-22f2-4b19-8c20-90aa3cef5199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8613 | 2025.01.31 23:39:19.143493 [ 259 ] {a7392c82-22f2-4b19-8c20-90aa3cef5199} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8614 | 2025.01.31 23:39:19.143534 [ 259 ] {a7392c82-22f2-4b19-8c20-90aa3cef5199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8615 | 2025.01.31 23:39:19.143903 [ 259 ] {a7392c82-22f2-4b19-8c20-90aa3cef5199} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8616 | 2025.01.31 23:39:19.144160 [ 259 ] {a7392c82-22f2-4b19-8c20-90aa3cef5199} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8617 | 2025.01.31 23:39:19.144382 [ 259 ] {a7392c82-22f2-4b19-8c20-90aa3cef5199} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001614 sec., 8674.101610904585 rows/sec., 607.48 KiB/sec. | ||
| 8618 | 2025.01.31 23:39:19.144434 [ 259 ] {a7392c82-22f2-4b19-8c20-90aa3cef5199} <Debug> TCPHandler: Processed in 0.001850788 sec. | ||
| 8619 | 2025.01.31 23:39:19.144582 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8620 | 2025.01.31 23:39:19.144727 [ 262 ] {2f3cbc2d-9219-4131-8ce2-4a08595b4bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8621 | 2025.01.31 23:39:19.144786 [ 262 ] {2f3cbc2d-9219-4131-8ce2-4a08595b4bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8622 | 2025.01.31 23:39:19.145409 [ 262 ] {2f3cbc2d-9219-4131-8ce2-4a08595b4bc6} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8623 | 2025.01.31 23:39:19.145448 [ 262 ] {2f3cbc2d-9219-4131-8ce2-4a08595b4bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8624 | 2025.01.31 23:39:19.145806 [ 262 ] {2f3cbc2d-9219-4131-8ce2-4a08595b4bc6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8625 | 2025.01.31 23:39:19.146044 [ 262 ] {2f3cbc2d-9219-4131-8ce2-4a08595b4bc6} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8626 | 2025.01.31 23:39:19.146225 [ 262 ] {2f3cbc2d-9219-4131-8ce2-4a08595b4bc6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec. | ||
| 8627 | 2025.01.31 23:39:19.146279 [ 262 ] {2f3cbc2d-9219-4131-8ce2-4a08595b4bc6} <Debug> TCPHandler: Processed in 0.001765756 sec. | ||
| 8628 | 2025.01.31 23:39:19.146426 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8629 | 2025.01.31 23:39:19.146566 [ 259 ] {232c3a6c-95d3-4df4-a9c2-0c1474551026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8630 | 2025.01.31 23:39:19.146624 [ 259 ] {232c3a6c-95d3-4df4-a9c2-0c1474551026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8631 | 2025.01.31 23:39:19.147436 [ 259 ] {232c3a6c-95d3-4df4-a9c2-0c1474551026} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8632 | 2025.01.31 23:39:19.147478 [ 259 ] {232c3a6c-95d3-4df4-a9c2-0c1474551026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8633 | 2025.01.31 23:39:19.147879 [ 259 ] {232c3a6c-95d3-4df4-a9c2-0c1474551026} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8634 | 2025.01.31 23:39:19.148127 [ 259 ] {232c3a6c-95d3-4df4-a9c2-0c1474551026} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8635 | 2025.01.31 23:39:19.148351 [ 259 ] {232c3a6c-95d3-4df4-a9c2-0c1474551026} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001817 sec., 231700.60539350577 rows/sec., 16.56 MiB/sec. | ||
| 8636 | 2025.01.31 23:39:19.148404 [ 259 ] {232c3a6c-95d3-4df4-a9c2-0c1474551026} <Debug> TCPHandler: Processed in 0.002047465 sec. | ||
| 8637 | 2025.01.31 23:39:19.148536 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8638 | 2025.01.31 23:39:19.148676 [ 262 ] {4232d3bb-dd84-41df-9680-a0f913773ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8639 | 2025.01.31 23:39:19.148727 [ 262 ] {4232d3bb-dd84-41df-9680-a0f913773ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8640 | 2025.01.31 23:39:19.149209 [ 262 ] {4232d3bb-dd84-41df-9680-a0f913773ccf} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8641 | 2025.01.31 23:39:19.149246 [ 262 ] {4232d3bb-dd84-41df-9680-a0f913773ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8642 | 2025.01.31 23:39:19.149621 [ 262 ] {4232d3bb-dd84-41df-9680-a0f913773ccf} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8643 | 2025.01.31 23:39:19.149857 [ 262 ] {4232d3bb-dd84-41df-9680-a0f913773ccf} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8644 | 2025.01.31 23:39:19.150056 [ 262 ] {4232d3bb-dd84-41df-9680-a0f913773ccf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001404 sec., 4273.504273504273 rows/sec., 223.27 KiB/sec. | ||
| 8645 | 2025.01.31 23:39:19.150121 [ 262 ] {4232d3bb-dd84-41df-9680-a0f913773ccf} <Debug> TCPHandler: Processed in 0.001642412 sec. | ||
| 8646 | 2025.01.31 23:39:19.150328 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8647 | 2025.01.31 23:39:19.150466 [ 259 ] {2f1bcc07-cfa0-44ee-aea3-797867bd56f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8648 | 2025.01.31 23:39:19.150531 [ 259 ] {2f1bcc07-cfa0-44ee-aea3-797867bd56f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8649 | 2025.01.31 23:39:19.151204 [ 259 ] {2f1bcc07-cfa0-44ee-aea3-797867bd56f1} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8650 | 2025.01.31 23:39:19.151243 [ 259 ] {2f1bcc07-cfa0-44ee-aea3-797867bd56f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8651 | 2025.01.31 23:39:19.151645 [ 259 ] {2f1bcc07-cfa0-44ee-aea3-797867bd56f1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8652 | 2025.01.31 23:39:19.151892 [ 259 ] {2f1bcc07-cfa0-44ee-aea3-797867bd56f1} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8653 | 2025.01.31 23:39:19.152120 [ 259 ] {2f1bcc07-cfa0-44ee-aea3-797867bd56f1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001684 sec., 140736.34204275534 rows/sec., 9.43 MiB/sec. | ||
| 8654 | 2025.01.31 23:39:19.152172 [ 259 ] {2f1bcc07-cfa0-44ee-aea3-797867bd56f1} <Debug> TCPHandler: Processed in 0.001967612 sec. | ||
| 8655 | 2025.01.31 23:39:19.152315 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8656 | 2025.01.31 23:39:19.152456 [ 262 ] {a2879c76-00aa-4c49-bd0b-581b91509cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8657 | 2025.01.31 23:39:19.152516 [ 262 ] {a2879c76-00aa-4c49-bd0b-581b91509cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8658 | 2025.01.31 23:39:19.153058 [ 262 ] {a2879c76-00aa-4c49-bd0b-581b91509cd4} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8659 | 2025.01.31 23:39:19.153105 [ 262 ] {a2879c76-00aa-4c49-bd0b-581b91509cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8660 | 2025.01.31 23:39:19.153479 [ 262 ] {a2879c76-00aa-4c49-bd0b-581b91509cd4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8661 | 2025.01.31 23:39:19.153716 [ 262 ] {a2879c76-00aa-4c49-bd0b-581b91509cd4} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8662 | 2025.01.31 23:39:19.153930 [ 262 ] {a2879c76-00aa-4c49-bd0b-581b91509cd4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001507 sec., 663.5700066357 rows/sec., 44.71 KiB/sec. | ||
| 8663 | 2025.01.31 23:39:19.153983 [ 262 ] {a2879c76-00aa-4c49-bd0b-581b91509cd4} <Debug> TCPHandler: Processed in 0.001733984 sec. | ||
| 8664 | 2025.01.31 23:39:19.154114 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8665 | 2025.01.31 23:39:19.154314 [ 259 ] {6cfd6db8-d959-40a0-9e50-ea06d657d7bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8666 | 2025.01.31 23:39:19.154456 [ 259 ] {6cfd6db8-d959-40a0-9e50-ea06d657d7bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8667 | 2025.01.31 23:39:19.155963 [ 259 ] {6cfd6db8-d959-40a0-9e50-ea06d657d7bc} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8668 | 2025.01.31 23:39:19.156003 [ 259 ] {6cfd6db8-d959-40a0-9e50-ea06d657d7bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8669 | 2025.01.31 23:39:19.156679 [ 259 ] {6cfd6db8-d959-40a0-9e50-ea06d657d7bc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8670 | 2025.01.31 23:39:19.156951 [ 259 ] {6cfd6db8-d959-40a0-9e50-ea06d657d7bc} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8671 | 2025.01.31 23:39:19.157147 [ 152 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8672 | 2025.01.31 23:39:19.157232 [ 259 ] {6cfd6db8-d959-40a0-9e50-ea06d657d7bc} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002965 sec., 13153.456998313659 rows/sec., 23.57 MiB/sec. | ||
| 8673 | 2025.01.31 23:39:19.157239 [ 152 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8674 | 2025.01.31 23:39:19.157319 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8675 | 2025.01.31 23:39:19.157621 [ 259 ] {6cfd6db8-d959-40a0-9e50-ea06d657d7bc} <Debug> TCPHandler: Processed in 0.003560272 sec. | ||
| 8676 | 2025.01.31 23:39:19.157644 [ 192 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 8677 | 2025.01.31 23:39:19.157832 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8678 | 2025.01.31 23:39:19.158092 [ 262 ] {8f942914-138e-4034-95ad-3888c5d6e4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8679 | 2025.01.31 23:39:19.158224 [ 262 ] {8f942914-138e-4034-95ad-3888c5d6e4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8680 | 2025.01.31 23:39:19.158506 [ 192 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8681 | 2025.01.31 23:39:19.158797 [ 192 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 8682 | 2025.01.31 23:39:19.159641 [ 192 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 8683 | 2025.01.31 23:39:19.160455 [ 192 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 8684 | 2025.01.31 23:39:19.160480 [ 262 ] {8f942914-138e-4034-95ad-3888c5d6e4ba} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8685 | 2025.01.31 23:39:19.160558 [ 262 ] {8f942914-138e-4034-95ad-3888c5d6e4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8686 | 2025.01.31 23:39:19.161095 [ 192 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 8687 | 2025.01.31 23:39:19.161767 [ 192 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 8688 | 2025.01.31 23:39:19.162258 [ 262 ] {8f942914-138e-4034-95ad-3888c5d6e4ba} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8689 | 2025.01.31 23:39:19.162378 [ 192 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 8690 | 2025.01.31 23:39:19.163072 [ 262 ] {8f942914-138e-4034-95ad-3888c5d6e4ba} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8691 | 2025.01.31 23:39:19.163551 [ 262 ] {8f942914-138e-4034-95ad-3888c5d6e4ba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005545 sec., 14788.09738503156 rows/sec., 961.77 KiB/sec. | ||
| 8692 | 2025.01.31 23:39:19.163682 [ 262 ] {8f942914-138e-4034-95ad-3888c5d6e4ba} <Debug> TCPHandler: Processed in 0.005939707 sec. | ||
| 8693 | 2025.01.31 23:39:19.170848 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1104 rows, containing 19 columns (19 merged, 0 gathered) in 0.01339224 sec., 82435.7986416014 rows/sec., 147.72 MiB/sec. | ||
| 8694 | 2025.01.31 23:39:19.171993 [ 186 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8695 | 2025.01.31 23:39:19.172499 [ 186 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8696 | 2025.01.31 23:39:19.172599 [ 186 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8697 | 2025.01.31 23:39:19.172749 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.58 MiB. | ||
| 8698 | 2025.01.31 23:39:19.837809 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8699 | 2025.01.31 23:39:19.859015 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8700 | 2025.01.31 23:39:19.859059 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8701 | 2025.01.31 23:39:19.866499 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8702 | 2025.01.31 23:39:19.867269 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8703 | 2025.01.31 23:39:19.869841 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8704 | 2025.01.31 23:39:20.001178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.84 MiB, peak 230.10 MiB, free memory in arenas 0.00 B, will set to 223.83 MiB (RSS), difference: 1.99 MiB | ||
| 8705 | 2025.01.31 23:39:24.129037 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8706 | 2025.01.31 23:39:24.129240 [ 262 ] {d1d15e3e-c48a-4d60-a875-de5df24c004d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8707 | 2025.01.31 23:39:24.129315 [ 262 ] {d1d15e3e-c48a-4d60-a875-de5df24c004d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8708 | 2025.01.31 23:39:24.130079 [ 262 ] {d1d15e3e-c48a-4d60-a875-de5df24c004d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8709 | 2025.01.31 23:39:24.130130 [ 262 ] {d1d15e3e-c48a-4d60-a875-de5df24c004d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8710 | 2025.01.31 23:39:24.130555 [ 262 ] {d1d15e3e-c48a-4d60-a875-de5df24c004d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8711 | 2025.01.31 23:39:24.130813 [ 262 ] {d1d15e3e-c48a-4d60-a875-de5df24c004d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8712 | 2025.01.31 23:39:24.131057 [ 262 ] {d1d15e3e-c48a-4d60-a875-de5df24c004d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.29 MiB/sec. | ||
| 8713 | 2025.01.31 23:39:24.131125 [ 262 ] {d1d15e3e-c48a-4d60-a875-de5df24c004d} <Debug> TCPHandler: Processed in 0.00222565 sec. | ||
| 8714 | 2025.01.31 23:39:24.131440 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8715 | 2025.01.31 23:39:24.131638 [ 259 ] {6ba31056-d44a-4183-b168-4671a5ba3f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8716 | 2025.01.31 23:39:24.131712 [ 259 ] {6ba31056-d44a-4183-b168-4671a5ba3f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8717 | 2025.01.31 23:39:24.132501 [ 259 ] {6ba31056-d44a-4183-b168-4671a5ba3f6d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8718 | 2025.01.31 23:39:24.132545 [ 259 ] {6ba31056-d44a-4183-b168-4671a5ba3f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8719 | 2025.01.31 23:39:24.133021 [ 259 ] {6ba31056-d44a-4183-b168-4671a5ba3f6d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8720 | 2025.01.31 23:39:24.133290 [ 259 ] {6ba31056-d44a-4183-b168-4671a5ba3f6d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8721 | 2025.01.31 23:39:24.133514 [ 259 ] {6ba31056-d44a-4183-b168-4671a5ba3f6d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00193 sec., 33160.62176165803 rows/sec., 2.59 MiB/sec. | ||
| 8722 | 2025.01.31 23:39:24.133623 [ 259 ] {6ba31056-d44a-4183-b168-4671a5ba3f6d} <Debug> TCPHandler: Processed in 0.002313192 sec. | ||
| 8723 | 2025.01.31 23:39:24.133827 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8724 | 2025.01.31 23:39:24.134052 [ 262 ] {8c93be1f-4be7-433c-8d5c-0b747bf7ef0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8725 | 2025.01.31 23:39:24.134111 [ 262 ] {8c93be1f-4be7-433c-8d5c-0b747bf7ef0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8726 | 2025.01.31 23:39:24.134695 [ 262 ] {8c93be1f-4be7-433c-8d5c-0b747bf7ef0d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8727 | 2025.01.31 23:39:24.134738 [ 262 ] {8c93be1f-4be7-433c-8d5c-0b747bf7ef0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8728 | 2025.01.31 23:39:24.135146 [ 262 ] {8c93be1f-4be7-433c-8d5c-0b747bf7ef0d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8729 | 2025.01.31 23:39:24.135387 [ 262 ] {8c93be1f-4be7-433c-8d5c-0b747bf7ef0d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8730 | 2025.01.31 23:39:24.135568 [ 262 ] {8c93be1f-4be7-433c-8d5c-0b747bf7ef0d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
| 8731 | 2025.01.31 23:39:24.135623 [ 262 ] {8c93be1f-4be7-433c-8d5c-0b747bf7ef0d} <Debug> TCPHandler: Processed in 0.0019115 sec. | ||
| 8732 | 2025.01.31 23:39:24.135774 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8733 | 2025.01.31 23:39:24.135924 [ 259 ] {9b8a8b90-927e-48b0-b7cc-5097d6c1df2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8734 | 2025.01.31 23:39:24.135991 [ 259 ] {9b8a8b90-927e-48b0-b7cc-5097d6c1df2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8735 | 2025.01.31 23:39:24.136563 [ 259 ] {9b8a8b90-927e-48b0-b7cc-5097d6c1df2a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8736 | 2025.01.31 23:39:24.136605 [ 259 ] {9b8a8b90-927e-48b0-b7cc-5097d6c1df2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8737 | 2025.01.31 23:39:24.137007 [ 259 ] {9b8a8b90-927e-48b0-b7cc-5097d6c1df2a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8738 | 2025.01.31 23:39:24.137255 [ 259 ] {9b8a8b90-927e-48b0-b7cc-5097d6c1df2a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8739 | 2025.01.31 23:39:24.137497 [ 259 ] {9b8a8b90-927e-48b0-b7cc-5097d6c1df2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001607 sec., 37336.6521468575 rows/sec., 2.52 MiB/sec. | ||
| 8740 | 2025.01.31 23:39:24.137600 [ 259 ] {9b8a8b90-927e-48b0-b7cc-5097d6c1df2a} <Debug> TCPHandler: Processed in 0.00189551 sec. | ||
| 8741 | 2025.01.31 23:39:25.880221 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 8742 | 2025.01.31 23:39:25.880854 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2025.01.31 23:39:25.880907 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8744 | 2025.01.31 23:39:25.881445 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8745 | 2025.01.31 23:39:25.881715 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2025.01.31 23:39:25.882001 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 8747 | 2025.01.31 23:39:27.370801 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8748 | 2025.01.31 23:39:27.392813 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8749 | 2025.01.31 23:39:27.392875 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8750 | 2025.01.31 23:39:27.400466 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8751 | 2025.01.31 23:39:27.401252 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8752 | 2025.01.31 23:39:27.404136 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8753 | 2025.01.31 23:39:28.476662 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1230 | ||
| 8754 | 2025.01.31 23:39:28.479686 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8755 | 2025.01.31 23:39:28.479738 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8756 | 2025.01.31 23:39:28.481208 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8757 | 2025.01.31 23:39:28.481513 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8758 | 2025.01.31 23:39:28.482056 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1230 | ||
| 8759 | 2025.01.31 23:39:29.135020 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8760 | 2025.01.31 23:39:29.135239 [ 262 ] {675d3773-5093-4875-bb99-a41560c83006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8761 | 2025.01.31 23:39:29.135322 [ 262 ] {675d3773-5093-4875-bb99-a41560c83006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8762 | 2025.01.31 23:39:29.136108 [ 262 ] {675d3773-5093-4875-bb99-a41560c83006} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8763 | 2025.01.31 23:39:29.136165 [ 262 ] {675d3773-5093-4875-bb99-a41560c83006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8764 | 2025.01.31 23:39:29.136603 [ 262 ] {675d3773-5093-4875-bb99-a41560c83006} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8765 | 2025.01.31 23:39:29.136872 [ 262 ] {675d3773-5093-4875-bb99-a41560c83006} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8766 | 2025.01.31 23:39:29.137104 [ 262 ] {675d3773-5093-4875-bb99-a41560c83006} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec. | ||
| 8767 | 2025.01.31 23:39:29.137193 [ 262 ] {675d3773-5093-4875-bb99-a41560c83006} <Debug> TCPHandler: Processed in 0.002321673 sec. | ||
| 8768 | 2025.01.31 23:39:29.137462 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8769 | 2025.01.31 23:39:29.137655 [ 259 ] {631c30b6-0526-4ab0-be7c-73866f3f26df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8770 | 2025.01.31 23:39:29.137732 [ 259 ] {631c30b6-0526-4ab0-be7c-73866f3f26df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8771 | 2025.01.31 23:39:29.138616 [ 259 ] {631c30b6-0526-4ab0-be7c-73866f3f26df} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8772 | 2025.01.31 23:39:29.138669 [ 259 ] {631c30b6-0526-4ab0-be7c-73866f3f26df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8773 | 2025.01.31 23:39:29.139150 [ 259 ] {631c30b6-0526-4ab0-be7c-73866f3f26df} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8774 | 2025.01.31 23:39:29.139408 [ 259 ] {631c30b6-0526-4ab0-be7c-73866f3f26df} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8775 | 2025.01.31 23:39:29.139683 [ 259 ] {631c30b6-0526-4ab0-be7c-73866f3f26df} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002075 sec., 135421.68674698795 rows/sec., 11.94 MiB/sec. | ||
| 8776 | 2025.01.31 23:39:29.139756 [ 259 ] {631c30b6-0526-4ab0-be7c-73866f3f26df} <Debug> TCPHandler: Processed in 0.002436697 sec. | ||
| 8777 | 2025.01.31 23:39:29.139995 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8778 | 2025.01.31 23:39:29.140188 [ 262 ] {aa21d0ea-b2d0-4a86-8061-850c059f665b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8779 | 2025.01.31 23:39:29.140251 [ 262 ] {aa21d0ea-b2d0-4a86-8061-850c059f665b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8780 | 2025.01.31 23:39:29.140898 [ 262 ] {aa21d0ea-b2d0-4a86-8061-850c059f665b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8781 | 2025.01.31 23:39:29.140939 [ 262 ] {aa21d0ea-b2d0-4a86-8061-850c059f665b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8782 | 2025.01.31 23:39:29.141304 [ 262 ] {aa21d0ea-b2d0-4a86-8061-850c059f665b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8783 | 2025.01.31 23:39:29.141547 [ 262 ] {aa21d0ea-b2d0-4a86-8061-850c059f665b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8784 | 2025.01.31 23:39:29.141773 [ 262 ] {aa21d0ea-b2d0-4a86-8061-850c059f665b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001629 sec., 28238.18293431553 rows/sec., 2.03 MiB/sec. | ||
| 8785 | 2025.01.31 23:39:29.141901 [ 262 ] {aa21d0ea-b2d0-4a86-8061-850c059f665b} <Debug> TCPHandler: Processed in 0.002043394 sec. | ||
| 8786 | 2025.01.31 23:39:29.142069 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8787 | 2025.01.31 23:39:29.142190 [ 259 ] {44fd7162-0b05-4202-9911-94d6b0272665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8788 | 2025.01.31 23:39:29.142241 [ 259 ] {44fd7162-0b05-4202-9911-94d6b0272665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8789 | 2025.01.31 23:39:29.142853 [ 259 ] {44fd7162-0b05-4202-9911-94d6b0272665} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8790 | 2025.01.31 23:39:29.142893 [ 259 ] {44fd7162-0b05-4202-9911-94d6b0272665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8791 | 2025.01.31 23:39:29.143277 [ 259 ] {44fd7162-0b05-4202-9911-94d6b0272665} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8792 | 2025.01.31 23:39:29.143528 [ 259 ] {44fd7162-0b05-4202-9911-94d6b0272665} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8793 | 2025.01.31 23:39:29.143742 [ 259 ] {44fd7162-0b05-4202-9911-94d6b0272665} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001577 sec., 8877.615726062142 rows/sec., 621.73 KiB/sec. | ||
| 8794 | 2025.01.31 23:39:29.143795 [ 259 ] {44fd7162-0b05-4202-9911-94d6b0272665} <Debug> TCPHandler: Processed in 0.001785786 sec. | ||
| 8795 | 2025.01.31 23:39:29.143966 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8796 | 2025.01.31 23:39:29.144110 [ 262 ] {23ba2759-9028-4ef8-bbe0-69c35665e581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8797 | 2025.01.31 23:39:29.144170 [ 262 ] {23ba2759-9028-4ef8-bbe0-69c35665e581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8798 | 2025.01.31 23:39:29.144792 [ 262 ] {23ba2759-9028-4ef8-bbe0-69c35665e581} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8799 | 2025.01.31 23:39:29.144831 [ 262 ] {23ba2759-9028-4ef8-bbe0-69c35665e581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8800 | 2025.01.31 23:39:29.145186 [ 262 ] {23ba2759-9028-4ef8-bbe0-69c35665e581} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8801 | 2025.01.31 23:39:29.145423 [ 262 ] {23ba2759-9028-4ef8-bbe0-69c35665e581} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8802 | 2025.01.31 23:39:29.145630 [ 262 ] {23ba2759-9028-4ef8-bbe0-69c35665e581} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec. | ||
| 8803 | 2025.01.31 23:39:29.145686 [ 262 ] {23ba2759-9028-4ef8-bbe0-69c35665e581} <Debug> TCPHandler: Processed in 0.001788686 sec. | ||
| 8804 | 2025.01.31 23:39:29.145848 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8805 | 2025.01.31 23:39:29.145987 [ 259 ] {d6e519fb-93b9-4215-8d63-cf36282335e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8806 | 2025.01.31 23:39:29.146045 [ 259 ] {d6e519fb-93b9-4215-8d63-cf36282335e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8807 | 2025.01.31 23:39:29.146864 [ 259 ] {d6e519fb-93b9-4215-8d63-cf36282335e4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8808 | 2025.01.31 23:39:29.146906 [ 259 ] {d6e519fb-93b9-4215-8d63-cf36282335e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8809 | 2025.01.31 23:39:29.147295 [ 259 ] {d6e519fb-93b9-4215-8d63-cf36282335e4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8810 | 2025.01.31 23:39:29.147547 [ 259 ] {d6e519fb-93b9-4215-8d63-cf36282335e4} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8811 | 2025.01.31 23:39:29.147772 [ 259 ] {d6e519fb-93b9-4215-8d63-cf36282335e4} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001817 sec., 231700.60539350577 rows/sec., 16.56 MiB/sec. | ||
| 8812 | 2025.01.31 23:39:29.147826 [ 259 ] {d6e519fb-93b9-4215-8d63-cf36282335e4} <Debug> TCPHandler: Processed in 0.002045745 sec. | ||
| 8813 | 2025.01.31 23:39:29.147968 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8814 | 2025.01.31 23:39:29.148087 [ 262 ] {c83cf44e-fd6c-4589-8ae4-e03ab45d561e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8815 | 2025.01.31 23:39:29.148138 [ 262 ] {c83cf44e-fd6c-4589-8ae4-e03ab45d561e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8816 | 2025.01.31 23:39:29.148615 [ 262 ] {c83cf44e-fd6c-4589-8ae4-e03ab45d561e} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8817 | 2025.01.31 23:39:29.148654 [ 262 ] {c83cf44e-fd6c-4589-8ae4-e03ab45d561e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8818 | 2025.01.31 23:39:29.149021 [ 262 ] {c83cf44e-fd6c-4589-8ae4-e03ab45d561e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8819 | 2025.01.31 23:39:29.149251 [ 262 ] {c83cf44e-fd6c-4589-8ae4-e03ab45d561e} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8820 | 2025.01.31 23:39:29.149455 [ 262 ] {c83cf44e-fd6c-4589-8ae4-e03ab45d561e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 224.88 KiB/sec. | ||
| 8821 | 2025.01.31 23:39:29.149508 [ 262 ] {c83cf44e-fd6c-4589-8ae4-e03ab45d561e} <Debug> TCPHandler: Processed in 0.001594681 sec. | ||
| 8822 | 2025.01.31 23:39:29.149665 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8823 | 2025.01.31 23:39:29.149805 [ 259 ] {f6964338-9383-4f7c-b837-a06f0185460d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8824 | 2025.01.31 23:39:29.149870 [ 259 ] {f6964338-9383-4f7c-b837-a06f0185460d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8825 | 2025.01.31 23:39:29.150541 [ 259 ] {f6964338-9383-4f7c-b837-a06f0185460d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8826 | 2025.01.31 23:39:29.150581 [ 259 ] {f6964338-9383-4f7c-b837-a06f0185460d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8827 | 2025.01.31 23:39:29.150982 [ 259 ] {f6964338-9383-4f7c-b837-a06f0185460d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8828 | 2025.01.31 23:39:29.151229 [ 259 ] {f6964338-9383-4f7c-b837-a06f0185460d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8829 | 2025.01.31 23:39:29.151443 [ 259 ] {f6964338-9383-4f7c-b837-a06f0185460d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001671 sec., 141831.23877917416 rows/sec., 9.51 MiB/sec. | ||
| 8830 | 2025.01.31 23:39:29.151496 [ 259 ] {f6964338-9383-4f7c-b837-a06f0185460d} <Debug> TCPHandler: Processed in 0.00189818 sec. | ||
| 8831 | 2025.01.31 23:39:29.151644 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8832 | 2025.01.31 23:39:29.151762 [ 262 ] {baadbbee-dc60-4de8-8d10-df945b5e4d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8833 | 2025.01.31 23:39:29.151816 [ 262 ] {baadbbee-dc60-4de8-8d10-df945b5e4d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8834 | 2025.01.31 23:39:29.152288 [ 262 ] {baadbbee-dc60-4de8-8d10-df945b5e4d45} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8835 | 2025.01.31 23:39:29.152327 [ 262 ] {baadbbee-dc60-4de8-8d10-df945b5e4d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8836 | 2025.01.31 23:39:29.152694 [ 262 ] {baadbbee-dc60-4de8-8d10-df945b5e4d45} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8837 | 2025.01.31 23:39:29.152932 [ 262 ] {baadbbee-dc60-4de8-8d10-df945b5e4d45} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8838 | 2025.01.31 23:39:29.153084 [ 147 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 8839 | 2025.01.31 23:39:29.153147 [ 262 ] {baadbbee-dc60-4de8-8d10-df945b5e4d45} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001407 sec., 710.7320540156361 rows/sec., 47.89 KiB/sec. | ||
| 8840 | 2025.01.31 23:39:29.153162 [ 147 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8841 | 2025.01.31 23:39:29.153225 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8842 | 2025.01.31 23:39:29.153262 [ 262 ] {baadbbee-dc60-4de8-8d10-df945b5e4d45} <Debug> TCPHandler: Processed in 0.001672872 sec. | ||
| 8843 | 2025.01.31 23:39:29.153582 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8844 | 2025.01.31 23:39:29.153745 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 8845 | 2025.01.31 23:39:29.153995 [ 259 ] {8ee0190b-1ee0-4af5-9b65-c1381cbb1078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8846 | 2025.01.31 23:39:29.154375 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8847 | 2025.01.31 23:39:29.154434 [ 259 ] {8ee0190b-1ee0-4af5-9b65-c1381cbb1078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8848 | 2025.01.31 23:39:29.154487 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 8849 | 2025.01.31 23:39:29.154697 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 8850 | 2025.01.31 23:39:29.155113 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 8851 | 2025.01.31 23:39:29.155418 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 8852 | 2025.01.31 23:39:29.155692 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 8853 | 2025.01.31 23:39:29.155856 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 8854 | 2025.01.31 23:39:29.157890 [ 200 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004554844 sec., 7025.48759079345 rows/sec., 473.40 KiB/sec. | ||
| 8855 | 2025.01.31 23:39:29.158232 [ 200 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 8856 | 2025.01.31 23:39:29.158556 [ 259 ] {8ee0190b-1ee0-4af5-9b65-c1381cbb1078} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8857 | 2025.01.31 23:39:29.158608 [ 259 ] {8ee0190b-1ee0-4af5-9b65-c1381cbb1078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8858 | 2025.01.31 23:39:29.159055 [ 200 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_32_7} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8859 | 2025.01.31 23:39:29.159290 [ 200 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_32_7} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 8860 | 2025.01.31 23:39:29.159493 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 8861 | 2025.01.31 23:39:29.159841 [ 259 ] {8ee0190b-1ee0-4af5-9b65-c1381cbb1078} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8862 | 2025.01.31 23:39:29.160125 [ 259 ] {8ee0190b-1ee0-4af5-9b65-c1381cbb1078} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8863 | 2025.01.31 23:39:29.160383 [ 259 ] {8ee0190b-1ee0-4af5-9b65-c1381cbb1078} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006541 sec., 5962.391071701575 rows/sec., 10.68 MiB/sec. | ||
| 8864 | 2025.01.31 23:39:29.160491 [ 259 ] {8ee0190b-1ee0-4af5-9b65-c1381cbb1078} <Debug> TCPHandler: Processed in 0.007109504 sec. | ||
| 8865 | 2025.01.31 23:39:29.160653 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8866 | 2025.01.31 23:39:29.160799 [ 262 ] {e7f540b6-7227-42d4-9928-8d1735a86834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8867 | 2025.01.31 23:39:29.160860 [ 262 ] {e7f540b6-7227-42d4-9928-8d1735a86834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8868 | 2025.01.31 23:39:29.161446 [ 262 ] {e7f540b6-7227-42d4-9928-8d1735a86834} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8869 | 2025.01.31 23:39:29.161486 [ 262 ] {e7f540b6-7227-42d4-9928-8d1735a86834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8870 | 2025.01.31 23:39:29.161855 [ 262 ] {e7f540b6-7227-42d4-9928-8d1735a86834} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8871 | 2025.01.31 23:39:29.162097 [ 262 ] {e7f540b6-7227-42d4-9928-8d1735a86834} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8872 | 2025.01.31 23:39:29.162309 [ 262 ] {e7f540b6-7227-42d4-9928-8d1735a86834} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001543 sec., 53143.22747893713 rows/sec., 3.38 MiB/sec. | ||
| 8873 | 2025.01.31 23:39:29.162362 [ 262 ] {e7f540b6-7227-42d4-9928-8d1735a86834} <Debug> TCPHandler: Processed in 0.001777665 sec. | ||
| 8874 | 2025.01.31 23:39:33.203101 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8875 | 2025.01.31 23:39:33.203163 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8876 | 2025.01.31 23:39:33.383020 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 8877 | 2025.01.31 23:39:33.383674 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8878 | 2025.01.31 23:39:33.383723 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8879 | 2025.01.31 23:39:33.384253 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8880 | 2025.01.31 23:39:33.384510 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8881 | 2025.01.31 23:39:33.384679 [ 143 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8882 | 2025.01.31 23:39:33.384711 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8883 | 2025.01.31 23:39:33.384731 [ 143 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8884 | 2025.01.31 23:39:33.384759 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8885 | 2025.01.31 23:39:33.384872 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 8886 | 2025.01.31 23:39:33.384989 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8887 | 2025.01.31 23:39:33.385027 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 8888 | 2025.01.31 23:39:33.385112 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 8889 | 2025.01.31 23:39:33.385277 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 8890 | 2025.01.31 23:39:33.385561 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 8891 | 2025.01.31 23:39:33.385764 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 8892 | 2025.01.31 23:39:33.385952 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 8893 | 2025.01.31 23:39:33.388311 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.00349677 sec., 6035855.947059715 rows/sec., 86.34 MiB/sec. | ||
| 8894 | 2025.01.31 23:39:33.388599 [ 191 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8895 | 2025.01.31 23:39:33.388927 [ 191 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_46_9} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8896 | 2025.01.31 23:39:33.389018 [ 191 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_46_9} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8897 | 2025.01.31 23:39:33.389111 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 8898 | 2025.01.31 23:39:34.129616 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8899 | 2025.01.31 23:39:34.129810 [ 262 ] {b6b7923d-e93c-491a-97af-bc8a55165995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8900 | 2025.01.31 23:39:34.129884 [ 262 ] {b6b7923d-e93c-491a-97af-bc8a55165995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8901 | 2025.01.31 23:39:34.130670 [ 262 ] {b6b7923d-e93c-491a-97af-bc8a55165995} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8902 | 2025.01.31 23:39:34.130722 [ 262 ] {b6b7923d-e93c-491a-97af-bc8a55165995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8903 | 2025.01.31 23:39:34.131149 [ 262 ] {b6b7923d-e93c-491a-97af-bc8a55165995} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8904 | 2025.01.31 23:39:34.131404 [ 262 ] {b6b7923d-e93c-491a-97af-bc8a55165995} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8905 | 2025.01.31 23:39:34.131615 [ 143 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8906 | 2025.01.31 23:39:34.131659 [ 262 ] {b6b7923d-e93c-491a-97af-bc8a55165995} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.26 MiB/sec. | ||
| 8907 | 2025.01.31 23:39:34.131706 [ 143 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8908 | 2025.01.31 23:39:34.131778 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8909 | 2025.01.31 23:39:34.131793 [ 262 ] {b6b7923d-e93c-491a-97af-bc8a55165995} <Debug> TCPHandler: Processed in 0.002305982 sec. | ||
| 8910 | 2025.01.31 23:39:34.131954 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8911 | 2025.01.31 23:39:34.132085 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8912 | 2025.01.31 23:39:34.132139 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8913 | 2025.01.31 23:39:34.132164 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8914 | 2025.01.31 23:39:34.132323 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8915 | 2025.01.31 23:39:34.132654 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8916 | 2025.01.31 23:39:34.132762 [ 259 ] {1c8503eb-a3c8-4fce-8cd0-29530035e22f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8917 | 2025.01.31 23:39:34.132973 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8918 | 2025.01.31 23:39:34.133016 [ 259 ] {1c8503eb-a3c8-4fce-8cd0-29530035e22f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8919 | 2025.01.31 23:39:34.133227 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8920 | 2025.01.31 23:39:34.133544 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 8921 | 2025.01.31 23:39:34.135617 [ 259 ] {1c8503eb-a3c8-4fce-8cd0-29530035e22f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8922 | 2025.01.31 23:39:34.135707 [ 259 ] {1c8503eb-a3c8-4fce-8cd0-29530035e22f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8923 | 2025.01.31 23:39:34.136496 [ 259 ] {1c8503eb-a3c8-4fce-8cd0-29530035e22f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8924 | 2025.01.31 23:39:34.136744 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.004867623 sec., 443748.41683507536 rows/sec., 39.02 MiB/sec. | ||
| 8925 | 2025.01.31 23:39:34.136967 [ 259 ] {1c8503eb-a3c8-4fce-8cd0-29530035e22f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8926 | 2025.01.31 23:39:34.137034 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8927 | 2025.01.31 23:39:34.137279 [ 143 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8928 | 2025.01.31 23:39:34.137370 [ 143 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8929 | 2025.01.31 23:39:34.137445 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8930 | 2025.01.31 23:39:34.137736 [ 259 ] {1c8503eb-a3c8-4fce-8cd0-29530035e22f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005055 sec., 12660.731948565777 rows/sec., 1011.92 KiB/sec. | ||
| 8931 | 2025.01.31 23:39:34.137879 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_76_15} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:39:34.138237 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_76_15} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8933 | 2025.01.31 23:39:34.138491 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 8934 | 2025.01.31 23:39:34.138591 [ 259 ] {1c8503eb-a3c8-4fce-8cd0-29530035e22f} <Debug> TCPHandler: Processed in 0.006626749 sec. | ||
| 8935 | 2025.01.31 23:39:34.138794 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8936 | 2025.01.31 23:39:34.138870 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8937 | 2025.01.31 23:39:34.139147 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8938 | 2025.01.31 23:39:34.139174 [ 262 ] {dbe69f61-ef92-4019-a9a5-165066d1a350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8939 | 2025.01.31 23:39:34.139220 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8940 | 2025.01.31 23:39:34.139310 [ 262 ] {dbe69f61-ef92-4019-a9a5-165066d1a350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8941 | 2025.01.31 23:39:34.139606 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8942 | 2025.01.31 23:39:34.139996 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8943 | 2025.01.31 23:39:34.140292 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8944 | 2025.01.31 23:39:34.140792 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8945 | 2025.01.31 23:39:34.140933 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 8946 | 2025.01.31 23:39:34.142081 [ 262 ] {dbe69f61-ef92-4019-a9a5-165066d1a350} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8947 | 2025.01.31 23:39:34.142151 [ 262 ] {dbe69f61-ef92-4019-a9a5-165066d1a350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8948 | 2025.01.31 23:39:34.143246 [ 262 ] {dbe69f61-ef92-4019-a9a5-165066d1a350} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8949 | 2025.01.31 23:39:34.143675 [ 262 ] {dbe69f61-ef92-4019-a9a5-165066d1a350} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8950 | 2025.01.31 23:39:34.143922 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8951 | 2025.01.31 23:39:34.144009 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8952 | 2025.01.31 23:39:34.144076 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8953 | 2025.01.31 23:39:34.144150 [ 262 ] {dbe69f61-ef92-4019-a9a5-165066d1a350} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005054 sec., 31658.092599920852 rows/sec., 2.20 MiB/sec. | ||
| 8954 | 2025.01.31 23:39:34.144647 [ 262 ] {dbe69f61-ef92-4019-a9a5-165066d1a350} <Debug> TCPHandler: Processed in 0.005905555 sec. | ||
| 8955 | 2025.01.31 23:39:34.144710 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8956 | 2025.01.31 23:39:34.145375 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8957 | 2025.01.31 23:39:34.145699 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8958 | 2025.01.31 23:39:34.145773 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21908 rows starting from the beginning of the part | ||
| 8959 | 2025.01.31 23:39:34.145776 [ 193 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.008195288 sec., 237575.5434098228 rows/sec., 18.18 MiB/sec. | ||
| 8960 | 2025.01.31 23:39:34.146237 [ 193 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8961 | 2025.01.31 23:39:34.146257 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8962 | 2025.01.31 23:39:34.146450 [ 259 ] {05c86e80-5dcb-47cd-b4a9-baed0ec2a216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8963 | 2025.01.31 23:39:34.146722 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8964 | 2025.01.31 23:39:34.147057 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8965 | 2025.01.31 23:39:34.147473 [ 259 ] {05c86e80-5dcb-47cd-b4a9-baed0ec2a216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8966 | 2025.01.31 23:39:34.147508 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8967 | 2025.01.31 23:39:34.147529 [ 196 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_76_15} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8968 | 2025.01.31 23:39:34.147996 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 8969 | 2025.01.31 23:39:34.148126 [ 196 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_76_15} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8970 | 2025.01.31 23:39:34.148731 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 8971 | 2025.01.31 23:39:34.149803 [ 259 ] {05c86e80-5dcb-47cd-b4a9-baed0ec2a216} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8972 | 2025.01.31 23:39:34.149857 [ 259 ] {05c86e80-5dcb-47cd-b4a9-baed0ec2a216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8973 | 2025.01.31 23:39:34.150400 [ 259 ] {05c86e80-5dcb-47cd-b4a9-baed0ec2a216} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8974 | 2025.01.31 23:39:34.150798 [ 259 ] {05c86e80-5dcb-47cd-b4a9-baed0ec2a216} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8975 | 2025.01.31 23:39:34.151136 [ 143 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8976 | 2025.01.31 23:39:34.151263 [ 143 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8977 | 2025.01.31 23:39:34.151360 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8978 | 2025.01.31 23:39:34.151502 [ 259 ] {05c86e80-5dcb-47cd-b4a9-baed0ec2a216} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005164 sec., 11618.900077459333 rows/sec., 801.83 KiB/sec. | ||
| 8979 | 2025.01.31 23:39:34.151844 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8980 | 2025.01.31 23:39:34.151973 [ 259 ] {05c86e80-5dcb-47cd-b4a9-baed0ec2a216} <Debug> TCPHandler: Processed in 0.007168826 sec. | ||
| 8981 | 2025.01.31 23:39:34.152376 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8982 | 2025.01.31 23:39:34.152428 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8983 | 2025.01.31 23:39:34.152662 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8984 | 2025.01.31 23:39:34.152856 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8985 | 2025.01.31 23:39:34.153044 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8986 | 2025.01.31 23:39:34.153178 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8987 | 2025.01.31 23:39:34.153604 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 8988 | 2025.01.31 23:39:34.159631 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4652 rows, containing 4 columns (4 merged, 0 gathered) in 0.008136875 sec., 571718.2579307166 rows/sec., 37.28 MiB/sec. | ||
| 8989 | 2025.01.31 23:39:34.160019 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8990 | 2025.01.31 23:39:34.160411 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_76_15} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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.31 23:39:34.160514 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_76_15} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8992 | 2025.01.31 23:39:34.160618 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 8993 | 2025.01.31 23:39:34.162796 [ 196 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22862 rows, containing 5 columns (5 merged, 0 gathered) in 0.018588475 sec., 1229901.8612339096 rows/sec., 83.06 MiB/sec. | ||
| 8994 | 2025.01.31 23:39:34.163257 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8995 | 2025.01.31 23:39:34.163595 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8996 | 2025.01.31 23:39:34.163677 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8997 | 2025.01.31 23:39:34.163772 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 8998 | 2025.01.31 23:39:34.905101 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8999 | 2025.01.31 23:39:34.928617 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9000 | 2025.01.31 23:39:34.928688 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9001 | 2025.01.31 23:39:34.936145 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9002 | 2025.01.31 23:39:34.936949 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2025.01.31 23:39:34.937348 [ 143 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9004 | 2025.01.31 23:39:34.937489 [ 143 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9005 | 2025.01.31 23:39:34.937565 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9006 | 2025.01.31 23:39:34.938062 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9007 | 2025.01.31 23:39:34.953662 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9008 | 2025.01.31 23:39:34.955357 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9009 | 2025.01.31 23:39:34.956572 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9010 | 2025.01.31 23:39:34.961744 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9011 | 2025.01.31 23:39:34.966957 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9012 | 2025.01.31 23:39:34.972309 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9013 | 2025.01.31 23:39:34.976226 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9014 | 2025.01.31 23:39:34.976669 [ 262 ] {6f2910f3-1533-43c0-acb1-af2d3bb17bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9015 | 2025.01.31 23:39:34.976808 [ 262 ] {6f2910f3-1533-43c0-acb1-af2d3bb17bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9016 | 2025.01.31 23:39:34.980022 [ 262 ] {6f2910f3-1533-43c0-acb1-af2d3bb17bfb} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9017 | 2025.01.31 23:39:34.980541 [ 262 ] {6f2910f3-1533-43c0-acb1-af2d3bb17bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9018 | 2025.01.31 23:39:34.981753 [ 262 ] {6f2910f3-1533-43c0-acb1-af2d3bb17bfb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9019 | 2025.01.31 23:39:34.982396 [ 262 ] {6f2910f3-1533-43c0-acb1-af2d3bb17bfb} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9020 | 2025.01.31 23:39:34.982781 [ 143 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9021 | 2025.01.31 23:39:34.982893 [ 143 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9022 | 2025.01.31 23:39:34.982990 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9023 | 2025.01.31 23:39:34.983198 [ 262 ] {6f2910f3-1533-43c0-acb1-af2d3bb17bfb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.006631 sec., 2111.2954305534613 rows/sec., 151.98 KiB/sec. | ||
| 9024 | 2025.01.31 23:39:34.983301 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9025 | 2025.01.31 23:39:34.983574 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 9026 | 2025.01.31 23:39:34.983643 [ 262 ] {6f2910f3-1533-43c0-acb1-af2d3bb17bfb} <Debug> TCPHandler: Processed in 0.007598749 sec. | ||
| 9027 | 2025.01.31 23:39:34.984177 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9028 | 2025.01.31 23:39:34.984193 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9029 | 2025.01.31 23:39:34.984366 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 9030 | 2025.01.31 23:39:34.984890 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 9031 | 2025.01.31 23:39:34.985071 [ 259 ] {c74a9e50-eb5e-4086-ae86-9425ef1b06a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9032 | 2025.01.31 23:39:34.985427 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 9033 | 2025.01.31 23:39:34.985598 [ 259 ] {c74a9e50-eb5e-4086-ae86-9425ef1b06a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9034 | 2025.01.31 23:39:34.986060 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 9035 | 2025.01.31 23:39:34.986474 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 9036 | 2025.01.31 23:39:34.991342 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008179057 sec., 8558.44384016397 rows/sec., 649.52 KiB/sec. | ||
| 9037 | 2025.01.31 23:39:34.991527 [ 259 ] {c74a9e50-eb5e-4086-ae86-9425ef1b06a4} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9038 | 2025.01.31 23:39:34.991600 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9039 | 2025.01.31 23:39:34.991616 [ 259 ] {c74a9e50-eb5e-4086-ae86-9425ef1b06a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9040 | 2025.01.31 23:39:34.992421 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_33_8} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9041 | 2025.01.31 23:39:34.992709 [ 193 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_33_8} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9042 | 2025.01.31 23:39:34.992988 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9043 | 2025.01.31 23:39:34.993381 [ 259 ] {c74a9e50-eb5e-4086-ae86-9425ef1b06a4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 9044 | 2025.01.31 23:39:34.993989 [ 259 ] {c74a9e50-eb5e-4086-ae86-9425ef1b06a4} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9045 | 2025.01.31 23:39:34.994927 [ 259 ] {c74a9e50-eb5e-4086-ae86-9425ef1b06a4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.010292 sec., 194.32568985619898 rows/sec., 15.85 KiB/sec. | ||
| 9046 | 2025.01.31 23:39:34.995246 [ 259 ] {c74a9e50-eb5e-4086-ae86-9425ef1b06a4} <Debug> TCPHandler: Processed in 0.011416439 sec. | ||
| 9047 | 2025.01.31 23:39:34.995675 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9048 | 2025.01.31 23:39:34.995945 [ 262 ] {59b71f17-da9f-4451-b501-e5391f858106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9049 | 2025.01.31 23:39:34.996063 [ 262 ] {59b71f17-da9f-4451-b501-e5391f858106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9050 | 2025.01.31 23:39:34.999852 [ 262 ] {59b71f17-da9f-4451-b501-e5391f858106} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9051 | 2025.01.31 23:39:34.999924 [ 262 ] {59b71f17-da9f-4451-b501-e5391f858106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9052 | 2025.01.31 23:39:35.001086 [ 262 ] {59b71f17-da9f-4451-b501-e5391f858106} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9053 | 2025.01.31 23:39:35.001177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.29 MiB, peak 235.30 MiB, free memory in arenas 0.00 B, will set to 225.21 MiB (RSS), difference: -4.08 MiB | ||
| 9054 | 2025.01.31 23:39:35.001869 [ 262 ] {59b71f17-da9f-4451-b501-e5391f858106} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9055 | 2025.01.31 23:39:35.002715 [ 262 ] {59b71f17-da9f-4451-b501-e5391f858106} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.006792 sec., 209363.95759717314 rows/sec., 17.48 MiB/sec. | ||
| 9056 | 2025.01.31 23:39:35.003338 [ 262 ] {59b71f17-da9f-4451-b501-e5391f858106} <Debug> TCPHandler: Processed in 0.007906529 sec. | ||
| 9057 | 2025.01.31 23:39:35.003886 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9058 | 2025.01.31 23:39:35.004589 [ 259 ] {fb5367f5-8275-4636-850b-2dd53d8b8b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9059 | 2025.01.31 23:39:35.004809 [ 259 ] {fb5367f5-8275-4636-850b-2dd53d8b8b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9060 | 2025.01.31 23:39:35.007613 [ 259 ] {fb5367f5-8275-4636-850b-2dd53d8b8b98} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9061 | 2025.01.31 23:39:35.007691 [ 259 ] {fb5367f5-8275-4636-850b-2dd53d8b8b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9062 | 2025.01.31 23:39:35.008695 [ 259 ] {fb5367f5-8275-4636-850b-2dd53d8b8b98} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9063 | 2025.01.31 23:39:35.009268 [ 259 ] {fb5367f5-8275-4636-850b-2dd53d8b8b98} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9064 | 2025.01.31 23:39:35.009907 [ 259 ] {fb5367f5-8275-4636-850b-2dd53d8b8b98} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.005592 sec., 8583.690987124464 rows/sec., 630.96 KiB/sec. | ||
| 9065 | 2025.01.31 23:39:35.009936 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9066 | 2025.01.31 23:39:35.010045 [ 259 ] {fb5367f5-8275-4636-850b-2dd53d8b8b98} <Debug> TCPHandler: Processed in 0.006532116 sec. | ||
| 9067 | 2025.01.31 23:39:35.010340 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9068 | 2025.01.31 23:39:35.010679 [ 262 ] {9a1acd3f-98fd-4a47-919f-fec7a0234ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9069 | 2025.01.31 23:39:35.010766 [ 262 ] {9a1acd3f-98fd-4a47-919f-fec7a0234ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9070 | 2025.01.31 23:39:35.012516 [ 262 ] {9a1acd3f-98fd-4a47-919f-fec7a0234ece} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9071 | 2025.01.31 23:39:35.012570 [ 262 ] {9a1acd3f-98fd-4a47-919f-fec7a0234ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9072 | 2025.01.31 23:39:35.013371 [ 262 ] {9a1acd3f-98fd-4a47-919f-fec7a0234ece} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9073 | 2025.01.31 23:39:35.013926 [ 262 ] {9a1acd3f-98fd-4a47-919f-fec7a0234ece} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9074 | 2025.01.31 23:39:35.014483 [ 262 ] {9a1acd3f-98fd-4a47-919f-fec7a0234ece} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003866 sec., 62596.999482669424 rows/sec., 4.24 MiB/sec. | ||
| 9075 | 2025.01.31 23:39:35.014748 [ 262 ] {9a1acd3f-98fd-4a47-919f-fec7a0234ece} <Debug> TCPHandler: Processed in 0.004561304 sec. | ||
| 9076 | 2025.01.31 23:39:35.015096 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9077 | 2025.01.31 23:39:35.015462 [ 259 ] {65ef50ac-c88b-441e-94a0-672bb647aa32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9078 | 2025.01.31 23:39:35.015618 [ 259 ] {65ef50ac-c88b-441e-94a0-672bb647aa32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9079 | 2025.01.31 23:39:35.017783 [ 259 ] {65ef50ac-c88b-441e-94a0-672bb647aa32} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9080 | 2025.01.31 23:39:35.017859 [ 259 ] {65ef50ac-c88b-441e-94a0-672bb647aa32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9081 | 2025.01.31 23:39:35.019215 [ 259 ] {65ef50ac-c88b-441e-94a0-672bb647aa32} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9082 | 2025.01.31 23:39:35.019897 [ 259 ] {65ef50ac-c88b-441e-94a0-672bb647aa32} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9083 | 2025.01.31 23:39:35.020424 [ 140 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9084 | 2025.01.31 23:39:35.020641 [ 140 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9085 | 2025.01.31 23:39:35.020751 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9086 | 2025.01.31 23:39:35.021101 [ 259 ] {65ef50ac-c88b-441e-94a0-672bb647aa32} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005716 sec., 2274.3177046885935 rows/sec., 141.80 KiB/sec. | ||
| 9087 | 2025.01.31 23:39:35.021238 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 9088 | 2025.01.31 23:39:35.021496 [ 259 ] {65ef50ac-c88b-441e-94a0-672bb647aa32} <Debug> TCPHandler: Processed in 0.006592568 sec. | ||
| 9089 | 2025.01.31 23:39:35.021854 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9090 | 2025.01.31 23:39:35.021977 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9091 | 2025.01.31 23:39:35.022148 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 9092 | 2025.01.31 23:39:35.022309 [ 262 ] {cd0b27ba-bf44-4180-88f4-b5b7262b5694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9093 | 2025.01.31 23:39:35.022598 [ 262 ] {cd0b27ba-bf44-4180-88f4-b5b7262b5694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9094 | 2025.01.31 23:39:35.022650 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 9095 | 2025.01.31 23:39:35.023225 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 9096 | 2025.01.31 23:39:35.024632 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 9097 | 2025.01.31 23:39:35.025085 [ 194 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 9098 | 2025.01.31 23:39:35.026925 [ 262 ] {cd0b27ba-bf44-4180-88f4-b5b7262b5694} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9099 | 2025.01.31 23:39:35.027045 [ 262 ] {cd0b27ba-bf44-4180-88f4-b5b7262b5694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9100 | 2025.01.31 23:39:35.028779 [ 262 ] {cd0b27ba-bf44-4180-88f4-b5b7262b5694} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9101 | 2025.01.31 23:39:35.029758 [ 262 ] {cd0b27ba-bf44-4180-88f4-b5b7262b5694} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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.31 23:39:35.030683 [ 262 ] {cd0b27ba-bf44-4180-88f4-b5b7262b5694} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.008488 sec., 103557.96418473138 rows/sec., 7.51 MiB/sec. | ||
| 9103 | 2025.01.31 23:39:35.031196 [ 262 ] {cd0b27ba-bf44-4180-88f4-b5b7262b5694} <Debug> TCPHandler: Processed in 0.009538399 sec. | ||
| 9104 | 2025.01.31 23:39:35.031480 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.010525771 sec., 6175.3196036660875 rows/sec., 409.15 KiB/sec. | ||
| 9105 | 2025.01.31 23:39:35.031686 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9106 | 2025.01.31 23:39:35.031882 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9107 | 2025.01.31 23:39:35.032264 [ 259 ] {036b2b6e-11dc-4c07-a189-efb614b6fc93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9108 | 2025.01.31 23:39:35.032591 [ 259 ] {036b2b6e-11dc-4c07-a189-efb614b6fc93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9109 | 2025.01.31 23:39:35.032769 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_33_8} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9110 | 2025.01.31 23:39:35.033171 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_33_8} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9111 | 2025.01.31 23:39:35.033502 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9112 | 2025.01.31 23:39:35.035463 [ 259 ] {036b2b6e-11dc-4c07-a189-efb614b6fc93} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9113 | 2025.01.31 23:39:35.035545 [ 259 ] {036b2b6e-11dc-4c07-a189-efb614b6fc93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9114 | 2025.01.31 23:39:35.036628 [ 259 ] {036b2b6e-11dc-4c07-a189-efb614b6fc93} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9115 | 2025.01.31 23:39:35.037173 [ 259 ] {036b2b6e-11dc-4c07-a189-efb614b6fc93} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9116 | 2025.01.31 23:39:35.037716 [ 259 ] {036b2b6e-11dc-4c07-a189-efb614b6fc93} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005691 sec., 1054.2962572482868 rows/sec., 55.08 KiB/sec. | ||
| 9117 | 2025.01.31 23:39:35.037892 [ 259 ] {036b2b6e-11dc-4c07-a189-efb614b6fc93} <Debug> TCPHandler: Processed in 0.006549566 sec. | ||
| 9118 | 2025.01.31 23:39:35.038118 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9119 | 2025.01.31 23:39:35.038422 [ 262 ] {fec96020-afe3-437f-8c11-16d12d73b60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9120 | 2025.01.31 23:39:35.038602 [ 262 ] {fec96020-afe3-437f-8c11-16d12d73b60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9121 | 2025.01.31 23:39:35.040478 [ 262 ] {fec96020-afe3-437f-8c11-16d12d73b60f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9122 | 2025.01.31 23:39:35.040518 [ 262 ] {fec96020-afe3-437f-8c11-16d12d73b60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9123 | 2025.01.31 23:39:35.041345 [ 262 ] {fec96020-afe3-437f-8c11-16d12d73b60f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9124 | 2025.01.31 23:39:35.041991 [ 262 ] {fec96020-afe3-437f-8c11-16d12d73b60f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9125 | 2025.01.31 23:39:35.042686 [ 262 ] {fec96020-afe3-437f-8c11-16d12d73b60f} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.004349 sec., 219820.64842492528 rows/sec., 14.60 MiB/sec. | ||
| 9126 | 2025.01.31 23:39:35.042981 [ 262 ] {fec96020-afe3-437f-8c11-16d12d73b60f} <Debug> TCPHandler: Processed in 0.004969856 sec. | ||
| 9127 | 2025.01.31 23:39:35.043334 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9128 | 2025.01.31 23:39:35.043568 [ 259 ] {d381cf59-90ea-4f97-abc6-fc42b151b983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9129 | 2025.01.31 23:39:35.043670 [ 259 ] {d381cf59-90ea-4f97-abc6-fc42b151b983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9130 | 2025.01.31 23:39:35.045029 [ 259 ] {d381cf59-90ea-4f97-abc6-fc42b151b983} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9131 | 2025.01.31 23:39:35.045117 [ 259 ] {d381cf59-90ea-4f97-abc6-fc42b151b983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9132 | 2025.01.31 23:39:35.046815 [ 259 ] {d381cf59-90ea-4f97-abc6-fc42b151b983} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9133 | 2025.01.31 23:39:35.047581 [ 259 ] {d381cf59-90ea-4f97-abc6-fc42b151b983} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9134 | 2025.01.31 23:39:35.048676 [ 259 ] {d381cf59-90ea-4f97-abc6-fc42b151b983} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005071 sec., 197.19976336028398 rows/sec., 13.29 KiB/sec. | ||
| 9135 | 2025.01.31 23:39:35.049115 [ 259 ] {d381cf59-90ea-4f97-abc6-fc42b151b983} <Debug> TCPHandler: Processed in 0.005993009 sec. | ||
| 9136 | 2025.01.31 23:39:35.049387 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9137 | 2025.01.31 23:39:35.049714 [ 262 ] {0ca878c0-7796-403e-bc7b-c85c43cadcbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9138 | 2025.01.31 23:39:35.049979 [ 262 ] {0ca878c0-7796-403e-bc7b-c85c43cadcbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9139 | 2025.01.31 23:39:35.055396 [ 262 ] {0ca878c0-7796-403e-bc7b-c85c43cadcbc} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9140 | 2025.01.31 23:39:35.055476 [ 262 ] {0ca878c0-7796-403e-bc7b-c85c43cadcbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9141 | 2025.01.31 23:39:35.057787 [ 262 ] {0ca878c0-7796-403e-bc7b-c85c43cadcbc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9142 | 2025.01.31 23:39:35.058395 [ 262 ] {0ca878c0-7796-403e-bc7b-c85c43cadcbc} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9143 | 2025.01.31 23:39:35.058843 [ 262 ] {0ca878c0-7796-403e-bc7b-c85c43cadcbc} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009217 sec., 4231.311706629055 rows/sec., 7.58 MiB/sec. | ||
| 9144 | 2025.01.31 23:39:35.059761 [ 262 ] {0ca878c0-7796-403e-bc7b-c85c43cadcbc} <Debug> TCPHandler: Processed in 0.010534971 sec. | ||
| 9145 | 2025.01.31 23:39:35.060077 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9146 | 2025.01.31 23:39:35.060402 [ 259 ] {c1648eb4-ad2a-4286-90cd-216c84553d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9147 | 2025.01.31 23:39:35.060562 [ 259 ] {c1648eb4-ad2a-4286-90cd-216c84553d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9148 | 2025.01.31 23:39:35.062517 [ 259 ] {c1648eb4-ad2a-4286-90cd-216c84553d8c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9149 | 2025.01.31 23:39:35.062591 [ 259 ] {c1648eb4-ad2a-4286-90cd-216c84553d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9150 | 2025.01.31 23:39:35.063854 [ 259 ] {c1648eb4-ad2a-4286-90cd-216c84553d8c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9151 | 2025.01.31 23:39:35.064450 [ 259 ] {c1648eb4-ad2a-4286-90cd-216c84553d8c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9152 | 2025.01.31 23:39:35.065139 [ 259 ] {c1648eb4-ad2a-4286-90cd-216c84553d8c} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.004811 sec., 7067.137809187279 rows/sec., 419.98 KiB/sec. | ||
| 9153 | 2025.01.31 23:39:35.065670 [ 259 ] {c1648eb4-ad2a-4286-90cd-216c84553d8c} <Debug> TCPHandler: Processed in 0.00575374 sec. | ||
| 9154 | 2025.01.31 23:39:35.119417 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.18171403 sec., 1909.5938822115168 rows/sec., 9.87 MiB/sec. | ||
| 9155 | 2025.01.31 23:39:35.122412 [ 192 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9156 | 2025.01.31 23:39:35.125478 [ 192 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_46_9} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9157 | 2025.01.31 23:39:35.125570 [ 192 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_46_9} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9158 | 2025.01.31 23:39:35.127917 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9159 | 2025.01.31 23:39:36.001150 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.49 MiB, peak 235.90 MiB, free memory in arenas 0.00 B, will set to 227.11 MiB (RSS), difference: 4.63 MiB | ||
| 9160 | 2025.01.31 23:39:38.483154 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1284 | ||
| 9161 | 2025.01.31 23:39:38.486764 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9162 | 2025.01.31 23:39:38.486826 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9163 | 2025.01.31 23:39:38.488400 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9164 | 2025.01.31 23:39:38.488723 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9165 | 2025.01.31 23:39:38.489351 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1284 | ||
| 9166 | 2025.01.31 23:39:39.127595 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9167 | 2025.01.31 23:39:39.127802 [ 262 ] {3099ba18-6b13-4a7f-bc22-06595d8454de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9168 | 2025.01.31 23:39:39.127873 [ 262 ] {3099ba18-6b13-4a7f-bc22-06595d8454de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9169 | 2025.01.31 23:39:39.128662 [ 262 ] {3099ba18-6b13-4a7f-bc22-06595d8454de} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9170 | 2025.01.31 23:39:39.128708 [ 262 ] {3099ba18-6b13-4a7f-bc22-06595d8454de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9171 | 2025.01.31 23:39:39.129149 [ 262 ] {3099ba18-6b13-4a7f-bc22-06595d8454de} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9172 | 2025.01.31 23:39:39.129403 [ 262 ] {3099ba18-6b13-4a7f-bc22-06595d8454de} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9173 | 2025.01.31 23:39:39.129651 [ 262 ] {3099ba18-6b13-4a7f-bc22-06595d8454de} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001901 sec., 29458.179905312994 rows/sec., 2.25 MiB/sec. | ||
| 9174 | 2025.01.31 23:39:39.129710 [ 262 ] {3099ba18-6b13-4a7f-bc22-06595d8454de} <Debug> TCPHandler: Processed in 0.002255361 sec. | ||
| 9175 | 2025.01.31 23:39:39.130032 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9176 | 2025.01.31 23:39:39.130339 [ 259 ] {26bd7b16-6383-415c-a9db-eb29091d01b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9177 | 2025.01.31 23:39:39.130457 [ 259 ] {26bd7b16-6383-415c-a9db-eb29091d01b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9178 | 2025.01.31 23:39:39.131358 [ 259 ] {26bd7b16-6383-415c-a9db-eb29091d01b5} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9179 | 2025.01.31 23:39:39.131406 [ 259 ] {26bd7b16-6383-415c-a9db-eb29091d01b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9180 | 2025.01.31 23:39:39.131852 [ 259 ] {26bd7b16-6383-415c-a9db-eb29091d01b5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9181 | 2025.01.31 23:39:39.132110 [ 259 ] {26bd7b16-6383-415c-a9db-eb29091d01b5} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9182 | 2025.01.31 23:39:39.132368 [ 259 ] {26bd7b16-6383-415c-a9db-eb29091d01b5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002114 sec., 30274.361400189217 rows/sec., 2.36 MiB/sec. | ||
| 9183 | 2025.01.31 23:39:39.132435 [ 259 ] {26bd7b16-6383-415c-a9db-eb29091d01b5} <Debug> TCPHandler: Processed in 0.002591132 sec. | ||
| 9184 | 2025.01.31 23:39:39.132595 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9185 | 2025.01.31 23:39:39.132737 [ 262 ] {9ec4d400-ae9c-49fb-9cf9-fe41fb4e4cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9186 | 2025.01.31 23:39:39.132804 [ 262 ] {9ec4d400-ae9c-49fb-9cf9-fe41fb4e4cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9187 | 2025.01.31 23:39:39.133446 [ 262 ] {9ec4d400-ae9c-49fb-9cf9-fe41fb4e4cb9} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9188 | 2025.01.31 23:39:39.133493 [ 262 ] {9ec4d400-ae9c-49fb-9cf9-fe41fb4e4cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9189 | 2025.01.31 23:39:39.133927 [ 262 ] {9ec4d400-ae9c-49fb-9cf9-fe41fb4e4cb9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9190 | 2025.01.31 23:39:39.134173 [ 262 ] {9ec4d400-ae9c-49fb-9cf9-fe41fb4e4cb9} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9191 | 2025.01.31 23:39:39.134386 [ 262 ] {9ec4d400-ae9c-49fb-9cf9-fe41fb4e4cb9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001681 sec., 76145.1516954194 rows/sec., 5.30 MiB/sec. | ||
| 9192 | 2025.01.31 23:39:39.134439 [ 262 ] {9ec4d400-ae9c-49fb-9cf9-fe41fb4e4cb9} <Debug> TCPHandler: Processed in 0.00191212 sec. | ||
| 9193 | 2025.01.31 23:39:39.134576 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9194 | 2025.01.31 23:39:39.134703 [ 259 ] {192d1bd3-3993-4fc5-8e3e-637754e46c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9195 | 2025.01.31 23:39:39.134767 [ 259 ] {192d1bd3-3993-4fc5-8e3e-637754e46c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9196 | 2025.01.31 23:39:39.135370 [ 259 ] {192d1bd3-3993-4fc5-8e3e-637754e46c60} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9197 | 2025.01.31 23:39:39.135418 [ 259 ] {192d1bd3-3993-4fc5-8e3e-637754e46c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9198 | 2025.01.31 23:39:39.135856 [ 259 ] {192d1bd3-3993-4fc5-8e3e-637754e46c60} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9199 | 2025.01.31 23:39:39.136110 [ 259 ] {192d1bd3-3993-4fc5-8e3e-637754e46c60} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9200 | 2025.01.31 23:39:39.136321 [ 259 ] {192d1bd3-3993-4fc5-8e3e-637754e46c60} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001649 sec., 29108.550636749544 rows/sec., 1.96 MiB/sec. | ||
| 9201 | 2025.01.31 23:39:39.136377 [ 259 ] {192d1bd3-3993-4fc5-8e3e-637754e46c60} <Debug> TCPHandler: Processed in 0.001861629 sec. | ||
| 9202 | 2025.01.31 23:39:40.885759 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 9203 | 2025.01.31 23:39:40.886409 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9204 | 2025.01.31 23:39:40.886461 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9205 | 2025.01.31 23:39:40.887070 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9206 | 2025.01.31 23:39:40.887335 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9207 | 2025.01.31 23:39:40.887576 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 9208 | 2025.01.31 23:39:42.454657 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9209 | 2025.01.31 23:39:42.475218 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9210 | 2025.01.31 23:39:42.475277 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9211 | 2025.01.31 23:39:42.482473 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9212 | 2025.01.31 23:39:42.483278 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9213 | 2025.01.31 23:39:42.486083 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9214 | 2025.01.31 23:39:44.129146 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9215 | 2025.01.31 23:39:44.129367 [ 262 ] {89188e52-778a-4b54-a0b8-99af589bab80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9216 | 2025.01.31 23:39:44.129448 [ 262 ] {89188e52-778a-4b54-a0b8-99af589bab80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9217 | 2025.01.31 23:39:44.130292 [ 262 ] {89188e52-778a-4b54-a0b8-99af589bab80} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9218 | 2025.01.31 23:39:44.130343 [ 262 ] {89188e52-778a-4b54-a0b8-99af589bab80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9219 | 2025.01.31 23:39:44.130803 [ 262 ] {89188e52-778a-4b54-a0b8-99af589bab80} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9220 | 2025.01.31 23:39:44.131069 [ 262 ] {89188e52-778a-4b54-a0b8-99af589bab80} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9221 | 2025.01.31 23:39:44.131318 [ 262 ] {89188e52-778a-4b54-a0b8-99af589bab80} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002006 sec., 27916.251246261218 rows/sec., 2.13 MiB/sec. | ||
| 9222 | 2025.01.31 23:39:44.131429 [ 262 ] {89188e52-778a-4b54-a0b8-99af589bab80} <Debug> TCPHandler: Processed in 0.002436347 sec. | ||
| 9223 | 2025.01.31 23:39:44.131742 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9224 | 2025.01.31 23:39:44.131952 [ 259 ] {79fcaaba-2548-4b87-b019-61d593dc2f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9225 | 2025.01.31 23:39:44.132038 [ 259 ] {79fcaaba-2548-4b87-b019-61d593dc2f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9226 | 2025.01.31 23:39:44.132913 [ 259 ] {79fcaaba-2548-4b87-b019-61d593dc2f3e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9227 | 2025.01.31 23:39:44.132969 [ 259 ] {79fcaaba-2548-4b87-b019-61d593dc2f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9228 | 2025.01.31 23:39:44.133435 [ 259 ] {79fcaaba-2548-4b87-b019-61d593dc2f3e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9229 | 2025.01.31 23:39:44.133863 [ 259 ] {79fcaaba-2548-4b87-b019-61d593dc2f3e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9230 | 2025.01.31 23:39:44.134128 [ 259 ] {79fcaaba-2548-4b87-b019-61d593dc2f3e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002227 sec., 28738.212842388868 rows/sec., 2.24 MiB/sec. | ||
| 9231 | 2025.01.31 23:39:44.134215 [ 259 ] {79fcaaba-2548-4b87-b019-61d593dc2f3e} <Debug> TCPHandler: Processed in 0.002647333 sec. | ||
| 9232 | 2025.01.31 23:39:44.134458 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9233 | 2025.01.31 23:39:44.134683 [ 262 ] {bb61b15b-f144-4c46-96db-857020c51890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9234 | 2025.01.31 23:39:44.134751 [ 262 ] {bb61b15b-f144-4c46-96db-857020c51890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9235 | 2025.01.31 23:39:44.135385 [ 262 ] {bb61b15b-f144-4c46-96db-857020c51890} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9236 | 2025.01.31 23:39:44.135424 [ 262 ] {bb61b15b-f144-4c46-96db-857020c51890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9237 | 2025.01.31 23:39:44.135841 [ 262 ] {bb61b15b-f144-4c46-96db-857020c51890} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9238 | 2025.01.31 23:39:44.136087 [ 262 ] {bb61b15b-f144-4c46-96db-857020c51890} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9239 | 2025.01.31 23:39:44.136304 [ 262 ] {bb61b15b-f144-4c46-96db-857020c51890} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001672 sec., 95693.77990430621 rows/sec., 6.66 MiB/sec. | ||
| 9240 | 2025.01.31 23:39:44.136367 [ 262 ] {bb61b15b-f144-4c46-96db-857020c51890} <Debug> TCPHandler: Processed in 0.002041614 sec. | ||
| 9241 | 2025.01.31 23:39:44.136587 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9242 | 2025.01.31 23:39:44.136747 [ 259 ] {e1b3c39c-fa05-424b-8486-d7172ba43052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9243 | 2025.01.31 23:39:44.136804 [ 259 ] {e1b3c39c-fa05-424b-8486-d7172ba43052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9244 | 2025.01.31 23:39:44.137323 [ 259 ] {e1b3c39c-fa05-424b-8486-d7172ba43052} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9245 | 2025.01.31 23:39:44.137370 [ 259 ] {e1b3c39c-fa05-424b-8486-d7172ba43052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9246 | 2025.01.31 23:39:44.137765 [ 259 ] {e1b3c39c-fa05-424b-8486-d7172ba43052} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9247 | 2025.01.31 23:39:44.138019 [ 259 ] {e1b3c39c-fa05-424b-8486-d7172ba43052} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9248 | 2025.01.31 23:39:44.138281 [ 259 ] {e1b3c39c-fa05-424b-8486-d7172ba43052} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.61 MiB/sec. | ||
| 9249 | 2025.01.31 23:39:44.138336 [ 259 ] {e1b3c39c-fa05-424b-8486-d7172ba43052} <Debug> TCPHandler: Processed in 0.001864569 sec. | ||
| 9250 | 2025.01.31 23:39:46.607716 [ 128 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9251 | 2025.01.31 23:39:46.607816 [ 128 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9252 | 2025.01.31 23:39:46.607859 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9253 | 2025.01.31 23:39:46.608064 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 9254 | 2025.01.31 23:39:46.608261 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9255 | 2025.01.31 23:39:46.608306 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 9256 | 2025.01.31 23:39:46.608412 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 9257 | 2025.01.31 23:39:46.608611 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 9258 | 2025.01.31 23:39:46.608955 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 9259 | 2025.01.31 23:39:46.609172 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 9260 | 2025.01.31 23:39:46.610353 [ 186 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.002387445 sec., 111416.17922088256 rows/sec., 8.38 MiB/sec. | ||
| 9261 | 2025.01.31 23:39:46.610599 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9262 | 2025.01.31 23:39:46.611001 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_33_7} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9263 | 2025.01.31 23:39:46.611105 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_33_7} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9264 | 2025.01.31 23:39:46.611226 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9265 | 2025.01.31 23:39:47.462113 [ 127 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9266 | 2025.01.31 23:39:47.462202 [ 127 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9267 | 2025.01.31 23:39:47.462230 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9268 | 2025.01.31 23:39:47.462446 [ 186 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 9269 | 2025.01.31 23:39:47.462748 [ 186 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9270 | 2025.01.31 23:39:47.462787 [ 186 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 9271 | 2025.01.31 23:39:47.462867 [ 186 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 9272 | 2025.01.31 23:39:47.462972 [ 186 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 9273 | 2025.01.31 23:39:47.463203 [ 186 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 9274 | 2025.01.31 23:39:47.463440 [ 186 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 9275 | 2025.01.31 23:39:47.464539 [ 200 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.00221921 sec., 89220.93898279117 rows/sec., 4.55 MiB/sec. | ||
| 9276 | 2025.01.31 23:39:47.464706 [ 190 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9277 | 2025.01.31 23:39:47.465023 [ 190 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_33_7} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9278 | 2025.01.31 23:39:47.465115 [ 190 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_33_7} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9279 | 2025.01.31 23:39:47.465201 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9280 | 2025.01.31 23:39:47.935217 [ 127 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9281 | 2025.01.31 23:39:47.935284 [ 127 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9282 | 2025.01.31 23:39:47.935310 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9283 | 2025.01.31 23:39:47.935453 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 9284 | 2025.01.31 23:39:47.935657 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9285 | 2025.01.31 23:39:47.935699 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 9286 | 2025.01.31 23:39:47.935801 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 9287 | 2025.01.31 23:39:47.936089 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 9288 | 2025.01.31 23:39:47.936355 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 9289 | 2025.01.31 23:39:47.936484 [ 191 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 9290 | 2025.01.31 23:39:47.937591 [ 200 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.00221641 sec., 340189.7663338462 rows/sec., 24.35 MiB/sec. | ||
| 9291 | 2025.01.31 23:39:47.937822 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9292 | 2025.01.31 23:39:47.938216 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_33_7} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9293 | 2025.01.31 23:39:47.938321 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_33_7} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9294 | 2025.01.31 23:39:47.938444 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 9295 | 2025.01.31 23:39:48.203197 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9296 | 2025.01.31 23:39:48.203233 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9297 | 2025.01.31 23:39:48.388059 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9298 | 2025.01.31 23:39:48.388732 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9299 | 2025.01.31 23:39:48.388784 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9300 | 2025.01.31 23:39:48.389320 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9301 | 2025.01.31 23:39:48.389596 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9302 | 2025.01.31 23:39:48.389847 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9303 | 2025.01.31 23:39:48.489956 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1300 | ||
| 9304 | 2025.01.31 23:39:48.492746 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9305 | 2025.01.31 23:39:48.492787 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9306 | 2025.01.31 23:39:48.494244 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9307 | 2025.01.31 23:39:48.494577 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9308 | 2025.01.31 23:39:48.495994 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1300 | ||
| 9309 | 2025.01.31 23:39:49.002348 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001001761 sec. | ||
| 9310 | 2025.01.31 23:39:49.135759 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9311 | 2025.01.31 23:39:49.135955 [ 262 ] {0f4ba74e-9d25-4a63-b0bf-417b69a7921b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9312 | 2025.01.31 23:39:49.136030 [ 262 ] {0f4ba74e-9d25-4a63-b0bf-417b69a7921b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9313 | 2025.01.31 23:39:49.136778 [ 262 ] {0f4ba74e-9d25-4a63-b0bf-417b69a7921b} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9314 | 2025.01.31 23:39:49.136831 [ 262 ] {0f4ba74e-9d25-4a63-b0bf-417b69a7921b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9315 | 2025.01.31 23:39:49.137275 [ 262 ] {0f4ba74e-9d25-4a63-b0bf-417b69a7921b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9316 | 2025.01.31 23:39:49.137535 [ 262 ] {0f4ba74e-9d25-4a63-b0bf-417b69a7921b} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9317 | 2025.01.31 23:39:49.137762 [ 262 ] {0f4ba74e-9d25-4a63-b0bf-417b69a7921b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001862 sec., 7518.796992481203 rows/sec., 541.25 KiB/sec. | ||
| 9318 | 2025.01.31 23:39:49.137830 [ 262 ] {0f4ba74e-9d25-4a63-b0bf-417b69a7921b} <Debug> TCPHandler: Processed in 0.002214599 sec. | ||
| 9319 | 2025.01.31 23:39:49.138109 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9320 | 2025.01.31 23:39:49.138310 [ 259 ] {5b1e393f-c574-46ce-adcc-1b3f9cac497e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9321 | 2025.01.31 23:39:49.138385 [ 259 ] {5b1e393f-c574-46ce-adcc-1b3f9cac497e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9322 | 2025.01.31 23:39:49.139306 [ 259 ] {5b1e393f-c574-46ce-adcc-1b3f9cac497e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9323 | 2025.01.31 23:39:49.139354 [ 259 ] {5b1e393f-c574-46ce-adcc-1b3f9cac497e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9324 | 2025.01.31 23:39:49.139833 [ 259 ] {5b1e393f-c574-46ce-adcc-1b3f9cac497e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9325 | 2025.01.31 23:39:49.140106 [ 259 ] {5b1e393f-c574-46ce-adcc-1b3f9cac497e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9326 | 2025.01.31 23:39:49.140334 [ 259 ] {5b1e393f-c574-46ce-adcc-1b3f9cac497e} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002074 sec., 135486.98167791707 rows/sec., 11.95 MiB/sec. | ||
| 9327 | 2025.01.31 23:39:49.140458 [ 259 ] {5b1e393f-c574-46ce-adcc-1b3f9cac497e} <Debug> TCPHandler: Processed in 0.002480788 sec. | ||
| 9328 | 2025.01.31 23:39:49.140730 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9329 | 2025.01.31 23:39:49.140987 [ 262 ] {744117e4-0057-43c9-bbf7-32b6c66b8164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9330 | 2025.01.31 23:39:49.141082 [ 262 ] {744117e4-0057-43c9-bbf7-32b6c66b8164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9331 | 2025.01.31 23:39:49.141877 [ 262 ] {744117e4-0057-43c9-bbf7-32b6c66b8164} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9332 | 2025.01.31 23:39:49.141917 [ 262 ] {744117e4-0057-43c9-bbf7-32b6c66b8164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9333 | 2025.01.31 23:39:49.142294 [ 262 ] {744117e4-0057-43c9-bbf7-32b6c66b8164} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9334 | 2025.01.31 23:39:49.142553 [ 262 ] {744117e4-0057-43c9-bbf7-32b6c66b8164} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9335 | 2025.01.31 23:39:49.142796 [ 262 ] {744117e4-0057-43c9-bbf7-32b6c66b8164} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001859 sec., 24744.486282947822 rows/sec., 1.78 MiB/sec. | ||
| 9336 | 2025.01.31 23:39:49.142900 [ 262 ] {744117e4-0057-43c9-bbf7-32b6c66b8164} <Debug> TCPHandler: Processed in 0.002327793 sec. | ||
| 9337 | 2025.01.31 23:39:49.143158 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9338 | 2025.01.31 23:39:49.143304 [ 259 ] {02d66c33-c575-40b7-a9d6-9f6e350e0161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9339 | 2025.01.31 23:39:49.143366 [ 259 ] {02d66c33-c575-40b7-a9d6-9f6e350e0161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9340 | 2025.01.31 23:39:49.143983 [ 259 ] {02d66c33-c575-40b7-a9d6-9f6e350e0161} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9341 | 2025.01.31 23:39:49.144022 [ 259 ] {02d66c33-c575-40b7-a9d6-9f6e350e0161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9342 | 2025.01.31 23:39:49.144387 [ 259 ] {02d66c33-c575-40b7-a9d6-9f6e350e0161} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9343 | 2025.01.31 23:39:49.144636 [ 259 ] {02d66c33-c575-40b7-a9d6-9f6e350e0161} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9344 | 2025.01.31 23:39:49.144857 [ 259 ] {02d66c33-c575-40b7-a9d6-9f6e350e0161} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001576 sec., 8883.248730964468 rows/sec., 622.12 KiB/sec. | ||
| 9345 | 2025.01.31 23:39:49.145067 [ 259 ] {02d66c33-c575-40b7-a9d6-9f6e350e0161} <Debug> TCPHandler: Processed in 0.002040765 sec. | ||
| 9346 | 2025.01.31 23:39:49.145280 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9347 | 2025.01.31 23:39:49.145418 [ 262 ] {f74ca8aa-2642-4790-bcec-24240450fe02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9348 | 2025.01.31 23:39:49.145476 [ 262 ] {f74ca8aa-2642-4790-bcec-24240450fe02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9349 | 2025.01.31 23:39:49.146147 [ 262 ] {f74ca8aa-2642-4790-bcec-24240450fe02} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9350 | 2025.01.31 23:39:49.146193 [ 262 ] {f74ca8aa-2642-4790-bcec-24240450fe02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9351 | 2025.01.31 23:39:49.146596 [ 262 ] {f74ca8aa-2642-4790-bcec-24240450fe02} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9352 | 2025.01.31 23:39:49.146838 [ 262 ] {f74ca8aa-2642-4790-bcec-24240450fe02} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9353 | 2025.01.31 23:39:49.147083 [ 262 ] {f74ca8aa-2642-4790-bcec-24240450fe02} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00169 sec., 7692.3076923076915 rows/sec., 479.61 KiB/sec. | ||
| 9354 | 2025.01.31 23:39:49.147287 [ 262 ] {f74ca8aa-2642-4790-bcec-24240450fe02} <Debug> TCPHandler: Processed in 0.002099536 sec. | ||
| 9355 | 2025.01.31 23:39:49.147535 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9356 | 2025.01.31 23:39:49.147672 [ 259 ] {5d29d1a1-f4a0-4f1e-9bff-925d4c642581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9357 | 2025.01.31 23:39:49.147729 [ 259 ] {5d29d1a1-f4a0-4f1e-9bff-925d4c642581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9358 | 2025.01.31 23:39:49.148618 [ 259 ] {5d29d1a1-f4a0-4f1e-9bff-925d4c642581} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9359 | 2025.01.31 23:39:49.148657 [ 259 ] {5d29d1a1-f4a0-4f1e-9bff-925d4c642581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9360 | 2025.01.31 23:39:49.149046 [ 259 ] {5d29d1a1-f4a0-4f1e-9bff-925d4c642581} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9361 | 2025.01.31 23:39:49.149293 [ 259 ] {5d29d1a1-f4a0-4f1e-9bff-925d4c642581} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9362 | 2025.01.31 23:39:49.149473 [ 259 ] {5d29d1a1-f4a0-4f1e-9bff-925d4c642581} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001833 sec., 229678.12329514459 rows/sec., 16.41 MiB/sec. | ||
| 9363 | 2025.01.31 23:39:49.149528 [ 259 ] {5d29d1a1-f4a0-4f1e-9bff-925d4c642581} <Debug> TCPHandler: Processed in 0.002124087 sec. | ||
| 9364 | 2025.01.31 23:39:49.149670 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9365 | 2025.01.31 23:39:49.149790 [ 262 ] {67dc964b-4108-4773-8ab0-183bdf74e66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9366 | 2025.01.31 23:39:49.149841 [ 262 ] {67dc964b-4108-4773-8ab0-183bdf74e66e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9367 | 2025.01.31 23:39:49.150323 [ 262 ] {67dc964b-4108-4773-8ab0-183bdf74e66e} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9368 | 2025.01.31 23:39:49.150362 [ 262 ] {67dc964b-4108-4773-8ab0-183bdf74e66e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9369 | 2025.01.31 23:39:49.150733 [ 262 ] {67dc964b-4108-4773-8ab0-183bdf74e66e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9370 | 2025.01.31 23:39:49.150975 [ 262 ] {67dc964b-4108-4773-8ab0-183bdf74e66e} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9371 | 2025.01.31 23:39:49.151179 [ 262 ] {67dc964b-4108-4773-8ab0-183bdf74e66e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. | ||
| 9372 | 2025.01.31 23:39:49.151234 [ 262 ] {67dc964b-4108-4773-8ab0-183bdf74e66e} <Debug> TCPHandler: Processed in 0.001619391 sec. | ||
| 9373 | 2025.01.31 23:39:49.151375 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9374 | 2025.01.31 23:39:49.151507 [ 259 ] {bb96c244-f70d-4c4a-a1ef-f2c2dd17f11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9375 | 2025.01.31 23:39:49.151570 [ 259 ] {bb96c244-f70d-4c4a-a1ef-f2c2dd17f11a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9376 | 2025.01.31 23:39:49.152268 [ 259 ] {bb96c244-f70d-4c4a-a1ef-f2c2dd17f11a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9377 | 2025.01.31 23:39:49.152313 [ 259 ] {bb96c244-f70d-4c4a-a1ef-f2c2dd17f11a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9378 | 2025.01.31 23:39:49.152740 [ 259 ] {bb96c244-f70d-4c4a-a1ef-f2c2dd17f11a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9379 | 2025.01.31 23:39:49.152989 [ 259 ] {bb96c244-f70d-4c4a-a1ef-f2c2dd17f11a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9380 | 2025.01.31 23:39:49.153166 [ 259 ] {bb96c244-f70d-4c4a-a1ef-f2c2dd17f11a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001691 sec., 140153.755174453 rows/sec., 9.39 MiB/sec. | ||
| 9381 | 2025.01.31 23:39:49.153219 [ 259 ] {bb96c244-f70d-4c4a-a1ef-f2c2dd17f11a} <Debug> TCPHandler: Processed in 0.00190101 sec. | ||
| 9382 | 2025.01.31 23:39:49.153362 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9383 | 2025.01.31 23:39:49.153492 [ 262 ] {d8f486d4-820b-45b7-b913-eb740ea37ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9384 | 2025.01.31 23:39:49.153552 [ 262 ] {d8f486d4-820b-45b7-b913-eb740ea37ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9385 | 2025.01.31 23:39:49.154094 [ 262 ] {d8f486d4-820b-45b7-b913-eb740ea37ab4} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9386 | 2025.01.31 23:39:49.154140 [ 262 ] {d8f486d4-820b-45b7-b913-eb740ea37ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9387 | 2025.01.31 23:39:49.154551 [ 262 ] {d8f486d4-820b-45b7-b913-eb740ea37ab4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9388 | 2025.01.31 23:39:49.154804 [ 262 ] {d8f486d4-820b-45b7-b913-eb740ea37ab4} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9389 | 2025.01.31 23:39:49.155030 [ 262 ] {d8f486d4-820b-45b7-b913-eb740ea37ab4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001568 sec., 637.7551020408164 rows/sec., 42.97 KiB/sec. | ||
| 9390 | 2025.01.31 23:39:49.155138 [ 262 ] {d8f486d4-820b-45b7-b913-eb740ea37ab4} <Debug> TCPHandler: Processed in 0.001832487 sec. | ||
| 9391 | 2025.01.31 23:39:49.155326 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9392 | 2025.01.31 23:39:49.155441 [ 259 ] {63fed938-4ba0-4616-a2ef-e7a3bf1ab010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9393 | 2025.01.31 23:39:49.155520 [ 259 ] {63fed938-4ba0-4616-a2ef-e7a3bf1ab010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9394 | 2025.01.31 23:39:49.156748 [ 259 ] {63fed938-4ba0-4616-a2ef-e7a3bf1ab010} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9395 | 2025.01.31 23:39:49.156788 [ 259 ] {63fed938-4ba0-4616-a2ef-e7a3bf1ab010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9396 | 2025.01.31 23:39:49.157453 [ 259 ] {63fed938-4ba0-4616-a2ef-e7a3bf1ab010} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9397 | 2025.01.31 23:39:49.157718 [ 259 ] {63fed938-4ba0-4616-a2ef-e7a3bf1ab010} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9398 | 2025.01.31 23:39:49.157920 [ 259 ] {63fed938-4ba0-4616-a2ef-e7a3bf1ab010} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002503 sec., 15581.30243707551 rows/sec., 27.92 MiB/sec. | ||
| 9399 | 2025.01.31 23:39:49.158033 [ 259 ] {63fed938-4ba0-4616-a2ef-e7a3bf1ab010} <Debug> TCPHandler: Processed in 0.002809638 sec. | ||
| 9400 | 2025.01.31 23:39:49.158193 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9401 | 2025.01.31 23:39:49.158320 [ 262 ] {4709a5f9-c2af-4ec5-ac35-7ad37600da38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9402 | 2025.01.31 23:39:49.158373 [ 262 ] {4709a5f9-c2af-4ec5-ac35-7ad37600da38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9403 | 2025.01.31 23:39:49.158885 [ 262 ] {4709a5f9-c2af-4ec5-ac35-7ad37600da38} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9404 | 2025.01.31 23:39:49.158925 [ 262 ] {4709a5f9-c2af-4ec5-ac35-7ad37600da38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9405 | 2025.01.31 23:39:49.159325 [ 262 ] {4709a5f9-c2af-4ec5-ac35-7ad37600da38} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9406 | 2025.01.31 23:39:49.159574 [ 262 ] {4709a5f9-c2af-4ec5-ac35-7ad37600da38} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9407 | 2025.01.31 23:39:49.159801 [ 262 ] {4709a5f9-c2af-4ec5-ac35-7ad37600da38} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001508 sec., 54376.65782493369 rows/sec., 3.45 MiB/sec. | ||
| 9408 | 2025.01.31 23:39:49.159863 [ 262 ] {4709a5f9-c2af-4ec5-ac35-7ad37600da38} <Debug> TCPHandler: Processed in 0.001732295 sec. | ||
| 9409 | 2025.01.31 23:39:49.986465 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9410 | 2025.01.31 23:39:50.007436 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9411 | 2025.01.31 23:39:50.007494 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9412 | 2025.01.31 23:39:50.014835 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9413 | 2025.01.31 23:39:50.015625 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9414 | 2025.01.31 23:39:50.018305 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9415 | 2025.01.31 23:39:54.127902 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9416 | 2025.01.31 23:39:54.128128 [ 262 ] {e1e48cdd-7192-4100-81c8-c17b6df2ba95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9417 | 2025.01.31 23:39:54.128211 [ 262 ] {e1e48cdd-7192-4100-81c8-c17b6df2ba95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9418 | 2025.01.31 23:39:54.129042 [ 262 ] {e1e48cdd-7192-4100-81c8-c17b6df2ba95} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9419 | 2025.01.31 23:39:54.129097 [ 262 ] {e1e48cdd-7192-4100-81c8-c17b6df2ba95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9420 | 2025.01.31 23:39:54.129536 [ 262 ] {e1e48cdd-7192-4100-81c8-c17b6df2ba95} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9421 | 2025.01.31 23:39:54.129799 [ 262 ] {e1e48cdd-7192-4100-81c8-c17b6df2ba95} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9422 | 2025.01.31 23:39:54.130008 [ 116 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9423 | 2025.01.31 23:39:54.130056 [ 262 ] {e1e48cdd-7192-4100-81c8-c17b6df2ba95} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.16 MiB/sec. | ||
| 9424 | 2025.01.31 23:39:54.130088 [ 116 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9425 | 2025.01.31 23:39:54.130161 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9426 | 2025.01.31 23:39:54.130195 [ 262 ] {e1e48cdd-7192-4100-81c8-c17b6df2ba95} <Debug> TCPHandler: Processed in 0.002433906 sec. | ||
| 9427 | 2025.01.31 23:39:54.130404 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9428 | 2025.01.31 23:39:54.130492 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9429 | 2025.01.31 23:39:54.130593 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9430 | 2025.01.31 23:39:54.130669 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9431 | 2025.01.31 23:39:54.130778 [ 259 ] {0684c9e5-ac3e-4386-8881-237a1ed3d6bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9432 | 2025.01.31 23:39:54.130877 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9433 | 2025.01.31 23:39:54.130980 [ 259 ] {0684c9e5-ac3e-4386-8881-237a1ed3d6bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9434 | 2025.01.31 23:39:54.131179 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9435 | 2025.01.31 23:39:54.131579 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9436 | 2025.01.31 23:39:54.131868 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9437 | 2025.01.31 23:39:54.132236 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9438 | 2025.01.31 23:39:54.133895 [ 259 ] {0684c9e5-ac3e-4386-8881-237a1ed3d6bc} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9439 | 2025.01.31 23:39:54.133968 [ 259 ] {0684c9e5-ac3e-4386-8881-237a1ed3d6bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9440 | 2025.01.31 23:39:54.135206 [ 259 ] {0684c9e5-ac3e-4386-8881-237a1ed3d6bc} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9441 | 2025.01.31 23:39:54.135628 [ 259 ] {0684c9e5-ac3e-4386-8881-237a1ed3d6bc} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9442 | 2025.01.31 23:39:54.136048 [ 116 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9443 | 2025.01.31 23:39:54.136196 [ 116 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9444 | 2025.01.31 23:39:54.136293 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9445 | 2025.01.31 23:39:54.136358 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006073531 sec., 543505.9111413114 rows/sec., 47.45 MiB/sec. | ||
| 9446 | 2025.01.31 23:39:54.136502 [ 259 ] {0684c9e5-ac3e-4386-8881-237a1ed3d6bc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005744 sec., 11142.061281337048 rows/sec., 890.54 KiB/sec. | ||
| 9447 | 2025.01.31 23:39:54.136858 [ 191 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9448 | 2025.01.31 23:39:54.136871 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9449 | 2025.01.31 23:39:54.137643 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9450 | 2025.01.31 23:39:54.137793 [ 259 ] {0684c9e5-ac3e-4386-8881-237a1ed3d6bc} <Debug> TCPHandler: Processed in 0.007434084 sec. | ||
| 9451 | 2025.01.31 23:39:54.137811 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9452 | 2025.01.31 23:39:54.138272 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9453 | 2025.01.31 23:39:54.138422 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9454 | 2025.01.31 23:39:54.138871 [ 262 ] {b4338b0f-c790-45c1-965d-c253eafa1a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9455 | 2025.01.31 23:39:54.139005 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9456 | 2025.01.31 23:39:54.138651 [ 200 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_81_16} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9457 | 2025.01.31 23:39:54.139267 [ 262 ] {b4338b0f-c790-45c1-965d-c253eafa1a5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9458 | 2025.01.31 23:39:54.139428 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9459 | 2025.01.31 23:39:54.139847 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9460 | 2025.01.31 23:39:54.140155 [ 200 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_81_16} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9461 | 2025.01.31 23:39:54.140389 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9462 | 2025.01.31 23:39:54.140852 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 9463 | 2025.01.31 23:39:54.142013 [ 262 ] {b4338b0f-c790-45c1-965d-c253eafa1a5f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9464 | 2025.01.31 23:39:54.142064 [ 262 ] {b4338b0f-c790-45c1-965d-c253eafa1a5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9465 | 2025.01.31 23:39:54.142688 [ 262 ] {b4338b0f-c790-45c1-965d-c253eafa1a5f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9466 | 2025.01.31 23:39:54.143056 [ 262 ] {b4338b0f-c790-45c1-965d-c253eafa1a5f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9467 | 2025.01.31 23:39:54.143120 [ 196 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.00667295 sec., 360410.3132797338 rows/sec., 27.63 MiB/sec. | ||
| 9468 | 2025.01.31 23:39:54.143336 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9469 | 2025.01.31 23:39:54.143419 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9470 | 2025.01.31 23:39:54.143475 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9471 | 2025.01.31 23:39:54.143474 [ 196 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9472 | 2025.01.31 23:39:54.143497 [ 262 ] {b4338b0f-c790-45c1-965d-c253eafa1a5f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004883 sec., 32766.741757116524 rows/sec., 2.28 MiB/sec. | ||
| 9473 | 2025.01.31 23:39:54.143859 [ 262 ] {b4338b0f-c790-45c1-965d-c253eafa1a5f} <Debug> TCPHandler: Processed in 0.005834853 sec. | ||
| 9474 | 2025.01.31 23:39:54.144051 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9475 | 2025.01.31 23:39:54.144126 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9476 | 2025.01.31 23:39:54.144352 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9477 | 2025.01.31 23:39:54.144397 [ 259 ] {db2abbdd-aaea-4d88-86e3-69c718677396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9478 | 2025.01.31 23:39:54.144446 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22862 rows starting from the beginning of the part | ||
| 9479 | 2025.01.31 23:39:54.144466 [ 196 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_81_16} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9480 | 2025.01.31 23:39:54.144522 [ 259 ] {db2abbdd-aaea-4d88-86e3-69c718677396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9481 | 2025.01.31 23:39:54.144823 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9482 | 2025.01.31 23:39:54.145041 [ 196 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_81_16} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9483 | 2025.01.31 23:39:54.145432 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9484 | 2025.01.31 23:39:54.145504 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 9485 | 2025.01.31 23:39:54.145763 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9486 | 2025.01.31 23:39:54.145966 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9487 | 2025.01.31 23:39:54.146187 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9488 | 2025.01.31 23:39:54.146729 [ 259 ] {db2abbdd-aaea-4d88-86e3-69c718677396} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9489 | 2025.01.31 23:39:54.146775 [ 259 ] {db2abbdd-aaea-4d88-86e3-69c718677396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9490 | 2025.01.31 23:39:54.147323 [ 259 ] {db2abbdd-aaea-4d88-86e3-69c718677396} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9491 | 2025.01.31 23:39:54.147752 [ 259 ] {db2abbdd-aaea-4d88-86e3-69c718677396} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9492 | 2025.01.31 23:39:54.148011 [ 116 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9493 | 2025.01.31 23:39:54.148117 [ 116 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2025.01.31 23:39:54.148196 [ 259 ] {db2abbdd-aaea-4d88-86e3-69c718677396} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003884 sec., 15447.991761071062 rows/sec., 1.04 MiB/sec. | ||
| 9495 | 2025.01.31 23:39:54.148203 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9496 | 2025.01.31 23:39:54.148611 [ 259 ] {db2abbdd-aaea-4d88-86e3-69c718677396} <Debug> TCPHandler: Processed in 0.004585124 sec. | ||
| 9497 | 2025.01.31 23:39:54.149033 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9498 | 2025.01.31 23:39:54.149843 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9499 | 2025.01.31 23:39:54.150026 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9500 | 2025.01.31 23:39:54.150561 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9501 | 2025.01.31 23:39:54.151046 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9502 | 2025.01.31 23:39:54.151307 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9503 | 2025.01.31 23:39:54.151416 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9504 | 2025.01.31 23:39:54.151807 [ 196 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9505 | 2025.01.31 23:39:54.155439 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4936 rows, containing 4 columns (4 merged, 0 gathered) in 0.006966139 sec., 708570.41468739 rows/sec., 46.20 MiB/sec. | ||
| 9506 | 2025.01.31 23:39:54.156085 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9507 | 2025.01.31 23:39:54.156200 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24503 rows, containing 5 columns (5 merged, 0 gathered) in 0.012552424 sec., 1952053.2448553364 rows/sec., 131.81 MiB/sec. | ||
| 9508 | 2025.01.31 23:39:54.156499 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_81_16} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9509 | 2025.01.31 23:39:54.156630 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_81_16} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9510 | 2025.01.31 23:39:54.156789 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 9511 | 2025.01.31 23:39:54.156992 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9512 | 2025.01.31 23:39:54.157320 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9513 | 2025.01.31 23:39:54.157406 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9514 | 2025.01.31 23:39:54.157503 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 9515 | 2025.01.31 23:39:55.001160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.58 MiB, peak 238.07 MiB, free memory in arenas 0.00 B, will set to 229.34 MiB (RSS), difference: 1.75 MiB | ||
| 9516 | 2025.01.31 23:39:55.890773 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 9517 | 2025.01.31 23:39:55.891411 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9518 | 2025.01.31 23:39:55.891453 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9519 | 2025.01.31 23:39:55.892000 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9520 | 2025.01.31 23:39:55.892289 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9521 | 2025.01.31 23:39:55.892507 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 9522 | 2025.01.31 23:39:57.519227 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9523 | 2025.01.31 23:39:57.540714 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9524 | 2025.01.31 23:39:57.540778 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9525 | 2025.01.31 23:39:57.548251 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9526 | 2025.01.31 23:39:57.549056 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9527 | 2025.01.31 23:39:57.552942 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9528 | 2025.01.31 23:39:58.496912 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1330 | ||
| 9529 | 2025.01.31 23:39:58.499940 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9530 | 2025.01.31 23:39:58.499988 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9531 | 2025.01.31 23:39:58.501460 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9532 | 2025.01.31 23:39:58.501765 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9533 | 2025.01.31 23:39:58.502057 [ 113 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9534 | 2025.01.31 23:39:58.502245 [ 113 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9535 | 2025.01.31 23:39:58.502371 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9536 | 2025.01.31 23:39:58.503215 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 9537 | 2025.01.31 23:39:58.504343 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1330 | ||
| 9538 | 2025.01.31 23:39:58.504808 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9539 | 2025.01.31 23:39:58.505000 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 9540 | 2025.01.31 23:39:58.505702 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 9541 | 2025.01.31 23:39:58.506323 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 9542 | 2025.01.31 23:39:58.506984 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 9543 | 2025.01.31 23:39:58.507648 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 9544 | 2025.01.31 23:39:58.508281 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 9545 | 2025.01.31 23:39:58.516785 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 72 columns (72 merged, 0 gathered) in 0.014149774 sec., 93994.4341160502 rows/sec., 73.55 MiB/sec. | ||
| 9546 | 2025.01.31 23:39:58.518399 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9547 | 2025.01.31 23:39:58.519238 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_36_7} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9548 | 2025.01.31 23:39:58.519333 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_36_7} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9549 | 2025.01.31 23:39:58.519709 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 9550 | 2025.01.31 23:39:59.133912 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9551 | 2025.01.31 23:39:59.134217 [ 262 ] {34e5540b-0368-4e4f-b425-bd51bd6452b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9552 | 2025.01.31 23:39:59.134329 [ 262 ] {34e5540b-0368-4e4f-b425-bd51bd6452b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9553 | 2025.01.31 23:39:59.135217 [ 262 ] {34e5540b-0368-4e4f-b425-bd51bd6452b7} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9554 | 2025.01.31 23:39:59.135268 [ 262 ] {34e5540b-0368-4e4f-b425-bd51bd6452b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9555 | 2025.01.31 23:39:59.135694 [ 262 ] {34e5540b-0368-4e4f-b425-bd51bd6452b7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9556 | 2025.01.31 23:39:59.135943 [ 262 ] {34e5540b-0368-4e4f-b425-bd51bd6452b7} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9557 | 2025.01.31 23:39:59.136177 [ 262 ] {34e5540b-0368-4e4f-b425-bd51bd6452b7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002047 sec., 6839.276990718124 rows/sec., 492.34 KiB/sec. | ||
| 9558 | 2025.01.31 23:39:59.136234 [ 262 ] {34e5540b-0368-4e4f-b425-bd51bd6452b7} <Debug> TCPHandler: Processed in 0.002515449 sec. | ||
| 9559 | 2025.01.31 23:39:59.136505 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9560 | 2025.01.31 23:39:59.136715 [ 259 ] {d61e5cba-ca7f-43f6-a56d-d4272048058c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9561 | 2025.01.31 23:39:59.136793 [ 259 ] {d61e5cba-ca7f-43f6-a56d-d4272048058c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9562 | 2025.01.31 23:39:59.137729 [ 259 ] {d61e5cba-ca7f-43f6-a56d-d4272048058c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9563 | 2025.01.31 23:39:59.137783 [ 259 ] {d61e5cba-ca7f-43f6-a56d-d4272048058c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9564 | 2025.01.31 23:39:59.138256 [ 259 ] {d61e5cba-ca7f-43f6-a56d-d4272048058c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9565 | 2025.01.31 23:39:59.138532 [ 259 ] {d61e5cba-ca7f-43f6-a56d-d4272048058c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9566 | 2025.01.31 23:39:59.138782 [ 259 ] {d61e5cba-ca7f-43f6-a56d-d4272048058c} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002125 sec., 132235.29411764705 rows/sec., 11.66 MiB/sec. | ||
| 9567 | 2025.01.31 23:39:59.138842 [ 259 ] {d61e5cba-ca7f-43f6-a56d-d4272048058c} <Debug> TCPHandler: Processed in 0.002476948 sec. | ||
| 9568 | 2025.01.31 23:39:59.139011 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9569 | 2025.01.31 23:39:59.139150 [ 262 ] {48e105c1-716a-4977-9be7-fdc3ad7aa12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9570 | 2025.01.31 23:39:59.139208 [ 262 ] {48e105c1-716a-4977-9be7-fdc3ad7aa12b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9571 | 2025.01.31 23:39:59.139893 [ 262 ] {48e105c1-716a-4977-9be7-fdc3ad7aa12b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9572 | 2025.01.31 23:39:59.139932 [ 262 ] {48e105c1-716a-4977-9be7-fdc3ad7aa12b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9573 | 2025.01.31 23:39:59.140287 [ 262 ] {48e105c1-716a-4977-9be7-fdc3ad7aa12b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9574 | 2025.01.31 23:39:59.140524 [ 262 ] {48e105c1-716a-4977-9be7-fdc3ad7aa12b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9575 | 2025.01.31 23:39:59.140727 [ 262 ] {48e105c1-716a-4977-9be7-fdc3ad7aa12b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001609 sec., 28589.185829707894 rows/sec., 2.06 MiB/sec. | ||
| 9576 | 2025.01.31 23:39:59.140779 [ 262 ] {48e105c1-716a-4977-9be7-fdc3ad7aa12b} <Debug> TCPHandler: Processed in 0.001835578 sec. | ||
| 9577 | 2025.01.31 23:39:59.140958 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9578 | 2025.01.31 23:39:59.141103 [ 259 ] {344cf9bd-237c-4521-a89f-1610435eae80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9579 | 2025.01.31 23:39:59.141164 [ 259 ] {344cf9bd-237c-4521-a89f-1610435eae80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9580 | 2025.01.31 23:39:59.141820 [ 259 ] {344cf9bd-237c-4521-a89f-1610435eae80} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9581 | 2025.01.31 23:39:59.141861 [ 259 ] {344cf9bd-237c-4521-a89f-1610435eae80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9582 | 2025.01.31 23:39:59.142223 [ 259 ] {344cf9bd-237c-4521-a89f-1610435eae80} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9583 | 2025.01.31 23:39:59.142470 [ 259 ] {344cf9bd-237c-4521-a89f-1610435eae80} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2025.01.31 23:39:59.142712 [ 259 ] {344cf9bd-237c-4521-a89f-1610435eae80} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001632 sec., 8578.43137254902 rows/sec., 600.78 KiB/sec. | ||
| 9585 | 2025.01.31 23:39:59.142820 [ 259 ] {344cf9bd-237c-4521-a89f-1610435eae80} <Debug> TCPHandler: Processed in 0.001932651 sec. | ||
| 9586 | 2025.01.31 23:39:59.143029 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9587 | 2025.01.31 23:39:59.143149 [ 262 ] {c9ca79ba-c413-43ec-b4ef-632c9dbdfc23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9588 | 2025.01.31 23:39:59.143196 [ 262 ] {c9ca79ba-c413-43ec-b4ef-632c9dbdfc23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9589 | 2025.01.31 23:39:59.143766 [ 262 ] {c9ca79ba-c413-43ec-b4ef-632c9dbdfc23} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9590 | 2025.01.31 23:39:59.143805 [ 262 ] {c9ca79ba-c413-43ec-b4ef-632c9dbdfc23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9591 | 2025.01.31 23:39:59.144156 [ 262 ] {c9ca79ba-c413-43ec-b4ef-632c9dbdfc23} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9592 | 2025.01.31 23:39:59.144388 [ 262 ] {c9ca79ba-c413-43ec-b4ef-632c9dbdfc23} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9593 | 2025.01.31 23:39:59.144597 [ 262 ] {c9ca79ba-c413-43ec-b4ef-632c9dbdfc23} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00147 sec., 8843.537414965987 rows/sec., 551.39 KiB/sec. | ||
| 9594 | 2025.01.31 23:39:59.144649 [ 262 ] {c9ca79ba-c413-43ec-b4ef-632c9dbdfc23} <Debug> TCPHandler: Processed in 0.001716153 sec. | ||
| 9595 | 2025.01.31 23:39:59.144812 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9596 | 2025.01.31 23:39:59.144955 [ 259 ] {68723750-6f35-4b59-ac40-00e77125eeb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9597 | 2025.01.31 23:39:59.145013 [ 259 ] {68723750-6f35-4b59-ac40-00e77125eeb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9598 | 2025.01.31 23:39:59.145847 [ 259 ] {68723750-6f35-4b59-ac40-00e77125eeb3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9599 | 2025.01.31 23:39:59.145888 [ 259 ] {68723750-6f35-4b59-ac40-00e77125eeb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9600 | 2025.01.31 23:39:59.146279 [ 259 ] {68723750-6f35-4b59-ac40-00e77125eeb3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9601 | 2025.01.31 23:39:59.146531 [ 259 ] {68723750-6f35-4b59-ac40-00e77125eeb3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9602 | 2025.01.31 23:39:59.146755 [ 259 ] {68723750-6f35-4b59-ac40-00e77125eeb3} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001833 sec., 229678.12329514459 rows/sec., 16.41 MiB/sec. | ||
| 9603 | 2025.01.31 23:39:59.146813 [ 259 ] {68723750-6f35-4b59-ac40-00e77125eeb3} <Debug> TCPHandler: Processed in 0.002066085 sec. | ||
| 9604 | 2025.01.31 23:39:59.146960 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9605 | 2025.01.31 23:39:59.147099 [ 262 ] {01b5fda6-64a8-454d-b74c-c9a8e2cac298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9606 | 2025.01.31 23:39:59.147159 [ 262 ] {01b5fda6-64a8-454d-b74c-c9a8e2cac298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9607 | 2025.01.31 23:39:59.147720 [ 262 ] {01b5fda6-64a8-454d-b74c-c9a8e2cac298} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9608 | 2025.01.31 23:39:59.147758 [ 262 ] {01b5fda6-64a8-454d-b74c-c9a8e2cac298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9609 | 2025.01.31 23:39:59.148127 [ 262 ] {01b5fda6-64a8-454d-b74c-c9a8e2cac298} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9610 | 2025.01.31 23:39:59.148366 [ 262 ] {01b5fda6-64a8-454d-b74c-c9a8e2cac298} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9611 | 2025.01.31 23:39:59.148584 [ 262 ] {01b5fda6-64a8-454d-b74c-c9a8e2cac298} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec. | ||
| 9612 | 2025.01.31 23:39:59.148635 [ 262 ] {01b5fda6-64a8-454d-b74c-c9a8e2cac298} <Debug> TCPHandler: Processed in 0.001741415 sec. | ||
| 9613 | 2025.01.31 23:39:59.148789 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9614 | 2025.01.31 23:39:59.148929 [ 259 ] {7a2543c6-f3a3-414c-b723-90a84a03bfc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9615 | 2025.01.31 23:39:59.148993 [ 259 ] {7a2543c6-f3a3-414c-b723-90a84a03bfc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9616 | 2025.01.31 23:39:59.149684 [ 259 ] {7a2543c6-f3a3-414c-b723-90a84a03bfc1} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9617 | 2025.01.31 23:39:59.149724 [ 259 ] {7a2543c6-f3a3-414c-b723-90a84a03bfc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9618 | 2025.01.31 23:39:59.150129 [ 259 ] {7a2543c6-f3a3-414c-b723-90a84a03bfc1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9619 | 2025.01.31 23:39:59.150384 [ 259 ] {7a2543c6-f3a3-414c-b723-90a84a03bfc1} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9620 | 2025.01.31 23:39:59.150596 [ 259 ] {7a2543c6-f3a3-414c-b723-90a84a03bfc1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001701 sec., 139329.80599647266 rows/sec., 9.34 MiB/sec. | ||
| 9621 | 2025.01.31 23:39:59.150649 [ 259 ] {7a2543c6-f3a3-414c-b723-90a84a03bfc1} <Debug> TCPHandler: Processed in 0.00192669 sec. | ||
| 9622 | 2025.01.31 23:39:59.150810 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9623 | 2025.01.31 23:39:59.150949 [ 262 ] {c9fa3ca7-eb45-483d-b51f-4aa8ee9acda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9624 | 2025.01.31 23:39:59.151009 [ 262 ] {c9fa3ca7-eb45-483d-b51f-4aa8ee9acda2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9625 | 2025.01.31 23:39:59.151573 [ 262 ] {c9fa3ca7-eb45-483d-b51f-4aa8ee9acda2} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9626 | 2025.01.31 23:39:59.151619 [ 262 ] {c9fa3ca7-eb45-483d-b51f-4aa8ee9acda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9627 | 2025.01.31 23:39:59.151980 [ 262 ] {c9fa3ca7-eb45-483d-b51f-4aa8ee9acda2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9628 | 2025.01.31 23:39:59.152213 [ 262 ] {c9fa3ca7-eb45-483d-b51f-4aa8ee9acda2} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9629 | 2025.01.31 23:39:59.152439 [ 262 ] {c9fa3ca7-eb45-483d-b51f-4aa8ee9acda2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001512 sec., 661.3756613756614 rows/sec., 44.57 KiB/sec. | ||
| 9630 | 2025.01.31 23:39:59.152503 [ 262 ] {c9fa3ca7-eb45-483d-b51f-4aa8ee9acda2} <Debug> TCPHandler: Processed in 0.001760735 sec. | ||
| 9631 | 2025.01.31 23:39:59.152752 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9632 | 2025.01.31 23:39:59.152895 [ 259 ] {828dee42-02b2-4ce5-b257-d2c9b5a1f617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9633 | 2025.01.31 23:39:59.152990 [ 259 ] {828dee42-02b2-4ce5-b257-d2c9b5a1f617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9634 | 2025.01.31 23:39:59.154323 [ 259 ] {828dee42-02b2-4ce5-b257-d2c9b5a1f617} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9635 | 2025.01.31 23:39:59.154363 [ 259 ] {828dee42-02b2-4ce5-b257-d2c9b5a1f617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9636 | 2025.01.31 23:39:59.155044 [ 259 ] {828dee42-02b2-4ce5-b257-d2c9b5a1f617} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9637 | 2025.01.31 23:39:59.155308 [ 259 ] {828dee42-02b2-4ce5-b257-d2c9b5a1f617} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9638 | 2025.01.31 23:39:59.155588 [ 259 ] {828dee42-02b2-4ce5-b257-d2c9b5a1f617} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002723 sec., 14322.438486962908 rows/sec., 25.67 MiB/sec. | ||
| 9639 | 2025.01.31 23:39:59.155703 [ 259 ] {828dee42-02b2-4ce5-b257-d2c9b5a1f617} <Debug> TCPHandler: Processed in 0.003091557 sec. | ||
| 9640 | 2025.01.31 23:39:59.155926 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9641 | 2025.01.31 23:39:59.156150 [ 262 ] {bd6909f0-cab0-4cf8-8d42-731b6315b758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9642 | 2025.01.31 23:39:59.156243 [ 262 ] {bd6909f0-cab0-4cf8-8d42-731b6315b758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9643 | 2025.01.31 23:39:59.156939 [ 262 ] {bd6909f0-cab0-4cf8-8d42-731b6315b758} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9644 | 2025.01.31 23:39:59.156978 [ 262 ] {bd6909f0-cab0-4cf8-8d42-731b6315b758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9645 | 2025.01.31 23:39:59.157346 [ 262 ] {bd6909f0-cab0-4cf8-8d42-731b6315b758} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9646 | 2025.01.31 23:39:59.157578 [ 262 ] {bd6909f0-cab0-4cf8-8d42-731b6315b758} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9647 | 2025.01.31 23:39:59.157794 [ 262 ] {bd6909f0-cab0-4cf8-8d42-731b6315b758} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001699 sec., 48263.684520306066 rows/sec., 3.07 MiB/sec. | ||
| 9648 | 2025.01.31 23:39:59.157851 [ 262 ] {bd6909f0-cab0-4cf8-8d42-731b6315b758} <Debug> TCPHandler: Processed in 0.002034864 sec. | ||
| 9649 | 2025.01.31 23:40:03.203285 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9650 | 2025.01.31 23:40:03.203359 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9651 | 2025.01.31 23:40:03.393529 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 9652 | 2025.01.31 23:40:03.394192 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9653 | 2025.01.31 23:40:03.394246 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9654 | 2025.01.31 23:40:03.394794 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9655 | 2025.01.31 23:40:03.395073 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9656 | 2025.01.31 23:40:03.395351 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9657 | 2025.01.31 23:40:04.127742 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9658 | 2025.01.31 23:40:04.128031 [ 262 ] {0c98b135-6674-4a44-bb1a-d34be5ed9d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9659 | 2025.01.31 23:40:04.128148 [ 262 ] {0c98b135-6674-4a44-bb1a-d34be5ed9d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9660 | 2025.01.31 23:40:04.129200 [ 262 ] {0c98b135-6674-4a44-bb1a-d34be5ed9d8f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9661 | 2025.01.31 23:40:04.129251 [ 262 ] {0c98b135-6674-4a44-bb1a-d34be5ed9d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9662 | 2025.01.31 23:40:04.129683 [ 262 ] {0c98b135-6674-4a44-bb1a-d34be5ed9d8f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9663 | 2025.01.31 23:40:04.129936 [ 262 ] {0c98b135-6674-4a44-bb1a-d34be5ed9d8f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9664 | 2025.01.31 23:40:04.130191 [ 262 ] {0c98b135-6674-4a44-bb1a-d34be5ed9d8f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002242 sec., 24977.698483496875 rows/sec., 1.91 MiB/sec. | ||
| 9665 | 2025.01.31 23:40:04.130291 [ 262 ] {0c98b135-6674-4a44-bb1a-d34be5ed9d8f} <Debug> TCPHandler: Processed in 0.002693804 sec. | ||
| 9666 | 2025.01.31 23:40:04.130623 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9667 | 2025.01.31 23:40:04.130834 [ 259 ] {02c4d40a-c99d-4852-b41f-5848abd5bc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9668 | 2025.01.31 23:40:04.130907 [ 259 ] {02c4d40a-c99d-4852-b41f-5848abd5bc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9669 | 2025.01.31 23:40:04.131698 [ 259 ] {02c4d40a-c99d-4852-b41f-5848abd5bc4c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9670 | 2025.01.31 23:40:04.131752 [ 259 ] {02c4d40a-c99d-4852-b41f-5848abd5bc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9671 | 2025.01.31 23:40:04.132189 [ 259 ] {02c4d40a-c99d-4852-b41f-5848abd5bc4c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9672 | 2025.01.31 23:40:04.132444 [ 259 ] {02c4d40a-c99d-4852-b41f-5848abd5bc4c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9673 | 2025.01.31 23:40:04.132702 [ 259 ] {02c4d40a-c99d-4852-b41f-5848abd5bc4c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001923 sec., 33281.33125325013 rows/sec., 2.60 MiB/sec. | ||
| 9674 | 2025.01.31 23:40:04.132805 [ 259 ] {02c4d40a-c99d-4852-b41f-5848abd5bc4c} <Debug> TCPHandler: Processed in 0.002356094 sec. | ||
| 9675 | 2025.01.31 23:40:04.133002 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9676 | 2025.01.31 23:40:04.133136 [ 262 ] {9527ae5d-4464-49d0-9ec2-69298fad17a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9677 | 2025.01.31 23:40:04.133194 [ 262 ] {9527ae5d-4464-49d0-9ec2-69298fad17a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9678 | 2025.01.31 23:40:04.133850 [ 262 ] {9527ae5d-4464-49d0-9ec2-69298fad17a9} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9679 | 2025.01.31 23:40:04.133891 [ 262 ] {9527ae5d-4464-49d0-9ec2-69298fad17a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9680 | 2025.01.31 23:40:04.134315 [ 262 ] {9527ae5d-4464-49d0-9ec2-69298fad17a9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9681 | 2025.01.31 23:40:04.134629 [ 262 ] {9527ae5d-4464-49d0-9ec2-69298fad17a9} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9682 | 2025.01.31 23:40:04.134847 [ 262 ] {9527ae5d-4464-49d0-9ec2-69298fad17a9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001739 sec., 92006.90051753882 rows/sec., 6.41 MiB/sec. | ||
| 9683 | 2025.01.31 23:40:04.134904 [ 262 ] {9527ae5d-4464-49d0-9ec2-69298fad17a9} <Debug> TCPHandler: Processed in 0.001973422 sec. | ||
| 9684 | 2025.01.31 23:40:04.135054 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9685 | 2025.01.31 23:40:04.135173 [ 259 ] {58a5e557-34ce-4f41-9b31-ff9e42764d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9686 | 2025.01.31 23:40:04.135226 [ 259 ] {58a5e557-34ce-4f41-9b31-ff9e42764d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9687 | 2025.01.31 23:40:04.135730 [ 259 ] {58a5e557-34ce-4f41-9b31-ff9e42764d75} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9688 | 2025.01.31 23:40:04.135768 [ 259 ] {58a5e557-34ce-4f41-9b31-ff9e42764d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9689 | 2025.01.31 23:40:04.136139 [ 259 ] {58a5e557-34ce-4f41-9b31-ff9e42764d75} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9690 | 2025.01.31 23:40:04.136373 [ 259 ] {58a5e557-34ce-4f41-9b31-ff9e42764d75} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9691 | 2025.01.31 23:40:04.136628 [ 259 ] {58a5e557-34ce-4f41-9b31-ff9e42764d75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec. | ||
| 9692 | 2025.01.31 23:40:04.136681 [ 259 ] {58a5e557-34ce-4f41-9b31-ff9e42764d75} <Debug> TCPHandler: Processed in 0.001682853 sec. | ||
| 9693 | 2025.01.31 23:40:04.975951 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9694 | 2025.01.31 23:40:04.976132 [ 262 ] {a4cbcc23-dbfd-46b6-99e9-440d5e39a78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9695 | 2025.01.31 23:40:04.976199 [ 262 ] {a4cbcc23-dbfd-46b6-99e9-440d5e39a78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9696 | 2025.01.31 23:40:04.976905 [ 262 ] {a4cbcc23-dbfd-46b6-99e9-440d5e39a78b} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9697 | 2025.01.31 23:40:04.976947 [ 262 ] {a4cbcc23-dbfd-46b6-99e9-440d5e39a78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9698 | 2025.01.31 23:40:04.977357 [ 262 ] {a4cbcc23-dbfd-46b6-99e9-440d5e39a78b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9699 | 2025.01.31 23:40:04.977618 [ 262 ] {a4cbcc23-dbfd-46b6-99e9-440d5e39a78b} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9700 | 2025.01.31 23:40:04.977813 [ 262 ] {a4cbcc23-dbfd-46b6-99e9-440d5e39a78b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001728 sec., 8101.851851851852 rows/sec., 583.22 KiB/sec. | ||
| 9701 | 2025.01.31 23:40:04.977876 [ 262 ] {a4cbcc23-dbfd-46b6-99e9-440d5e39a78b} <Debug> TCPHandler: Processed in 0.002043174 sec. | ||
| 9702 | 2025.01.31 23:40:04.978149 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9703 | 2025.01.31 23:40:04.978346 [ 259 ] {d2950d10-652d-4747-8058-f168798ece94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9704 | 2025.01.31 23:40:04.978419 [ 259 ] {d2950d10-652d-4747-8058-f168798ece94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9705 | 2025.01.31 23:40:04.979163 [ 259 ] {d2950d10-652d-4747-8058-f168798ece94} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9706 | 2025.01.31 23:40:04.979214 [ 259 ] {d2950d10-652d-4747-8058-f168798ece94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9707 | 2025.01.31 23:40:04.979645 [ 259 ] {d2950d10-652d-4747-8058-f168798ece94} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 9708 | 2025.01.31 23:40:04.979890 [ 259 ] {d2950d10-652d-4747-8058-f168798ece94} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9709 | 2025.01.31 23:40:04.980117 [ 259 ] {d2950d10-652d-4747-8058-f168798ece94} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001825 sec., 8767.123287671233 rows/sec., 714.90 KiB/sec. | ||
| 9710 | 2025.01.31 23:40:04.980174 [ 259 ] {d2950d10-652d-4747-8058-f168798ece94} <Debug> TCPHandler: Processed in 0.002163658 sec. | ||
| 9711 | 2025.01.31 23:40:04.980323 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9712 | 2025.01.31 23:40:04.980446 [ 262 ] {7e271476-118c-4f47-9a66-333154f65722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9713 | 2025.01.31 23:40:04.980497 [ 262 ] {7e271476-118c-4f47-9a66-333154f65722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9714 | 2025.01.31 23:40:04.981850 [ 262 ] {7e271476-118c-4f47-9a66-333154f65722} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9715 | 2025.01.31 23:40:04.981889 [ 262 ] {7e271476-118c-4f47-9a66-333154f65722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9716 | 2025.01.31 23:40:04.982346 [ 262 ] {7e271476-118c-4f47-9a66-333154f65722} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9717 | 2025.01.31 23:40:04.982592 [ 262 ] {7e271476-118c-4f47-9a66-333154f65722} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9718 | 2025.01.31 23:40:04.982780 [ 262 ] {7e271476-118c-4f47-9a66-333154f65722} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002363 sec., 604739.7376216673 rows/sec., 50.45 MiB/sec. | ||
| 9719 | 2025.01.31 23:40:04.982836 [ 262 ] {7e271476-118c-4f47-9a66-333154f65722} <Debug> TCPHandler: Processed in 0.002569121 sec. | ||
| 9720 | 2025.01.31 23:40:04.983000 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9721 | 2025.01.31 23:40:04.983138 [ 259 ] {d1cc9fb2-2b41-45ca-90e4-26c92c0408d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9722 | 2025.01.31 23:40:04.983196 [ 259 ] {d1cc9fb2-2b41-45ca-90e4-26c92c0408d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9723 | 2025.01.31 23:40:04.983910 [ 259 ] {d1cc9fb2-2b41-45ca-90e4-26c92c0408d1} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9724 | 2025.01.31 23:40:04.983950 [ 259 ] {d1cc9fb2-2b41-45ca-90e4-26c92c0408d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9725 | 2025.01.31 23:40:04.984322 [ 259 ] {d1cc9fb2-2b41-45ca-90e4-26c92c0408d1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9726 | 2025.01.31 23:40:04.984558 [ 259 ] {d1cc9fb2-2b41-45ca-90e4-26c92c0408d1} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9727 | 2025.01.31 23:40:04.984779 [ 259 ] {d1cc9fb2-2b41-45ca-90e4-26c92c0408d1} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001669 sec., 37147.99281006591 rows/sec., 2.64 MiB/sec. | ||
| 9728 | 2025.01.31 23:40:04.984850 [ 259 ] {d1cc9fb2-2b41-45ca-90e4-26c92c0408d1} <Debug> TCPHandler: Processed in 0.00191552 sec. | ||
| 9729 | 2025.01.31 23:40:04.985040 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9730 | 2025.01.31 23:40:04.985165 [ 262 ] {75988b14-9276-4448-9dee-73b6ae7d11a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9731 | 2025.01.31 23:40:04.985217 [ 262 ] {75988b14-9276-4448-9dee-73b6ae7d11a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9732 | 2025.01.31 23:40:04.985908 [ 262 ] {75988b14-9276-4448-9dee-73b6ae7d11a3} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9733 | 2025.01.31 23:40:04.985948 [ 262 ] {75988b14-9276-4448-9dee-73b6ae7d11a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9734 | 2025.01.31 23:40:04.986325 [ 262 ] {75988b14-9276-4448-9dee-73b6ae7d11a3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9735 | 2025.01.31 23:40:04.986568 [ 262 ] {75988b14-9276-4448-9dee-73b6ae7d11a3} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9736 | 2025.01.31 23:40:04.986759 [ 262 ] {75988b14-9276-4448-9dee-73b6ae7d11a3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00162 sec., 149382.71604938273 rows/sec., 10.12 MiB/sec. | ||
| 9737 | 2025.01.31 23:40:04.986817 [ 262 ] {75988b14-9276-4448-9dee-73b6ae7d11a3} <Debug> TCPHandler: Processed in 0.001848148 sec. | ||
| 9738 | 2025.01.31 23:40:04.986974 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9739 | 2025.01.31 23:40:04.987111 [ 259 ] {cb498ad0-4e0f-4453-b777-9a3df9542fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9740 | 2025.01.31 23:40:04.987168 [ 259 ] {cb498ad0-4e0f-4453-b777-9a3df9542fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9741 | 2025.01.31 23:40:04.987843 [ 259 ] {cb498ad0-4e0f-4453-b777-9a3df9542fd7} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9742 | 2025.01.31 23:40:04.987882 [ 259 ] {cb498ad0-4e0f-4453-b777-9a3df9542fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9743 | 2025.01.31 23:40:04.988244 [ 259 ] {cb498ad0-4e0f-4453-b777-9a3df9542fd7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9744 | 2025.01.31 23:40:04.988487 [ 259 ] {cb498ad0-4e0f-4453-b777-9a3df9542fd7} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9745 | 2025.01.31 23:40:04.988700 [ 259 ] {cb498ad0-4e0f-4453-b777-9a3df9542fd7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001618 sec., 8034.61063040791 rows/sec., 500.96 KiB/sec. | ||
| 9746 | 2025.01.31 23:40:04.988750 [ 259 ] {cb498ad0-4e0f-4453-b777-9a3df9542fd7} <Debug> TCPHandler: Processed in 0.001840977 sec. | ||
| 9747 | 2025.01.31 23:40:04.988892 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9748 | 2025.01.31 23:40:04.989011 [ 262 ] {52ca485e-9b8c-4f41-8fa9-1c63dcad6785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9749 | 2025.01.31 23:40:04.989061 [ 262 ] {52ca485e-9b8c-4f41-8fa9-1c63dcad6785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9750 | 2025.01.31 23:40:04.990127 [ 262 ] {52ca485e-9b8c-4f41-8fa9-1c63dcad6785} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9751 | 2025.01.31 23:40:04.990164 [ 262 ] {52ca485e-9b8c-4f41-8fa9-1c63dcad6785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9752 | 2025.01.31 23:40:04.990564 [ 262 ] {52ca485e-9b8c-4f41-8fa9-1c63dcad6785} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9753 | 2025.01.31 23:40:04.990799 [ 262 ] {52ca485e-9b8c-4f41-8fa9-1c63dcad6785} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9754 | 2025.01.31 23:40:04.990975 [ 262 ] {52ca485e-9b8c-4f41-8fa9-1c63dcad6785} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.00199 sec., 448743.7185929648 rows/sec., 32.58 MiB/sec. | ||
| 9755 | 2025.01.31 23:40:04.991029 [ 262 ] {52ca485e-9b8c-4f41-8fa9-1c63dcad6785} <Debug> TCPHandler: Processed in 0.002192759 sec. | ||
| 9756 | 2025.01.31 23:40:04.991193 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9757 | 2025.01.31 23:40:04.991338 [ 259 ] {5ee83bf1-5c85-44e4-b2c3-6230f0d73584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9758 | 2025.01.31 23:40:04.991401 [ 259 ] {5ee83bf1-5c85-44e4-b2c3-6230f0d73584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9759 | 2025.01.31 23:40:04.991964 [ 259 ] {5ee83bf1-5c85-44e4-b2c3-6230f0d73584} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9760 | 2025.01.31 23:40:04.992003 [ 259 ] {5ee83bf1-5c85-44e4-b2c3-6230f0d73584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9761 | 2025.01.31 23:40:04.992391 [ 259 ] {5ee83bf1-5c85-44e4-b2c3-6230f0d73584} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9762 | 2025.01.31 23:40:04.992640 [ 259 ] {5ee83bf1-5c85-44e4-b2c3-6230f0d73584} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9763 | 2025.01.31 23:40:04.992858 [ 259 ] {5ee83bf1-5c85-44e4-b2c3-6230f0d73584} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00155 sec., 3870.967741935484 rows/sec., 202.24 KiB/sec. | ||
| 9764 | 2025.01.31 23:40:04.992908 [ 259 ] {5ee83bf1-5c85-44e4-b2c3-6230f0d73584} <Debug> TCPHandler: Processed in 0.001785356 sec. | ||
| 9765 | 2025.01.31 23:40:04.993057 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9766 | 2025.01.31 23:40:04.993177 [ 262 ] {40f20eea-75ce-4da1-b54c-09bde59b2b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9767 | 2025.01.31 23:40:04.993231 [ 262 ] {40f20eea-75ce-4da1-b54c-09bde59b2b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9768 | 2025.01.31 23:40:04.994112 [ 262 ] {40f20eea-75ce-4da1-b54c-09bde59b2b56} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9769 | 2025.01.31 23:40:04.994151 [ 262 ] {40f20eea-75ce-4da1-b54c-09bde59b2b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9770 | 2025.01.31 23:40:04.994599 [ 262 ] {40f20eea-75ce-4da1-b54c-09bde59b2b56} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9771 | 2025.01.31 23:40:04.994859 [ 262 ] {40f20eea-75ce-4da1-b54c-09bde59b2b56} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9772 | 2025.01.31 23:40:04.995053 [ 262 ] {40f20eea-75ce-4da1-b54c-09bde59b2b56} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001901 sec., 506575.4865860074 rows/sec., 33.66 MiB/sec. | ||
| 9773 | 2025.01.31 23:40:04.995118 [ 262 ] {40f20eea-75ce-4da1-b54c-09bde59b2b56} <Debug> TCPHandler: Processed in 0.002120847 sec. | ||
| 9774 | 2025.01.31 23:40:04.995268 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9775 | 2025.01.31 23:40:04.995387 [ 259 ] {de3be170-06ed-4a08-a4e8-29e10c3c34d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9776 | 2025.01.31 23:40:04.995441 [ 259 ] {de3be170-06ed-4a08-a4e8-29e10c3c34d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9777 | 2025.01.31 23:40:04.995932 [ 259 ] {de3be170-06ed-4a08-a4e8-29e10c3c34d2} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9778 | 2025.01.31 23:40:04.995973 [ 259 ] {de3be170-06ed-4a08-a4e8-29e10c3c34d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9779 | 2025.01.31 23:40:04.996335 [ 259 ] {de3be170-06ed-4a08-a4e8-29e10c3c34d2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9780 | 2025.01.31 23:40:04.996582 [ 259 ] {de3be170-06ed-4a08-a4e8-29e10c3c34d2} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9781 | 2025.01.31 23:40:04.996832 [ 259 ] {de3be170-06ed-4a08-a4e8-29e10c3c34d2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec. | ||
| 9782 | 2025.01.31 23:40:04.996959 [ 259 ] {de3be170-06ed-4a08-a4e8-29e10c3c34d2} <Debug> TCPHandler: Processed in 0.001744694 sec. | ||
| 9783 | 2025.01.31 23:40:04.997182 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9784 | 2025.01.31 23:40:04.997319 [ 262 ] {75b2eb66-788c-4738-95bc-f8c770fbff7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9785 | 2025.01.31 23:40:04.997408 [ 262 ] {75b2eb66-788c-4738-95bc-f8c770fbff7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9786 | 2025.01.31 23:40:04.998687 [ 262 ] {75b2eb66-788c-4738-95bc-f8c770fbff7a} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9787 | 2025.01.31 23:40:04.998726 [ 262 ] {75b2eb66-788c-4738-95bc-f8c770fbff7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9788 | 2025.01.31 23:40:04.999384 [ 262 ] {75b2eb66-788c-4738-95bc-f8c770fbff7a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9789 | 2025.01.31 23:40:04.999646 [ 262 ] {75b2eb66-788c-4738-95bc-f8c770fbff7a} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9790 | 2025.01.31 23:40:04.999785 [ 105 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9791 | 2025.01.31 23:40:04.999833 [ 105 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9792 | 2025.01.31 23:40:04.999865 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9793 | 2025.01.31 23:40:04.999866 [ 262 ] {75b2eb66-788c-4738-95bc-f8c770fbff7a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002572 sec., 15163.297045101088 rows/sec., 27.17 MiB/sec. | ||
| 9794 | 2025.01.31 23:40:05.000377 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 9795 | 2025.01.31 23:40:05.000566 [ 262 ] {75b2eb66-788c-4738-95bc-f8c770fbff7a} <Debug> TCPHandler: Processed in 0.003486079 sec. | ||
| 9796 | 2025.01.31 23:40:05.000881 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9797 | 2025.01.31 23:40:05.001207 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.43 MiB, peak 238.07 MiB, free memory in arenas 0.00 B, will set to 229.36 MiB (RSS), difference: -1.07 MiB | ||
| 9798 | 2025.01.31 23:40:05.001413 [ 259 ] {15c8ef9a-80f0-41f8-8ced-b9c39150397e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9799 | 2025.01.31 23:40:05.001639 [ 259 ] {15c8ef9a-80f0-41f8-8ced-b9c39150397e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9800 | 2025.01.31 23:40:05.002634 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9801 | 2025.01.31 23:40:05.002877 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1104 rows starting from the beginning of the part | ||
| 9802 | 2025.01.31 23:40:05.003599 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 9803 | 2025.01.31 23:40:05.004370 [ 259 ] {15c8ef9a-80f0-41f8-8ced-b9c39150397e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9804 | 2025.01.31 23:40:05.004403 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 9805 | 2025.01.31 23:40:05.004455 [ 259 ] {15c8ef9a-80f0-41f8-8ced-b9c39150397e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9806 | 2025.01.31 23:40:05.005022 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 9807 | 2025.01.31 23:40:05.005701 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 9808 | 2025.01.31 23:40:05.005966 [ 259 ] {15c8ef9a-80f0-41f8-8ced-b9c39150397e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9809 | 2025.01.31 23:40:05.006336 [ 199 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 9810 | 2025.01.31 23:40:05.006827 [ 259 ] {15c8ef9a-80f0-41f8-8ced-b9c39150397e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9811 | 2025.01.31 23:40:05.007581 [ 259 ] {15c8ef9a-80f0-41f8-8ced-b9c39150397e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.006365 sec., 5341.712490180676 rows/sec., 317.44 KiB/sec. | ||
| 9812 | 2025.01.31 23:40:05.007691 [ 259 ] {15c8ef9a-80f0-41f8-8ced-b9c39150397e} <Debug> TCPHandler: Processed in 0.00699458 sec. | ||
| 9813 | 2025.01.31 23:40:05.014177 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1299 rows, containing 19 columns (19 merged, 0 gathered) in 0.014187257 sec., 91561.0396005373 rows/sec., 164.07 MiB/sec. | ||
| 9814 | 2025.01.31 23:40:05.015883 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9815 | 2025.01.31 23:40:05.016520 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9816 | 2025.01.31 23:40:05.016611 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9817 | 2025.01.31 23:40:05.016768 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.43 MiB. | ||
| 9818 | 2025.01.31 23:40:05.053910 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9819 | 2025.01.31 23:40:05.076549 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9820 | 2025.01.31 23:40:05.076625 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9821 | 2025.01.31 23:40:05.084177 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9822 | 2025.01.31 23:40:05.084981 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9823 | 2025.01.31 23:40:05.088109 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9824 | 2025.01.31 23:40:06.001156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.99 MiB, peak 240.86 MiB, free memory in arenas 0.00 B, will set to 231.86 MiB (RSS), difference: 1.87 MiB | ||
| 9825 | 2025.01.31 23:40:08.505415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1384 | ||
| 9826 | 2025.01.31 23:40:08.508926 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9827 | 2025.01.31 23:40:08.508977 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9828 | 2025.01.31 23:40:08.510490 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9829 | 2025.01.31 23:40:08.510816 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9830 | 2025.01.31 23:40:08.511466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1384 | ||
| 9831 | 2025.01.31 23:40:09.126479 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9832 | 2025.01.31 23:40:09.126790 [ 262 ] {cd3e6ae7-1563-444a-bb71-089ca84c4bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9833 | 2025.01.31 23:40:09.126911 [ 262 ] {cd3e6ae7-1563-444a-bb71-089ca84c4bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9834 | 2025.01.31 23:40:09.127725 [ 262 ] {cd3e6ae7-1563-444a-bb71-089ca84c4bcf} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9835 | 2025.01.31 23:40:09.127780 [ 262 ] {cd3e6ae7-1563-444a-bb71-089ca84c4bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9836 | 2025.01.31 23:40:09.128213 [ 262 ] {cd3e6ae7-1563-444a-bb71-089ca84c4bcf} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9837 | 2025.01.31 23:40:09.128482 [ 262 ] {cd3e6ae7-1563-444a-bb71-089ca84c4bcf} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9838 | 2025.01.31 23:40:09.128742 [ 262 ] {cd3e6ae7-1563-444a-bb71-089ca84c4bcf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002035 sec., 27518.42751842752 rows/sec., 2.10 MiB/sec. | ||
| 9839 | 2025.01.31 23:40:09.128811 [ 262 ] {cd3e6ae7-1563-444a-bb71-089ca84c4bcf} <Debug> TCPHandler: Processed in 0.00252592 sec. | ||
| 9840 | 2025.01.31 23:40:09.129159 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9841 | 2025.01.31 23:40:09.129475 [ 259 ] {1728a43c-78ae-48a6-a1a1-700dfc1680a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9842 | 2025.01.31 23:40:09.129598 [ 259 ] {1728a43c-78ae-48a6-a1a1-700dfc1680a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9843 | 2025.01.31 23:40:09.130549 [ 259 ] {1728a43c-78ae-48a6-a1a1-700dfc1680a9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9844 | 2025.01.31 23:40:09.130607 [ 259 ] {1728a43c-78ae-48a6-a1a1-700dfc1680a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9845 | 2025.01.31 23:40:09.131059 [ 259 ] {1728a43c-78ae-48a6-a1a1-700dfc1680a9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9846 | 2025.01.31 23:40:09.131327 [ 259 ] {1728a43c-78ae-48a6-a1a1-700dfc1680a9} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9847 | 2025.01.31 23:40:09.131578 [ 259 ] {1728a43c-78ae-48a6-a1a1-700dfc1680a9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002191 sec., 29210.406207211323 rows/sec., 2.28 MiB/sec. | ||
| 9848 | 2025.01.31 23:40:09.131654 [ 259 ] {1728a43c-78ae-48a6-a1a1-700dfc1680a9} <Debug> TCPHandler: Processed in 0.002695315 sec. | ||
| 9849 | 2025.01.31 23:40:09.131862 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9850 | 2025.01.31 23:40:09.132085 [ 262 ] {7e461ef8-b8f7-4a67-9c27-88d0c76141c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9851 | 2025.01.31 23:40:09.132153 [ 262 ] {7e461ef8-b8f7-4a67-9c27-88d0c76141c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9852 | 2025.01.31 23:40:09.132824 [ 262 ] {7e461ef8-b8f7-4a67-9c27-88d0c76141c2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9853 | 2025.01.31 23:40:09.132872 [ 262 ] {7e461ef8-b8f7-4a67-9c27-88d0c76141c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9854 | 2025.01.31 23:40:09.133284 [ 262 ] {7e461ef8-b8f7-4a67-9c27-88d0c76141c2} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9855 | 2025.01.31 23:40:09.133539 [ 262 ] {7e461ef8-b8f7-4a67-9c27-88d0c76141c2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9856 | 2025.01.31 23:40:09.133754 [ 262 ] {7e461ef8-b8f7-4a67-9c27-88d0c76141c2} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001713 sec., 74722.70869819031 rows/sec., 5.20 MiB/sec. | ||
| 9857 | 2025.01.31 23:40:09.133810 [ 262 ] {7e461ef8-b8f7-4a67-9c27-88d0c76141c2} <Debug> TCPHandler: Processed in 0.002074765 sec. | ||
| 9858 | 2025.01.31 23:40:09.133962 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9859 | 2025.01.31 23:40:09.134108 [ 259 ] {a32daf92-e10d-4357-9b9c-fedd9fa3404d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9860 | 2025.01.31 23:40:09.134178 [ 259 ] {a32daf92-e10d-4357-9b9c-fedd9fa3404d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9861 | 2025.01.31 23:40:09.134823 [ 259 ] {a32daf92-e10d-4357-9b9c-fedd9fa3404d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9862 | 2025.01.31 23:40:09.134871 [ 259 ] {a32daf92-e10d-4357-9b9c-fedd9fa3404d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9863 | 2025.01.31 23:40:09.135272 [ 259 ] {a32daf92-e10d-4357-9b9c-fedd9fa3404d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9864 | 2025.01.31 23:40:09.135518 [ 259 ] {a32daf92-e10d-4357-9b9c-fedd9fa3404d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9865 | 2025.01.31 23:40:09.135740 [ 259 ] {a32daf92-e10d-4357-9b9c-fedd9fa3404d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001668 sec., 28776.978417266186 rows/sec., 1.94 MiB/sec. | ||
| 9866 | 2025.01.31 23:40:09.135790 [ 259 ] {a32daf92-e10d-4357-9b9c-fedd9fa3404d} <Debug> TCPHandler: Processed in 0.001893729 sec. | ||
| 9867 | 2025.01.31 23:40:10.896382 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 9868 | 2025.01.31 23:40:10.897011 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9869 | 2025.01.31 23:40:10.897061 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9870 | 2025.01.31 23:40:10.897577 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9871 | 2025.01.31 23:40:10.897832 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9872 | 2025.01.31 23:40:10.898044 [ 48 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9873 | 2025.01.31 23:40:10.898076 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 9874 | 2025.01.31 23:40:10.898136 [ 48 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9875 | 2025.01.31 23:40:10.898170 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9876 | 2025.01.31 23:40:10.898331 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 9877 | 2025.01.31 23:40:10.898522 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9878 | 2025.01.31 23:40:10.898573 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 9879 | 2025.01.31 23:40:10.898667 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 9880 | 2025.01.31 23:40:10.898770 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 9881 | 2025.01.31 23:40:10.898923 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 9882 | 2025.01.31 23:40:10.899017 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 9883 | 2025.01.31 23:40:10.899101 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 9884 | 2025.01.31 23:40:10.901489 [ 193 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003231862 sec., 7228959.652361395 rows/sec., 103.41 MiB/sec. | ||
| 9885 | 2025.01.31 23:40:10.901787 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9886 | 2025.01.31 23:40:10.902081 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_51_10} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9887 | 2025.01.31 23:40:10.902173 [ 186 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_51_10} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9888 | 2025.01.31 23:40:10.902274 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 9889 | 2025.01.31 23:40:12.589089 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9890 | 2025.01.31 23:40:12.610837 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9891 | 2025.01.31 23:40:12.610890 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9892 | 2025.01.31 23:40:12.618350 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9893 | 2025.01.31 23:40:12.619114 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9894 | 2025.01.31 23:40:12.619536 [ 30 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9895 | 2025.01.31 23:40:12.619682 [ 30 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9896 | 2025.01.31 23:40:12.619754 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9897 | 2025.01.31 23:40:12.620167 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9898 | 2025.01.31 23:40:12.634431 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9899 | 2025.01.31 23:40:12.636181 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9900 | 2025.01.31 23:40:12.637599 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9901 | 2025.01.31 23:40:12.643197 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9902 | 2025.01.31 23:40:12.648773 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9903 | 2025.01.31 23:40:12.654254 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9904 | 2025.01.31 23:40:12.659871 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9905 | 2025.01.31 23:40:12.664341 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 9906 | 2025.01.31 23:40:12.727751 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.107845089 sec., 3569.9353913092878 rows/sec., 18.46 MiB/sec. | ||
| 9907 | 2025.01.31 23:40:12.730729 [ 192 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9908 | 2025.01.31 23:40:12.733593 [ 192 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_51_10} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9909 | 2025.01.31 23:40:12.733719 [ 192 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_51_10} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9910 | 2025.01.31 23:40:12.735960 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9911 | 2025.01.31 23:40:14.128199 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9912 | 2025.01.31 23:40:14.128506 [ 262 ] {7cac45c8-4e30-4604-a4ad-31de41e6b154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9913 | 2025.01.31 23:40:14.128623 [ 262 ] {7cac45c8-4e30-4604-a4ad-31de41e6b154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9914 | 2025.01.31 23:40:14.129601 [ 262 ] {7cac45c8-4e30-4604-a4ad-31de41e6b154} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9915 | 2025.01.31 23:40:14.129655 [ 262 ] {7cac45c8-4e30-4604-a4ad-31de41e6b154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9916 | 2025.01.31 23:40:14.130094 [ 262 ] {7cac45c8-4e30-4604-a4ad-31de41e6b154} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9917 | 2025.01.31 23:40:14.130359 [ 262 ] {7cac45c8-4e30-4604-a4ad-31de41e6b154} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9918 | 2025.01.31 23:40:14.130581 [ 26 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9919 | 2025.01.31 23:40:14.130611 [ 262 ] {7cac45c8-4e30-4604-a4ad-31de41e6b154} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002183 sec., 25652.77141548328 rows/sec., 1.96 MiB/sec. | ||
| 9920 | 2025.01.31 23:40:14.130715 [ 26 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9921 | 2025.01.31 23:40:14.130825 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9922 | 2025.01.31 23:40:14.130832 [ 262 ] {7cac45c8-4e30-4604-a4ad-31de41e6b154} <Debug> TCPHandler: Processed in 0.002822269 sec. | ||
| 9923 | 2025.01.31 23:40:14.131178 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9924 | 2025.01.31 23:40:14.131211 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9925 | 2025.01.31 23:40:14.131575 [ 259 ] {f4887681-449b-491a-88a1-73fa00a71d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9926 | 2025.01.31 23:40:14.131596 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9927 | 2025.01.31 23:40:14.131711 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9928 | 2025.01.31 23:40:14.131716 [ 259 ] {f4887681-449b-491a-88a1-73fa00a71d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9929 | 2025.01.31 23:40:14.132216 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9930 | 2025.01.31 23:40:14.132503 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9931 | 2025.01.31 23:40:14.132846 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9932 | 2025.01.31 23:40:14.133255 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9933 | 2025.01.31 23:40:14.133581 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 9934 | 2025.01.31 23:40:14.134703 [ 259 ] {f4887681-449b-491a-88a1-73fa00a71d16} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9935 | 2025.01.31 23:40:14.134778 [ 259 ] {f4887681-449b-491a-88a1-73fa00a71d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9936 | 2025.01.31 23:40:14.135759 [ 259 ] {f4887681-449b-491a-88a1-73fa00a71d16} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9937 | 2025.01.31 23:40:14.136199 [ 259 ] {f4887681-449b-491a-88a1-73fa00a71d16} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9938 | 2025.01.31 23:40:14.136367 [ 26 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9939 | 2025.01.31 23:40:14.136411 [ 26 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9940 | 2025.01.31 23:40:14.136448 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9941 | 2025.01.31 23:40:14.136459 [ 259 ] {f4887681-449b-491a-88a1-73fa00a71d16} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005018 sec., 12754.085292945398 rows/sec., 1019.38 KiB/sec. | ||
| 9942 | 2025.01.31 23:40:14.136885 [ 259 ] {f4887681-449b-491a-88a1-73fa00a71d16} <Debug> TCPHandler: Processed in 0.005872204 sec. | ||
| 9943 | 2025.01.31 23:40:14.136927 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9944 | 2025.01.31 23:40:14.137382 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9945 | 2025.01.31 23:40:14.137537 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9946 | 2025.01.31 23:40:14.137550 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006524815 sec., 506987.5544364093 rows/sec., 44.25 MiB/sec. | ||
| 9947 | 2025.01.31 23:40:14.137626 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9948 | 2025.01.31 23:40:14.137858 [ 262 ] {c114b5c8-119c-429a-94c3-1ffaec238776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9949 | 2025.01.31 23:40:14.137964 [ 196 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9950 | 2025.01.31 23:40:14.137982 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9951 | 2025.01.31 23:40:14.138152 [ 262 ] {c114b5c8-119c-429a-94c3-1ffaec238776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9952 | 2025.01.31 23:40:14.138675 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9953 | 2025.01.31 23:40:14.139237 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9954 | 2025.01.31 23:40:14.139573 [ 200 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_86_17} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9955 | 2025.01.31 23:40:14.139798 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9956 | 2025.01.31 23:40:14.140141 [ 200 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_86_17} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9957 | 2025.01.31 23:40:14.140327 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 9958 | 2025.01.31 23:40:14.140441 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 9959 | 2025.01.31 23:40:14.141945 [ 262 ] {c114b5c8-119c-429a-94c3-1ffaec238776} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9960 | 2025.01.31 23:40:14.142010 [ 262 ] {c114b5c8-119c-429a-94c3-1ffaec238776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9961 | 2025.01.31 23:40:14.143192 [ 262 ] {c114b5c8-119c-429a-94c3-1ffaec238776} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9962 | 2025.01.31 23:40:14.143487 [ 262 ] {c114b5c8-119c-429a-94c3-1ffaec238776} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9963 | 2025.01.31 23:40:14.143906 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9964 | 2025.01.31 23:40:14.144008 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9965 | 2025.01.31 23:40:14.143997 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007442974 sec., 325004.4941712815 rows/sec., 24.93 MiB/sec. | ||
| 9966 | 2025.01.31 23:40:14.144087 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9967 | 2025.01.31 23:40:14.144143 [ 262 ] {c114b5c8-119c-429a-94c3-1ffaec238776} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006457 sec., 24779.30927675391 rows/sec., 1.73 MiB/sec. | ||
| 9968 | 2025.01.31 23:40:14.144331 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9969 | 2025.01.31 23:40:14.144566 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9970 | 2025.01.31 23:40:14.144625 [ 262 ] {c114b5c8-119c-429a-94c3-1ffaec238776} <Debug> TCPHandler: Processed in 0.007584679 sec. | ||
| 9971 | 2025.01.31 23:40:14.144939 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9972 | 2025.01.31 23:40:14.144992 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9973 | 2025.01.31 23:40:14.145030 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24503 rows starting from the beginning of the part | ||
| 9974 | 2025.01.31 23:40:14.145105 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_86_17} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9975 | 2025.01.31 23:40:14.145443 [ 259 ] {70b743ff-66fe-442a-94fe-9c6188f1e376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9976 | 2025.01.31 23:40:14.145536 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9977 | 2025.01.31 23:40:14.145570 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_86_17} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9978 | 2025.01.31 23:40:14.145653 [ 259 ] {70b743ff-66fe-442a-94fe-9c6188f1e376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9979 | 2025.01.31 23:40:14.145969 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 9980 | 2025.01.31 23:40:14.146102 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9981 | 2025.01.31 23:40:14.146494 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9982 | 2025.01.31 23:40:14.146848 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9983 | 2025.01.31 23:40:14.147253 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 9984 | 2025.01.31 23:40:14.148265 [ 259 ] {70b743ff-66fe-442a-94fe-9c6188f1e376} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9985 | 2025.01.31 23:40:14.148335 [ 259 ] {70b743ff-66fe-442a-94fe-9c6188f1e376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9986 | 2025.01.31 23:40:14.148922 [ 259 ] {70b743ff-66fe-442a-94fe-9c6188f1e376} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9987 | 2025.01.31 23:40:14.149271 [ 259 ] {70b743ff-66fe-442a-94fe-9c6188f1e376} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9988 | 2025.01.31 23:40:14.149444 [ 26 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9989 | 2025.01.31 23:40:14.149483 [ 26 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9990 | 2025.01.31 23:40:14.149508 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9991 | 2025.01.31 23:40:14.149519 [ 259 ] {70b743ff-66fe-442a-94fe-9c6188f1e376} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004248 sec., 14124.293785310734 rows/sec., 974.72 KiB/sec. | ||
| 9992 | 2025.01.31 23:40:14.150075 [ 259 ] {70b743ff-66fe-442a-94fe-9c6188f1e376} <Debug> TCPHandler: Processed in 0.005299927 sec. | ||
| 9993 | 2025.01.31 23:40:14.150344 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9994 | 2025.01.31 23:40:14.151346 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9995 | 2025.01.31 23:40:14.151566 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9996 | 2025.01.31 23:40:14.152052 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9997 | 2025.01.31 23:40:14.152368 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9998 | 2025.01.31 23:40:14.152738 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 9999 | 2025.01.31 23:40:14.152900 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 10000 | 2025.01.31 23:40:14.153060 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 10001 | 2025.01.31 23:40:14.156893 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5220 rows, containing 4 columns (4 merged, 0 gathered) in 0.007234098 sec., 721582.7045749173 rows/sec., 47.05 MiB/sec. | ||
| 10002 | 2025.01.31 23:40:14.157500 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10003 | 2025.01.31 23:40:14.157880 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_86_17} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10004 | 2025.01.31 23:40:14.157977 [ 201 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_86_17} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10005 | 2025.01.31 23:40:14.158085 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 10006 | 2025.01.31 23:40:14.159214 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26151 rows, containing 5 columns (5 merged, 0 gathered) in 0.015002861 sec., 1743067.538918077 rows/sec., 117.69 MiB/sec. | ||
| 10007 | 2025.01.31 23:40:14.159491 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10008 | 2025.01.31 23:40:14.159796 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10009 | 2025.01.31 23:40:14.159873 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10010 | 2025.01.31 23:40:14.159970 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 10011 | 2025.01.31 23:40:15.001171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.86 MiB, peak 246.35 MiB, free memory in arenas 0.00 B, will set to 236.16 MiB (RSS), difference: 2.31 MiB | ||
| 10012 | 2025.01.31 23:40:15.848705 [ 29 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0 | ||
| 10013 | 2025.01.31 23:40:15.848772 [ 29 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10014 | 2025.01.31 23:40:15.848799 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10015 | 2025.01.31 23:40:15.848971 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 10016 | 2025.01.31 23:40:15.849193 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10017 | 2025.01.31 23:40:15.849236 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 10018 | 2025.01.31 23:40:15.849324 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 10019 | 2025.01.31 23:40:15.849526 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 10020 | 2025.01.31 23:40:15.849837 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 10021 | 2025.01.31 23:40:15.850078 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 10022 | 2025.01.31 23:40:15.851224 [ 187 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002341383 sec., 15375.528053291582 rows/sec., 1.01 MiB/sec. | ||
| 10023 | 2025.01.31 23:40:15.851424 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary) | ||
| 10024 | 2025.01.31 23:40:15.851780 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_36_8} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10025 | 2025.01.31 23:40:15.851872 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_36_8} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8 | ||
| 10026 | 2025.01.31 23:40:15.851978 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10027 | 2025.01.31 23:40:18.203410 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10028 | 2025.01.31 23:40:18.203485 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10029 | 2025.01.31 23:40:18.399122 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 10030 | 2025.01.31 23:40:18.399796 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10031 | 2025.01.31 23:40:18.399846 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10032 | 2025.01.31 23:40:18.400381 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10033 | 2025.01.31 23:40:18.400650 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10034 | 2025.01.31 23:40:18.400887 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10035 | 2025.01.31 23:40:18.512596 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1400 | ||
| 10036 | 2025.01.31 23:40:18.515341 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10037 | 2025.01.31 23:40:18.515387 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10038 | 2025.01.31 23:40:18.516865 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10039 | 2025.01.31 23:40:18.517180 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10040 | 2025.01.31 23:40:18.517859 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1400 | ||
| 10041 | 2025.01.31 23:40:19.134088 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10042 | 2025.01.31 23:40:19.134286 [ 262 ] {efe1e5a9-057e-49fb-96a2-22ac8283224e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10043 | 2025.01.31 23:40:19.134363 [ 262 ] {efe1e5a9-057e-49fb-96a2-22ac8283224e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10044 | 2025.01.31 23:40:19.135127 [ 262 ] {efe1e5a9-057e-49fb-96a2-22ac8283224e} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10045 | 2025.01.31 23:40:19.135183 [ 262 ] {efe1e5a9-057e-49fb-96a2-22ac8283224e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10046 | 2025.01.31 23:40:19.135626 [ 262 ] {efe1e5a9-057e-49fb-96a2-22ac8283224e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10047 | 2025.01.31 23:40:19.135885 [ 262 ] {efe1e5a9-057e-49fb-96a2-22ac8283224e} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10048 | 2025.01.31 23:40:19.136085 [ 44 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10049 | 2025.01.31 23:40:19.136154 [ 262 ] {efe1e5a9-057e-49fb-96a2-22ac8283224e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001917 sec., 7303.077725612937 rows/sec., 525.72 KiB/sec. | ||
| 10050 | 2025.01.31 23:40:19.136178 [ 44 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10051 | 2025.01.31 23:40:19.136250 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10052 | 2025.01.31 23:40:19.136306 [ 262 ] {efe1e5a9-057e-49fb-96a2-22ac8283224e} <Debug> TCPHandler: Processed in 0.002352014 sec. | ||
| 10053 | 2025.01.31 23:40:19.136529 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10054 | 2025.01.31 23:40:19.136647 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10055 | 2025.01.31 23:40:19.136717 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10056 | 2025.01.31 23:40:19.136770 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10057 | 2025.01.31 23:40:19.137007 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10058 | 2025.01.31 23:40:19.137070 [ 259 ] {76b4d6eb-7663-472c-b754-8f93c068089c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10059 | 2025.01.31 23:40:19.137293 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10060 | 2025.01.31 23:40:19.137311 [ 259 ] {76b4d6eb-7663-472c-b754-8f93c068089c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10061 | 2025.01.31 23:40:19.137637 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10062 | 2025.01.31 23:40:19.138013 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10063 | 2025.01.31 23:40:19.140147 [ 259 ] {76b4d6eb-7663-472c-b754-8f93c068089c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10064 | 2025.01.31 23:40:19.140228 [ 259 ] {76b4d6eb-7663-472c-b754-8f93c068089c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10065 | 2025.01.31 23:40:19.140618 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004252374 sec., 16461.393094774827 rows/sec., 1.22 MiB/sec. | ||
| 10066 | 2025.01.31 23:40:19.140821 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10067 | 2025.01.31 23:40:19.141158 [ 259 ] {76b4d6eb-7663-472c-b754-8f93c068089c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10068 | 2025.01.31 23:40:19.141309 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_37_9} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10069 | 2025.01.31 23:40:19.141469 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_37_9} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10070 | 2025.01.31 23:40:19.141658 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10071 | 2025.01.31 23:40:19.141668 [ 259 ] {76b4d6eb-7663-472c-b754-8f93c068089c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10072 | 2025.01.31 23:40:19.141944 [ 259 ] {76b4d6eb-7663-472c-b754-8f93c068089c} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.005087 sec., 55238.844112443476 rows/sec., 4.87 MiB/sec. | ||
| 10073 | 2025.01.31 23:40:19.142022 [ 259 ] {76b4d6eb-7663-472c-b754-8f93c068089c} <Debug> TCPHandler: Processed in 0.005550205 sec. | ||
| 10074 | 2025.01.31 23:40:19.142212 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10075 | 2025.01.31 23:40:19.142343 [ 262 ] {d63e386a-8e20-4454-a13a-40be10769f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10076 | 2025.01.31 23:40:19.142396 [ 262 ] {d63e386a-8e20-4454-a13a-40be10769f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10077 | 2025.01.31 23:40:19.143032 [ 262 ] {d63e386a-8e20-4454-a13a-40be10769f82} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10078 | 2025.01.31 23:40:19.143074 [ 262 ] {d63e386a-8e20-4454-a13a-40be10769f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10079 | 2025.01.31 23:40:19.143447 [ 262 ] {d63e386a-8e20-4454-a13a-40be10769f82} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10080 | 2025.01.31 23:40:19.143685 [ 262 ] {d63e386a-8e20-4454-a13a-40be10769f82} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10081 | 2025.01.31 23:40:19.143939 [ 262 ] {d63e386a-8e20-4454-a13a-40be10769f82} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001618 sec., 28430.16069221261 rows/sec., 2.05 MiB/sec. | ||
| 10082 | 2025.01.31 23:40:19.144127 [ 262 ] {d63e386a-8e20-4454-a13a-40be10769f82} <Debug> TCPHandler: Processed in 0.001985673 sec. | ||
| 10083 | 2025.01.31 23:40:19.144434 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10084 | 2025.01.31 23:40:19.144660 [ 259 ] {78d07362-021b-4af8-a0f3-a34b75795b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10085 | 2025.01.31 23:40:19.144753 [ 259 ] {78d07362-021b-4af8-a0f3-a34b75795b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10086 | 2025.01.31 23:40:19.145590 [ 259 ] {78d07362-021b-4af8-a0f3-a34b75795b2e} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10087 | 2025.01.31 23:40:19.145633 [ 259 ] {78d07362-021b-4af8-a0f3-a34b75795b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10088 | 2025.01.31 23:40:19.145999 [ 259 ] {78d07362-021b-4af8-a0f3-a34b75795b2e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10089 | 2025.01.31 23:40:19.146240 [ 259 ] {78d07362-021b-4af8-a0f3-a34b75795b2e} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10090 | 2025.01.31 23:40:19.146475 [ 259 ] {78d07362-021b-4af8-a0f3-a34b75795b2e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001873 sec., 7474.639615589962 rows/sec., 523.48 KiB/sec. | ||
| 10091 | 2025.01.31 23:40:19.146532 [ 259 ] {78d07362-021b-4af8-a0f3-a34b75795b2e} <Debug> TCPHandler: Processed in 0.002272331 sec. | ||
| 10092 | 2025.01.31 23:40:19.146700 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10093 | 2025.01.31 23:40:19.146839 [ 262 ] {e5322d37-2627-43a2-9982-de538176d63b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10094 | 2025.01.31 23:40:19.146897 [ 262 ] {e5322d37-2627-43a2-9982-de538176d63b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10095 | 2025.01.31 23:40:19.147537 [ 262 ] {e5322d37-2627-43a2-9982-de538176d63b} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10096 | 2025.01.31 23:40:19.147578 [ 262 ] {e5322d37-2627-43a2-9982-de538176d63b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10097 | 2025.01.31 23:40:19.147939 [ 262 ] {e5322d37-2627-43a2-9982-de538176d63b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10098 | 2025.01.31 23:40:19.148190 [ 262 ] {e5322d37-2627-43a2-9982-de538176d63b} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10099 | 2025.01.31 23:40:19.148367 [ 44 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10100 | 2025.01.31 23:40:19.148438 [ 44 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10101 | 2025.01.31 23:40:19.148446 [ 262 ] {e5322d37-2627-43a2-9982-de538176d63b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001627 sec., 7990.165949600492 rows/sec., 498.18 KiB/sec. | ||
| 10102 | 2025.01.31 23:40:19.148472 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10103 | 2025.01.31 23:40:19.148651 [ 262 ] {e5322d37-2627-43a2-9982-de538176d63b} <Debug> TCPHandler: Processed in 0.002007063 sec. | ||
| 10104 | 2025.01.31 23:40:19.148805 [ 187 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 10105 | 2025.01.31 23:40:19.148991 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10106 | 2025.01.31 23:40:19.149312 [ 187 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10107 | 2025.01.31 23:40:19.149446 [ 187 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 10108 | 2025.01.31 23:40:19.149450 [ 259 ] {e65653e0-1040-4813-9b0e-5a7207c352d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10109 | 2025.01.31 23:40:19.149588 [ 259 ] {e65653e0-1040-4813-9b0e-5a7207c352d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10110 | 2025.01.31 23:40:19.149729 [ 187 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 10111 | 2025.01.31 23:40:19.150147 [ 187 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 10112 | 2025.01.31 23:40:19.150491 [ 187 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 10113 | 2025.01.31 23:40:19.150806 [ 187 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 10114 | 2025.01.31 23:40:19.152639 [ 259 ] {e65653e0-1040-4813-9b0e-5a7207c352d1} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10115 | 2025.01.31 23:40:19.152719 [ 259 ] {e65653e0-1040-4813-9b0e-5a7207c352d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10116 | 2025.01.31 23:40:19.153252 [ 187 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004648987 sec., 13981.540494735735 rows/sec., 926.36 KiB/sec. | ||
| 10117 | 2025.01.31 23:40:19.153464 [ 187 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10118 | 2025.01.31 23:40:19.153686 [ 259 ] {e65653e0-1040-4813-9b0e-5a7207c352d1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10119 | 2025.01.31 23:40:19.153994 [ 199 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_37_9} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10120 | 2025.01.31 23:40:19.154196 [ 259 ] {e65653e0-1040-4813-9b0e-5a7207c352d1} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10121 | 2025.01.31 23:40:19.154233 [ 199 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_37_9} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10122 | 2025.01.31 23:40:19.154379 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10123 | 2025.01.31 23:40:19.154589 [ 259 ] {e65653e0-1040-4813-9b0e-5a7207c352d1} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005308 sec., 79314.24265259985 rows/sec., 5.67 MiB/sec. | ||
| 10124 | 2025.01.31 23:40:19.154661 [ 259 ] {e65653e0-1040-4813-9b0e-5a7207c352d1} <Debug> TCPHandler: Processed in 0.005884265 sec. | ||
| 10125 | 2025.01.31 23:40:19.154921 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10126 | 2025.01.31 23:40:19.155144 [ 262 ] {8520b56a-ca68-4413-b080-bb56502c195a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10127 | 2025.01.31 23:40:19.155237 [ 262 ] {8520b56a-ca68-4413-b080-bb56502c195a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10128 | 2025.01.31 23:40:19.155752 [ 262 ] {8520b56a-ca68-4413-b080-bb56502c195a} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10129 | 2025.01.31 23:40:19.155792 [ 262 ] {8520b56a-ca68-4413-b080-bb56502c195a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10130 | 2025.01.31 23:40:19.156156 [ 262 ] {8520b56a-ca68-4413-b080-bb56502c195a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10131 | 2025.01.31 23:40:19.156395 [ 262 ] {8520b56a-ca68-4413-b080-bb56502c195a} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10132 | 2025.01.31 23:40:19.156636 [ 262 ] {8520b56a-ca68-4413-b080-bb56502c195a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. | ||
| 10133 | 2025.01.31 23:40:19.156690 [ 262 ] {8520b56a-ca68-4413-b080-bb56502c195a} <Debug> TCPHandler: Processed in 0.001878639 sec. | ||
| 10134 | 2025.01.31 23:40:19.156899 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10135 | 2025.01.31 23:40:19.157121 [ 259 ] {7b587f2a-32fd-4707-aceb-2e163c09ea72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10136 | 2025.01.31 23:40:19.157221 [ 259 ] {7b587f2a-32fd-4707-aceb-2e163c09ea72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10137 | 2025.01.31 23:40:19.157841 [ 259 ] {7b587f2a-32fd-4707-aceb-2e163c09ea72} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10138 | 2025.01.31 23:40:19.157880 [ 259 ] {7b587f2a-32fd-4707-aceb-2e163c09ea72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10139 | 2025.01.31 23:40:19.158280 [ 259 ] {7b587f2a-32fd-4707-aceb-2e163c09ea72} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10140 | 2025.01.31 23:40:19.158517 [ 259 ] {7b587f2a-32fd-4707-aceb-2e163c09ea72} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10141 | 2025.01.31 23:40:19.158773 [ 259 ] {7b587f2a-32fd-4707-aceb-2e163c09ea72} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001703 sec., 139166.17733411625 rows/sec., 9.33 MiB/sec. | ||
| 10142 | 2025.01.31 23:40:19.158894 [ 259 ] {7b587f2a-32fd-4707-aceb-2e163c09ea72} <Debug> TCPHandler: Processed in 0.002102526 sec. | ||
| 10143 | 2025.01.31 23:40:19.159117 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10144 | 2025.01.31 23:40:19.159430 [ 262 ] {9e9e63be-5565-470b-9476-935dfdf365b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10145 | 2025.01.31 23:40:19.159560 [ 262 ] {9e9e63be-5565-470b-9476-935dfdf365b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10146 | 2025.01.31 23:40:19.160078 [ 262 ] {9e9e63be-5565-470b-9476-935dfdf365b5} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10147 | 2025.01.31 23:40:19.160118 [ 262 ] {9e9e63be-5565-470b-9476-935dfdf365b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10148 | 2025.01.31 23:40:19.160480 [ 262 ] {9e9e63be-5565-470b-9476-935dfdf365b5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10149 | 2025.01.31 23:40:19.160726 [ 262 ] {9e9e63be-5565-470b-9476-935dfdf365b5} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10150 | 2025.01.31 23:40:19.160939 [ 262 ] {9e9e63be-5565-470b-9476-935dfdf365b5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001633 sec., 612.369871402327 rows/sec., 41.26 KiB/sec. | ||
| 10151 | 2025.01.31 23:40:19.160992 [ 262 ] {9e9e63be-5565-470b-9476-935dfdf365b5} <Debug> TCPHandler: Processed in 0.002007273 sec. | ||
| 10152 | 2025.01.31 23:40:19.161135 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10153 | 2025.01.31 23:40:19.161253 [ 259 ] {e4a3230e-9be7-4f52-95bc-69f865e35670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10154 | 2025.01.31 23:40:19.161341 [ 259 ] {e4a3230e-9be7-4f52-95bc-69f865e35670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10155 | 2025.01.31 23:40:19.162617 [ 259 ] {e4a3230e-9be7-4f52-95bc-69f865e35670} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10156 | 2025.01.31 23:40:19.162660 [ 259 ] {e4a3230e-9be7-4f52-95bc-69f865e35670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10157 | 2025.01.31 23:40:19.163344 [ 259 ] {e4a3230e-9be7-4f52-95bc-69f865e35670} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10158 | 2025.01.31 23:40:19.163638 [ 259 ] {e4a3230e-9be7-4f52-95bc-69f865e35670} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10159 | 2025.01.31 23:40:19.163885 [ 259 ] {e4a3230e-9be7-4f52-95bc-69f865e35670} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002655 sec., 14689.265536723165 rows/sec., 26.32 MiB/sec. | ||
| 10160 | 2025.01.31 23:40:19.164226 [ 259 ] {e4a3230e-9be7-4f52-95bc-69f865e35670} <Debug> TCPHandler: Processed in 0.003146418 sec. | ||
| 10161 | 2025.01.31 23:40:19.164401 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10162 | 2025.01.31 23:40:19.164540 [ 262 ] {a5f787fd-5066-4452-a896-9e9ad19eaca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10163 | 2025.01.31 23:40:19.164602 [ 262 ] {a5f787fd-5066-4452-a896-9e9ad19eaca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10164 | 2025.01.31 23:40:19.165182 [ 262 ] {a5f787fd-5066-4452-a896-9e9ad19eaca5} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10165 | 2025.01.31 23:40:19.165230 [ 262 ] {a5f787fd-5066-4452-a896-9e9ad19eaca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10166 | 2025.01.31 23:40:19.165616 [ 262 ] {a5f787fd-5066-4452-a896-9e9ad19eaca5} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10167 | 2025.01.31 23:40:19.165871 [ 262 ] {a5f787fd-5066-4452-a896-9e9ad19eaca5} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10168 | 2025.01.31 23:40:19.166092 [ 262 ] {a5f787fd-5066-4452-a896-9e9ad19eaca5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001582 sec., 51833.1226295828 rows/sec., 3.29 MiB/sec. | ||
| 10169 | 2025.01.31 23:40:19.166148 [ 262 ] {a5f787fd-5066-4452-a896-9e9ad19eaca5} <Debug> TCPHandler: Processed in 0.001814397 sec. | ||
| 10170 | 2025.01.31 23:40:20.135420 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10171 | 2025.01.31 23:40:20.154350 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10172 | 2025.01.31 23:40:20.154408 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10173 | 2025.01.31 23:40:20.161427 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10174 | 2025.01.31 23:40:20.162192 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10175 | 2025.01.31 23:40:20.164992 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10176 | 2025.01.31 23:40:24.126904 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10177 | 2025.01.31 23:40:24.127114 [ 262 ] {f3420997-44ad-42c4-8a8d-2cacc53369cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10178 | 2025.01.31 23:40:24.127188 [ 262 ] {f3420997-44ad-42c4-8a8d-2cacc53369cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10179 | 2025.01.31 23:40:24.127964 [ 262 ] {f3420997-44ad-42c4-8a8d-2cacc53369cf} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10180 | 2025.01.31 23:40:24.128020 [ 262 ] {f3420997-44ad-42c4-8a8d-2cacc53369cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10181 | 2025.01.31 23:40:24.128462 [ 262 ] {f3420997-44ad-42c4-8a8d-2cacc53369cf} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10182 | 2025.01.31 23:40:24.128723 [ 262 ] {f3420997-44ad-42c4-8a8d-2cacc53369cf} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10183 | 2025.01.31 23:40:24.128981 [ 262 ] {f3420997-44ad-42c4-8a8d-2cacc53369cf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001916 sec., 29227.557411273487 rows/sec., 2.23 MiB/sec. | ||
| 10184 | 2025.01.31 23:40:24.129106 [ 262 ] {f3420997-44ad-42c4-8a8d-2cacc53369cf} <Debug> TCPHandler: Processed in 0.002338093 sec. | ||
| 10185 | 2025.01.31 23:40:24.129358 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10186 | 2025.01.31 23:40:24.129567 [ 259 ] {2ec5f3c0-f479-44aa-b739-233d024d02d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10187 | 2025.01.31 23:40:24.129649 [ 259 ] {2ec5f3c0-f479-44aa-b739-233d024d02d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10188 | 2025.01.31 23:40:24.130492 [ 259 ] {2ec5f3c0-f479-44aa-b739-233d024d02d3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10189 | 2025.01.31 23:40:24.130541 [ 259 ] {2ec5f3c0-f479-44aa-b739-233d024d02d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10190 | 2025.01.31 23:40:24.130980 [ 259 ] {2ec5f3c0-f479-44aa-b739-233d024d02d3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10191 | 2025.01.31 23:40:24.131244 [ 259 ] {2ec5f3c0-f479-44aa-b739-233d024d02d3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10192 | 2025.01.31 23:40:24.131521 [ 259 ] {2ec5f3c0-f479-44aa-b739-233d024d02d3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002002 sec., 31968.03196803197 rows/sec., 2.50 MiB/sec. | ||
| 10193 | 2025.01.31 23:40:24.131585 [ 259 ] {2ec5f3c0-f479-44aa-b739-233d024d02d3} <Debug> TCPHandler: Processed in 0.002364925 sec. | ||
| 10194 | 2025.01.31 23:40:24.131800 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10195 | 2025.01.31 23:40:24.132095 [ 262 ] {7e1d1276-7928-467a-9b6e-1228081de19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10196 | 2025.01.31 23:40:24.132174 [ 262 ] {7e1d1276-7928-467a-9b6e-1228081de19a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10197 | 2025.01.31 23:40:24.132786 [ 262 ] {7e1d1276-7928-467a-9b6e-1228081de19a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10198 | 2025.01.31 23:40:24.132828 [ 262 ] {7e1d1276-7928-467a-9b6e-1228081de19a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10199 | 2025.01.31 23:40:24.133229 [ 262 ] {7e1d1276-7928-467a-9b6e-1228081de19a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10200 | 2025.01.31 23:40:24.133467 [ 262 ] {7e1d1276-7928-467a-9b6e-1228081de19a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10201 | 2025.01.31 23:40:24.133677 [ 262 ] {7e1d1276-7928-467a-9b6e-1228081de19a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 10202 | 2025.01.31 23:40:24.133735 [ 262 ] {7e1d1276-7928-467a-9b6e-1228081de19a} <Debug> TCPHandler: Processed in 0.002054555 sec. | ||
| 10203 | 2025.01.31 23:40:24.133902 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10204 | 2025.01.31 23:40:24.134049 [ 259 ] {e9e1d6b0-3507-4bdc-b9b3-4345857cd602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10205 | 2025.01.31 23:40:24.134115 [ 259 ] {e9e1d6b0-3507-4bdc-b9b3-4345857cd602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10206 | 2025.01.31 23:40:24.134687 [ 259 ] {e9e1d6b0-3507-4bdc-b9b3-4345857cd602} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10207 | 2025.01.31 23:40:24.134728 [ 259 ] {e9e1d6b0-3507-4bdc-b9b3-4345857cd602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10208 | 2025.01.31 23:40:24.135112 [ 259 ] {e9e1d6b0-3507-4bdc-b9b3-4345857cd602} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10209 | 2025.01.31 23:40:24.135360 [ 259 ] {e9e1d6b0-3507-4bdc-b9b3-4345857cd602} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10210 | 2025.01.31 23:40:24.135583 [ 259 ] {e9e1d6b0-3507-4bdc-b9b3-4345857cd602} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec. | ||
| 10211 | 2025.01.31 23:40:24.135650 [ 259 ] {e9e1d6b0-3507-4bdc-b9b3-4345857cd602} <Debug> TCPHandler: Processed in 0.001821097 sec. | ||
| 10212 | 2025.01.31 23:40:25.901912 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 10213 | 2025.01.31 23:40:25.902535 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10214 | 2025.01.31 23:40:25.902580 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10215 | 2025.01.31 23:40:25.903096 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10216 | 2025.01.31 23:40:25.903345 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10217 | 2025.01.31 23:40:25.903524 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 10218 | 2025.01.31 23:40:27.665981 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10219 | 2025.01.31 23:40:27.686507 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10220 | 2025.01.31 23:40:27.686566 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10221 | 2025.01.31 23:40:27.693838 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10222 | 2025.01.31 23:40:27.694728 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10223 | 2025.01.31 23:40:27.698516 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10224 | 2025.01.31 23:40:28.518864 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1430 | ||
| 10225 | 2025.01.31 23:40:28.521939 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10226 | 2025.01.31 23:40:28.521988 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10227 | 2025.01.31 23:40:28.523503 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10228 | 2025.01.31 23:40:28.523818 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10229 | 2025.01.31 23:40:28.524368 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1430 | ||
| 10230 | 2025.01.31 23:40:29.133977 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10231 | 2025.01.31 23:40:29.134182 [ 262 ] {4ea99683-7f5f-45c6-97ab-1ce3bf64c1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10232 | 2025.01.31 23:40:29.134261 [ 262 ] {4ea99683-7f5f-45c6-97ab-1ce3bf64c1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10233 | 2025.01.31 23:40:29.135052 [ 262 ] {4ea99683-7f5f-45c6-97ab-1ce3bf64c1d4} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10234 | 2025.01.31 23:40:29.135097 [ 262 ] {4ea99683-7f5f-45c6-97ab-1ce3bf64c1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10235 | 2025.01.31 23:40:29.135528 [ 262 ] {4ea99683-7f5f-45c6-97ab-1ce3bf64c1d4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10236 | 2025.01.31 23:40:29.135784 [ 262 ] {4ea99683-7f5f-45c6-97ab-1ce3bf64c1d4} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10237 | 2025.01.31 23:40:29.135993 [ 262 ] {4ea99683-7f5f-45c6-97ab-1ce3bf64c1d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 10238 | 2025.01.31 23:40:29.136060 [ 262 ] {4ea99683-7f5f-45c6-97ab-1ce3bf64c1d4} <Debug> TCPHandler: Processed in 0.00222492 sec. | ||
| 10239 | 2025.01.31 23:40:29.136383 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10240 | 2025.01.31 23:40:29.136652 [ 259 ] {59ea36c0-7d07-4504-bbc3-bd3333b8e758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10241 | 2025.01.31 23:40:29.136726 [ 259 ] {59ea36c0-7d07-4504-bbc3-bd3333b8e758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10242 | 2025.01.31 23:40:29.137643 [ 259 ] {59ea36c0-7d07-4504-bbc3-bd3333b8e758} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10243 | 2025.01.31 23:40:29.137693 [ 259 ] {59ea36c0-7d07-4504-bbc3-bd3333b8e758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10244 | 2025.01.31 23:40:29.138157 [ 259 ] {59ea36c0-7d07-4504-bbc3-bd3333b8e758} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10245 | 2025.01.31 23:40:29.138417 [ 259 ] {59ea36c0-7d07-4504-bbc3-bd3333b8e758} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10246 | 2025.01.31 23:40:29.138662 [ 259 ] {59ea36c0-7d07-4504-bbc3-bd3333b8e758} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002062 sec., 136275.46071774975 rows/sec., 12.02 MiB/sec. | ||
| 10247 | 2025.01.31 23:40:29.138730 [ 259 ] {59ea36c0-7d07-4504-bbc3-bd3333b8e758} <Debug> TCPHandler: Processed in 0.002533509 sec. | ||
| 10248 | 2025.01.31 23:40:29.138893 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10249 | 2025.01.31 23:40:29.139017 [ 262 ] {55a9c00e-3ebd-4442-8f9c-3018d6fd2af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10250 | 2025.01.31 23:40:29.139069 [ 262 ] {55a9c00e-3ebd-4442-8f9c-3018d6fd2af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10251 | 2025.01.31 23:40:29.139676 [ 262 ] {55a9c00e-3ebd-4442-8f9c-3018d6fd2af1} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10252 | 2025.01.31 23:40:29.139714 [ 262 ] {55a9c00e-3ebd-4442-8f9c-3018d6fd2af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10253 | 2025.01.31 23:40:29.140090 [ 262 ] {55a9c00e-3ebd-4442-8f9c-3018d6fd2af1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10254 | 2025.01.31 23:40:29.140333 [ 262 ] {55a9c00e-3ebd-4442-8f9c-3018d6fd2af1} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10255 | 2025.01.31 23:40:29.140461 [ 89 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10256 | 2025.01.31 23:40:29.140503 [ 89 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10257 | 2025.01.31 23:40:29.140526 [ 262 ] {55a9c00e-3ebd-4442-8f9c-3018d6fd2af1} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001536 sec., 29947.916666666664 rows/sec., 2.15 MiB/sec. | ||
| 10258 | 2025.01.31 23:40:29.140531 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10259 | 2025.01.31 23:40:29.140643 [ 262 ] {55a9c00e-3ebd-4442-8f9c-3018d6fd2af1} <Debug> TCPHandler: Processed in 0.001810067 sec. | ||
| 10260 | 2025.01.31 23:40:29.140982 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 10261 | 2025.01.31 23:40:29.141093 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10262 | 2025.01.31 23:40:29.141214 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10263 | 2025.01.31 23:40:29.141291 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 10264 | 2025.01.31 23:40:29.141473 [ 259 ] {0b77945f-6b20-4997-a3d2-cd34d3490f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10265 | 2025.01.31 23:40:29.141581 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 10266 | 2025.01.31 23:40:29.141703 [ 259 ] {0b77945f-6b20-4997-a3d2-cd34d3490f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10267 | 2025.01.31 23:40:29.141897 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 10268 | 2025.01.31 23:40:29.142181 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 10269 | 2025.01.31 23:40:29.142536 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 10270 | 2025.01.31 23:40:29.142909 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 10271 | 2025.01.31 23:40:29.144547 [ 259 ] {0b77945f-6b20-4997-a3d2-cd34d3490f84} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10272 | 2025.01.31 23:40:29.144626 [ 259 ] {0b77945f-6b20-4997-a3d2-cd34d3490f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10273 | 2025.01.31 23:40:29.145636 [ 259 ] {0b77945f-6b20-4997-a3d2-cd34d3490f84} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10274 | 2025.01.31 23:40:29.146027 [ 199 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.005378329 sec., 57638.72013036019 rows/sec., 4.34 MiB/sec. | ||
| 10275 | 2025.01.31 23:40:29.146146 [ 259 ] {0b77945f-6b20-4997-a3d2-cd34d3490f84} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10276 | 2025.01.31 23:40:29.146247 [ 186 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10277 | 2025.01.31 23:40:29.146423 [ 89 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10278 | 2025.01.31 23:40:29.146560 [ 89 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10279 | 2025.01.31 23:40:29.146621 [ 259 ] {0b77945f-6b20-4997-a3d2-cd34d3490f84} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005274 sec., 2654.5316647705727 rows/sec., 185.91 KiB/sec. | ||
| 10280 | 2025.01.31 23:40:29.146639 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10281 | 2025.01.31 23:40:29.147024 [ 259 ] {0b77945f-6b20-4997-a3d2-cd34d3490f84} <Debug> TCPHandler: Processed in 0.006248256 sec. | ||
| 10282 | 2025.01.31 23:40:29.147400 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10283 | 2025.01.31 23:40:29.147645 [ 192 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 10284 | 2025.01.31 23:40:29.147673 [ 186 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_38_8} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10285 | 2025.01.31 23:40:29.147868 [ 262 ] {738752de-e5cb-4bb8-ac05-4d11851ae042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10286 | 2025.01.31 23:40:29.148035 [ 262 ] {738752de-e5cb-4bb8-ac05-4d11851ae042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10287 | 2025.01.31 23:40:29.148349 [ 192 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10288 | 2025.01.31 23:40:29.148497 [ 192 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 10289 | 2025.01.31 23:40:29.148641 [ 186 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_38_8} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10290 | 2025.01.31 23:40:29.148973 [ 192 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 10291 | 2025.01.31 23:40:29.149171 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10292 | 2025.01.31 23:40:29.149454 [ 192 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 10293 | 2025.01.31 23:40:29.149943 [ 192 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 10294 | 2025.01.31 23:40:29.150277 [ 192 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 10295 | 2025.01.31 23:40:29.150576 [ 192 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 10296 | 2025.01.31 23:40:29.151502 [ 262 ] {738752de-e5cb-4bb8-ac05-4d11851ae042} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10297 | 2025.01.31 23:40:29.151571 [ 262 ] {738752de-e5cb-4bb8-ac05-4d11851ae042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10298 | 2025.01.31 23:40:29.152584 [ 262 ] {738752de-e5cb-4bb8-ac05-4d11851ae042} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10299 | 2025.01.31 23:40:29.153182 [ 262 ] {738752de-e5cb-4bb8-ac05-4d11851ae042} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10300 | 2025.01.31 23:40:29.153636 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006804314 sec., 79361.41688934402 rows/sec., 5.68 MiB/sec. | ||
| 10301 | 2025.01.31 23:40:29.153727 [ 262 ] {738752de-e5cb-4bb8-ac05-4d11851ae042} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005996 sec., 2168.1120747164778 rows/sec., 135.18 KiB/sec. | ||
| 10302 | 2025.01.31 23:40:29.153883 [ 262 ] {738752de-e5cb-4bb8-ac05-4d11851ae042} <Debug> TCPHandler: Processed in 0.006742892 sec. | ||
| 10303 | 2025.01.31 23:40:29.154014 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10304 | 2025.01.31 23:40:29.154147 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10305 | 2025.01.31 23:40:29.154471 [ 259 ] {5875a68a-9019-415e-a258-61f1d39c6d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10306 | 2025.01.31 23:40:29.154603 [ 259 ] {5875a68a-9019-415e-a258-61f1d39c6d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10307 | 2025.01.31 23:40:29.154663 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_38_8} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10308 | 2025.01.31 23:40:29.154898 [ 199 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_38_8} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10309 | 2025.01.31 23:40:29.155114 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10310 | 2025.01.31 23:40:29.155738 [ 259 ] {5875a68a-9019-415e-a258-61f1d39c6d29} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10311 | 2025.01.31 23:40:29.155783 [ 259 ] {5875a68a-9019-415e-a258-61f1d39c6d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10312 | 2025.01.31 23:40:29.156173 [ 259 ] {5875a68a-9019-415e-a258-61f1d39c6d29} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10313 | 2025.01.31 23:40:29.156420 [ 259 ] {5875a68a-9019-415e-a258-61f1d39c6d29} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10314 | 2025.01.31 23:40:29.156669 [ 259 ] {5875a68a-9019-415e-a258-61f1d39c6d29} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002307 sec., 182488.0797572605 rows/sec., 13.04 MiB/sec. | ||
| 10315 | 2025.01.31 23:40:29.156779 [ 259 ] {5875a68a-9019-415e-a258-61f1d39c6d29} <Debug> TCPHandler: Processed in 0.002759656 sec. | ||
| 10316 | 2025.01.31 23:40:29.156991 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10317 | 2025.01.31 23:40:29.157179 [ 262 ] {4c070901-243f-474f-aff9-2ab0c50940f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10318 | 2025.01.31 23:40:29.157238 [ 262 ] {4c070901-243f-474f-aff9-2ab0c50940f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10319 | 2025.01.31 23:40:29.157761 [ 262 ] {4c070901-243f-474f-aff9-2ab0c50940f9} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10320 | 2025.01.31 23:40:29.157799 [ 262 ] {4c070901-243f-474f-aff9-2ab0c50940f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10321 | 2025.01.31 23:40:29.158166 [ 262 ] {4c070901-243f-474f-aff9-2ab0c50940f9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10322 | 2025.01.31 23:40:29.158410 [ 262 ] {4c070901-243f-474f-aff9-2ab0c50940f9} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10323 | 2025.01.31 23:40:29.158539 [ 89 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10324 | 2025.01.31 23:40:29.158581 [ 89 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10325 | 2025.01.31 23:40:29.158607 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10326 | 2025.01.31 23:40:29.158611 [ 262 ] {4c070901-243f-474f-aff9-2ab0c50940f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 213.83 KiB/sec. | ||
| 10327 | 2025.01.31 23:40:29.158969 [ 262 ] {4c070901-243f-474f-aff9-2ab0c50940f9} <Debug> TCPHandler: Processed in 0.002085396 sec. | ||
| 10328 | 2025.01.31 23:40:29.159371 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10329 | 2025.01.31 23:40:29.159386 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 10330 | 2025.01.31 23:40:29.159793 [ 259 ] {bec321ba-d362-4718-8b69-b56768eaa082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10331 | 2025.01.31 23:40:29.159892 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10332 | 2025.01.31 23:40:29.159903 [ 259 ] {bec321ba-d362-4718-8b69-b56768eaa082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10333 | 2025.01.31 23:40:29.159937 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 10334 | 2025.01.31 23:40:29.160102 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 10335 | 2025.01.31 23:40:29.160453 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 10336 | 2025.01.31 23:40:29.160802 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 10337 | 2025.01.31 23:40:29.160980 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 10338 | 2025.01.31 23:40:29.161086 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 10339 | 2025.01.31 23:40:29.161856 [ 259 ] {bec321ba-d362-4718-8b69-b56768eaa082} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10340 | 2025.01.31 23:40:29.161901 [ 259 ] {bec321ba-d362-4718-8b69-b56768eaa082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10341 | 2025.01.31 23:40:29.162505 [ 259 ] {bec321ba-d362-4718-8b69-b56768eaa082} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10342 | 2025.01.31 23:40:29.162771 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.004006946 sec., 56901.19108168665 rows/sec., 2.90 MiB/sec. | ||
| 10343 | 2025.01.31 23:40:29.162907 [ 259 ] {bec321ba-d362-4718-8b69-b56768eaa082} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10344 | 2025.01.31 23:40:29.163012 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10345 | 2025.01.31 23:40:29.163329 [ 259 ] {bec321ba-d362-4718-8b69-b56768eaa082} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003631 sec., 65271.27513081796 rows/sec., 4.37 MiB/sec. | ||
| 10346 | 2025.01.31 23:40:29.163479 [ 259 ] {bec321ba-d362-4718-8b69-b56768eaa082} <Debug> TCPHandler: Processed in 0.004363418 sec. | ||
| 10347 | 2025.01.31 23:40:29.163675 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10348 | 2025.01.31 23:40:29.163713 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_38_8} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10349 | 2025.01.31 23:40:29.163809 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_38_8} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10350 | 2025.01.31 23:40:29.163838 [ 262 ] {cd73b36d-8eea-41af-8731-fc8930f5ad09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10351 | 2025.01.31 23:40:29.163912 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10352 | 2025.01.31 23:40:29.163922 [ 262 ] {cd73b36d-8eea-41af-8731-fc8930f5ad09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10353 | 2025.01.31 23:40:29.164486 [ 262 ] {cd73b36d-8eea-41af-8731-fc8930f5ad09} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10354 | 2025.01.31 23:40:29.164530 [ 262 ] {cd73b36d-8eea-41af-8731-fc8930f5ad09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10355 | 2025.01.31 23:40:29.164908 [ 262 ] {cd73b36d-8eea-41af-8731-fc8930f5ad09} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10356 | 2025.01.31 23:40:29.165154 [ 262 ] {cd73b36d-8eea-41af-8731-fc8930f5ad09} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10357 | 2025.01.31 23:40:29.165369 [ 262 ] {cd73b36d-8eea-41af-8731-fc8930f5ad09} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001564 sec., 639.386189258312 rows/sec., 43.08 KiB/sec. | ||
| 10358 | 2025.01.31 23:40:29.165540 [ 262 ] {cd73b36d-8eea-41af-8731-fc8930f5ad09} <Debug> TCPHandler: Processed in 0.0019281 sec. | ||
| 10359 | 2025.01.31 23:40:29.165773 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10360 | 2025.01.31 23:40:29.165888 [ 259 ] {0bea634d-47b5-4e3c-97cc-2ee6e789746e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10361 | 2025.01.31 23:40:29.165970 [ 259 ] {0bea634d-47b5-4e3c-97cc-2ee6e789746e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10362 | 2025.01.31 23:40:29.167144 [ 259 ] {0bea634d-47b5-4e3c-97cc-2ee6e789746e} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10363 | 2025.01.31 23:40:29.167188 [ 259 ] {0bea634d-47b5-4e3c-97cc-2ee6e789746e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10364 | 2025.01.31 23:40:29.167898 [ 259 ] {0bea634d-47b5-4e3c-97cc-2ee6e789746e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10365 | 2025.01.31 23:40:29.168172 [ 259 ] {0bea634d-47b5-4e3c-97cc-2ee6e789746e} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10366 | 2025.01.31 23:40:29.168504 [ 259 ] {0bea634d-47b5-4e3c-97cc-2ee6e789746e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00263 sec., 14828.897338403041 rows/sec., 26.57 MiB/sec. | ||
| 10367 | 2025.01.31 23:40:29.169005 [ 259 ] {0bea634d-47b5-4e3c-97cc-2ee6e789746e} <Debug> TCPHandler: Processed in 0.003360155 sec. | ||
| 10368 | 2025.01.31 23:40:29.169174 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10369 | 2025.01.31 23:40:29.169291 [ 262 ] {b65f6e51-8c28-4fde-9a9d-22065f2edc4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10370 | 2025.01.31 23:40:29.169342 [ 262 ] {b65f6e51-8c28-4fde-9a9d-22065f2edc4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10371 | 2025.01.31 23:40:29.169827 [ 262 ] {b65f6e51-8c28-4fde-9a9d-22065f2edc4e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10372 | 2025.01.31 23:40:29.169866 [ 262 ] {b65f6e51-8c28-4fde-9a9d-22065f2edc4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10373 | 2025.01.31 23:40:29.170240 [ 262 ] {b65f6e51-8c28-4fde-9a9d-22065f2edc4e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10374 | 2025.01.31 23:40:29.170483 [ 262 ] {b65f6e51-8c28-4fde-9a9d-22065f2edc4e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10375 | 2025.01.31 23:40:29.170666 [ 262 ] {b65f6e51-8c28-4fde-9a9d-22065f2edc4e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001399 sec., 58613.2952108649 rows/sec., 3.72 MiB/sec. | ||
| 10376 | 2025.01.31 23:40:29.170717 [ 262 ] {b65f6e51-8c28-4fde-9a9d-22065f2edc4e} <Debug> TCPHandler: Processed in 0.00160198 sec. | ||
| 10377 | 2025.01.31 23:40:33.203530 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10378 | 2025.01.31 23:40:33.203606 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10379 | 2025.01.31 23:40:33.404548 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 10380 | 2025.01.31 23:40:33.405230 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10381 | 2025.01.31 23:40:33.405282 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10382 | 2025.01.31 23:40:33.405803 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10383 | 2025.01.31 23:40:33.406064 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10384 | 2025.01.31 23:40:33.406362 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10385 | 2025.01.31 23:40:34.128696 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10386 | 2025.01.31 23:40:34.129008 [ 262 ] {508eb1e9-12b3-448e-b821-306758733815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10387 | 2025.01.31 23:40:34.129122 [ 262 ] {508eb1e9-12b3-448e-b821-306758733815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10388 | 2025.01.31 23:40:34.130169 [ 262 ] {508eb1e9-12b3-448e-b821-306758733815} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10389 | 2025.01.31 23:40:34.130219 [ 262 ] {508eb1e9-12b3-448e-b821-306758733815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10390 | 2025.01.31 23:40:34.130658 [ 262 ] {508eb1e9-12b3-448e-b821-306758733815} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10391 | 2025.01.31 23:40:34.130915 [ 262 ] {508eb1e9-12b3-448e-b821-306758733815} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10392 | 2025.01.31 23:40:34.131124 [ 262 ] {508eb1e9-12b3-448e-b821-306758733815} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002204 sec., 25408.348457350276 rows/sec., 1.94 MiB/sec. | ||
| 10393 | 2025.01.31 23:40:34.131189 [ 262 ] {508eb1e9-12b3-448e-b821-306758733815} <Debug> TCPHandler: Processed in 0.002641193 sec. | ||
| 10394 | 2025.01.31 23:40:34.131442 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10395 | 2025.01.31 23:40:34.131640 [ 259 ] {bd3e9d28-dbf9-4af3-b76b-c4cd97e49182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10396 | 2025.01.31 23:40:34.131715 [ 259 ] {bd3e9d28-dbf9-4af3-b76b-c4cd97e49182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10397 | 2025.01.31 23:40:34.132487 [ 259 ] {bd3e9d28-dbf9-4af3-b76b-c4cd97e49182} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10398 | 2025.01.31 23:40:34.132540 [ 259 ] {bd3e9d28-dbf9-4af3-b76b-c4cd97e49182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10399 | 2025.01.31 23:40:34.133010 [ 259 ] {bd3e9d28-dbf9-4af3-b76b-c4cd97e49182} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10400 | 2025.01.31 23:40:34.133270 [ 259 ] {bd3e9d28-dbf9-4af3-b76b-c4cd97e49182} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10401 | 2025.01.31 23:40:34.133512 [ 259 ] {bd3e9d28-dbf9-4af3-b76b-c4cd97e49182} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec. | ||
| 10402 | 2025.01.31 23:40:34.133578 [ 259 ] {bd3e9d28-dbf9-4af3-b76b-c4cd97e49182} <Debug> TCPHandler: Processed in 0.002269201 sec. | ||
| 10403 | 2025.01.31 23:40:34.133741 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10404 | 2025.01.31 23:40:34.133888 [ 262 ] {d1688fcb-60c8-459c-9ad3-89265c65a40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10405 | 2025.01.31 23:40:34.133954 [ 262 ] {d1688fcb-60c8-459c-9ad3-89265c65a40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10406 | 2025.01.31 23:40:34.134638 [ 262 ] {d1688fcb-60c8-459c-9ad3-89265c65a40d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10407 | 2025.01.31 23:40:34.134685 [ 262 ] {d1688fcb-60c8-459c-9ad3-89265c65a40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10408 | 2025.01.31 23:40:34.135091 [ 262 ] {d1688fcb-60c8-459c-9ad3-89265c65a40d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10409 | 2025.01.31 23:40:34.135360 [ 262 ] {d1688fcb-60c8-459c-9ad3-89265c65a40d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10410 | 2025.01.31 23:40:34.135540 [ 262 ] {d1688fcb-60c8-459c-9ad3-89265c65a40d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00169 sec., 94674.55621301774 rows/sec., 6.59 MiB/sec. | ||
| 10411 | 2025.01.31 23:40:34.135591 [ 262 ] {d1688fcb-60c8-459c-9ad3-89265c65a40d} <Debug> TCPHandler: Processed in 0.00191924 sec. | ||
| 10412 | 2025.01.31 23:40:34.135756 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10413 | 2025.01.31 23:40:34.135882 [ 259 ] {b8186b84-64c2-41a1-b16f-e2bcfe27e5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10414 | 2025.01.31 23:40:34.135938 [ 259 ] {b8186b84-64c2-41a1-b16f-e2bcfe27e5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10415 | 2025.01.31 23:40:34.136476 [ 259 ] {b8186b84-64c2-41a1-b16f-e2bcfe27e5c4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10416 | 2025.01.31 23:40:34.136517 [ 259 ] {b8186b84-64c2-41a1-b16f-e2bcfe27e5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10417 | 2025.01.31 23:40:34.136898 [ 259 ] {b8186b84-64c2-41a1-b16f-e2bcfe27e5c4} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10418 | 2025.01.31 23:40:34.137133 [ 259 ] {b8186b84-64c2-41a1-b16f-e2bcfe27e5c4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10419 | 2025.01.31 23:40:34.137354 [ 259 ] {b8186b84-64c2-41a1-b16f-e2bcfe27e5c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec. | ||
| 10420 | 2025.01.31 23:40:34.137411 [ 259 ] {b8186b84-64c2-41a1-b16f-e2bcfe27e5c4} <Debug> TCPHandler: Processed in 0.001715533 sec. | ||
| 10421 | 2025.01.31 23:40:34.974088 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10422 | 2025.01.31 23:40:34.974298 [ 262 ] {89b398b2-fdec-443c-814b-22432057a158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10423 | 2025.01.31 23:40:34.974379 [ 262 ] {89b398b2-fdec-443c-814b-22432057a158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10424 | 2025.01.31 23:40:34.975190 [ 262 ] {89b398b2-fdec-443c-814b-22432057a158} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10425 | 2025.01.31 23:40:34.975244 [ 262 ] {89b398b2-fdec-443c-814b-22432057a158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10426 | 2025.01.31 23:40:34.975668 [ 262 ] {89b398b2-fdec-443c-814b-22432057a158} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10427 | 2025.01.31 23:40:34.975917 [ 262 ] {89b398b2-fdec-443c-814b-22432057a158} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10428 | 2025.01.31 23:40:34.976145 [ 262 ] {89b398b2-fdec-443c-814b-22432057a158} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001904 sec., 7352.941176470588 rows/sec., 529.31 KiB/sec. | ||
| 10429 | 2025.01.31 23:40:34.976205 [ 262 ] {89b398b2-fdec-443c-814b-22432057a158} <Debug> TCPHandler: Processed in 0.002259931 sec. | ||
| 10430 | 2025.01.31 23:40:34.976491 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10431 | 2025.01.31 23:40:34.976709 [ 259 ] {a9e8d7d1-6de0-4f0c-937e-ecbc53a9d94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10432 | 2025.01.31 23:40:34.976785 [ 259 ] {a9e8d7d1-6de0-4f0c-937e-ecbc53a9d94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10433 | 2025.01.31 23:40:34.977496 [ 259 ] {a9e8d7d1-6de0-4f0c-937e-ecbc53a9d94a} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10434 | 2025.01.31 23:40:34.977544 [ 259 ] {a9e8d7d1-6de0-4f0c-937e-ecbc53a9d94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10435 | 2025.01.31 23:40:34.977956 [ 259 ] {a9e8d7d1-6de0-4f0c-937e-ecbc53a9d94a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 10436 | 2025.01.31 23:40:34.978207 [ 259 ] {a9e8d7d1-6de0-4f0c-937e-ecbc53a9d94a} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10437 | 2025.01.31 23:40:34.978473 [ 259 ] {a9e8d7d1-6de0-4f0c-937e-ecbc53a9d94a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00181 sec., 1104.9723756906078 rows/sec., 90.10 KiB/sec. | ||
| 10438 | 2025.01.31 23:40:34.978565 [ 259 ] {a9e8d7d1-6de0-4f0c-937e-ecbc53a9d94a} <Debug> TCPHandler: Processed in 0.00221216 sec. | ||
| 10439 | 2025.01.31 23:40:34.978812 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10440 | 2025.01.31 23:40:34.978948 [ 262 ] {b28992d3-4bd5-45a4-bb9f-e68420fcd9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10441 | 2025.01.31 23:40:34.978999 [ 262 ] {b28992d3-4bd5-45a4-bb9f-e68420fcd9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10442 | 2025.01.31 23:40:34.980336 [ 262 ] {b28992d3-4bd5-45a4-bb9f-e68420fcd9f1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10443 | 2025.01.31 23:40:34.980376 [ 262 ] {b28992d3-4bd5-45a4-bb9f-e68420fcd9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10444 | 2025.01.31 23:40:34.980818 [ 262 ] {b28992d3-4bd5-45a4-bb9f-e68420fcd9f1} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10445 | 2025.01.31 23:40:34.981062 [ 262 ] {b28992d3-4bd5-45a4-bb9f-e68420fcd9f1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10446 | 2025.01.31 23:40:34.981243 [ 83 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10447 | 2025.01.31 23:40:34.981287 [ 262 ] {b28992d3-4bd5-45a4-bb9f-e68420fcd9f1} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.00236 sec., 602542.3728813559 rows/sec., 50.31 MiB/sec. | ||
| 10448 | 2025.01.31 23:40:34.981329 [ 83 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10449 | 2025.01.31 23:40:34.981396 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10450 | 2025.01.31 23:40:34.981402 [ 262 ] {b28992d3-4bd5-45a4-bb9f-e68420fcd9f1} <Debug> TCPHandler: Processed in 0.002717485 sec. | ||
| 10451 | 2025.01.31 23:40:34.981680 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10452 | 2025.01.31 23:40:34.981697 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10453 | 2025.01.31 23:40:34.981957 [ 259 ] {4c7b0b7b-d25b-4586-bc5a-7bbfbdfffe0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10454 | 2025.01.31 23:40:34.982143 [ 259 ] {4c7b0b7b-d25b-4586-bc5a-7bbfbdfffe0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10455 | 2025.01.31 23:40:34.982350 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10456 | 2025.01.31 23:40:34.982555 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10457 | 2025.01.31 23:40:34.983114 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10458 | 2025.01.31 23:40:34.983697 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10459 | 2025.01.31 23:40:34.984166 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10460 | 2025.01.31 23:40:34.984656 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10461 | 2025.01.31 23:40:34.985143 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10462 | 2025.01.31 23:40:34.986304 [ 259 ] {4c7b0b7b-d25b-4586-bc5a-7bbfbdfffe0d} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10463 | 2025.01.31 23:40:34.986368 [ 259 ] {4c7b0b7b-d25b-4586-bc5a-7bbfbdfffe0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10464 | 2025.01.31 23:40:34.987332 [ 259 ] {4c7b0b7b-d25b-4586-bc5a-7bbfbdfffe0d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10465 | 2025.01.31 23:40:34.987752 [ 259 ] {4c7b0b7b-d25b-4586-bc5a-7bbfbdfffe0d} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10466 | 2025.01.31 23:40:34.987998 [ 259 ] {4c7b0b7b-d25b-4586-bc5a-7bbfbdfffe0d} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.006147 sec., 7808.687164470473 rows/sec., 573.99 KiB/sec. | ||
| 10467 | 2025.01.31 23:40:34.988087 [ 259 ] {4c7b0b7b-d25b-4586-bc5a-7bbfbdfffe0d} <Debug> TCPHandler: Processed in 0.006539076 sec. | ||
| 10468 | 2025.01.31 23:40:34.988252 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10469 | 2025.01.31 23:40:34.988415 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3526 rows, containing 5 columns (5 merged, 0 gathered) in 0.006944798 sec., 507718.15105349355 rows/sec., 44.58 MiB/sec. | ||
| 10470 | 2025.01.31 23:40:34.988440 [ 262 ] {bf184b3a-4c18-45e4-aa24-696c8dfbc21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10471 | 2025.01.31 23:40:34.988506 [ 262 ] {bf184b3a-4c18-45e4-aa24-696c8dfbc21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10472 | 2025.01.31 23:40:34.988716 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10473 | 2025.01.31 23:40:34.989313 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_91_18} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10474 | 2025.01.31 23:40:34.989456 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_91_18} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10475 | 2025.01.31 23:40:34.989646 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 10476 | 2025.01.31 23:40:34.989853 [ 262 ] {bf184b3a-4c18-45e4-aa24-696c8dfbc21c} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10477 | 2025.01.31 23:40:34.989898 [ 262 ] {bf184b3a-4c18-45e4-aa24-696c8dfbc21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10478 | 2025.01.31 23:40:34.990263 [ 262 ] {bf184b3a-4c18-45e4-aa24-696c8dfbc21c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10479 | 2025.01.31 23:40:34.990512 [ 262 ] {bf184b3a-4c18-45e4-aa24-696c8dfbc21c} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10480 | 2025.01.31 23:40:34.990766 [ 262 ] {bf184b3a-4c18-45e4-aa24-696c8dfbc21c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002352 sec., 102891.15646258504 rows/sec., 6.97 MiB/sec. | ||
| 10481 | 2025.01.31 23:40:34.990846 [ 262 ] {bf184b3a-4c18-45e4-aa24-696c8dfbc21c} <Debug> TCPHandler: Processed in 0.002660503 sec. | ||
| 10482 | 2025.01.31 23:40:34.991087 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10483 | 2025.01.31 23:40:34.991343 [ 259 ] {8d6ff083-b858-4f41-b09d-92c4b9f1a492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10484 | 2025.01.31 23:40:34.991400 [ 259 ] {8d6ff083-b858-4f41-b09d-92c4b9f1a492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10485 | 2025.01.31 23:40:34.991980 [ 259 ] {8d6ff083-b858-4f41-b09d-92c4b9f1a492} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10486 | 2025.01.31 23:40:34.992020 [ 259 ] {8d6ff083-b858-4f41-b09d-92c4b9f1a492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10487 | 2025.01.31 23:40:34.992373 [ 259 ] {8d6ff083-b858-4f41-b09d-92c4b9f1a492} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10488 | 2025.01.31 23:40:34.992610 [ 259 ] {8d6ff083-b858-4f41-b09d-92c4b9f1a492} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10489 | 2025.01.31 23:40:34.992837 [ 259 ] {8d6ff083-b858-4f41-b09d-92c4b9f1a492} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001574 sec., 8259.212198221092 rows/sec., 514.96 KiB/sec. | ||
| 10490 | 2025.01.31 23:40:34.992888 [ 259 ] {8d6ff083-b858-4f41-b09d-92c4b9f1a492} <Debug> TCPHandler: Processed in 0.001928531 sec. | ||
| 10491 | 2025.01.31 23:40:34.993039 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10492 | 2025.01.31 23:40:34.993175 [ 262 ] {9b1f2422-9324-4347-acd9-8c9c71134113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10493 | 2025.01.31 23:40:34.993232 [ 262 ] {9b1f2422-9324-4347-acd9-8c9c71134113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10494 | 2025.01.31 23:40:34.994868 [ 262 ] {9b1f2422-9324-4347-acd9-8c9c71134113} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10495 | 2025.01.31 23:40:34.994912 [ 262 ] {9b1f2422-9324-4347-acd9-8c9c71134113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10496 | 2025.01.31 23:40:34.995328 [ 262 ] {9b1f2422-9324-4347-acd9-8c9c71134113} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10497 | 2025.01.31 23:40:34.995575 [ 262 ] {9b1f2422-9324-4347-acd9-8c9c71134113} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10498 | 2025.01.31 23:40:34.995751 [ 83 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10499 | 2025.01.31 23:40:34.995820 [ 83 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10500 | 2025.01.31 23:40:34.995822 [ 262 ] {9b1f2422-9324-4347-acd9-8c9c71134113} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.002668 sec., 329460.2698650675 rows/sec., 23.89 MiB/sec. | ||
| 10501 | 2025.01.31 23:40:34.995858 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10502 | 2025.01.31 23:40:34.995990 [ 262 ] {9b1f2422-9324-4347-acd9-8c9c71134113} <Debug> TCPHandler: Processed in 0.003009745 sec. | ||
| 10503 | 2025.01.31 23:40:34.996073 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 10504 | 2025.01.31 23:40:34.996193 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10505 | 2025.01.31 23:40:34.996270 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10506 | 2025.01.31 23:40:34.996328 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 10507 | 2025.01.31 23:40:34.996430 [ 259 ] {191df4cd-6a15-461c-8ba1-11d6c6ac357f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10508 | 2025.01.31 23:40:34.996621 [ 259 ] {191df4cd-6a15-461c-8ba1-11d6c6ac357f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10509 | 2025.01.31 23:40:34.996667 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 10510 | 2025.01.31 23:40:34.997043 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 10511 | 2025.01.31 23:40:34.997439 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 10512 | 2025.01.31 23:40:34.997887 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 10513 | 2025.01.31 23:40:34.998064 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 10514 | 2025.01.31 23:40:34.998964 [ 259 ] {191df4cd-6a15-461c-8ba1-11d6c6ac357f} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10515 | 2025.01.31 23:40:34.999033 [ 259 ] {191df4cd-6a15-461c-8ba1-11d6c6ac357f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10516 | 2025.01.31 23:40:34.999874 [ 259 ] {191df4cd-6a15-461c-8ba1-11d6c6ac357f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10517 | 2025.01.31 23:40:35.000347 [ 259 ] {191df4cd-6a15-461c-8ba1-11d6c6ac357f} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10518 | 2025.01.31 23:40:35.000824 [ 259 ] {191df4cd-6a15-461c-8ba1-11d6c6ac357f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004463 sec., 1344.3871835088505 rows/sec., 70.24 KiB/sec. | ||
| 10519 | 2025.01.31 23:40:35.000896 [ 259 ] {191df4cd-6a15-461c-8ba1-11d6c6ac357f} <Debug> TCPHandler: Processed in 0.00478234 sec. | ||
| 10520 | 2025.01.31 23:40:35.001090 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10521 | 2025.01.31 23:40:35.001152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.28 MiB, peak 246.35 MiB, free memory in arenas 0.00 B, will set to 236.16 MiB (RSS), difference: -4.12 MiB | ||
| 10522 | 2025.01.31 23:40:35.001476 [ 262 ] {5f759567-f9bf-4ac3-9efb-9abf36315697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10523 | 2025.01.31 23:40:35.001760 [ 262 ] {5f759567-f9bf-4ac3-9efb-9abf36315697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10524 | 2025.01.31 23:40:35.002138 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 5 columns (5 merged, 0 gathered) in 0.006155144 sec., 448730.36276649253 rows/sec., 34.25 MiB/sec. | ||
| 10525 | 2025.01.31 23:40:35.002496 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10526 | 2025.01.31 23:40:35.002924 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_91_18} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10527 | 2025.01.31 23:40:35.003119 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_91_18} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10528 | 2025.01.31 23:40:35.003283 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 10529 | 2025.01.31 23:40:35.003535 [ 262 ] {5f759567-f9bf-4ac3-9efb-9abf36315697} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2025.01.31 23:40:35.003579 [ 262 ] {5f759567-f9bf-4ac3-9efb-9abf36315697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10531 | 2025.01.31 23:40:35.004034 [ 262 ] {5f759567-f9bf-4ac3-9efb-9abf36315697} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10532 | 2025.01.31 23:40:35.004286 [ 262 ] {5f759567-f9bf-4ac3-9efb-9abf36315697} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2025.01.31 23:40:35.004496 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10534 | 2025.01.31 23:40:35.004507 [ 262 ] {5f759567-f9bf-4ac3-9efb-9abf36315697} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.003221 sec., 296802.23533064267 rows/sec., 19.72 MiB/sec. | ||
| 10535 | 2025.01.31 23:40:35.004593 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10536 | 2025.01.31 23:40:35.004687 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10537 | 2025.01.31 23:40:35.004695 [ 262 ] {5f759567-f9bf-4ac3-9efb-9abf36315697} <Debug> TCPHandler: Processed in 0.003694036 sec. | ||
| 10538 | 2025.01.31 23:40:35.004928 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10539 | 2025.01.31 23:40:35.004963 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 10540 | 2025.01.31 23:40:35.005098 [ 259 ] {4d358105-b6d4-42fa-9b96-7ce228fe2609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10541 | 2025.01.31 23:40:35.005144 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10542 | 2025.01.31 23:40:35.005168 [ 259 ] {4d358105-b6d4-42fa-9b96-7ce228fe2609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10543 | 2025.01.31 23:40:35.005190 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26151 rows starting from the beginning of the part | ||
| 10544 | 2025.01.31 23:40:35.005500 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 10545 | 2025.01.31 23:40:35.005870 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 10546 | 2025.01.31 23:40:35.006297 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 10547 | 2025.01.31 23:40:35.006599 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 10548 | 2025.01.31 23:40:35.006952 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 10549 | 2025.01.31 23:40:35.007503 [ 259 ] {4d358105-b6d4-42fa-9b96-7ce228fe2609} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10550 | 2025.01.31 23:40:35.007546 [ 259 ] {4d358105-b6d4-42fa-9b96-7ce228fe2609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10551 | 2025.01.31 23:40:35.008084 [ 259 ] {4d358105-b6d4-42fa-9b96-7ce228fe2609} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10552 | 2025.01.31 23:40:35.008348 [ 259 ] {4d358105-b6d4-42fa-9b96-7ce228fe2609} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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.31 23:40:35.008600 [ 259 ] {4d358105-b6d4-42fa-9b96-7ce228fe2609} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003545 sec., 282.08744710860367 rows/sec., 19.01 KiB/sec. | ||
| 10554 | 2025.01.31 23:40:35.008683 [ 259 ] {4d358105-b6d4-42fa-9b96-7ce228fe2609} <Debug> TCPHandler: Processed in 0.003861591 sec. | ||
| 10555 | 2025.01.31 23:40:35.009031 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10556 | 2025.01.31 23:40:35.009509 [ 262 ] {4220b0e3-b211-4f35-9c19-5d9f8754b7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10557 | 2025.01.31 23:40:35.009774 [ 262 ] {4220b0e3-b211-4f35-9c19-5d9f8754b7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10558 | 2025.01.31 23:40:35.011870 [ 262 ] {4220b0e3-b211-4f35-9c19-5d9f8754b7f8} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10559 | 2025.01.31 23:40:35.011914 [ 262 ] {4220b0e3-b211-4f35-9c19-5d9f8754b7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10560 | 2025.01.31 23:40:35.012988 [ 262 ] {4220b0e3-b211-4f35-9c19-5d9f8754b7f8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10561 | 2025.01.31 23:40:35.013314 [ 262 ] {4220b0e3-b211-4f35-9c19-5d9f8754b7f8} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10562 | 2025.01.31 23:40:35.013648 [ 262 ] {4220b0e3-b211-4f35-9c19-5d9f8754b7f8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00428 sec., 9112.14953271028 rows/sec., 16.33 MiB/sec. | ||
| 10563 | 2025.01.31 23:40:35.013980 [ 262 ] {4220b0e3-b211-4f35-9c19-5d9f8754b7f8} <Debug> TCPHandler: Processed in 0.005178612 sec. | ||
| 10564 | 2025.01.31 23:40:35.014153 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10565 | 2025.01.31 23:40:35.014293 [ 259 ] {4401a614-8d1d-4d03-9c16-4edbb1496b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10566 | 2025.01.31 23:40:35.014362 [ 259 ] {4401a614-8d1d-4d03-9c16-4edbb1496b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10567 | 2025.01.31 23:40:35.015014 [ 259 ] {4401a614-8d1d-4d03-9c16-4edbb1496b4b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10568 | 2025.01.31 23:40:35.015054 [ 259 ] {4401a614-8d1d-4d03-9c16-4edbb1496b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10569 | 2025.01.31 23:40:35.015458 [ 259 ] {4401a614-8d1d-4d03-9c16-4edbb1496b4b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10570 | 2025.01.31 23:40:35.015797 [ 259 ] {4401a614-8d1d-4d03-9c16-4edbb1496b4b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10571 | 2025.01.31 23:40:35.015875 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27901 rows, containing 5 columns (5 merged, 0 gathered) in 0.011075278 sec., 2519214.416107659 rows/sec., 170.04 MiB/sec. | ||
| 10572 | 2025.01.31 23:40:35.016067 [ 80 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10573 | 2025.01.31 23:40:35.016125 [ 259 ] {4401a614-8d1d-4d03-9c16-4edbb1496b4b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001862 sec., 18259.935553168638 rows/sec., 1.06 MiB/sec. | ||
| 10574 | 2025.01.31 23:40:35.016191 [ 80 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10575 | 2025.01.31 23:40:35.016290 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10576 | 2025.01.31 23:40:35.016351 [ 259 ] {4401a614-8d1d-4d03-9c16-4edbb1496b4b} <Debug> TCPHandler: Processed in 0.002264081 sec. | ||
| 10577 | 2025.01.31 23:40:35.016349 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10578 | 2025.01.31 23:40:35.016874 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 10579 | 2025.01.31 23:40:35.017207 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10580 | 2025.01.31 23:40:35.017508 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10581 | 2025.01.31 23:40:35.017629 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10582 | 2025.01.31 23:40:35.017656 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 10583 | 2025.01.31 23:40:35.018112 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 10584 | 2025.01.31 23:40:35.018547 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 10585 | 2025.01.31 23:40:35.018640 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 10586 | 2025.01.31 23:40:35.018854 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 10587 | 2025.01.31 23:40:35.019017 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 10588 | 2025.01.31 23:40:35.019107 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 10589 | 2025.01.31 23:40:35.021523 [ 190 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 4 columns (4 merged, 0 gathered) in 0.004909074 sec., 1128114.9968405445 rows/sec., 73.50 MiB/sec. | ||
| 10590 | 2025.01.31 23:40:35.022005 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10591 | 2025.01.31 23:40:35.022372 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_91_18} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10592 | 2025.01.31 23:40:35.022481 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_91_18} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10593 | 2025.01.31 23:40:35.022586 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 10594 | 2025.01.31 23:40:35.199483 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10595 | 2025.01.31 23:40:35.220622 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2025.01.31 23:40:35.220663 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10597 | 2025.01.31 23:40:35.228144 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10598 | 2025.01.31 23:40:35.228927 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10599 | 2025.01.31 23:40:35.231494 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10600 | 2025.01.31 23:40:36.000417 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.81 MiB, peak 246.35 MiB, free memory in arenas 0.00 B, will set to 237.16 MiB (RSS), difference: 3.35 MiB | ||
| 10601 | 2025.01.31 23:40:38.525423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1484 | ||
| 10602 | 2025.01.31 23:40:38.529001 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10603 | 2025.01.31 23:40:38.529060 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10604 | 2025.01.31 23:40:38.530567 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10605 | 2025.01.31 23:40:38.530878 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10606 | 2025.01.31 23:40:38.532395 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1484 | ||
| 10607 | 2025.01.31 23:40:39.125777 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10608 | 2025.01.31 23:40:39.125993 [ 262 ] {3baeeb82-5dc0-4405-9ba9-d7015b38c321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10609 | 2025.01.31 23:40:39.126076 [ 262 ] {3baeeb82-5dc0-4405-9ba9-d7015b38c321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10610 | 2025.01.31 23:40:39.126944 [ 262 ] {3baeeb82-5dc0-4405-9ba9-d7015b38c321} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10611 | 2025.01.31 23:40:39.126998 [ 262 ] {3baeeb82-5dc0-4405-9ba9-d7015b38c321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10612 | 2025.01.31 23:40:39.127451 [ 262 ] {3baeeb82-5dc0-4405-9ba9-d7015b38c321} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10613 | 2025.01.31 23:40:39.127709 [ 262 ] {3baeeb82-5dc0-4405-9ba9-d7015b38c321} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10614 | 2025.01.31 23:40:39.127963 [ 262 ] {3baeeb82-5dc0-4405-9ba9-d7015b38c321} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002029 sec., 27599.80285855101 rows/sec., 2.11 MiB/sec. | ||
| 10615 | 2025.01.31 23:40:39.128032 [ 262 ] {3baeeb82-5dc0-4405-9ba9-d7015b38c321} <Debug> TCPHandler: Processed in 0.002401745 sec. | ||
| 10616 | 2025.01.31 23:40:39.128292 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10617 | 2025.01.31 23:40:39.128509 [ 259 ] {1a87629e-873a-40af-a9e3-25e31732657a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10618 | 2025.01.31 23:40:39.128590 [ 259 ] {1a87629e-873a-40af-a9e3-25e31732657a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10619 | 2025.01.31 23:40:39.129385 [ 259 ] {1a87629e-873a-40af-a9e3-25e31732657a} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10620 | 2025.01.31 23:40:39.129434 [ 259 ] {1a87629e-873a-40af-a9e3-25e31732657a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10621 | 2025.01.31 23:40:39.129889 [ 259 ] {1a87629e-873a-40af-a9e3-25e31732657a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10622 | 2025.01.31 23:40:39.130154 [ 259 ] {1a87629e-873a-40af-a9e3-25e31732657a} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10623 | 2025.01.31 23:40:39.130438 [ 259 ] {1a87629e-873a-40af-a9e3-25e31732657a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001982 sec., 32290.615539858733 rows/sec., 2.52 MiB/sec. | ||
| 10624 | 2025.01.31 23:40:39.130534 [ 259 ] {1a87629e-873a-40af-a9e3-25e31732657a} <Debug> TCPHandler: Processed in 0.002378704 sec. | ||
| 10625 | 2025.01.31 23:40:39.130707 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10626 | 2025.01.31 23:40:39.131030 [ 262 ] {38346b17-6e37-4469-8702-412121cc1b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10627 | 2025.01.31 23:40:39.131121 [ 262 ] {38346b17-6e37-4469-8702-412121cc1b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10628 | 2025.01.31 23:40:39.131812 [ 262 ] {38346b17-6e37-4469-8702-412121cc1b4e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10629 | 2025.01.31 23:40:39.131857 [ 262 ] {38346b17-6e37-4469-8702-412121cc1b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10630 | 2025.01.31 23:40:39.132270 [ 262 ] {38346b17-6e37-4469-8702-412121cc1b4e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10631 | 2025.01.31 23:40:39.132515 [ 262 ] {38346b17-6e37-4469-8702-412121cc1b4e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10632 | 2025.01.31 23:40:39.132748 [ 262 ] {38346b17-6e37-4469-8702-412121cc1b4e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001839 sec., 69603.04513322459 rows/sec., 4.85 MiB/sec. | ||
| 10633 | 2025.01.31 23:40:39.132807 [ 262 ] {38346b17-6e37-4469-8702-412121cc1b4e} <Debug> TCPHandler: Processed in 0.002192189 sec. | ||
| 10634 | 2025.01.31 23:40:39.133054 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10635 | 2025.01.31 23:40:39.133286 [ 259 ] {8df293f1-0c1c-483c-97b5-1b7b86882cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10636 | 2025.01.31 23:40:39.133385 [ 259 ] {8df293f1-0c1c-483c-97b5-1b7b86882cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10637 | 2025.01.31 23:40:39.134145 [ 259 ] {8df293f1-0c1c-483c-97b5-1b7b86882cc4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10638 | 2025.01.31 23:40:39.134186 [ 259 ] {8df293f1-0c1c-483c-97b5-1b7b86882cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10639 | 2025.01.31 23:40:39.134603 [ 259 ] {8df293f1-0c1c-483c-97b5-1b7b86882cc4} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10640 | 2025.01.31 23:40:39.134844 [ 259 ] {8df293f1-0c1c-483c-97b5-1b7b86882cc4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10641 | 2025.01.31 23:40:39.135063 [ 259 ] {8df293f1-0c1c-483c-97b5-1b7b86882cc4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001839 sec., 26101.141924959218 rows/sec., 1.76 MiB/sec. | ||
| 10642 | 2025.01.31 23:40:39.135133 [ 259 ] {8df293f1-0c1c-483c-97b5-1b7b86882cc4} <Debug> TCPHandler: Processed in 0.002203089 sec. | ||
| 10643 | 2025.01.31 23:40:40.907391 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 10644 | 2025.01.31 23:40:40.908018 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10645 | 2025.01.31 23:40:40.908067 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10646 | 2025.01.31 23:40:40.908586 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10647 | 2025.01.31 23:40:40.908845 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10648 | 2025.01.31 23:40:40.909137 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 10649 | 2025.01.31 23:40:42.732469 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10650 | 2025.01.31 23:40:42.753944 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10651 | 2025.01.31 23:40:42.753999 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10652 | 2025.01.31 23:40:42.761441 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10653 | 2025.01.31 23:40:42.762198 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10654 | 2025.01.31 23:40:42.766138 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10655 | 2025.01.31 23:40:44.127764 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10656 | 2025.01.31 23:40:44.127985 [ 262 ] {8252c815-e4e3-4b6e-8d61-5a04e57548c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10657 | 2025.01.31 23:40:44.128065 [ 262 ] {8252c815-e4e3-4b6e-8d61-5a04e57548c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10658 | 2025.01.31 23:40:44.128852 [ 262 ] {8252c815-e4e3-4b6e-8d61-5a04e57548c6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10659 | 2025.01.31 23:40:44.128905 [ 262 ] {8252c815-e4e3-4b6e-8d61-5a04e57548c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10660 | 2025.01.31 23:40:44.129348 [ 262 ] {8252c815-e4e3-4b6e-8d61-5a04e57548c6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10661 | 2025.01.31 23:40:44.129621 [ 262 ] {8252c815-e4e3-4b6e-8d61-5a04e57548c6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10662 | 2025.01.31 23:40:44.129858 [ 262 ] {8252c815-e4e3-4b6e-8d61-5a04e57548c6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.21 MiB/sec. | ||
| 10663 | 2025.01.31 23:40:44.129923 [ 262 ] {8252c815-e4e3-4b6e-8d61-5a04e57548c6} <Debug> TCPHandler: Processed in 0.002304332 sec. | ||
| 10664 | 2025.01.31 23:40:44.130248 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10665 | 2025.01.31 23:40:44.130554 [ 259 ] {cf7fdfa6-dadc-42dd-9082-aab20b2dc1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10666 | 2025.01.31 23:40:44.130668 [ 259 ] {cf7fdfa6-dadc-42dd-9082-aab20b2dc1e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10667 | 2025.01.31 23:40:44.131579 [ 259 ] {cf7fdfa6-dadc-42dd-9082-aab20b2dc1e1} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10668 | 2025.01.31 23:40:44.131622 [ 259 ] {cf7fdfa6-dadc-42dd-9082-aab20b2dc1e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10669 | 2025.01.31 23:40:44.132094 [ 259 ] {cf7fdfa6-dadc-42dd-9082-aab20b2dc1e1} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10670 | 2025.01.31 23:40:44.132354 [ 259 ] {cf7fdfa6-dadc-42dd-9082-aab20b2dc1e1} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10671 | 2025.01.31 23:40:44.132563 [ 259 ] {cf7fdfa6-dadc-42dd-9082-aab20b2dc1e1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002094 sec., 30563.514804202485 rows/sec., 2.39 MiB/sec. | ||
| 10672 | 2025.01.31 23:40:44.132625 [ 259 ] {cf7fdfa6-dadc-42dd-9082-aab20b2dc1e1} <Debug> TCPHandler: Processed in 0.002563421 sec. | ||
| 10673 | 2025.01.31 23:40:44.132783 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10674 | 2025.01.31 23:40:44.132929 [ 262 ] {1e55cde5-874f-4951-b44f-17bdd85783eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10675 | 2025.01.31 23:40:44.132998 [ 262 ] {1e55cde5-874f-4951-b44f-17bdd85783eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10676 | 2025.01.31 23:40:44.133668 [ 262 ] {1e55cde5-874f-4951-b44f-17bdd85783eb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10677 | 2025.01.31 23:40:44.133716 [ 262 ] {1e55cde5-874f-4951-b44f-17bdd85783eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10678 | 2025.01.31 23:40:44.134167 [ 262 ] {1e55cde5-874f-4951-b44f-17bdd85783eb} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10679 | 2025.01.31 23:40:44.134406 [ 262 ] {1e55cde5-874f-4951-b44f-17bdd85783eb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10680 | 2025.01.31 23:40:44.134619 [ 262 ] {1e55cde5-874f-4951-b44f-17bdd85783eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001725 sec., 92753.62318840579 rows/sec., 6.46 MiB/sec. | ||
| 10681 | 2025.01.31 23:40:44.134675 [ 262 ] {1e55cde5-874f-4951-b44f-17bdd85783eb} <Debug> TCPHandler: Processed in 0.001962621 sec. | ||
| 10682 | 2025.01.31 23:40:44.134814 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10683 | 2025.01.31 23:40:44.134938 [ 259 ] {ca28b2df-ab87-493b-a2d7-2f32899621bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10684 | 2025.01.31 23:40:44.134998 [ 259 ] {ca28b2df-ab87-493b-a2d7-2f32899621bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10685 | 2025.01.31 23:40:44.135607 [ 259 ] {ca28b2df-ab87-493b-a2d7-2f32899621bf} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10686 | 2025.01.31 23:40:44.135653 [ 259 ] {ca28b2df-ab87-493b-a2d7-2f32899621bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10687 | 2025.01.31 23:40:44.136107 [ 259 ] {ca28b2df-ab87-493b-a2d7-2f32899621bf} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10688 | 2025.01.31 23:40:44.136349 [ 259 ] {ca28b2df-ab87-493b-a2d7-2f32899621bf} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10689 | 2025.01.31 23:40:44.136528 [ 259 ] {ca28b2df-ab87-493b-a2d7-2f32899621bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001618 sec., 37082.81829419036 rows/sec., 2.50 MiB/sec. | ||
| 10690 | 2025.01.31 23:40:44.136581 [ 259 ] {ca28b2df-ab87-493b-a2d7-2f32899621bf} <Debug> TCPHandler: Processed in 0.001826157 sec. | ||
| 10691 | 2025.01.31 23:40:48.203855 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10692 | 2025.01.31 23:40:48.203925 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10693 | 2025.01.31 23:40:48.410178 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 10694 | 2025.01.31 23:40:48.410822 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10695 | 2025.01.31 23:40:48.410864 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10696 | 2025.01.31 23:40:48.411398 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10697 | 2025.01.31 23:40:48.411656 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10698 | 2025.01.31 23:40:48.411819 [ 67 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10699 | 2025.01.31 23:40:48.411859 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 10700 | 2025.01.31 23:40:48.411876 [ 67 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10701 | 2025.01.31 23:40:48.411903 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10702 | 2025.01.31 23:40:48.412098 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 10703 | 2025.01.31 23:40:48.412336 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10704 | 2025.01.31 23:40:48.412408 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
| 10705 | 2025.01.31 23:40:48.412581 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
| 10706 | 2025.01.31 23:40:48.412764 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
| 10707 | 2025.01.31 23:40:48.413164 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
| 10708 | 2025.01.31 23:40:48.413268 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
| 10709 | 2025.01.31 23:40:48.413482 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
| 10710 | 2025.01.31 23:40:48.416145 [ 190 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004151651 sec., 6185731.893167321 rows/sec., 88.49 MiB/sec. | ||
| 10711 | 2025.01.31 23:40:48.416403 [ 196 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10712 | 2025.01.31 23:40:48.416756 [ 196 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_56_11} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10713 | 2025.01.31 23:40:48.416852 [ 196 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_56_11} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10714 | 2025.01.31 23:40:48.416955 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. | ||
| 10715 | 2025.01.31 23:40:48.533539 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1500 | ||
| 10716 | 2025.01.31 23:40:48.536390 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10717 | 2025.01.31 23:40:48.536453 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10718 | 2025.01.31 23:40:48.537976 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10719 | 2025.01.31 23:40:48.538303 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10720 | 2025.01.31 23:40:48.538550 [ 67 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10721 | 2025.01.31 23:40:48.538663 [ 67 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10722 | 2025.01.31 23:40:48.538726 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10723 | 2025.01.31 23:40:48.539053 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 10724 | 2025.01.31 23:40:48.539516 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1500 | ||
| 10725 | 2025.01.31 23:40:48.539979 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10726 | 2025.01.31 23:40:48.540127 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 10727 | 2025.01.31 23:40:48.540573 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 10728 | 2025.01.31 23:40:48.541007 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 10729 | 2025.01.31 23:40:48.541630 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 10730 | 2025.01.31 23:40:48.542222 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 10731 | 2025.01.31 23:40:48.542863 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 10732 | 2025.01.31 23:40:48.551191 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 72 columns (72 merged, 0 gathered) in 0.012337348 sec., 121582.04502296603 rows/sec., 94.09 MiB/sec. | ||
| 10733 | 2025.01.31 23:40:48.553019 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10734 | 2025.01.31 23:40:48.553847 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_41_8} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10735 | 2025.01.31 23:40:48.553955 [ 191 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_41_8} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10736 | 2025.01.31 23:40:48.554319 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 10737 | 2025.01.31 23:40:49.134114 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10738 | 2025.01.31 23:40:49.134317 [ 262 ] {820023fa-4e6d-4cdd-b5a3-4a7e9263b7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10739 | 2025.01.31 23:40:49.134392 [ 262 ] {820023fa-4e6d-4cdd-b5a3-4a7e9263b7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10740 | 2025.01.31 23:40:49.135158 [ 262 ] {820023fa-4e6d-4cdd-b5a3-4a7e9263b7f5} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10741 | 2025.01.31 23:40:49.135214 [ 262 ] {820023fa-4e6d-4cdd-b5a3-4a7e9263b7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10742 | 2025.01.31 23:40:49.135656 [ 262 ] {820023fa-4e6d-4cdd-b5a3-4a7e9263b7f5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10743 | 2025.01.31 23:40:49.135922 [ 262 ] {820023fa-4e6d-4cdd-b5a3-4a7e9263b7f5} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10744 | 2025.01.31 23:40:49.136162 [ 262 ] {820023fa-4e6d-4cdd-b5a3-4a7e9263b7f5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec. | ||
| 10745 | 2025.01.31 23:40:49.136231 [ 262 ] {820023fa-4e6d-4cdd-b5a3-4a7e9263b7f5} <Debug> TCPHandler: Processed in 0.002271431 sec. | ||
| 10746 | 2025.01.31 23:40:49.136483 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10747 | 2025.01.31 23:40:49.136673 [ 259 ] {9b8647b0-f825-43a0-af9b-131fa6b14b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10748 | 2025.01.31 23:40:49.136744 [ 259 ] {9b8647b0-f825-43a0-af9b-131fa6b14b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10749 | 2025.01.31 23:40:49.137644 [ 259 ] {9b8647b0-f825-43a0-af9b-131fa6b14b0b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10750 | 2025.01.31 23:40:49.137693 [ 259 ] {9b8647b0-f825-43a0-af9b-131fa6b14b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10751 | 2025.01.31 23:40:49.138170 [ 259 ] {9b8647b0-f825-43a0-af9b-131fa6b14b0b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10752 | 2025.01.31 23:40:49.138447 [ 259 ] {9b8647b0-f825-43a0-af9b-131fa6b14b0b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10753 | 2025.01.31 23:40:49.138696 [ 259 ] {9b8647b0-f825-43a0-af9b-131fa6b14b0b} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002074 sec., 135486.98167791707 rows/sec., 11.95 MiB/sec. | ||
| 10754 | 2025.01.31 23:40:49.138764 [ 259 ] {9b8647b0-f825-43a0-af9b-131fa6b14b0b} <Debug> TCPHandler: Processed in 0.002410795 sec. | ||
| 10755 | 2025.01.31 23:40:49.138934 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10756 | 2025.01.31 23:40:49.139081 [ 262 ] {82a908cd-a23f-4375-95e7-944100a40230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10757 | 2025.01.31 23:40:49.139142 [ 262 ] {82a908cd-a23f-4375-95e7-944100a40230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10758 | 2025.01.31 23:40:49.139846 [ 262 ] {82a908cd-a23f-4375-95e7-944100a40230} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10759 | 2025.01.31 23:40:49.139895 [ 262 ] {82a908cd-a23f-4375-95e7-944100a40230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10760 | 2025.01.31 23:40:49.140301 [ 262 ] {82a908cd-a23f-4375-95e7-944100a40230} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10761 | 2025.01.31 23:40:49.140561 [ 262 ] {82a908cd-a23f-4375-95e7-944100a40230} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10762 | 2025.01.31 23:40:49.140778 [ 262 ] {82a908cd-a23f-4375-95e7-944100a40230} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001732 sec., 26558.891454965356 rows/sec., 1.91 MiB/sec. | ||
| 10763 | 2025.01.31 23:40:49.140866 [ 262 ] {82a908cd-a23f-4375-95e7-944100a40230} <Debug> TCPHandler: Processed in 0.002000122 sec. | ||
| 10764 | 2025.01.31 23:40:49.141062 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10765 | 2025.01.31 23:40:49.141183 [ 259 ] {cb0e44c3-3b4c-4e80-a02e-017141c6e851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10766 | 2025.01.31 23:40:49.141235 [ 259 ] {cb0e44c3-3b4c-4e80-a02e-017141c6e851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10767 | 2025.01.31 23:40:49.141818 [ 259 ] {cb0e44c3-3b4c-4e80-a02e-017141c6e851} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10768 | 2025.01.31 23:40:49.141859 [ 259 ] {cb0e44c3-3b4c-4e80-a02e-017141c6e851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10769 | 2025.01.31 23:40:49.142229 [ 259 ] {cb0e44c3-3b4c-4e80-a02e-017141c6e851} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10770 | 2025.01.31 23:40:49.142481 [ 259 ] {cb0e44c3-3b4c-4e80-a02e-017141c6e851} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10771 | 2025.01.31 23:40:49.142718 [ 259 ] {cb0e44c3-3b4c-4e80-a02e-017141c6e851} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001559 sec., 8980.115458627324 rows/sec., 628.91 KiB/sec. | ||
| 10772 | 2025.01.31 23:40:49.142796 [ 259 ] {cb0e44c3-3b4c-4e80-a02e-017141c6e851} <Debug> TCPHandler: Processed in 0.001825757 sec. | ||
| 10773 | 2025.01.31 23:40:49.143027 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10774 | 2025.01.31 23:40:49.143189 [ 262 ] {ca7b1e17-7487-42b3-9346-ff150a91904d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10775 | 2025.01.31 23:40:49.143248 [ 262 ] {ca7b1e17-7487-42b3-9346-ff150a91904d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10776 | 2025.01.31 23:40:49.143922 [ 262 ] {ca7b1e17-7487-42b3-9346-ff150a91904d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10777 | 2025.01.31 23:40:49.143969 [ 262 ] {ca7b1e17-7487-42b3-9346-ff150a91904d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10778 | 2025.01.31 23:40:49.144356 [ 262 ] {ca7b1e17-7487-42b3-9346-ff150a91904d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10779 | 2025.01.31 23:40:49.144597 [ 262 ] {ca7b1e17-7487-42b3-9346-ff150a91904d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10780 | 2025.01.31 23:40:49.144803 [ 262 ] {ca7b1e17-7487-42b3-9346-ff150a91904d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001647 sec., 7893.139040680024 rows/sec., 492.14 KiB/sec. | ||
| 10781 | 2025.01.31 23:40:49.144858 [ 262 ] {ca7b1e17-7487-42b3-9346-ff150a91904d} <Debug> TCPHandler: Processed in 0.001950681 sec. | ||
| 10782 | 2025.01.31 23:40:49.145008 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10783 | 2025.01.31 23:40:49.145129 [ 259 ] {904d1963-5014-46cd-b4f3-ce7ca560971e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10784 | 2025.01.31 23:40:49.145188 [ 259 ] {904d1963-5014-46cd-b4f3-ce7ca560971e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10785 | 2025.01.31 23:40:49.146065 [ 259 ] {904d1963-5014-46cd-b4f3-ce7ca560971e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10786 | 2025.01.31 23:40:49.146114 [ 259 ] {904d1963-5014-46cd-b4f3-ce7ca560971e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10787 | 2025.01.31 23:40:49.146508 [ 259 ] {904d1963-5014-46cd-b4f3-ce7ca560971e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10788 | 2025.01.31 23:40:49.146750 [ 259 ] {904d1963-5014-46cd-b4f3-ce7ca560971e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10789 | 2025.01.31 23:40:49.146993 [ 259 ] {904d1963-5014-46cd-b4f3-ce7ca560971e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001889 sec., 222869.24298570672 rows/sec., 15.93 MiB/sec. | ||
| 10790 | 2025.01.31 23:40:49.147106 [ 259 ] {904d1963-5014-46cd-b4f3-ce7ca560971e} <Debug> TCPHandler: Processed in 0.002152708 sec. | ||
| 10791 | 2025.01.31 23:40:49.147286 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10792 | 2025.01.31 23:40:49.147448 [ 262 ] {a796bb61-1a74-4862-96e3-5dff220bb196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10793 | 2025.01.31 23:40:49.147508 [ 262 ] {a796bb61-1a74-4862-96e3-5dff220bb196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10794 | 2025.01.31 23:40:49.148074 [ 262 ] {a796bb61-1a74-4862-96e3-5dff220bb196} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10795 | 2025.01.31 23:40:49.148121 [ 262 ] {a796bb61-1a74-4862-96e3-5dff220bb196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10796 | 2025.01.31 23:40:49.148486 [ 262 ] {a796bb61-1a74-4862-96e3-5dff220bb196} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10797 | 2025.01.31 23:40:49.148726 [ 262 ] {a796bb61-1a74-4862-96e3-5dff220bb196} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10798 | 2025.01.31 23:40:49.148927 [ 262 ] {a796bb61-1a74-4862-96e3-5dff220bb196} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 207.33 KiB/sec. | ||
| 10799 | 2025.01.31 23:40:49.148978 [ 262 ] {a796bb61-1a74-4862-96e3-5dff220bb196} <Debug> TCPHandler: Processed in 0.001785787 sec. | ||
| 10800 | 2025.01.31 23:40:49.149136 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10801 | 2025.01.31 23:40:49.149275 [ 259 ] {38555ead-0e3d-416f-8fab-15b89d6fd07f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10802 | 2025.01.31 23:40:49.149338 [ 259 ] {38555ead-0e3d-416f-8fab-15b89d6fd07f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10803 | 2025.01.31 23:40:49.150036 [ 259 ] {38555ead-0e3d-416f-8fab-15b89d6fd07f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10804 | 2025.01.31 23:40:49.150082 [ 259 ] {38555ead-0e3d-416f-8fab-15b89d6fd07f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10805 | 2025.01.31 23:40:49.150492 [ 259 ] {38555ead-0e3d-416f-8fab-15b89d6fd07f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10806 | 2025.01.31 23:40:49.150739 [ 259 ] {38555ead-0e3d-416f-8fab-15b89d6fd07f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10807 | 2025.01.31 23:40:49.150966 [ 259 ] {38555ead-0e3d-416f-8fab-15b89d6fd07f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001723 sec., 137550.7835171213 rows/sec., 9.22 MiB/sec. | ||
| 10808 | 2025.01.31 23:40:49.151077 [ 259 ] {38555ead-0e3d-416f-8fab-15b89d6fd07f} <Debug> TCPHandler: Processed in 0.002000213 sec. | ||
| 10809 | 2025.01.31 23:40:49.151312 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10810 | 2025.01.31 23:40:49.151694 [ 262 ] {b3651601-20ca-4880-81fd-617ac12e02a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10811 | 2025.01.31 23:40:49.151860 [ 262 ] {b3651601-20ca-4880-81fd-617ac12e02a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10812 | 2025.01.31 23:40:49.152415 [ 262 ] {b3651601-20ca-4880-81fd-617ac12e02a9} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10813 | 2025.01.31 23:40:49.152455 [ 262 ] {b3651601-20ca-4880-81fd-617ac12e02a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10814 | 2025.01.31 23:40:49.152818 [ 262 ] {b3651601-20ca-4880-81fd-617ac12e02a9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10815 | 2025.01.31 23:40:49.153061 [ 262 ] {b3651601-20ca-4880-81fd-617ac12e02a9} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10816 | 2025.01.31 23:40:49.153246 [ 262 ] {b3651601-20ca-4880-81fd-617ac12e02a9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001693 sec., 590.6674542232723 rows/sec., 39.80 KiB/sec. | ||
| 10817 | 2025.01.31 23:40:49.153308 [ 262 ] {b3651601-20ca-4880-81fd-617ac12e02a9} <Debug> TCPHandler: Processed in 0.002134677 sec. | ||
| 10818 | 2025.01.31 23:40:49.153508 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10819 | 2025.01.31 23:40:49.153653 [ 259 ] {d1ee1c9d-781b-4c53-a8cf-2564a033f81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10820 | 2025.01.31 23:40:49.153746 [ 259 ] {d1ee1c9d-781b-4c53-a8cf-2564a033f81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10821 | 2025.01.31 23:40:49.155017 [ 259 ] {d1ee1c9d-781b-4c53-a8cf-2564a033f81a} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10822 | 2025.01.31 23:40:49.155056 [ 259 ] {d1ee1c9d-781b-4c53-a8cf-2564a033f81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10823 | 2025.01.31 23:40:49.155722 [ 259 ] {d1ee1c9d-781b-4c53-a8cf-2564a033f81a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10824 | 2025.01.31 23:40:49.155989 [ 259 ] {d1ee1c9d-781b-4c53-a8cf-2564a033f81a} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10825 | 2025.01.31 23:40:49.156240 [ 259 ] {d1ee1c9d-781b-4c53-a8cf-2564a033f81a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002618 sec., 14896.867838044309 rows/sec., 26.69 MiB/sec. | ||
| 10826 | 2025.01.31 23:40:49.156352 [ 259 ] {d1ee1c9d-781b-4c53-a8cf-2564a033f81a} <Debug> TCPHandler: Processed in 0.002957333 sec. | ||
| 10827 | 2025.01.31 23:40:49.156504 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10828 | 2025.01.31 23:40:49.156644 [ 262 ] {3bdf7463-7299-461b-a106-741842a39d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10829 | 2025.01.31 23:40:49.156705 [ 262 ] {3bdf7463-7299-461b-a106-741842a39d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10830 | 2025.01.31 23:40:49.157265 [ 262 ] {3bdf7463-7299-461b-a106-741842a39d53} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10831 | 2025.01.31 23:40:49.157301 [ 262 ] {3bdf7463-7299-461b-a106-741842a39d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10832 | 2025.01.31 23:40:49.157694 [ 262 ] {3bdf7463-7299-461b-a106-741842a39d53} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10833 | 2025.01.31 23:40:49.157934 [ 262 ] {3bdf7463-7299-461b-a106-741842a39d53} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10834 | 2025.01.31 23:40:49.158114 [ 262 ] {3bdf7463-7299-461b-a106-741842a39d53} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec. | ||
| 10835 | 2025.01.31 23:40:49.158168 [ 262 ] {3bdf7463-7299-461b-a106-741842a39d53} <Debug> TCPHandler: Processed in 0.001730644 sec. | ||
| 10836 | 2025.01.31 23:40:50.266318 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423 | ||
| 10837 | 2025.01.31 23:40:50.288464 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10838 | 2025.01.31 23:40:50.288528 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10839 | 2025.01.31 23:40:50.295857 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10840 | 2025.01.31 23:40:50.296651 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10841 | 2025.01.31 23:40:50.297060 [ 65 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10842 | 2025.01.31 23:40:50.297186 [ 65 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10843 | 2025.01.31 23:40:50.297257 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10844 | 2025.01.31 23:40:50.297744 [ 187 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 10845 | 2025.01.31 23:40:50.312714 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423 | ||
| 10846 | 2025.01.31 23:40:50.314574 [ 187 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10847 | 2025.01.31 23:40:50.316293 [ 187 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 10848 | 2025.01.31 23:40:50.322413 [ 187 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 10849 | 2025.01.31 23:40:50.328625 [ 187 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 10850 | 2025.01.31 23:40:50.334184 [ 187 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 10851 | 2025.01.31 23:40:50.339847 [ 187 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 10852 | 2025.01.31 23:40:50.344651 [ 187 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 10853 | 2025.01.31 23:40:50.405342 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.107927332 sec., 3919.303777471308 rows/sec., 20.27 MiB/sec. | ||
| 10854 | 2025.01.31 23:40:50.408501 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10855 | 2025.01.31 23:40:50.411429 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_56_11} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10856 | 2025.01.31 23:40:50.411563 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_56_11} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10857 | 2025.01.31 23:40:50.414069 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10858 | 2025.01.31 23:40:51.000222 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.40 MiB, peak 251.82 MiB, free memory in arenas 0.00 B, will set to 240.48 MiB (RSS), difference: 2.09 MiB | ||
| 10859 | 2025.01.31 23:40:54.127276 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10860 | 2025.01.31 23:40:54.127480 [ 262 ] {9334c816-5542-46c9-b57e-2b488639a213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10861 | 2025.01.31 23:40:54.127552 [ 262 ] {9334c816-5542-46c9-b57e-2b488639a213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10862 | 2025.01.31 23:40:54.128349 [ 262 ] {9334c816-5542-46c9-b57e-2b488639a213} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10863 | 2025.01.31 23:40:54.128394 [ 262 ] {9334c816-5542-46c9-b57e-2b488639a213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10864 | 2025.01.31 23:40:54.128821 [ 262 ] {9334c816-5542-46c9-b57e-2b488639a213} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10865 | 2025.01.31 23:40:54.129076 [ 262 ] {9334c816-5542-46c9-b57e-2b488639a213} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10866 | 2025.01.31 23:40:54.129335 [ 262 ] {9334c816-5542-46c9-b57e-2b488639a213} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001901 sec., 29458.179905312994 rows/sec., 2.25 MiB/sec. | ||
| 10867 | 2025.01.31 23:40:54.129452 [ 262 ] {9334c816-5542-46c9-b57e-2b488639a213} <Debug> TCPHandler: Processed in 0.002304963 sec. | ||
| 10868 | 2025.01.31 23:40:54.129721 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10869 | 2025.01.31 23:40:54.129928 [ 259 ] {d2904137-e076-4d9b-b5c8-755c2165ab4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10870 | 2025.01.31 23:40:54.130007 [ 259 ] {d2904137-e076-4d9b-b5c8-755c2165ab4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10871 | 2025.01.31 23:40:54.130785 [ 259 ] {d2904137-e076-4d9b-b5c8-755c2165ab4e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10872 | 2025.01.31 23:40:54.130828 [ 259 ] {d2904137-e076-4d9b-b5c8-755c2165ab4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10873 | 2025.01.31 23:40:54.131270 [ 259 ] {d2904137-e076-4d9b-b5c8-755c2165ab4e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10874 | 2025.01.31 23:40:54.131528 [ 259 ] {d2904137-e076-4d9b-b5c8-755c2165ab4e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10875 | 2025.01.31 23:40:54.131776 [ 259 ] {d2904137-e076-4d9b-b5c8-755c2165ab4e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001906 sec., 33578.1741867786 rows/sec., 2.62 MiB/sec. | ||
| 10876 | 2025.01.31 23:40:54.131886 [ 259 ] {d2904137-e076-4d9b-b5c8-755c2165ab4e} <Debug> TCPHandler: Processed in 0.002317183 sec. | ||
| 10877 | 2025.01.31 23:40:54.132062 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10878 | 2025.01.31 23:40:54.132203 [ 262 ] {4f3d66a2-61c5-408d-8413-9a27d536bedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10879 | 2025.01.31 23:40:54.132259 [ 262 ] {4f3d66a2-61c5-408d-8413-9a27d536bedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10880 | 2025.01.31 23:40:54.132848 [ 262 ] {4f3d66a2-61c5-408d-8413-9a27d536bedb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10881 | 2025.01.31 23:40:54.132893 [ 262 ] {4f3d66a2-61c5-408d-8413-9a27d536bedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10882 | 2025.01.31 23:40:54.133305 [ 262 ] {4f3d66a2-61c5-408d-8413-9a27d536bedb} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10883 | 2025.01.31 23:40:54.133563 [ 262 ] {4f3d66a2-61c5-408d-8413-9a27d536bedb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10884 | 2025.01.31 23:40:54.133778 [ 262 ] {4f3d66a2-61c5-408d-8413-9a27d536bedb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 10885 | 2025.01.31 23:40:54.133831 [ 262 ] {4f3d66a2-61c5-408d-8413-9a27d536bedb} <Debug> TCPHandler: Processed in 0.001852008 sec. | ||
| 10886 | 2025.01.31 23:40:54.133987 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10887 | 2025.01.31 23:40:54.134102 [ 259 ] {710e9856-df0c-4d92-b99c-33768772e9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10888 | 2025.01.31 23:40:54.134154 [ 259 ] {710e9856-df0c-4d92-b99c-33768772e9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10889 | 2025.01.31 23:40:54.134653 [ 259 ] {710e9856-df0c-4d92-b99c-33768772e9cb} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10890 | 2025.01.31 23:40:54.134693 [ 259 ] {710e9856-df0c-4d92-b99c-33768772e9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10891 | 2025.01.31 23:40:54.135081 [ 259 ] {710e9856-df0c-4d92-b99c-33768772e9cb} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10892 | 2025.01.31 23:40:54.135335 [ 259 ] {710e9856-df0c-4d92-b99c-33768772e9cb} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10893 | 2025.01.31 23:40:54.135564 [ 259 ] {710e9856-df0c-4d92-b99c-33768772e9cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec. | ||
| 10894 | 2025.01.31 23:40:54.135626 [ 259 ] {710e9856-df0c-4d92-b99c-33768772e9cb} <Debug> TCPHandler: Processed in 0.001698254 sec. | ||
| 10895 | 2025.01.31 23:40:55.912891 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 10896 | 2025.01.31 23:40:55.913528 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10897 | 2025.01.31 23:40:55.913575 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10898 | 2025.01.31 23:40:55.914096 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10899 | 2025.01.31 23:40:55.914350 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10900 | 2025.01.31 23:40:55.914615 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 10901 | 2025.01.31 23:40:57.813709 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430 | ||
| 10902 | 2025.01.31 23:40:57.832210 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10903 | 2025.01.31 23:40:57.832260 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10904 | 2025.01.31 23:40:57.839231 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10905 | 2025.01.31 23:40:57.839980 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10906 | 2025.01.31 23:40:57.843555 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 10907 | 2025.01.31 23:40:58.540534 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1530 | ||
| 10908 | 2025.01.31 23:40:58.543571 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10909 | 2025.01.31 23:40:58.543628 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10910 | 2025.01.31 23:40:58.545111 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10911 | 2025.01.31 23:40:58.545425 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10912 | 2025.01.31 23:40:58.546452 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1530 | ||
| 10913 | 2025.01.31 23:40:59.134075 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10914 | 2025.01.31 23:40:59.134293 [ 262 ] {cb0f81fe-4fa7-4539-9992-c40368708cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10915 | 2025.01.31 23:40:59.134376 [ 262 ] {cb0f81fe-4fa7-4539-9992-c40368708cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10916 | 2025.01.31 23:40:59.135159 [ 262 ] {cb0f81fe-4fa7-4539-9992-c40368708cb8} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10917 | 2025.01.31 23:40:59.135212 [ 262 ] {cb0f81fe-4fa7-4539-9992-c40368708cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10918 | 2025.01.31 23:40:59.135650 [ 262 ] {cb0f81fe-4fa7-4539-9992-c40368708cb8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10919 | 2025.01.31 23:40:59.135907 [ 262 ] {cb0f81fe-4fa7-4539-9992-c40368708cb8} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10920 | 2025.01.31 23:40:59.136105 [ 55 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 10921 | 2025.01.31 23:40:59.136169 [ 262 ] {cb0f81fe-4fa7-4539-9992-c40368708cb8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec. | ||
| 10922 | 2025.01.31 23:40:59.136182 [ 55 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10923 | 2025.01.31 23:40:59.136252 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10924 | 2025.01.31 23:40:59.136314 [ 262 ] {cb0f81fe-4fa7-4539-9992-c40368708cb8} <Debug> TCPHandler: Processed in 0.002381285 sec. | ||
| 10925 | 2025.01.31 23:40:59.136542 [ 186 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10926 | 2025.01.31 23:40:59.136648 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10927 | 2025.01.31 23:40:59.136780 [ 186 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10928 | 2025.01.31 23:40:59.136862 [ 186 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10929 | 2025.01.31 23:40:59.136970 [ 259 ] {f6149683-010e-46fb-8ea9-3a7edba60181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10930 | 2025.01.31 23:40:59.137139 [ 186 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10931 | 2025.01.31 23:40:59.137237 [ 259 ] {f6149683-010e-46fb-8ea9-3a7edba60181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10932 | 2025.01.31 23:40:59.137582 [ 186 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10933 | 2025.01.31 23:40:59.137809 [ 186 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10934 | 2025.01.31 23:40:59.138101 [ 186 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 10935 | 2025.01.31 23:40:59.139255 [ 259 ] {f6149683-010e-46fb-8ea9-3a7edba60181} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10936 | 2025.01.31 23:40:59.139305 [ 259 ] {f6149683-010e-46fb-8ea9-3a7edba60181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10937 | 2025.01.31 23:40:59.139576 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003202891 sec., 21855.25514293181 rows/sec., 1.62 MiB/sec. | ||
| 10938 | 2025.01.31 23:40:59.139903 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 10939 | 2025.01.31 23:40:59.140020 [ 259 ] {f6149683-010e-46fb-8ea9-3a7edba60181} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10940 | 2025.01.31 23:40:59.140590 [ 259 ] {f6149683-010e-46fb-8ea9-3a7edba60181} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10941 | 2025.01.31 23:40:59.140592 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_41_10} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10942 | 2025.01.31 23:40:59.140856 [ 192 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_41_10} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 10943 | 2025.01.31 23:40:59.140898 [ 55 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10944 | 2025.01.31 23:40:59.140998 [ 55 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10945 | 2025.01.31 23:40:59.141084 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10946 | 2025.01.31 23:40:59.141151 [ 259 ] {f6149683-010e-46fb-8ea9-3a7edba60181} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.004257 sec., 66008.92647404275 rows/sec., 5.82 MiB/sec. | ||
| 10947 | 2025.01.31 23:40:59.141164 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10948 | 2025.01.31 23:40:59.141351 [ 259 ] {f6149683-010e-46fb-8ea9-3a7edba60181} <Debug> TCPHandler: Processed in 0.004893564 sec. | ||
| 10949 | 2025.01.31 23:40:59.141466 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10950 | 2025.01.31 23:40:59.141555 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10951 | 2025.01.31 23:40:59.141606 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10952 | 2025.01.31 23:40:59.141642 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10953 | 2025.01.31 23:40:59.141743 [ 262 ] {69ec6c0d-a38e-46f8-a08a-5d62036ed275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10954 | 2025.01.31 23:40:59.141858 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10955 | 2025.01.31 23:40:59.141949 [ 262 ] {69ec6c0d-a38e-46f8-a08a-5d62036ed275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10956 | 2025.01.31 23:40:59.142239 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10957 | 2025.01.31 23:40:59.142625 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10958 | 2025.01.31 23:40:59.143003 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10959 | 2025.01.31 23:40:59.143414 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 10960 | 2025.01.31 23:40:59.144614 [ 262 ] {69ec6c0d-a38e-46f8-a08a-5d62036ed275} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10961 | 2025.01.31 23:40:59.144656 [ 262 ] {69ec6c0d-a38e-46f8-a08a-5d62036ed275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10962 | 2025.01.31 23:40:59.145202 [ 262 ] {69ec6c0d-a38e-46f8-a08a-5d62036ed275} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10963 | 2025.01.31 23:40:59.145467 [ 262 ] {69ec6c0d-a38e-46f8-a08a-5d62036ed275} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10964 | 2025.01.31 23:40:59.145851 [ 262 ] {69ec6c0d-a38e-46f8-a08a-5d62036ed275} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004171 sec., 11028.530328458402 rows/sec., 812.44 KiB/sec. | ||
| 10965 | 2025.01.31 23:40:59.145917 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.004576984 sec., 471926.4913314095 rows/sec., 41.50 MiB/sec. | ||
| 10966 | 2025.01.31 23:40:59.145980 [ 262 ] {69ec6c0d-a38e-46f8-a08a-5d62036ed275} <Debug> TCPHandler: Processed in 0.004498002 sec. | ||
| 10967 | 2025.01.31 23:40:59.146179 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10968 | 2025.01.31 23:40:59.146223 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10969 | 2025.01.31 23:40:59.146349 [ 259 ] {1de899f1-525d-42d0-9477-2e4acaafa5c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10970 | 2025.01.31 23:40:59.146415 [ 259 ] {1de899f1-525d-42d0-9477-2e4acaafa5c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10971 | 2025.01.31 23:40:59.146611 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_96_19} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10972 | 2025.01.31 23:40:59.146753 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_96_19} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10973 | 2025.01.31 23:40:59.146881 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 10974 | 2025.01.31 23:40:59.147274 [ 259 ] {1de899f1-525d-42d0-9477-2e4acaafa5c7} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10975 | 2025.01.31 23:40:59.147320 [ 259 ] {1de899f1-525d-42d0-9477-2e4acaafa5c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10976 | 2025.01.31 23:40:59.147696 [ 259 ] {1de899f1-525d-42d0-9477-2e4acaafa5c7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10977 | 2025.01.31 23:40:59.147939 [ 259 ] {1de899f1-525d-42d0-9477-2e4acaafa5c7} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10978 | 2025.01.31 23:40:59.148150 [ 259 ] {1de899f1-525d-42d0-9477-2e4acaafa5c7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001839 sec., 7612.8330614464385 rows/sec., 533.15 KiB/sec. | ||
| 10979 | 2025.01.31 23:40:59.148208 [ 259 ] {1de899f1-525d-42d0-9477-2e4acaafa5c7} <Debug> TCPHandler: Processed in 0.002100116 sec. | ||
| 10980 | 2025.01.31 23:40:59.148357 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10981 | 2025.01.31 23:40:59.148488 [ 262 ] {59157008-e79c-4b3d-be47-63e906d00983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10982 | 2025.01.31 23:40:59.148546 [ 262 ] {59157008-e79c-4b3d-be47-63e906d00983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10983 | 2025.01.31 23:40:59.149231 [ 262 ] {59157008-e79c-4b3d-be47-63e906d00983} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10984 | 2025.01.31 23:40:59.149278 [ 262 ] {59157008-e79c-4b3d-be47-63e906d00983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10985 | 2025.01.31 23:40:59.149652 [ 262 ] {59157008-e79c-4b3d-be47-63e906d00983} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10986 | 2025.01.31 23:40:59.149890 [ 262 ] {59157008-e79c-4b3d-be47-63e906d00983} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10987 | 2025.01.31 23:40:59.150034 [ 55 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 10988 | 2025.01.31 23:40:59.150089 [ 55 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10989 | 2025.01.31 23:40:59.150119 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10990 | 2025.01.31 23:40:59.150137 [ 262 ] {59157008-e79c-4b3d-be47-63e906d00983} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001672 sec., 7775.11961722488 rows/sec., 484.78 KiB/sec. | ||
| 10991 | 2025.01.31 23:40:59.150434 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 10992 | 2025.01.31 23:40:59.150455 [ 262 ] {59157008-e79c-4b3d-be47-63e906d00983} <Debug> TCPHandler: Processed in 0.002154818 sec. | ||
| 10993 | 2025.01.31 23:40:59.150954 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10994 | 2025.01.31 23:40:59.151007 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10995 | 2025.01.31 23:40:59.151105 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 10996 | 2025.01.31 23:40:59.151400 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 10997 | 2025.01.31 23:40:59.151562 [ 259 ] {1d7319ee-41fb-4b5d-95c6-046d1aad97e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10998 | 2025.01.31 23:40:59.151656 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 10999 | 2025.01.31 23:40:59.151814 [ 259 ] {1d7319ee-41fb-4b5d-95c6-046d1aad97e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11000 | 2025.01.31 23:40:59.152063 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 11001 | 2025.01.31 23:40:59.152400 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 11002 | 2025.01.31 23:40:59.154310 [ 259 ] {1d7319ee-41fb-4b5d-95c6-046d1aad97e8} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11003 | 2025.01.31 23:40:59.154386 [ 259 ] {1d7319ee-41fb-4b5d-95c6-046d1aad97e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11004 | 2025.01.31 23:40:59.155117 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004917895 sec., 13217.036963985607 rows/sec., 875.71 KiB/sec. | ||
| 11005 | 2025.01.31 23:40:59.155321 [ 195 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11006 | 2025.01.31 23:40:59.155405 [ 259 ] {1d7319ee-41fb-4b5d-95c6-046d1aad97e8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11007 | 2025.01.31 23:40:59.155804 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_41_10} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11008 | 2025.01.31 23:40:59.155931 [ 259 ] {1d7319ee-41fb-4b5d-95c6-046d1aad97e8} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11009 | 2025.01.31 23:40:59.155946 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_41_10} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11010 | 2025.01.31 23:40:59.156103 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11011 | 2025.01.31 23:40:59.156189 [ 55 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11012 | 2025.01.31 23:40:59.156256 [ 55 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11013 | 2025.01.31 23:40:59.156298 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11014 | 2025.01.31 23:40:59.156306 [ 259 ] {1d7319ee-41fb-4b5d-95c6-046d1aad97e8} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004929 sec., 85412.86264962467 rows/sec., 6.10 MiB/sec. | ||
| 11015 | 2025.01.31 23:40:59.156539 [ 259 ] {1d7319ee-41fb-4b5d-95c6-046d1aad97e8} <Debug> TCPHandler: Processed in 0.005908746 sec. | ||
| 11016 | 2025.01.31 23:40:59.156624 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11017 | 2025.01.31 23:40:59.156741 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11018 | 2025.01.31 23:40:59.156791 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11019 | 2025.01.31 23:40:59.156829 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11020 | 2025.01.31 23:40:59.156914 [ 262 ] {a4fe3bc9-0fcb-4289-9365-65e7b77ad1d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11021 | 2025.01.31 23:40:59.157062 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11022 | 2025.01.31 23:40:59.157122 [ 262 ] {a4fe3bc9-0fcb-4289-9365-65e7b77ad1d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11023 | 2025.01.31 23:40:59.157515 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11024 | 2025.01.31 23:40:59.157882 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11025 | 2025.01.31 23:40:59.158218 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11026 | 2025.01.31 23:40:59.158574 [ 201 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11027 | 2025.01.31 23:40:59.159374 [ 262 ] {a4fe3bc9-0fcb-4289-9365-65e7b77ad1d5} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11028 | 2025.01.31 23:40:59.159418 [ 262 ] {a4fe3bc9-0fcb-4289-9365-65e7b77ad1d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11029 | 2025.01.31 23:40:59.159962 [ 262 ] {a4fe3bc9-0fcb-4289-9365-65e7b77ad1d5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11030 | 2025.01.31 23:40:59.160280 [ 262 ] {a4fe3bc9-0fcb-4289-9365-65e7b77ad1d5} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11031 | 2025.01.31 23:40:59.160688 [ 262 ] {a4fe3bc9-0fcb-4289-9365-65e7b77ad1d5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003801 sec., 1578.5319652722967 rows/sec., 82.47 KiB/sec. | ||
| 11032 | 2025.01.31 23:40:59.161169 [ 262 ] {a4fe3bc9-0fcb-4289-9365-65e7b77ad1d5} <Debug> TCPHandler: Processed in 0.004487241 sec. | ||
| 11033 | 2025.01.31 23:40:59.161498 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11034 | 2025.01.31 23:40:59.161530 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005128761 sec., 379623.8506727063 rows/sec., 29.05 MiB/sec. | ||
| 11035 | 2025.01.31 23:40:59.161748 [ 259 ] {d76faebe-e543-4e0f-bd76-05e9e0c42619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11036 | 2025.01.31 23:40:59.161850 [ 259 ] {d76faebe-e543-4e0f-bd76-05e9e0c42619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11037 | 2025.01.31 23:40:59.161872 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11038 | 2025.01.31 23:40:59.162560 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_96_19} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11039 | 2025.01.31 23:40:59.162680 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_96_19} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11040 | 2025.01.31 23:40:59.162860 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 11041 | 2025.01.31 23:40:59.163058 [ 259 ] {d76faebe-e543-4e0f-bd76-05e9e0c42619} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11042 | 2025.01.31 23:40:59.163101 [ 259 ] {d76faebe-e543-4e0f-bd76-05e9e0c42619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11043 | 2025.01.31 23:40:59.163506 [ 259 ] {d76faebe-e543-4e0f-bd76-05e9e0c42619} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11044 | 2025.01.31 23:40:59.163737 [ 259 ] {d76faebe-e543-4e0f-bd76-05e9e0c42619} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11045 | 2025.01.31 23:40:59.163907 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11046 | 2025.01.31 23:40:59.163960 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11047 | 2025.01.31 23:40:59.163984 [ 259 ] {d76faebe-e543-4e0f-bd76-05e9e0c42619} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002279 sec., 103992.9793769197 rows/sec., 6.97 MiB/sec. | ||
| 11048 | 2025.01.31 23:40:59.163997 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11049 | 2025.01.31 23:40:59.164136 [ 259 ] {d76faebe-e543-4e0f-bd76-05e9e0c42619} <Debug> TCPHandler: Processed in 0.002833409 sec. | ||
| 11050 | 2025.01.31 23:40:59.164193 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11051 | 2025.01.31 23:40:59.164323 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11052 | 2025.01.31 23:40:59.164345 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11053 | 2025.01.31 23:40:59.164398 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27901 rows starting from the beginning of the part | ||
| 11054 | 2025.01.31 23:40:59.164625 [ 262 ] {1f9a8eb2-24fd-4aa4-b256-eca1e79021a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11055 | 2025.01.31 23:40:59.164723 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11056 | 2025.01.31 23:40:59.164772 [ 262 ] {1f9a8eb2-24fd-4aa4-b256-eca1e79021a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11057 | 2025.01.31 23:40:59.165139 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11058 | 2025.01.31 23:40:59.165524 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11059 | 2025.01.31 23:40:59.165856 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11060 | 2025.01.31 23:40:59.166186 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11061 | 2025.01.31 23:40:59.167178 [ 262 ] {1f9a8eb2-24fd-4aa4-b256-eca1e79021a3} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11062 | 2025.01.31 23:40:59.167242 [ 262 ] {1f9a8eb2-24fd-4aa4-b256-eca1e79021a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11063 | 2025.01.31 23:40:59.167889 [ 262 ] {1f9a8eb2-24fd-4aa4-b256-eca1e79021a3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11064 | 2025.01.31 23:40:59.168269 [ 262 ] {1f9a8eb2-24fd-4aa4-b256-eca1e79021a3} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11065 | 2025.01.31 23:40:59.168488 [ 55 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 6 parts from all_1_36_8 to all_41_41_0 | ||
| 11066 | 2025.01.31 23:40:59.168544 [ 55 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11067 | 2025.01.31 23:40:59.168585 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11068 | 2025.01.31 23:40:59.168604 [ 262 ] {1f9a8eb2-24fd-4aa4-b256-eca1e79021a3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004092 sec., 244.37927663734115 rows/sec., 16.47 KiB/sec. | ||
| 11069 | 2025.01.31 23:40:59.168952 [ 262 ] {1f9a8eb2-24fd-4aa4-b256-eca1e79021a3} <Debug> TCPHandler: Processed in 0.004700517 sec. | ||
| 11070 | 2025.01.31 23:40:59.169104 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 11071 | 2025.01.31 23:40:59.169216 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11072 | 2025.01.31 23:40:59.169559 [ 259 ] {370f0b00-1539-4b01-a3ed-9e27b5fb8934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11073 | 2025.01.31 23:40:59.169702 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11074 | 2025.01.31 23:40:59.169870 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 11075 | 2025.01.31 23:40:59.169898 [ 259 ] {370f0b00-1539-4b01-a3ed-9e27b5fb8934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11076 | 2025.01.31 23:40:59.170320 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 11077 | 2025.01.31 23:40:59.170847 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 11078 | 2025.01.31 23:40:59.171363 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 11079 | 2025.01.31 23:40:59.171942 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 11080 | 2025.01.31 23:40:59.172399 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 11081 | 2025.01.31 23:40:59.177759 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.009028474 sec., 4541.188245101 rows/sec., 306.00 KiB/sec. | ||
| 11082 | 2025.01.31 23:40:59.178233 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) | ||
| 11083 | 2025.01.31 23:40:59.178535 [ 259 ] {370f0b00-1539-4b01-a3ed-9e27b5fb8934} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11084 | 2025.01.31 23:40:59.178616 [ 259 ] {370f0b00-1539-4b01-a3ed-9e27b5fb8934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11085 | 2025.01.31 23:40:59.179095 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_41_9} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11086 | 2025.01.31 23:40:59.179572 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_41_9} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 6 parts: [all_1_36_8, all_41_41_0] -> all_1_41_9 | ||
| 11087 | 2025.01.31 23:40:59.179809 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28823 rows, containing 5 columns (5 merged, 0 gathered) in 0.015677732 sec., 1838467.451797237 rows/sec., 124.14 MiB/sec. | ||
| 11088 | 2025.01.31 23:40:59.179871 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 11089 | 2025.01.31 23:40:59.180238 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11090 | 2025.01.31 23:40:59.180403 [ 259 ] {370f0b00-1539-4b01-a3ed-9e27b5fb8934} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11091 | 2025.01.31 23:40:59.180600 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11092 | 2025.01.31 23:40:59.180709 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11093 | 2025.01.31 23:40:59.180725 [ 259 ] {370f0b00-1539-4b01-a3ed-9e27b5fb8934} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11094 | 2025.01.31 23:40:59.180806 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 11095 | 2025.01.31 23:40:59.180981 [ 55 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11096 | 2025.01.31 23:40:59.181051 [ 55 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11097 | 2025.01.31 23:40:59.181102 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11098 | 2025.01.31 23:40:59.181102 [ 259 ] {370f0b00-1539-4b01-a3ed-9e27b5fb8934} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.011645 sec., 3349.07685702018 rows/sec., 6.00 MiB/sec. | ||
| 11099 | 2025.01.31 23:40:59.181493 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 11100 | 2025.01.31 23:40:59.182183 [ 259 ] {370f0b00-1539-4b01-a3ed-9e27b5fb8934} <Debug> TCPHandler: Processed in 0.013086112 sec. | ||
| 11101 | 2025.01.31 23:40:59.182592 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11102 | 2025.01.31 23:40:59.182927 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11103 | 2025.01.31 23:40:59.182938 [ 262 ] {17858621-eb7c-4d76-9366-56834deaa3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11104 | 2025.01.31 23:40:59.183064 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1299 rows starting from the beginning of the part | ||
| 11105 | 2025.01.31 23:40:59.183076 [ 262 ] {17858621-eb7c-4d76-9366-56834deaa3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11106 | 2025.01.31 23:40:59.184007 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 11107 | 2025.01.31 23:40:59.184764 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 11108 | 2025.01.31 23:40:59.185535 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 11109 | 2025.01.31 23:40:59.185717 [ 262 ] {17858621-eb7c-4d76-9366-56834deaa3db} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11110 | 2025.01.31 23:40:59.185846 [ 262 ] {17858621-eb7c-4d76-9366-56834deaa3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11111 | 2025.01.31 23:40:59.186253 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 11112 | 2025.01.31 23:40:59.186885 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 11113 | 2025.01.31 23:40:59.187717 [ 262 ] {17858621-eb7c-4d76-9366-56834deaa3db} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11114 | 2025.01.31 23:40:59.188232 [ 262 ] {17858621-eb7c-4d76-9366-56834deaa3db} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11115 | 2025.01.31 23:40:59.188627 [ 53 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11116 | 2025.01.31 23:40:59.188738 [ 53 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11117 | 2025.01.31 23:40:59.188808 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11118 | 2025.01.31 23:40:59.188949 [ 262 ] {17858621-eb7c-4d76-9366-56834deaa3db} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006085 sec., 13475.760065735414 rows/sec., 876.42 KiB/sec. | ||
| 11119 | 2025.01.31 23:40:59.189281 [ 262 ] {17858621-eb7c-4d76-9366-56834deaa3db} <Debug> TCPHandler: Processed in 0.006922358 sec. | ||
| 11120 | 2025.01.31 23:40:59.189299 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11121 | 2025.01.31 23:40:59.189473 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11122 | 2025.01.31 23:40:59.189504 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11123 | 2025.01.31 23:40:59.189664 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11124 | 2025.01.31 23:40:59.189760 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11125 | 2025.01.31 23:40:59.190071 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11126 | 2025.01.31 23:40:59.190372 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11127 | 2025.01.31 23:40:59.190576 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11128 | 2025.01.31 23:40:59.195141 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5870 rows, containing 4 columns (4 merged, 0 gathered) in 0.006194374 sec., 947634.0950675565 rows/sec., 61.76 MiB/sec. | ||
| 11129 | 2025.01.31 23:40:59.196267 [ 202 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11130 | 2025.01.31 23:40:59.196613 [ 202 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_96_19} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11131 | 2025.01.31 23:40:59.196697 [ 202 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_96_19} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11132 | 2025.01.31 23:40:59.196781 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 11133 | 2025.01.31 23:40:59.198781 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1494 rows, containing 19 columns (19 merged, 0 gathered) in 0.017577282 sec., 84996.07618515764 rows/sec., 152.31 MiB/sec. | ||
| 11134 | 2025.01.31 23:40:59.200490 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11135 | 2025.01.31 23:40:59.200922 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11136 | 2025.01.31 23:40:59.201004 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11137 | 2025.01.31 23:40:59.201151 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.67 MiB. | ||
| 11138 | 2025.01.31 23:41:00.001154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.55 MiB, peak 253.17 MiB, free memory in arenas 0.00 B, will set to 245.13 MiB (RSS), difference: 3.58 MiB | ||
| 11139 | 2025.01.31 23:41:03.204172 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11140 | 2025.01.31 23:41:03.204252 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11141 | 2025.01.31 23:41:03.415635 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 11142 | 2025.01.31 23:41:03.416296 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11143 | 2025.01.31 23:41:03.416340 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11144 | 2025.01.31 23:41:03.416878 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11145 | 2025.01.31 23:41:03.417134 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11146 | 2025.01.31 23:41:03.417409 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11147 | 2025.01.31 23:41:04.127245 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11148 | 2025.01.31 23:41:04.127550 [ 262 ] {c32ccb0a-4b12-480e-8b8b-884ec35936b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11149 | 2025.01.31 23:41:04.127660 [ 262 ] {c32ccb0a-4b12-480e-8b8b-884ec35936b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11150 | 2025.01.31 23:41:04.128448 [ 262 ] {c32ccb0a-4b12-480e-8b8b-884ec35936b3} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11151 | 2025.01.31 23:41:04.128501 [ 262 ] {c32ccb0a-4b12-480e-8b8b-884ec35936b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11152 | 2025.01.31 23:41:04.128944 [ 262 ] {c32ccb0a-4b12-480e-8b8b-884ec35936b3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11153 | 2025.01.31 23:41:04.129213 [ 262 ] {c32ccb0a-4b12-480e-8b8b-884ec35936b3} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11154 | 2025.01.31 23:41:04.129461 [ 262 ] {c32ccb0a-4b12-480e-8b8b-884ec35936b3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.14 MiB/sec. | ||
| 11155 | 2025.01.31 23:41:04.129528 [ 262 ] {c32ccb0a-4b12-480e-8b8b-884ec35936b3} <Debug> TCPHandler: Processed in 0.002475848 sec. | ||
| 11156 | 2025.01.31 23:41:04.129844 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11157 | 2025.01.31 23:41:04.130153 [ 259 ] {60868203-9674-4534-83e7-478203deb821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11158 | 2025.01.31 23:41:04.130272 [ 259 ] {60868203-9674-4534-83e7-478203deb821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11159 | 2025.01.31 23:41:04.131185 [ 259 ] {60868203-9674-4534-83e7-478203deb821} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11160 | 2025.01.31 23:41:04.131234 [ 259 ] {60868203-9674-4534-83e7-478203deb821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11161 | 2025.01.31 23:41:04.131677 [ 259 ] {60868203-9674-4534-83e7-478203deb821} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11162 | 2025.01.31 23:41:04.131932 [ 259 ] {60868203-9674-4534-83e7-478203deb821} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11163 | 2025.01.31 23:41:04.132168 [ 259 ] {60868203-9674-4534-83e7-478203deb821} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002102 sec., 30447.19314938154 rows/sec., 2.38 MiB/sec. | ||
| 11164 | 2025.01.31 23:41:04.132235 [ 259 ] {60868203-9674-4534-83e7-478203deb821} <Debug> TCPHandler: Processed in 0.002576341 sec. | ||
| 11165 | 2025.01.31 23:41:04.132392 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11166 | 2025.01.31 23:41:04.132519 [ 262 ] {aadcc258-d21e-44c5-aff1-5c5b84cf7d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11167 | 2025.01.31 23:41:04.132578 [ 262 ] {aadcc258-d21e-44c5-aff1-5c5b84cf7d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11168 | 2025.01.31 23:41:04.133164 [ 262 ] {aadcc258-d21e-44c5-aff1-5c5b84cf7d6b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11169 | 2025.01.31 23:41:04.133204 [ 262 ] {aadcc258-d21e-44c5-aff1-5c5b84cf7d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11170 | 2025.01.31 23:41:04.133620 [ 262 ] {aadcc258-d21e-44c5-aff1-5c5b84cf7d6b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11171 | 2025.01.31 23:41:04.133878 [ 262 ] {aadcc258-d21e-44c5-aff1-5c5b84cf7d6b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11172 | 2025.01.31 23:41:04.134094 [ 262 ] {aadcc258-d21e-44c5-aff1-5c5b84cf7d6b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
| 11173 | 2025.01.31 23:41:04.134162 [ 262 ] {aadcc258-d21e-44c5-aff1-5c5b84cf7d6b} <Debug> TCPHandler: Processed in 0.001830837 sec. | ||
| 11174 | 2025.01.31 23:41:04.134366 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11175 | 2025.01.31 23:41:04.134654 [ 259 ] {11bf1074-9511-4cf3-8a05-b234943f98ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11176 | 2025.01.31 23:41:04.134721 [ 259 ] {11bf1074-9511-4cf3-8a05-b234943f98ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11177 | 2025.01.31 23:41:04.135324 [ 259 ] {11bf1074-9511-4cf3-8a05-b234943f98ff} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11178 | 2025.01.31 23:41:04.135371 [ 259 ] {11bf1074-9511-4cf3-8a05-b234943f98ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11179 | 2025.01.31 23:41:04.135793 [ 259 ] {11bf1074-9511-4cf3-8a05-b234943f98ff} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11180 | 2025.01.31 23:41:04.136034 [ 259 ] {11bf1074-9511-4cf3-8a05-b234943f98ff} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11181 | 2025.01.31 23:41:04.136240 [ 259 ] {11bf1074-9511-4cf3-8a05-b234943f98ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001676 sec., 35799.522673031024 rows/sec., 2.41 MiB/sec. | ||
| 11182 | 2025.01.31 23:41:04.136292 [ 259 ] {11bf1074-9511-4cf3-8a05-b234943f98ff} <Debug> TCPHandler: Processed in 0.002040514 sec. | ||
| 11183 | 2025.01.31 23:41:04.973468 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11184 | 2025.01.31 23:41:04.973657 [ 262 ] {05ac9871-d6e4-4308-8f7c-16a4840ae017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11185 | 2025.01.31 23:41:04.973732 [ 262 ] {05ac9871-d6e4-4308-8f7c-16a4840ae017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11186 | 2025.01.31 23:41:04.974471 [ 262 ] {05ac9871-d6e4-4308-8f7c-16a4840ae017} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11187 | 2025.01.31 23:41:04.974519 [ 262 ] {05ac9871-d6e4-4308-8f7c-16a4840ae017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11188 | 2025.01.31 23:41:04.974966 [ 262 ] {05ac9871-d6e4-4308-8f7c-16a4840ae017} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11189 | 2025.01.31 23:41:04.975224 [ 262 ] {05ac9871-d6e4-4308-8f7c-16a4840ae017} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11190 | 2025.01.31 23:41:04.975444 [ 262 ] {05ac9871-d6e4-4308-8f7c-16a4840ae017} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00183 sec., 7650.273224043715 rows/sec., 550.72 KiB/sec. | ||
| 11191 | 2025.01.31 23:41:04.975548 [ 262 ] {05ac9871-d6e4-4308-8f7c-16a4840ae017} <Debug> TCPHandler: Processed in 0.002212759 sec. | ||
| 11192 | 2025.01.31 23:41:04.975898 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11193 | 2025.01.31 23:41:04.976115 [ 259 ] {0b0d0dd1-5318-42d2-b682-efec500d6e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11194 | 2025.01.31 23:41:04.976232 [ 259 ] {0b0d0dd1-5318-42d2-b682-efec500d6e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11195 | 2025.01.31 23:41:04.977035 [ 259 ] {0b0d0dd1-5318-42d2-b682-efec500d6e81} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11196 | 2025.01.31 23:41:04.977089 [ 259 ] {0b0d0dd1-5318-42d2-b682-efec500d6e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11197 | 2025.01.31 23:41:04.977512 [ 259 ] {0b0d0dd1-5318-42d2-b682-efec500d6e81} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 11198 | 2025.01.31 23:41:04.977760 [ 259 ] {0b0d0dd1-5318-42d2-b682-efec500d6e81} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11199 | 2025.01.31 23:41:04.978179 [ 259 ] {0b0d0dd1-5318-42d2-b682-efec500d6e81} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002063 sec., 7755.695588948133 rows/sec., 632.42 KiB/sec. | ||
| 11200 | 2025.01.31 23:41:04.978539 [ 259 ] {0b0d0dd1-5318-42d2-b682-efec500d6e81} <Debug> TCPHandler: Processed in 0.002831039 sec. | ||
| 11201 | 2025.01.31 23:41:04.978708 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11202 | 2025.01.31 23:41:04.978865 [ 262 ] {47e7c2c5-4948-4de7-88c4-8013447ea31f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11203 | 2025.01.31 23:41:04.978919 [ 262 ] {47e7c2c5-4948-4de7-88c4-8013447ea31f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11204 | 2025.01.31 23:41:04.980417 [ 262 ] {47e7c2c5-4948-4de7-88c4-8013447ea31f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11205 | 2025.01.31 23:41:04.980458 [ 262 ] {47e7c2c5-4948-4de7-88c4-8013447ea31f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11206 | 2025.01.31 23:41:04.980922 [ 262 ] {47e7c2c5-4948-4de7-88c4-8013447ea31f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11207 | 2025.01.31 23:41:04.981178 [ 262 ] {47e7c2c5-4948-4de7-88c4-8013447ea31f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11208 | 2025.01.31 23:41:04.981371 [ 262 ] {47e7c2c5-4948-4de7-88c4-8013447ea31f} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002534 sec., 563930.544593528 rows/sec., 47.05 MiB/sec. | ||
| 11209 | 2025.01.31 23:41:04.981446 [ 262 ] {47e7c2c5-4948-4de7-88c4-8013447ea31f} <Debug> TCPHandler: Processed in 0.002799868 sec. | ||
| 11210 | 2025.01.31 23:41:04.981655 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11211 | 2025.01.31 23:41:04.981866 [ 259 ] {2b52caf3-8166-4cb8-9285-300e0699028a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11212 | 2025.01.31 23:41:04.981921 [ 259 ] {2b52caf3-8166-4cb8-9285-300e0699028a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11213 | 2025.01.31 23:41:04.982594 [ 259 ] {2b52caf3-8166-4cb8-9285-300e0699028a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11214 | 2025.01.31 23:41:04.982637 [ 259 ] {2b52caf3-8166-4cb8-9285-300e0699028a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11215 | 2025.01.31 23:41:04.983004 [ 259 ] {2b52caf3-8166-4cb8-9285-300e0699028a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11216 | 2025.01.31 23:41:04.983239 [ 259 ] {2b52caf3-8166-4cb8-9285-300e0699028a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11217 | 2025.01.31 23:41:04.983492 [ 259 ] {2b52caf3-8166-4cb8-9285-300e0699028a} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001658 sec., 37394.451145958985 rows/sec., 2.65 MiB/sec. | ||
| 11218 | 2025.01.31 23:41:04.983611 [ 259 ] {2b52caf3-8166-4cb8-9285-300e0699028a} <Debug> TCPHandler: Processed in 0.002065294 sec. | ||
| 11219 | 2025.01.31 23:41:04.983869 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11220 | 2025.01.31 23:41:04.984026 [ 262 ] {1fc81730-513b-4454-ad2f-99bcbf518a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11221 | 2025.01.31 23:41:04.984083 [ 262 ] {1fc81730-513b-4454-ad2f-99bcbf518a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11222 | 2025.01.31 23:41:04.984822 [ 262 ] {1fc81730-513b-4454-ad2f-99bcbf518a73} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11223 | 2025.01.31 23:41:04.984860 [ 262 ] {1fc81730-513b-4454-ad2f-99bcbf518a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11224 | 2025.01.31 23:41:04.985225 [ 262 ] {1fc81730-513b-4454-ad2f-99bcbf518a73} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11225 | 2025.01.31 23:41:04.985462 [ 262 ] {1fc81730-513b-4454-ad2f-99bcbf518a73} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11226 | 2025.01.31 23:41:04.985638 [ 262 ] {1fc81730-513b-4454-ad2f-99bcbf518a73} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001645 sec., 147112.46200607903 rows/sec., 9.97 MiB/sec. | ||
| 11227 | 2025.01.31 23:41:04.985691 [ 262 ] {1fc81730-513b-4454-ad2f-99bcbf518a73} <Debug> TCPHandler: Processed in 0.001956992 sec. | ||
| 11228 | 2025.01.31 23:41:04.985839 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11229 | 2025.01.31 23:41:04.985956 [ 259 ] {6dea1f60-cb09-47c0-bafe-355c03c8b5f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11230 | 2025.01.31 23:41:04.986006 [ 259 ] {6dea1f60-cb09-47c0-bafe-355c03c8b5f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11231 | 2025.01.31 23:41:04.986580 [ 259 ] {6dea1f60-cb09-47c0-bafe-355c03c8b5f6} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11232 | 2025.01.31 23:41:04.986621 [ 259 ] {6dea1f60-cb09-47c0-bafe-355c03c8b5f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11233 | 2025.01.31 23:41:04.986983 [ 259 ] {6dea1f60-cb09-47c0-bafe-355c03c8b5f6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11234 | 2025.01.31 23:41:04.987219 [ 259 ] {6dea1f60-cb09-47c0-bafe-355c03c8b5f6} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11235 | 2025.01.31 23:41:04.987443 [ 259 ] {6dea1f60-cb09-47c0-bafe-355c03c8b5f6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00151 sec., 8609.271523178808 rows/sec., 536.79 KiB/sec. | ||
| 11236 | 2025.01.31 23:41:04.987543 [ 259 ] {6dea1f60-cb09-47c0-bafe-355c03c8b5f6} <Debug> TCPHandler: Processed in 0.001756095 sec. | ||
| 11237 | 2025.01.31 23:41:04.987757 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11238 | 2025.01.31 23:41:04.987898 [ 262 ] {b32fc301-260c-425e-94f8-6d6b6016af42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11239 | 2025.01.31 23:41:04.987954 [ 262 ] {b32fc301-260c-425e-94f8-6d6b6016af42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11240 | 2025.01.31 23:41:04.989050 [ 262 ] {b32fc301-260c-425e-94f8-6d6b6016af42} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11241 | 2025.01.31 23:41:04.989088 [ 262 ] {b32fc301-260c-425e-94f8-6d6b6016af42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11242 | 2025.01.31 23:41:04.989477 [ 262 ] {b32fc301-260c-425e-94f8-6d6b6016af42} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11243 | 2025.01.31 23:41:04.989715 [ 262 ] {b32fc301-260c-425e-94f8-6d6b6016af42} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11244 | 2025.01.31 23:41:04.989906 [ 262 ] {b32fc301-260c-425e-94f8-6d6b6016af42} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002037 sec., 438389.78890525276 rows/sec., 31.83 MiB/sec. | ||
| 11245 | 2025.01.31 23:41:04.989958 [ 262 ] {b32fc301-260c-425e-94f8-6d6b6016af42} <Debug> TCPHandler: Processed in 0.002306803 sec. | ||
| 11246 | 2025.01.31 23:41:04.990105 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11247 | 2025.01.31 23:41:04.990244 [ 259 ] {d7f6d51d-c2f5-4eee-b441-504610ffe206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11248 | 2025.01.31 23:41:04.990302 [ 259 ] {d7f6d51d-c2f5-4eee-b441-504610ffe206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11249 | 2025.01.31 23:41:04.990825 [ 259 ] {d7f6d51d-c2f5-4eee-b441-504610ffe206} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11250 | 2025.01.31 23:41:04.990864 [ 259 ] {d7f6d51d-c2f5-4eee-b441-504610ffe206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11251 | 2025.01.31 23:41:04.991222 [ 259 ] {d7f6d51d-c2f5-4eee-b441-504610ffe206} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11252 | 2025.01.31 23:41:04.991451 [ 259 ] {d7f6d51d-c2f5-4eee-b441-504610ffe206} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11253 | 2025.01.31 23:41:04.991713 [ 259 ] {d7f6d51d-c2f5-4eee-b441-504610ffe206} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 11254 | 2025.01.31 23:41:04.991793 [ 259 ] {d7f6d51d-c2f5-4eee-b441-504610ffe206} <Debug> TCPHandler: Processed in 0.001752695 sec. | ||
| 11255 | 2025.01.31 23:41:04.992052 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11256 | 2025.01.31 23:41:04.992293 [ 262 ] {7b3f9a14-0d3e-46bc-8510-4561d7ad6a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11257 | 2025.01.31 23:41:04.992356 [ 262 ] {7b3f9a14-0d3e-46bc-8510-4561d7ad6a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11258 | 2025.01.31 23:41:04.993182 [ 262 ] {7b3f9a14-0d3e-46bc-8510-4561d7ad6a4d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11259 | 2025.01.31 23:41:04.993220 [ 262 ] {7b3f9a14-0d3e-46bc-8510-4561d7ad6a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11260 | 2025.01.31 23:41:04.993652 [ 262 ] {7b3f9a14-0d3e-46bc-8510-4561d7ad6a4d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11261 | 2025.01.31 23:41:04.993904 [ 262 ] {7b3f9a14-0d3e-46bc-8510-4561d7ad6a4d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11262 | 2025.01.31 23:41:04.994086 [ 262 ] {7b3f9a14-0d3e-46bc-8510-4561d7ad6a4d} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001842 sec., 522801.30293159606 rows/sec., 34.74 MiB/sec. | ||
| 11263 | 2025.01.31 23:41:04.994140 [ 262 ] {7b3f9a14-0d3e-46bc-8510-4561d7ad6a4d} <Debug> TCPHandler: Processed in 0.002256451 sec. | ||
| 11264 | 2025.01.31 23:41:04.994296 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11265 | 2025.01.31 23:41:04.994433 [ 259 ] {85ab42fb-5ec4-4cdd-b994-3b247f749172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11266 | 2025.01.31 23:41:04.994493 [ 259 ] {85ab42fb-5ec4-4cdd-b994-3b247f749172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11267 | 2025.01.31 23:41:04.994968 [ 259 ] {85ab42fb-5ec4-4cdd-b994-3b247f749172} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11268 | 2025.01.31 23:41:04.995006 [ 259 ] {85ab42fb-5ec4-4cdd-b994-3b247f749172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11269 | 2025.01.31 23:41:04.995354 [ 259 ] {85ab42fb-5ec4-4cdd-b994-3b247f749172} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11270 | 2025.01.31 23:41:04.995581 [ 259 ] {85ab42fb-5ec4-4cdd-b994-3b247f749172} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11271 | 2025.01.31 23:41:04.995790 [ 259 ] {85ab42fb-5ec4-4cdd-b994-3b247f749172} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001386 sec., 721.5007215007215 rows/sec., 48.62 KiB/sec. | ||
| 11272 | 2025.01.31 23:41:04.995840 [ 259 ] {85ab42fb-5ec4-4cdd-b994-3b247f749172} <Debug> TCPHandler: Processed in 0.001608531 sec. | ||
| 11273 | 2025.01.31 23:41:04.995991 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11274 | 2025.01.31 23:41:04.996130 [ 262 ] {66a4ec8c-1e2a-4bae-8df1-27a85063b20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11275 | 2025.01.31 23:41:04.996224 [ 262 ] {66a4ec8c-1e2a-4bae-8df1-27a85063b20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11276 | 2025.01.31 23:41:04.997502 [ 262 ] {66a4ec8c-1e2a-4bae-8df1-27a85063b20f} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11277 | 2025.01.31 23:41:04.997540 [ 262 ] {66a4ec8c-1e2a-4bae-8df1-27a85063b20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11278 | 2025.01.31 23:41:04.998185 [ 262 ] {66a4ec8c-1e2a-4bae-8df1-27a85063b20f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11279 | 2025.01.31 23:41:04.998446 [ 262 ] {66a4ec8c-1e2a-4bae-8df1-27a85063b20f} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11280 | 2025.01.31 23:41:04.998663 [ 262 ] {66a4ec8c-1e2a-4bae-8df1-27a85063b20f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002562 sec., 15222.482435597189 rows/sec., 27.28 MiB/sec. | ||
| 11281 | 2025.01.31 23:41:04.998992 [ 262 ] {66a4ec8c-1e2a-4bae-8df1-27a85063b20f} <Debug> TCPHandler: Processed in 0.003067467 sec. | ||
| 11282 | 2025.01.31 23:41:04.999132 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11283 | 2025.01.31 23:41:04.999269 [ 259 ] {2cddfcd5-d26e-420c-8d4a-36479f55ead3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11284 | 2025.01.31 23:41:04.999328 [ 259 ] {2cddfcd5-d26e-420c-8d4a-36479f55ead3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11285 | 2025.01.31 23:41:04.999855 [ 259 ] {2cddfcd5-d26e-420c-8d4a-36479f55ead3} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11286 | 2025.01.31 23:41:04.999893 [ 259 ] {2cddfcd5-d26e-420c-8d4a-36479f55ead3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11287 | 2025.01.31 23:41:05.000248 [ 259 ] {2cddfcd5-d26e-420c-8d4a-36479f55ead3} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11288 | 2025.01.31 23:41:05.000489 [ 259 ] {2cddfcd5-d26e-420c-8d4a-36479f55ead3} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11289 | 2025.01.31 23:41:05.000712 [ 259 ] {2cddfcd5-d26e-420c-8d4a-36479f55ead3} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001472 sec., 23097.82608695652 rows/sec., 1.34 MiB/sec. | ||
| 11290 | 2025.01.31 23:41:05.000775 [ 259 ] {2cddfcd5-d26e-420c-8d4a-36479f55ead3} <Debug> TCPHandler: Processed in 0.001705654 sec. | ||
| 11291 | 2025.01.31 23:41:05.001154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.26 MiB, peak 253.17 MiB, free memory in arenas 0.00 B, will set to 245.13 MiB (RSS), difference: -1.14 MiB | ||
| 11292 | 2025.01.31 23:41:05.344520 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11293 | 2025.01.31 23:41:05.364579 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11294 | 2025.01.31 23:41:05.364653 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11295 | 2025.01.31 23:41:05.372106 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11296 | 2025.01.31 23:41:05.372910 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11297 | 2025.01.31 23:41:05.376583 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11298 | 2025.01.31 23:41:08.547513 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1584 | ||
| 11299 | 2025.01.31 23:41:08.551036 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11300 | 2025.01.31 23:41:08.551099 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11301 | 2025.01.31 23:41:08.552600 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11302 | 2025.01.31 23:41:08.552922 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11303 | 2025.01.31 23:41:08.553586 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1584 | ||
| 11304 | 2025.01.31 23:41:09.126204 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11305 | 2025.01.31 23:41:09.126391 [ 262 ] {440cc3bd-f44f-46c2-96a4-65095ade1a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11306 | 2025.01.31 23:41:09.126467 [ 262 ] {440cc3bd-f44f-46c2-96a4-65095ade1a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11307 | 2025.01.31 23:41:09.127255 [ 262 ] {440cc3bd-f44f-46c2-96a4-65095ade1a96} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11308 | 2025.01.31 23:41:09.127305 [ 262 ] {440cc3bd-f44f-46c2-96a4-65095ade1a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11309 | 2025.01.31 23:41:09.127747 [ 262 ] {440cc3bd-f44f-46c2-96a4-65095ade1a96} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11310 | 2025.01.31 23:41:09.128012 [ 262 ] {440cc3bd-f44f-46c2-96a4-65095ade1a96} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11311 | 2025.01.31 23:41:09.128255 [ 262 ] {440cc3bd-f44f-46c2-96a4-65095ade1a96} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001915 sec., 29242.819843342037 rows/sec., 2.23 MiB/sec. | ||
| 11312 | 2025.01.31 23:41:09.128320 [ 262 ] {440cc3bd-f44f-46c2-96a4-65095ade1a96} <Debug> TCPHandler: Processed in 0.002252471 sec. | ||
| 11313 | 2025.01.31 23:41:09.128572 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11314 | 2025.01.31 23:41:09.128762 [ 259 ] {9b17f11e-863a-43d4-b334-3dfd152270d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11315 | 2025.01.31 23:41:09.128836 [ 259 ] {9b17f11e-863a-43d4-b334-3dfd152270d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11316 | 2025.01.31 23:41:09.129606 [ 259 ] {9b17f11e-863a-43d4-b334-3dfd152270d0} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11317 | 2025.01.31 23:41:09.129649 [ 259 ] {9b17f11e-863a-43d4-b334-3dfd152270d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11318 | 2025.01.31 23:41:09.130100 [ 259 ] {9b17f11e-863a-43d4-b334-3dfd152270d0} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11319 | 2025.01.31 23:41:09.130357 [ 259 ] {9b17f11e-863a-43d4-b334-3dfd152270d0} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11320 | 2025.01.31 23:41:09.130560 [ 259 ] {9b17f11e-863a-43d4-b334-3dfd152270d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001851 sec., 34575.90491626148 rows/sec., 2.70 MiB/sec. | ||
| 11321 | 2025.01.31 23:41:09.130631 [ 259 ] {9b17f11e-863a-43d4-b334-3dfd152270d0} <Debug> TCPHandler: Processed in 0.002192138 sec. | ||
| 11322 | 2025.01.31 23:41:09.130800 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11323 | 2025.01.31 23:41:09.130949 [ 262 ] {c08de9ee-dcb5-4a88-a82b-18ae565f8efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11324 | 2025.01.31 23:41:09.131017 [ 262 ] {c08de9ee-dcb5-4a88-a82b-18ae565f8efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11325 | 2025.01.31 23:41:09.131677 [ 262 ] {c08de9ee-dcb5-4a88-a82b-18ae565f8efb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11326 | 2025.01.31 23:41:09.131723 [ 262 ] {c08de9ee-dcb5-4a88-a82b-18ae565f8efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11327 | 2025.01.31 23:41:09.132128 [ 262 ] {c08de9ee-dcb5-4a88-a82b-18ae565f8efb} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11328 | 2025.01.31 23:41:09.132388 [ 262 ] {c08de9ee-dcb5-4a88-a82b-18ae565f8efb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11329 | 2025.01.31 23:41:09.132596 [ 262 ] {c08de9ee-dcb5-4a88-a82b-18ae565f8efb} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001684 sec., 76009.50118764846 rows/sec., 5.29 MiB/sec. | ||
| 11330 | 2025.01.31 23:41:09.132658 [ 262 ] {c08de9ee-dcb5-4a88-a82b-18ae565f8efb} <Debug> TCPHandler: Processed in 0.0019208 sec. | ||
| 11331 | 2025.01.31 23:41:09.132811 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11332 | 2025.01.31 23:41:09.132958 [ 259 ] {6e7a79e8-ebd9-41d8-8335-cc3bcfdc9d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11333 | 2025.01.31 23:41:09.133022 [ 259 ] {6e7a79e8-ebd9-41d8-8335-cc3bcfdc9d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11334 | 2025.01.31 23:41:09.133622 [ 259 ] {6e7a79e8-ebd9-41d8-8335-cc3bcfdc9d19} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11335 | 2025.01.31 23:41:09.133669 [ 259 ] {6e7a79e8-ebd9-41d8-8335-cc3bcfdc9d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11336 | 2025.01.31 23:41:09.134064 [ 259 ] {6e7a79e8-ebd9-41d8-8335-cc3bcfdc9d19} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11337 | 2025.01.31 23:41:09.134306 [ 259 ] {6e7a79e8-ebd9-41d8-8335-cc3bcfdc9d19} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11338 | 2025.01.31 23:41:09.134487 [ 259 ] {6e7a79e8-ebd9-41d8-8335-cc3bcfdc9d19} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001565 sec., 30670.926517571887 rows/sec., 2.07 MiB/sec. | ||
| 11339 | 2025.01.31 23:41:09.134538 [ 259 ] {6e7a79e8-ebd9-41d8-8335-cc3bcfdc9d19} <Debug> TCPHandler: Processed in 0.001797006 sec. | ||
| 11340 | 2025.01.31 23:41:10.918439 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 11341 | 2025.01.31 23:41:10.919077 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11342 | 2025.01.31 23:41:10.919126 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11343 | 2025.01.31 23:41:10.919643 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11344 | 2025.01.31 23:41:10.919889 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11345 | 2025.01.31 23:41:10.920122 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 11346 | 2025.01.31 23:41:12.877558 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 11347 | 2025.01.31 23:41:12.898973 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11348 | 2025.01.31 23:41:12.899042 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11349 | 2025.01.31 23:41:12.906423 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11350 | 2025.01.31 23:41:12.907183 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11351 | 2025.01.31 23:41:12.911193 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11352 | 2025.01.31 23:41:14.126436 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11353 | 2025.01.31 23:41:14.126629 [ 262 ] {0c0870bd-8d7a-4554-a1f4-d0cf6cc9104f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11354 | 2025.01.31 23:41:14.126703 [ 262 ] {0c0870bd-8d7a-4554-a1f4-d0cf6cc9104f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11355 | 2025.01.31 23:41:14.127496 [ 262 ] {0c0870bd-8d7a-4554-a1f4-d0cf6cc9104f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11356 | 2025.01.31 23:41:14.127548 [ 262 ] {0c0870bd-8d7a-4554-a1f4-d0cf6cc9104f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11357 | 2025.01.31 23:41:14.127987 [ 262 ] {0c0870bd-8d7a-4554-a1f4-d0cf6cc9104f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11358 | 2025.01.31 23:41:14.128245 [ 262 ] {0c0870bd-8d7a-4554-a1f4-d0cf6cc9104f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11359 | 2025.01.31 23:41:14.128477 [ 262 ] {0c0870bd-8d7a-4554-a1f4-d0cf6cc9104f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.25 MiB/sec. | ||
| 11360 | 2025.01.31 23:41:14.128542 [ 262 ] {0c0870bd-8d7a-4554-a1f4-d0cf6cc9104f} <Debug> TCPHandler: Processed in 0.002244031 sec. | ||
| 11361 | 2025.01.31 23:41:14.128809 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11362 | 2025.01.31 23:41:14.129022 [ 259 ] {56faa85e-53cd-4238-893e-1172d3c847d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11363 | 2025.01.31 23:41:14.129104 [ 259 ] {56faa85e-53cd-4238-893e-1172d3c847d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11364 | 2025.01.31 23:41:14.129962 [ 259 ] {56faa85e-53cd-4238-893e-1172d3c847d6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11365 | 2025.01.31 23:41:14.130005 [ 259 ] {56faa85e-53cd-4238-893e-1172d3c847d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11366 | 2025.01.31 23:41:14.130454 [ 259 ] {56faa85e-53cd-4238-893e-1172d3c847d6} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11367 | 2025.01.31 23:41:14.130722 [ 259 ] {56faa85e-53cd-4238-893e-1172d3c847d6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11368 | 2025.01.31 23:41:14.130953 [ 259 ] {56faa85e-53cd-4238-893e-1172d3c847d6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001982 sec., 32290.615539858733 rows/sec., 2.52 MiB/sec. | ||
| 11369 | 2025.01.31 23:41:14.131057 [ 259 ] {56faa85e-53cd-4238-893e-1172d3c847d6} <Debug> TCPHandler: Processed in 0.002382724 sec. | ||
| 11370 | 2025.01.31 23:41:14.131289 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11371 | 2025.01.31 23:41:14.131617 [ 262 ] {978d41d5-9cc7-4a3a-8255-c4312f0e34b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11372 | 2025.01.31 23:41:14.131713 [ 262 ] {978d41d5-9cc7-4a3a-8255-c4312f0e34b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11373 | 2025.01.31 23:41:14.132339 [ 262 ] {978d41d5-9cc7-4a3a-8255-c4312f0e34b6} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11374 | 2025.01.31 23:41:14.132380 [ 262 ] {978d41d5-9cc7-4a3a-8255-c4312f0e34b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11375 | 2025.01.31 23:41:14.132784 [ 262 ] {978d41d5-9cc7-4a3a-8255-c4312f0e34b6} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11376 | 2025.01.31 23:41:14.133029 [ 262 ] {978d41d5-9cc7-4a3a-8255-c4312f0e34b6} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11377 | 2025.01.31 23:41:14.133271 [ 262 ] {978d41d5-9cc7-4a3a-8255-c4312f0e34b6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001764 sec., 90702.94784580499 rows/sec., 6.32 MiB/sec. | ||
| 11378 | 2025.01.31 23:41:14.133360 [ 262 ] {978d41d5-9cc7-4a3a-8255-c4312f0e34b6} <Debug> TCPHandler: Processed in 0.002193409 sec. | ||
| 11379 | 2025.01.31 23:41:14.133582 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11380 | 2025.01.31 23:41:14.133802 [ 259 ] {6eb51598-54b4-47e2-b92a-40affefb8b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11381 | 2025.01.31 23:41:14.133867 [ 259 ] {6eb51598-54b4-47e2-b92a-40affefb8b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11382 | 2025.01.31 23:41:14.134386 [ 259 ] {6eb51598-54b4-47e2-b92a-40affefb8b08} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11383 | 2025.01.31 23:41:14.134425 [ 259 ] {6eb51598-54b4-47e2-b92a-40affefb8b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11384 | 2025.01.31 23:41:14.134815 [ 259 ] {6eb51598-54b4-47e2-b92a-40affefb8b08} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11385 | 2025.01.31 23:41:14.135055 [ 259 ] {6eb51598-54b4-47e2-b92a-40affefb8b08} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11386 | 2025.01.31 23:41:14.135236 [ 259 ] {6eb51598-54b4-47e2-b92a-40affefb8b08} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
| 11387 | 2025.01.31 23:41:14.135287 [ 259 ] {6eb51598-54b4-47e2-b92a-40affefb8b08} <Debug> TCPHandler: Processed in 0.001828437 sec. | ||
| 11388 | 2025.01.31 23:41:16.143295 [ 31 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11389 | 2025.01.31 23:41:16.143366 [ 31 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11390 | 2025.01.31 23:41:16.143394 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11391 | 2025.01.31 23:41:16.143612 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 11392 | 2025.01.31 23:41:16.143971 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11393 | 2025.01.31 23:41:16.144010 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 11394 | 2025.01.31 23:41:16.144096 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 11395 | 2025.01.31 23:41:16.144267 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 11396 | 2025.01.31 23:41:16.144537 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 11397 | 2025.01.31 23:41:16.144730 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 11398 | 2025.01.31 23:41:16.145801 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002318893 sec., 108672.54332131756 rows/sec., 5.54 MiB/sec. | ||
| 11399 | 2025.01.31 23:41:16.145981 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11400 | 2025.01.31 23:41:16.146319 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_42_9} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11401 | 2025.01.31 23:41:16.146404 [ 187 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_42_9} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11402 | 2025.01.31 23:41:16.146509 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11403 | 2025.01.31 23:41:16.905969 [ 31 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11404 | 2025.01.31 23:41:16.906029 [ 31 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11405 | 2025.01.31 23:41:16.906051 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11406 | 2025.01.31 23:41:16.906218 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 11407 | 2025.01.31 23:41:16.906411 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11408 | 2025.01.31 23:41:16.906455 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 11409 | 2025.01.31 23:41:16.906551 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 11410 | 2025.01.31 23:41:16.906772 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 11411 | 2025.01.31 23:41:16.906920 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 11412 | 2025.01.31 23:41:16.907094 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 11413 | 2025.01.31 23:41:16.908285 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002162688 sec., 348640.2107007576 rows/sec., 24.96 MiB/sec. | ||
| 11414 | 2025.01.31 23:41:16.908441 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11415 | 2025.01.31 23:41:16.908731 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_42_9} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11416 | 2025.01.31 23:41:16.908811 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_42_9} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11417 | 2025.01.31 23:41:16.908894 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11418 | 2025.01.31 23:41:16.966656 [ 31 ] {} <Debug> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 11419 | 2025.01.31 23:41:16.966747 [ 31 ] {} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11420 | 2025.01.31 23:41:16.966768 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11421 | 2025.01.31 23:41:16.966990 [ 201 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 11422 | 2025.01.31 23:41:16.967170 [ 201 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11423 | 2025.01.31 23:41:16.967211 [ 201 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 11424 | 2025.01.31 23:41:16.967328 [ 201 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 11425 | 2025.01.31 23:41:16.967472 [ 201 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 11426 | 2025.01.31 23:41:16.967702 [ 201 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 11427 | 2025.01.31 23:41:16.967928 [ 201 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 11428 | 2025.01.31 23:41:16.969054 [ 202 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.0022159 sec., 24369.330745972293 rows/sec., 2.03 MiB/sec. | ||
| 11429 | 2025.01.31 23:41:16.969193 [ 202 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 11430 | 2025.01.31 23:41:16.969493 [ 202 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_13_3} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11431 | 2025.01.31 23:41:16.969571 [ 202 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_13_3} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 11432 | 2025.01.31 23:41:16.969711 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11433 | 2025.01.31 23:41:17.209751 [ 31 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11434 | 2025.01.31 23:41:17.209815 [ 31 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11435 | 2025.01.31 23:41:17.209841 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11436 | 2025.01.31 23:41:17.210034 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 11437 | 2025.01.31 23:41:17.210311 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11438 | 2025.01.31 23:41:17.210350 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 11439 | 2025.01.31 23:41:17.210444 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 11440 | 2025.01.31 23:41:17.210649 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 11441 | 2025.01.31 23:41:17.210862 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 11442 | 2025.01.31 23:41:17.211048 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 11443 | 2025.01.31 23:41:17.212126 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.00221302 sec., 120197.73883652204 rows/sec., 9.04 MiB/sec. | ||
| 11444 | 2025.01.31 23:41:17.212293 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11445 | 2025.01.31 23:41:17.212594 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_42_9} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11446 | 2025.01.31 23:41:17.212680 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_42_9} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11447 | 2025.01.31 23:41:17.212764 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11448 | 2025.01.31 23:41:18.204495 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11449 | 2025.01.31 23:41:18.204551 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11450 | 2025.01.31 23:41:18.421159 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 11451 | 2025.01.31 23:41:18.421828 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11452 | 2025.01.31 23:41:18.421878 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11453 | 2025.01.31 23:41:18.422397 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11454 | 2025.01.31 23:41:18.422654 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11455 | 2025.01.31 23:41:18.422896 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 11456 | 2025.01.31 23:41:18.554743 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1600 | ||
| 11457 | 2025.01.31 23:41:18.557510 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11458 | 2025.01.31 23:41:18.557572 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11459 | 2025.01.31 23:41:18.559067 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11460 | 2025.01.31 23:41:18.559388 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11461 | 2025.01.31 23:41:18.560051 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1600 | ||
| 11462 | 2025.01.31 23:41:19.001161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.13 MiB, peak 253.17 MiB, free memory in arenas 0.00 B, will set to 245.13 MiB (RSS), difference: 3.99 MiB | ||
| 11463 | 2025.01.31 23:41:19.133770 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11464 | 2025.01.31 23:41:19.133979 [ 262 ] {6ddab605-9bc8-4c4d-8e9c-80f24895f7e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11465 | 2025.01.31 23:41:19.134058 [ 262 ] {6ddab605-9bc8-4c4d-8e9c-80f24895f7e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11466 | 2025.01.31 23:41:19.134817 [ 262 ] {6ddab605-9bc8-4c4d-8e9c-80f24895f7e2} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11467 | 2025.01.31 23:41:19.134866 [ 262 ] {6ddab605-9bc8-4c4d-8e9c-80f24895f7e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11468 | 2025.01.31 23:41:19.135305 [ 262 ] {6ddab605-9bc8-4c4d-8e9c-80f24895f7e2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11469 | 2025.01.31 23:41:19.135567 [ 262 ] {6ddab605-9bc8-4c4d-8e9c-80f24895f7e2} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11470 | 2025.01.31 23:41:19.135814 [ 262 ] {6ddab605-9bc8-4c4d-8e9c-80f24895f7e2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 11471 | 2025.01.31 23:41:19.135881 [ 262 ] {6ddab605-9bc8-4c4d-8e9c-80f24895f7e2} <Debug> TCPHandler: Processed in 0.002253631 sec. | ||
| 11472 | 2025.01.31 23:41:19.136210 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11473 | 2025.01.31 23:41:19.136504 [ 259 ] {288abc6f-f91f-4ecd-8cff-10cfaf9b3d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11474 | 2025.01.31 23:41:19.136618 [ 259 ] {288abc6f-f91f-4ecd-8cff-10cfaf9b3d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11475 | 2025.01.31 23:41:19.137697 [ 259 ] {288abc6f-f91f-4ecd-8cff-10cfaf9b3d17} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11476 | 2025.01.31 23:41:19.137745 [ 259 ] {288abc6f-f91f-4ecd-8cff-10cfaf9b3d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11477 | 2025.01.31 23:41:19.138205 [ 259 ] {288abc6f-f91f-4ecd-8cff-10cfaf9b3d17} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11478 | 2025.01.31 23:41:19.138462 [ 259 ] {288abc6f-f91f-4ecd-8cff-10cfaf9b3d17} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11479 | 2025.01.31 23:41:19.138674 [ 27 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11480 | 2025.01.31 23:41:19.138738 [ 259 ] {288abc6f-f91f-4ecd-8cff-10cfaf9b3d17} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002312 sec., 121539.79238754326 rows/sec., 10.72 MiB/sec. | ||
| 11481 | 2025.01.31 23:41:19.138769 [ 27 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11482 | 2025.01.31 23:41:19.138845 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11483 | 2025.01.31 23:41:19.138879 [ 259 ] {288abc6f-f91f-4ecd-8cff-10cfaf9b3d17} <Debug> TCPHandler: Processed in 0.002843019 sec. | ||
| 11484 | 2025.01.31 23:41:19.139175 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11485 | 2025.01.31 23:41:19.139231 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 11486 | 2025.01.31 23:41:19.139500 [ 262 ] {852fc54b-bd45-43b9-8900-1f94f6e2ffa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11487 | 2025.01.31 23:41:19.139677 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11488 | 2025.01.31 23:41:19.139684 [ 262 ] {852fc54b-bd45-43b9-8900-1f94f6e2ffa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11489 | 2025.01.31 23:41:19.139818 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 11490 | 2025.01.31 23:41:19.140190 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 11491 | 2025.01.31 23:41:19.140718 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 11492 | 2025.01.31 23:41:19.141141 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 11493 | 2025.01.31 23:41:19.141513 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 11494 | 2025.01.31 23:41:19.141911 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 11495 | 2025.01.31 23:41:19.144312 [ 262 ] {852fc54b-bd45-43b9-8900-1f94f6e2ffa7} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11496 | 2025.01.31 23:41:19.144425 [ 262 ] {852fc54b-bd45-43b9-8900-1f94f6e2ffa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11497 | 2025.01.31 23:41:19.145486 [ 262 ] {852fc54b-bd45-43b9-8900-1f94f6e2ffa7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11498 | 2025.01.31 23:41:19.145843 [ 262 ] {852fc54b-bd45-43b9-8900-1f94f6e2ffa7} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11499 | 2025.01.31 23:41:19.146120 [ 262 ] {852fc54b-bd45-43b9-8900-1f94f6e2ffa7} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.006761 sec., 6803.727259281171 rows/sec., 501.21 KiB/sec. | ||
| 11500 | 2025.01.31 23:41:19.146392 [ 262 ] {852fc54b-bd45-43b9-8900-1f94f6e2ffa7} <Debug> TCPHandler: Processed in 0.007407042 sec. | ||
| 11501 | 2025.01.31 23:41:19.146677 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11502 | 2025.01.31 23:41:19.146729 [ 200 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.007782845 sec., 425037.37386521255 rows/sec., 37.10 MiB/sec. | ||
| 11503 | 2025.01.31 23:41:19.146863 [ 259 ] {e3ea92f8-adb0-49ec-b830-1c15f4441ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11504 | 2025.01.31 23:41:19.146958 [ 259 ] {e3ea92f8-adb0-49ec-b830-1c15f4441ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11505 | 2025.01.31 23:41:19.147092 [ 200 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11506 | 2025.01.31 23:41:19.147790 [ 199 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_101_20} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11507 | 2025.01.31 23:41:19.148084 [ 199 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_101_20} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11508 | 2025.01.31 23:41:19.148333 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 11509 | 2025.01.31 23:41:19.148707 [ 259 ] {e3ea92f8-adb0-49ec-b830-1c15f4441ef3} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11510 | 2025.01.31 23:41:19.148781 [ 259 ] {e3ea92f8-adb0-49ec-b830-1c15f4441ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11511 | 2025.01.31 23:41:19.149168 [ 259 ] {e3ea92f8-adb0-49ec-b830-1c15f4441ef3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11512 | 2025.01.31 23:41:19.149418 [ 259 ] {e3ea92f8-adb0-49ec-b830-1c15f4441ef3} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11513 | 2025.01.31 23:41:19.149628 [ 259 ] {e3ea92f8-adb0-49ec-b830-1c15f4441ef3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002815 sec., 4973.357015985791 rows/sec., 348.30 KiB/sec. | ||
| 11514 | 2025.01.31 23:41:19.149685 [ 259 ] {e3ea92f8-adb0-49ec-b830-1c15f4441ef3} <Debug> TCPHandler: Processed in 0.003164079 sec. | ||
| 11515 | 2025.01.31 23:41:19.149869 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11516 | 2025.01.31 23:41:19.149997 [ 262 ] {43738512-6b21-4e02-af2b-f304f4a50e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11517 | 2025.01.31 23:41:19.150046 [ 262 ] {43738512-6b21-4e02-af2b-f304f4a50e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11518 | 2025.01.31 23:41:19.150636 [ 262 ] {43738512-6b21-4e02-af2b-f304f4a50e23} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11519 | 2025.01.31 23:41:19.150676 [ 262 ] {43738512-6b21-4e02-af2b-f304f4a50e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11520 | 2025.01.31 23:41:19.151045 [ 262 ] {43738512-6b21-4e02-af2b-f304f4a50e23} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11521 | 2025.01.31 23:41:19.151287 [ 262 ] {43738512-6b21-4e02-af2b-f304f4a50e23} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11522 | 2025.01.31 23:41:19.151498 [ 262 ] {43738512-6b21-4e02-af2b-f304f4a50e23} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001527 sec., 8513.425016371972 rows/sec., 530.81 KiB/sec. | ||
| 11523 | 2025.01.31 23:41:19.151557 [ 262 ] {43738512-6b21-4e02-af2b-f304f4a50e23} <Debug> TCPHandler: Processed in 0.001749495 sec. | ||
| 11524 | 2025.01.31 23:41:19.151707 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11525 | 2025.01.31 23:41:19.151820 [ 259 ] {eb7bff5e-ecc5-4aa8-a468-2f15d1e0e325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11526 | 2025.01.31 23:41:19.151868 [ 259 ] {eb7bff5e-ecc5-4aa8-a468-2f15d1e0e325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11527 | 2025.01.31 23:41:19.152605 [ 259 ] {eb7bff5e-ecc5-4aa8-a468-2f15d1e0e325} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11528 | 2025.01.31 23:41:19.152645 [ 259 ] {eb7bff5e-ecc5-4aa8-a468-2f15d1e0e325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11529 | 2025.01.31 23:41:19.153025 [ 259 ] {eb7bff5e-ecc5-4aa8-a468-2f15d1e0e325} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11530 | 2025.01.31 23:41:19.153262 [ 259 ] {eb7bff5e-ecc5-4aa8-a468-2f15d1e0e325} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11531 | 2025.01.31 23:41:19.153436 [ 27 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11532 | 2025.01.31 23:41:19.153495 [ 259 ] {eb7bff5e-ecc5-4aa8-a468-2f15d1e0e325} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001692 sec., 248817.9669030733 rows/sec., 17.78 MiB/sec. | ||
| 11533 | 2025.01.31 23:41:19.153502 [ 27 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11534 | 2025.01.31 23:41:19.153580 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11535 | 2025.01.31 23:41:19.153619 [ 259 ] {eb7bff5e-ecc5-4aa8-a468-2f15d1e0e325} <Debug> TCPHandler: Processed in 0.001962091 sec. | ||
| 11536 | 2025.01.31 23:41:19.153857 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11537 | 2025.01.31 23:41:19.153901 [ 200 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11538 | 2025.01.31 23:41:19.154109 [ 262 ] {fc7235cc-ff09-4be4-9257-05294bca793b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11539 | 2025.01.31 23:41:19.154223 [ 200 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11540 | 2025.01.31 23:41:19.154237 [ 262 ] {fc7235cc-ff09-4be4-9257-05294bca793b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11541 | 2025.01.31 23:41:19.154290 [ 200 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11542 | 2025.01.31 23:41:19.154656 [ 200 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11543 | 2025.01.31 23:41:19.155006 [ 200 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11544 | 2025.01.31 23:41:19.155519 [ 200 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11545 | 2025.01.31 23:41:19.155750 [ 200 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11546 | 2025.01.31 23:41:19.156017 [ 200 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 11547 | 2025.01.31 23:41:19.156879 [ 262 ] {fc7235cc-ff09-4be4-9257-05294bca793b} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11548 | 2025.01.31 23:41:19.156966 [ 262 ] {fc7235cc-ff09-4be4-9257-05294bca793b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11549 | 2025.01.31 23:41:19.157857 [ 262 ] {fc7235cc-ff09-4be4-9257-05294bca793b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11550 | 2025.01.31 23:41:19.158412 [ 262 ] {fc7235cc-ff09-4be4-9257-05294bca793b} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11551 | 2025.01.31 23:41:19.158797 [ 262 ] {fc7235cc-ff09-4be4-9257-05294bca793b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00475 sec., 1263.157894736842 rows/sec., 66.00 KiB/sec. | ||
| 11552 | 2025.01.31 23:41:19.158883 [ 262 ] {fc7235cc-ff09-4be4-9257-05294bca793b} <Debug> TCPHandler: Processed in 0.005156582 sec. | ||
| 11553 | 2025.01.31 23:41:19.159115 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11554 | 2025.01.31 23:41:19.159270 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.005554225 sec., 435524.30807178316 rows/sec., 33.41 MiB/sec. | ||
| 11555 | 2025.01.31 23:41:19.159360 [ 259 ] {1c759a57-523f-4054-9d05-5202d6f3e3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11556 | 2025.01.31 23:41:19.159452 [ 259 ] {1c759a57-523f-4054-9d05-5202d6f3e3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11557 | 2025.01.31 23:41:19.159587 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11558 | 2025.01.31 23:41:19.160278 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_101_20} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11559 | 2025.01.31 23:41:19.160496 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_101_20} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11560 | 2025.01.31 23:41:19.160670 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 11561 | 2025.01.31 23:41:19.160800 [ 259 ] {1c759a57-523f-4054-9d05-5202d6f3e3f7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11562 | 2025.01.31 23:41:19.160843 [ 259 ] {1c759a57-523f-4054-9d05-5202d6f3e3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11563 | 2025.01.31 23:41:19.161244 [ 259 ] {1c759a57-523f-4054-9d05-5202d6f3e3f7} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11564 | 2025.01.31 23:41:19.161484 [ 259 ] {1c759a57-523f-4054-9d05-5202d6f3e3f7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11565 | 2025.01.31 23:41:19.161648 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11566 | 2025.01.31 23:41:19.161694 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11567 | 2025.01.31 23:41:19.161729 [ 259 ] {1c759a57-523f-4054-9d05-5202d6f3e3f7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002419 sec., 97974.3695742042 rows/sec., 6.57 MiB/sec. | ||
| 11568 | 2025.01.31 23:41:19.161732 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11569 | 2025.01.31 23:41:19.161879 [ 259 ] {1c759a57-523f-4054-9d05-5202d6f3e3f7} <Debug> TCPHandler: Processed in 0.002902891 sec. | ||
| 11570 | 2025.01.31 23:41:19.162023 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11571 | 2025.01.31 23:41:19.162094 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11572 | 2025.01.31 23:41:19.162255 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11573 | 2025.01.31 23:41:19.162339 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28823 rows starting from the beginning of the part | ||
| 11574 | 2025.01.31 23:41:19.162341 [ 262 ] {46307763-1ea9-44d4-ac64-3b7d0b986cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11575 | 2025.01.31 23:41:19.162541 [ 262 ] {46307763-1ea9-44d4-ac64-3b7d0b986cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11576 | 2025.01.31 23:41:19.162569 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11577 | 2025.01.31 23:41:19.162979 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11578 | 2025.01.31 23:41:19.163317 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11579 | 2025.01.31 23:41:19.163635 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11580 | 2025.01.31 23:41:19.163987 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 11581 | 2025.01.31 23:41:19.165246 [ 262 ] {46307763-1ea9-44d4-ac64-3b7d0b986cc5} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11582 | 2025.01.31 23:41:19.165314 [ 262 ] {46307763-1ea9-44d4-ac64-3b7d0b986cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11583 | 2025.01.31 23:41:19.165954 [ 262 ] {46307763-1ea9-44d4-ac64-3b7d0b986cc5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11584 | 2025.01.31 23:41:19.166330 [ 262 ] {46307763-1ea9-44d4-ac64-3b7d0b986cc5} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11585 | 2025.01.31 23:41:19.166965 [ 262 ] {46307763-1ea9-44d4-ac64-3b7d0b986cc5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004647 sec., 215.19259737465032 rows/sec., 14.50 KiB/sec. | ||
| 11586 | 2025.01.31 23:41:19.167436 [ 262 ] {46307763-1ea9-44d4-ac64-3b7d0b986cc5} <Debug> TCPHandler: Processed in 0.00542795 sec. | ||
| 11587 | 2025.01.31 23:41:19.167854 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11588 | 2025.01.31 23:41:19.168081 [ 259 ] {db351589-c631-40cf-934e-6ed23a49aadd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11589 | 2025.01.31 23:41:19.168189 [ 259 ] {db351589-c631-40cf-934e-6ed23a49aadd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11590 | 2025.01.31 23:41:19.169794 [ 259 ] {db351589-c631-40cf-934e-6ed23a49aadd} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11591 | 2025.01.31 23:41:19.169834 [ 259 ] {db351589-c631-40cf-934e-6ed23a49aadd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11592 | 2025.01.31 23:41:19.170652 [ 259 ] {db351589-c631-40cf-934e-6ed23a49aadd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11593 | 2025.01.31 23:41:19.171066 [ 259 ] {db351589-c631-40cf-934e-6ed23a49aadd} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11594 | 2025.01.31 23:41:19.171527 [ 259 ] {db351589-c631-40cf-934e-6ed23a49aadd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003508 sec., 11117.445838084379 rows/sec., 19.92 MiB/sec. | ||
| 11595 | 2025.01.31 23:41:19.171642 [ 259 ] {db351589-c631-40cf-934e-6ed23a49aadd} <Debug> TCPHandler: Processed in 0.004053607 sec. | ||
| 11596 | 2025.01.31 23:41:19.171808 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11597 | 2025.01.31 23:41:19.171994 [ 262 ] {7acb5423-7ef2-4d70-a008-9faaef6bbfe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11598 | 2025.01.31 23:41:19.172066 [ 262 ] {7acb5423-7ef2-4d70-a008-9faaef6bbfe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11599 | 2025.01.31 23:41:19.172801 [ 262 ] {7acb5423-7ef2-4d70-a008-9faaef6bbfe0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11600 | 2025.01.31 23:41:19.172851 [ 262 ] {7acb5423-7ef2-4d70-a008-9faaef6bbfe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11601 | 2025.01.31 23:41:19.173406 [ 262 ] {7acb5423-7ef2-4d70-a008-9faaef6bbfe0} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11602 | 2025.01.31 23:41:19.173835 [ 262 ] {7acb5423-7ef2-4d70-a008-9faaef6bbfe0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11603 | 2025.01.31 23:41:19.174196 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30471 rows, containing 5 columns (5 merged, 0 gathered) in 0.012287425 sec., 2479852.369393913 rows/sec., 167.43 MiB/sec. | ||
| 11604 | 2025.01.31 23:41:19.174291 [ 24 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11605 | 2025.01.31 23:41:19.174353 [ 24 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11606 | 2025.01.31 23:41:19.174401 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11607 | 2025.01.31 23:41:19.174424 [ 262 ] {7acb5423-7ef2-4d70-a008-9faaef6bbfe0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002459 sec., 33346.888979259864 rows/sec., 2.12 MiB/sec. | ||
| 11608 | 2025.01.31 23:41:19.174711 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11609 | 2025.01.31 23:41:19.174724 [ 262 ] {7acb5423-7ef2-4d70-a008-9faaef6bbfe0} <Debug> TCPHandler: Processed in 0.002971014 sec. | ||
| 11610 | 2025.01.31 23:41:19.174825 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11611 | 2025.01.31 23:41:19.175049 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11612 | 2025.01.31 23:41:19.175082 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11613 | 2025.01.31 23:41:19.175242 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11614 | 2025.01.31 23:41:19.175522 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11615 | 2025.01.31 23:41:19.175599 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11616 | 2025.01.31 23:41:19.175681 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11617 | 2025.01.31 23:41:19.175832 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11618 | 2025.01.31 23:41:19.175848 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11619 | 2025.01.31 23:41:19.176158 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 11620 | 2025.01.31 23:41:19.176202 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 11621 | 2025.01.31 23:41:19.177899 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6154 rows, containing 4 columns (4 merged, 0 gathered) in 0.003385847 sec., 1817565.8852866064 rows/sec., 118.45 MiB/sec. | ||
| 11622 | 2025.01.31 23:41:19.178442 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11623 | 2025.01.31 23:41:19.178875 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_101_20} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11624 | 2025.01.31 23:41:19.178998 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_101_20} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11625 | 2025.01.31 23:41:19.179111 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 11626 | 2025.01.31 23:41:20.412165 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11627 | 2025.01.31 23:41:20.434566 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11628 | 2025.01.31 23:41:20.434624 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11629 | 2025.01.31 23:41:20.441980 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11630 | 2025.01.31 23:41:20.442753 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11631 | 2025.01.31 23:41:20.445495 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11632 | 2025.01.31 23:41:24.126732 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11633 | 2025.01.31 23:41:24.126955 [ 262 ] {b98bc159-4111-4ab4-b1f8-c3695c930859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11634 | 2025.01.31 23:41:24.127032 [ 262 ] {b98bc159-4111-4ab4-b1f8-c3695c930859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11635 | 2025.01.31 23:41:24.127817 [ 262 ] {b98bc159-4111-4ab4-b1f8-c3695c930859} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11636 | 2025.01.31 23:41:24.127856 [ 262 ] {b98bc159-4111-4ab4-b1f8-c3695c930859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11637 | 2025.01.31 23:41:24.128282 [ 262 ] {b98bc159-4111-4ab4-b1f8-c3695c930859} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11638 | 2025.01.31 23:41:24.128532 [ 262 ] {b98bc159-4111-4ab4-b1f8-c3695c930859} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11639 | 2025.01.31 23:41:24.128743 [ 262 ] {b98bc159-4111-4ab4-b1f8-c3695c930859} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00184 sec., 30434.782608695652 rows/sec., 2.32 MiB/sec. | ||
| 11640 | 2025.01.31 23:41:24.128826 [ 262 ] {b98bc159-4111-4ab4-b1f8-c3695c930859} <Debug> TCPHandler: Processed in 0.00222992 sec. | ||
| 11641 | 2025.01.31 23:41:24.129127 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11642 | 2025.01.31 23:41:24.129342 [ 259 ] {20aa4e9d-ca15-4398-95c3-c7f0a0e26b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11643 | 2025.01.31 23:41:24.129423 [ 259 ] {20aa4e9d-ca15-4398-95c3-c7f0a0e26b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11644 | 2025.01.31 23:41:24.130288 [ 259 ] {20aa4e9d-ca15-4398-95c3-c7f0a0e26b77} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11645 | 2025.01.31 23:41:24.130336 [ 259 ] {20aa4e9d-ca15-4398-95c3-c7f0a0e26b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11646 | 2025.01.31 23:41:24.130785 [ 259 ] {20aa4e9d-ca15-4398-95c3-c7f0a0e26b77} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11647 | 2025.01.31 23:41:24.131057 [ 259 ] {20aa4e9d-ca15-4398-95c3-c7f0a0e26b77} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11648 | 2025.01.31 23:41:24.131291 [ 259 ] {20aa4e9d-ca15-4398-95c3-c7f0a0e26b77} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002008 sec., 31872.509960159365 rows/sec., 2.49 MiB/sec. | ||
| 11649 | 2025.01.31 23:41:24.131356 [ 259 ] {20aa4e9d-ca15-4398-95c3-c7f0a0e26b77} <Debug> TCPHandler: Processed in 0.002393605 sec. | ||
| 11650 | 2025.01.31 23:41:24.131512 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11651 | 2025.01.31 23:41:24.131652 [ 262 ] {c53a25a4-a43a-485c-893f-3bd65ef475e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11652 | 2025.01.31 23:41:24.131715 [ 262 ] {c53a25a4-a43a-485c-893f-3bd65ef475e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11653 | 2025.01.31 23:41:24.132363 [ 262 ] {c53a25a4-a43a-485c-893f-3bd65ef475e3} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11654 | 2025.01.31 23:41:24.132400 [ 262 ] {c53a25a4-a43a-485c-893f-3bd65ef475e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11655 | 2025.01.31 23:41:24.132809 [ 262 ] {c53a25a4-a43a-485c-893f-3bd65ef475e3} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11656 | 2025.01.31 23:41:24.133059 [ 262 ] {c53a25a4-a43a-485c-893f-3bd65ef475e3} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11657 | 2025.01.31 23:41:24.133248 [ 262 ] {c53a25a4-a43a-485c-893f-3bd65ef475e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. | ||
| 11658 | 2025.01.31 23:41:24.133307 [ 262 ] {c53a25a4-a43a-485c-893f-3bd65ef475e3} <Debug> TCPHandler: Processed in 0.001860118 sec. | ||
| 11659 | 2025.01.31 23:41:24.133538 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11660 | 2025.01.31 23:41:24.133779 [ 259 ] {8590d458-159e-4820-ac8c-00456923b2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11661 | 2025.01.31 23:41:24.133845 [ 259 ] {8590d458-159e-4820-ac8c-00456923b2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11662 | 2025.01.31 23:41:24.134423 [ 259 ] {8590d458-159e-4820-ac8c-00456923b2d5} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11663 | 2025.01.31 23:41:24.134464 [ 259 ] {8590d458-159e-4820-ac8c-00456923b2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11664 | 2025.01.31 23:41:24.134871 [ 259 ] {8590d458-159e-4820-ac8c-00456923b2d5} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11665 | 2025.01.31 23:41:24.135122 [ 259 ] {8590d458-159e-4820-ac8c-00456923b2d5} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11666 | 2025.01.31 23:41:24.135340 [ 259 ] {8590d458-159e-4820-ac8c-00456923b2d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec. | ||
| 11667 | 2025.01.31 23:41:24.135395 [ 259 ] {8590d458-159e-4820-ac8c-00456923b2d5} <Debug> TCPHandler: Processed in 0.001990343 sec. | ||
| 11668 | 2025.01.31 23:41:25.923926 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 11669 | 2025.01.31 23:41:25.924578 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11670 | 2025.01.31 23:41:25.924633 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11671 | 2025.01.31 23:41:25.925178 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11672 | 2025.01.31 23:41:25.925443 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11673 | 2025.01.31 23:41:25.925702 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 11674 | 2025.01.31 23:41:25.925734 [ 124 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11675 | 2025.01.31 23:41:25.925837 [ 124 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11676 | 2025.01.31 23:41:25.925878 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11677 | 2025.01.31 23:41:25.926068 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 11678 | 2025.01.31 23:41:25.926282 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11679 | 2025.01.31 23:41:25.926329 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 11680 | 2025.01.31 23:41:25.926416 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
| 11681 | 2025.01.31 23:41:25.926645 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
| 11682 | 2025.01.31 23:41:25.926794 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
| 11683 | 2025.01.31 23:41:25.926980 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 11684 | 2025.01.31 23:41:25.927113 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 11685 | 2025.01.31 23:41:25.929828 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.003853731 sec., 7249597.857245355 rows/sec., 103.71 MiB/sec. | ||
| 11686 | 2025.01.31 23:41:25.930044 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11687 | 2025.01.31 23:41:25.930343 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_61_12} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11688 | 2025.01.31 23:41:25.930431 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_61_12} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11689 | 2025.01.31 23:41:25.930521 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 11690 | 2025.01.31 23:41:27.946463 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 11691 | 2025.01.31 23:41:27.968526 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11692 | 2025.01.31 23:41:27.968587 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11693 | 2025.01.31 23:41:27.976040 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11694 | 2025.01.31 23:41:27.976826 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11695 | 2025.01.31 23:41:27.977269 [ 123 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11696 | 2025.01.31 23:41:27.977448 [ 123 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11697 | 2025.01.31 23:41:27.977532 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11698 | 2025.01.31 23:41:27.977838 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 11699 | 2025.01.31 23:41:27.985666 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 11700 | 2025.01.31 23:41:27.987074 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11701 | 2025.01.31 23:41:27.987987 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 11702 | 2025.01.31 23:41:27.992435 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 11703 | 2025.01.31 23:41:27.997167 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 11704 | 2025.01.31 23:41:28.003015 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 11705 | 2025.01.31 23:41:28.008408 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 11706 | 2025.01.31 23:41:28.013041 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 11707 | 2025.01.31 23:41:28.072315 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.094653814 sec., 4859.814734987858 rows/sec., 25.13 MiB/sec. | ||
| 11708 | 2025.01.31 23:41:28.075583 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11709 | 2025.01.31 23:41:28.078573 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_61_12} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11710 | 2025.01.31 23:41:28.078710 [ 194 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_61_12} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11711 | 2025.01.31 23:41:28.081414 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11712 | 2025.01.31 23:41:28.561078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1630 | ||
| 11713 | 2025.01.31 23:41:28.564320 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11714 | 2025.01.31 23:41:28.564386 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11715 | 2025.01.31 23:41:28.565935 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11716 | 2025.01.31 23:41:28.566264 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11717 | 2025.01.31 23:41:28.567892 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1630 | ||
| 11718 | 2025.01.31 23:41:29.000229 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.85 MiB, peak 259.27 MiB, free memory in arenas 0.00 B, will set to 247.45 MiB (RSS), difference: 1.60 MiB | ||
| 11719 | 2025.01.31 23:41:29.134223 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11720 | 2025.01.31 23:41:29.134527 [ 262 ] {f33801a6-64e3-4586-ab37-0d717a1c950d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11721 | 2025.01.31 23:41:29.134638 [ 262 ] {f33801a6-64e3-4586-ab37-0d717a1c950d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11722 | 2025.01.31 23:41:29.135689 [ 262 ] {f33801a6-64e3-4586-ab37-0d717a1c950d} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11723 | 2025.01.31 23:41:29.135730 [ 262 ] {f33801a6-64e3-4586-ab37-0d717a1c950d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11724 | 2025.01.31 23:41:29.136166 [ 262 ] {f33801a6-64e3-4586-ab37-0d717a1c950d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11725 | 2025.01.31 23:41:29.136427 [ 262 ] {f33801a6-64e3-4586-ab37-0d717a1c950d} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11726 | 2025.01.31 23:41:29.136624 [ 262 ] {f33801a6-64e3-4586-ab37-0d717a1c950d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002183 sec., 6413.19285387082 rows/sec., 461.66 KiB/sec. | ||
| 11727 | 2025.01.31 23:41:29.136680 [ 262 ] {f33801a6-64e3-4586-ab37-0d717a1c950d} <Debug> TCPHandler: Processed in 0.002649313 sec. | ||
| 11728 | 2025.01.31 23:41:29.137006 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11729 | 2025.01.31 23:41:29.137305 [ 259 ] {67b18600-c803-44c2-b8e7-a5d1c6089dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11730 | 2025.01.31 23:41:29.137403 [ 259 ] {67b18600-c803-44c2-b8e7-a5d1c6089dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11731 | 2025.01.31 23:41:29.138315 [ 259 ] {67b18600-c803-44c2-b8e7-a5d1c6089dd2} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11732 | 2025.01.31 23:41:29.138364 [ 259 ] {67b18600-c803-44c2-b8e7-a5d1c6089dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11733 | 2025.01.31 23:41:29.138833 [ 259 ] {67b18600-c803-44c2-b8e7-a5d1c6089dd2} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11734 | 2025.01.31 23:41:29.139091 [ 259 ] {67b18600-c803-44c2-b8e7-a5d1c6089dd2} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11735 | 2025.01.31 23:41:29.139346 [ 259 ] {67b18600-c803-44c2-b8e7-a5d1c6089dd2} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002124 sec., 132297.5517890772 rows/sec., 11.67 MiB/sec. | ||
| 11736 | 2025.01.31 23:41:29.139439 [ 259 ] {67b18600-c803-44c2-b8e7-a5d1c6089dd2} <Debug> TCPHandler: Processed in 0.002621783 sec. | ||
| 11737 | 2025.01.31 23:41:29.139651 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11738 | 2025.01.31 23:41:29.139870 [ 262 ] {d7621a9d-32a3-4ebe-8179-903c1a8d5eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11739 | 2025.01.31 23:41:29.139928 [ 262 ] {d7621a9d-32a3-4ebe-8179-903c1a8d5eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11740 | 2025.01.31 23:41:29.140583 [ 262 ] {d7621a9d-32a3-4ebe-8179-903c1a8d5eae} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11741 | 2025.01.31 23:41:29.140621 [ 262 ] {d7621a9d-32a3-4ebe-8179-903c1a8d5eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11742 | 2025.01.31 23:41:29.140984 [ 262 ] {d7621a9d-32a3-4ebe-8179-903c1a8d5eae} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11743 | 2025.01.31 23:41:29.141223 [ 262 ] {d7621a9d-32a3-4ebe-8179-903c1a8d5eae} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11744 | 2025.01.31 23:41:29.141405 [ 262 ] {d7621a9d-32a3-4ebe-8179-903c1a8d5eae} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001571 sec., 29280.712921705923 rows/sec., 2.11 MiB/sec. | ||
| 11745 | 2025.01.31 23:41:29.141460 [ 262 ] {d7621a9d-32a3-4ebe-8179-903c1a8d5eae} <Debug> TCPHandler: Processed in 0.00193096 sec. | ||
| 11746 | 2025.01.31 23:41:29.141620 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11747 | 2025.01.31 23:41:29.141758 [ 259 ] {503dfe68-1bf0-468a-b3d4-dc3aa7c24bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11748 | 2025.01.31 23:41:29.141815 [ 259 ] {503dfe68-1bf0-468a-b3d4-dc3aa7c24bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11749 | 2025.01.31 23:41:29.142481 [ 259 ] {503dfe68-1bf0-468a-b3d4-dc3aa7c24bab} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11750 | 2025.01.31 23:41:29.142521 [ 259 ] {503dfe68-1bf0-468a-b3d4-dc3aa7c24bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11751 | 2025.01.31 23:41:29.142882 [ 259 ] {503dfe68-1bf0-468a-b3d4-dc3aa7c24bab} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11752 | 2025.01.31 23:41:29.143125 [ 259 ] {503dfe68-1bf0-468a-b3d4-dc3aa7c24bab} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11753 | 2025.01.31 23:41:29.143345 [ 259 ] {503dfe68-1bf0-468a-b3d4-dc3aa7c24bab} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001617 sec., 8658.008658008659 rows/sec., 606.35 KiB/sec. | ||
| 11754 | 2025.01.31 23:41:29.143397 [ 259 ] {503dfe68-1bf0-468a-b3d4-dc3aa7c24bab} <Debug> TCPHandler: Processed in 0.001847878 sec. | ||
| 11755 | 2025.01.31 23:41:29.143576 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11756 | 2025.01.31 23:41:29.143714 [ 262 ] {88814a4e-1809-4f67-9e24-0ae85b89ee46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11757 | 2025.01.31 23:41:29.143770 [ 262 ] {88814a4e-1809-4f67-9e24-0ae85b89ee46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11758 | 2025.01.31 23:41:29.144419 [ 262 ] {88814a4e-1809-4f67-9e24-0ae85b89ee46} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11759 | 2025.01.31 23:41:29.144457 [ 262 ] {88814a4e-1809-4f67-9e24-0ae85b89ee46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11760 | 2025.01.31 23:41:29.144820 [ 262 ] {88814a4e-1809-4f67-9e24-0ae85b89ee46} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11761 | 2025.01.31 23:41:29.145053 [ 262 ] {88814a4e-1809-4f67-9e24-0ae85b89ee46} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11762 | 2025.01.31 23:41:29.145265 [ 262 ] {88814a4e-1809-4f67-9e24-0ae85b89ee46} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001573 sec., 8264.462809917355 rows/sec., 515.29 KiB/sec. | ||
| 11763 | 2025.01.31 23:41:29.145377 [ 262 ] {88814a4e-1809-4f67-9e24-0ae85b89ee46} <Debug> TCPHandler: Processed in 0.001868179 sec. | ||
| 11764 | 2025.01.31 23:41:29.145579 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11765 | 2025.01.31 23:41:29.145824 [ 259 ] {dad398d7-4505-4af0-b078-263b7a7c40b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11766 | 2025.01.31 23:41:29.145877 [ 259 ] {dad398d7-4505-4af0-b078-263b7a7c40b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11767 | 2025.01.31 23:41:29.146642 [ 259 ] {dad398d7-4505-4af0-b078-263b7a7c40b8} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11768 | 2025.01.31 23:41:29.146684 [ 259 ] {dad398d7-4505-4af0-b078-263b7a7c40b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11769 | 2025.01.31 23:41:29.147086 [ 259 ] {dad398d7-4505-4af0-b078-263b7a7c40b8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11770 | 2025.01.31 23:41:29.147332 [ 259 ] {dad398d7-4505-4af0-b078-263b7a7c40b8} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11771 | 2025.01.31 23:41:29.147558 [ 259 ] {dad398d7-4505-4af0-b078-263b7a7c40b8} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001806 sec., 233111.84939091915 rows/sec., 16.66 MiB/sec. | ||
| 11772 | 2025.01.31 23:41:29.147613 [ 259 ] {dad398d7-4505-4af0-b078-263b7a7c40b8} <Debug> TCPHandler: Processed in 0.002158228 sec. | ||
| 11773 | 2025.01.31 23:41:29.147775 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11774 | 2025.01.31 23:41:29.147913 [ 262 ] {2e6ee5ae-0cba-4f82-b1aa-63709e44dcfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11775 | 2025.01.31 23:41:29.147971 [ 262 ] {2e6ee5ae-0cba-4f82-b1aa-63709e44dcfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11776 | 2025.01.31 23:41:29.148495 [ 262 ] {2e6ee5ae-0cba-4f82-b1aa-63709e44dcfa} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11777 | 2025.01.31 23:41:29.148534 [ 262 ] {2e6ee5ae-0cba-4f82-b1aa-63709e44dcfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11778 | 2025.01.31 23:41:29.148900 [ 262 ] {2e6ee5ae-0cba-4f82-b1aa-63709e44dcfa} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11779 | 2025.01.31 23:41:29.149134 [ 262 ] {2e6ee5ae-0cba-4f82-b1aa-63709e44dcfa} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11780 | 2025.01.31 23:41:29.149346 [ 262 ] {2e6ee5ae-0cba-4f82-b1aa-63709e44dcfa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec. | ||
| 11781 | 2025.01.31 23:41:29.149396 [ 262 ] {2e6ee5ae-0cba-4f82-b1aa-63709e44dcfa} <Debug> TCPHandler: Processed in 0.001687463 sec. | ||
| 11782 | 2025.01.31 23:41:29.149607 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11783 | 2025.01.31 23:41:29.149831 [ 259 ] {9d507dcb-d7cb-4211-a89d-ae9922d457a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11784 | 2025.01.31 23:41:29.149926 [ 259 ] {9d507dcb-d7cb-4211-a89d-ae9922d457a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11785 | 2025.01.31 23:41:29.150687 [ 259 ] {9d507dcb-d7cb-4211-a89d-ae9922d457a8} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11786 | 2025.01.31 23:41:29.150726 [ 259 ] {9d507dcb-d7cb-4211-a89d-ae9922d457a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11787 | 2025.01.31 23:41:29.151130 [ 259 ] {9d507dcb-d7cb-4211-a89d-ae9922d457a8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11788 | 2025.01.31 23:41:29.151372 [ 259 ] {9d507dcb-d7cb-4211-a89d-ae9922d457a8} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11789 | 2025.01.31 23:41:29.151593 [ 259 ] {9d507dcb-d7cb-4211-a89d-ae9922d457a8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001818 sec., 130363.03630363036 rows/sec., 8.74 MiB/sec. | ||
| 11790 | 2025.01.31 23:41:29.151648 [ 259 ] {9d507dcb-d7cb-4211-a89d-ae9922d457a8} <Debug> TCPHandler: Processed in 0.002151698 sec. | ||
| 11791 | 2025.01.31 23:41:29.151802 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11792 | 2025.01.31 23:41:29.151940 [ 262 ] {78b28795-6323-4b45-80b2-9cfb7ddc23e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11793 | 2025.01.31 23:41:29.151999 [ 262 ] {78b28795-6323-4b45-80b2-9cfb7ddc23e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11794 | 2025.01.31 23:41:29.152508 [ 262 ] {78b28795-6323-4b45-80b2-9cfb7ddc23e9} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11795 | 2025.01.31 23:41:29.152546 [ 262 ] {78b28795-6323-4b45-80b2-9cfb7ddc23e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11796 | 2025.01.31 23:41:29.152906 [ 262 ] {78b28795-6323-4b45-80b2-9cfb7ddc23e9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11797 | 2025.01.31 23:41:29.153155 [ 262 ] {78b28795-6323-4b45-80b2-9cfb7ddc23e9} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11798 | 2025.01.31 23:41:29.153367 [ 262 ] {78b28795-6323-4b45-80b2-9cfb7ddc23e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001458 sec., 685.8710562414266 rows/sec., 46.22 KiB/sec. | ||
| 11799 | 2025.01.31 23:41:29.153416 [ 262 ] {78b28795-6323-4b45-80b2-9cfb7ddc23e9} <Debug> TCPHandler: Processed in 0.001684183 sec. | ||
| 11800 | 2025.01.31 23:41:29.153569 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11801 | 2025.01.31 23:41:29.153707 [ 259 ] {b8e210a4-9e25-4771-936a-d953d3efe772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11802 | 2025.01.31 23:41:29.153799 [ 259 ] {b8e210a4-9e25-4771-936a-d953d3efe772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11803 | 2025.01.31 23:41:29.155042 [ 259 ] {b8e210a4-9e25-4771-936a-d953d3efe772} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11804 | 2025.01.31 23:41:29.155083 [ 259 ] {b8e210a4-9e25-4771-936a-d953d3efe772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11805 | 2025.01.31 23:41:29.155754 [ 259 ] {b8e210a4-9e25-4771-936a-d953d3efe772} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11806 | 2025.01.31 23:41:29.156014 [ 259 ] {b8e210a4-9e25-4771-936a-d953d3efe772} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11807 | 2025.01.31 23:41:29.156329 [ 259 ] {b8e210a4-9e25-4771-936a-d953d3efe772} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002651 sec., 14711.429649188984 rows/sec., 26.36 MiB/sec. | ||
| 11808 | 2025.01.31 23:41:29.156779 [ 259 ] {b8e210a4-9e25-4771-936a-d953d3efe772} <Debug> TCPHandler: Processed in 0.003270903 sec. | ||
| 11809 | 2025.01.31 23:41:29.157121 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11810 | 2025.01.31 23:41:29.157378 [ 262 ] {e8b570ee-90c3-4e54-b6e3-4eb06394c15c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11811 | 2025.01.31 23:41:29.157427 [ 262 ] {e8b570ee-90c3-4e54-b6e3-4eb06394c15c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11812 | 2025.01.31 23:41:29.157914 [ 262 ] {e8b570ee-90c3-4e54-b6e3-4eb06394c15c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11813 | 2025.01.31 23:41:29.157953 [ 262 ] {e8b570ee-90c3-4e54-b6e3-4eb06394c15c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11814 | 2025.01.31 23:41:29.158325 [ 262 ] {e8b570ee-90c3-4e54-b6e3-4eb06394c15c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11815 | 2025.01.31 23:41:29.158575 [ 262 ] {e8b570ee-90c3-4e54-b6e3-4eb06394c15c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11816 | 2025.01.31 23:41:29.158786 [ 262 ] {e8b570ee-90c3-4e54-b6e3-4eb06394c15c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 11817 | 2025.01.31 23:41:29.158834 [ 262 ] {e8b570ee-90c3-4e54-b6e3-4eb06394c15c} <Debug> TCPHandler: Processed in 0.001941361 sec. | ||
| 11818 | 2025.01.31 23:41:33.204592 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11819 | 2025.01.31 23:41:33.204664 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11820 | 2025.01.31 23:41:33.426734 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 11821 | 2025.01.31 23:41:33.427400 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11822 | 2025.01.31 23:41:33.427450 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11823 | 2025.01.31 23:41:33.427977 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11824 | 2025.01.31 23:41:33.428235 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11825 | 2025.01.31 23:41:33.428471 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 11826 | 2025.01.31 23:41:34.127037 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11827 | 2025.01.31 23:41:34.127245 [ 262 ] {836f3a36-67b9-45d6-a148-40ffabd88cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11828 | 2025.01.31 23:41:34.127324 [ 262 ] {836f3a36-67b9-45d6-a148-40ffabd88cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11829 | 2025.01.31 23:41:34.128096 [ 262 ] {836f3a36-67b9-45d6-a148-40ffabd88cf7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11830 | 2025.01.31 23:41:34.128148 [ 262 ] {836f3a36-67b9-45d6-a148-40ffabd88cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11831 | 2025.01.31 23:41:34.128576 [ 262 ] {836f3a36-67b9-45d6-a148-40ffabd88cf7} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11832 | 2025.01.31 23:41:34.128821 [ 262 ] {836f3a36-67b9-45d6-a148-40ffabd88cf7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11833 | 2025.01.31 23:41:34.129008 [ 262 ] {836f3a36-67b9-45d6-a148-40ffabd88cf7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001822 sec., 30735.455543358945 rows/sec., 2.35 MiB/sec. | ||
| 11834 | 2025.01.31 23:41:34.129063 [ 262 ] {836f3a36-67b9-45d6-a148-40ffabd88cf7} <Debug> TCPHandler: Processed in 0.002168408 sec. | ||
| 11835 | 2025.01.31 23:41:34.129386 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11836 | 2025.01.31 23:41:34.129634 [ 259 ] {152f5557-c9c1-4744-b4e0-59e0f57dc17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11837 | 2025.01.31 23:41:34.129715 [ 259 ] {152f5557-c9c1-4744-b4e0-59e0f57dc17a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11838 | 2025.01.31 23:41:34.130575 [ 259 ] {152f5557-c9c1-4744-b4e0-59e0f57dc17a} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11839 | 2025.01.31 23:41:34.130620 [ 259 ] {152f5557-c9c1-4744-b4e0-59e0f57dc17a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11840 | 2025.01.31 23:41:34.131077 [ 259 ] {152f5557-c9c1-4744-b4e0-59e0f57dc17a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11841 | 2025.01.31 23:41:34.131345 [ 259 ] {152f5557-c9c1-4744-b4e0-59e0f57dc17a} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11842 | 2025.01.31 23:41:34.131585 [ 259 ] {152f5557-c9c1-4744-b4e0-59e0f57dc17a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00201 sec., 31840.796019900496 rows/sec., 2.49 MiB/sec. | ||
| 11843 | 2025.01.31 23:41:34.131652 [ 259 ] {152f5557-c9c1-4744-b4e0-59e0f57dc17a} <Debug> TCPHandler: Processed in 0.002449057 sec. | ||
| 11844 | 2025.01.31 23:41:34.131808 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11845 | 2025.01.31 23:41:34.131948 [ 262 ] {b50c5af4-976c-42cb-afbb-57198979a61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11846 | 2025.01.31 23:41:34.132010 [ 262 ] {b50c5af4-976c-42cb-afbb-57198979a61e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11847 | 2025.01.31 23:41:34.132635 [ 262 ] {b50c5af4-976c-42cb-afbb-57198979a61e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11848 | 2025.01.31 23:41:34.132673 [ 262 ] {b50c5af4-976c-42cb-afbb-57198979a61e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11849 | 2025.01.31 23:41:34.133064 [ 262 ] {b50c5af4-976c-42cb-afbb-57198979a61e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11850 | 2025.01.31 23:41:34.133295 [ 262 ] {b50c5af4-976c-42cb-afbb-57198979a61e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11851 | 2025.01.31 23:41:34.133469 [ 262 ] {b50c5af4-976c-42cb-afbb-57198979a61e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
| 11852 | 2025.01.31 23:41:34.133524 [ 262 ] {b50c5af4-976c-42cb-afbb-57198979a61e} <Debug> TCPHandler: Processed in 0.001785486 sec. | ||
| 11853 | 2025.01.31 23:41:34.133690 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11854 | 2025.01.31 23:41:34.133835 [ 259 ] {cbc21f36-c6cc-4aae-9797-4235fdbfa4d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11855 | 2025.01.31 23:41:34.133900 [ 259 ] {cbc21f36-c6cc-4aae-9797-4235fdbfa4d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11856 | 2025.01.31 23:41:34.134508 [ 259 ] {cbc21f36-c6cc-4aae-9797-4235fdbfa4d3} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11857 | 2025.01.31 23:41:34.134549 [ 259 ] {cbc21f36-c6cc-4aae-9797-4235fdbfa4d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11858 | 2025.01.31 23:41:34.134941 [ 259 ] {cbc21f36-c6cc-4aae-9797-4235fdbfa4d3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11859 | 2025.01.31 23:41:34.135182 [ 259 ] {cbc21f36-c6cc-4aae-9797-4235fdbfa4d3} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11860 | 2025.01.31 23:41:34.135403 [ 259 ] {cbc21f36-c6cc-4aae-9797-4235fdbfa4d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001603 sec., 37429.81908920773 rows/sec., 2.52 MiB/sec. | ||
| 11861 | 2025.01.31 23:41:34.135459 [ 259 ] {cbc21f36-c6cc-4aae-9797-4235fdbfa4d3} <Debug> TCPHandler: Processed in 0.001840777 sec. | ||
| 11862 | 2025.01.31 23:41:34.974292 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11863 | 2025.01.31 23:41:34.974477 [ 262 ] {61871836-8ac3-40ba-9ec3-b3476d430f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11864 | 2025.01.31 23:41:34.974549 [ 262 ] {61871836-8ac3-40ba-9ec3-b3476d430f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11865 | 2025.01.31 23:41:34.975284 [ 262 ] {61871836-8ac3-40ba-9ec3-b3476d430f0b} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11866 | 2025.01.31 23:41:34.975334 [ 262 ] {61871836-8ac3-40ba-9ec3-b3476d430f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11867 | 2025.01.31 23:41:34.975744 [ 262 ] {61871836-8ac3-40ba-9ec3-b3476d430f0b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11868 | 2025.01.31 23:41:34.976009 [ 262 ] {61871836-8ac3-40ba-9ec3-b3476d430f0b} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11869 | 2025.01.31 23:41:34.976170 [ 117 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 11870 | 2025.01.31 23:41:34.976213 [ 262 ] {61871836-8ac3-40ba-9ec3-b3476d430f0b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001785 sec., 7843.137254901962 rows/sec., 564.60 KiB/sec. | ||
| 11871 | 2025.01.31 23:41:34.976214 [ 117 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11872 | 2025.01.31 23:41:34.976262 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11873 | 2025.01.31 23:41:34.976289 [ 262 ] {61871836-8ac3-40ba-9ec3-b3476d430f0b} <Debug> TCPHandler: Processed in 0.002134738 sec. | ||
| 11874 | 2025.01.31 23:41:34.976460 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 11875 | 2025.01.31 23:41:34.976599 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11876 | 2025.01.31 23:41:34.976656 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11877 | 2025.01.31 23:41:34.976709 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 11878 | 2025.01.31 23:41:34.976798 [ 259 ] {72961d30-74b2-451e-9e6b-d9e6a5a0bfe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11879 | 2025.01.31 23:41:34.976895 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 11880 | 2025.01.31 23:41:34.976934 [ 259 ] {72961d30-74b2-451e-9e6b-d9e6a5a0bfe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11881 | 2025.01.31 23:41:34.977317 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 11882 | 2025.01.31 23:41:34.977615 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 11883 | 2025.01.31 23:41:34.978101 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 11884 | 2025.01.31 23:41:34.980569 [ 259 ] {72961d30-74b2-451e-9e6b-d9e6a5a0bfe0} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11885 | 2025.01.31 23:41:34.980651 [ 259 ] {72961d30-74b2-451e-9e6b-d9e6a5a0bfe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11886 | 2025.01.31 23:41:34.981030 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004663786 sec., 15009.265004869436 rows/sec., 1.11 MiB/sec. | ||
| 11887 | 2025.01.31 23:41:34.981191 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 11888 | 2025.01.31 23:41:34.981192 [ 259 ] {72961d30-74b2-451e-9e6b-d9e6a5a0bfe0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 11889 | 2025.01.31 23:41:34.981559 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_45_11} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11890 | 2025.01.31 23:41:34.981574 [ 259 ] {72961d30-74b2-451e-9e6b-d9e6a5a0bfe0} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11891 | 2025.01.31 23:41:34.981704 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_45_11} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 11892 | 2025.01.31 23:41:34.981959 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11893 | 2025.01.31 23:41:34.982074 [ 259 ] {72961d30-74b2-451e-9e6b-d9e6a5a0bfe0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005317 sec., 376.1519653940192 rows/sec., 30.67 KiB/sec. | ||
| 11894 | 2025.01.31 23:41:34.982254 [ 259 ] {72961d30-74b2-451e-9e6b-d9e6a5a0bfe0} <Debug> TCPHandler: Processed in 0.005831514 sec. | ||
| 11895 | 2025.01.31 23:41:34.982414 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11896 | 2025.01.31 23:41:34.982552 [ 262 ] {b310a71f-45d0-41d7-9aad-a6d2d984149e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11897 | 2025.01.31 23:41:34.982608 [ 262 ] {b310a71f-45d0-41d7-9aad-a6d2d984149e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11898 | 2025.01.31 23:41:34.984389 [ 262 ] {b310a71f-45d0-41d7-9aad-a6d2d984149e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11899 | 2025.01.31 23:41:34.984441 [ 262 ] {b310a71f-45d0-41d7-9aad-a6d2d984149e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11900 | 2025.01.31 23:41:34.985102 [ 262 ] {b310a71f-45d0-41d7-9aad-a6d2d984149e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11901 | 2025.01.31 23:41:34.985514 [ 262 ] {b310a71f-45d0-41d7-9aad-a6d2d984149e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11902 | 2025.01.31 23:41:34.985750 [ 262 ] {b310a71f-45d0-41d7-9aad-a6d2d984149e} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.003227 sec., 440656.95692593744 rows/sec., 36.79 MiB/sec. | ||
| 11903 | 2025.01.31 23:41:34.985818 [ 262 ] {b310a71f-45d0-41d7-9aad-a6d2d984149e} <Debug> TCPHandler: Processed in 0.003471049 sec. | ||
| 11904 | 2025.01.31 23:41:34.986040 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11905 | 2025.01.31 23:41:34.986263 [ 259 ] {2c4c1418-0ac9-49ba-bb42-adaf9eb58135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11906 | 2025.01.31 23:41:34.986313 [ 259 ] {2c4c1418-0ac9-49ba-bb42-adaf9eb58135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11907 | 2025.01.31 23:41:34.986932 [ 259 ] {2c4c1418-0ac9-49ba-bb42-adaf9eb58135} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11908 | 2025.01.31 23:41:34.986972 [ 259 ] {2c4c1418-0ac9-49ba-bb42-adaf9eb58135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11909 | 2025.01.31 23:41:34.987342 [ 259 ] {2c4c1418-0ac9-49ba-bb42-adaf9eb58135} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11910 | 2025.01.31 23:41:34.987591 [ 259 ] {2c4c1418-0ac9-49ba-bb42-adaf9eb58135} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11911 | 2025.01.31 23:41:34.987807 [ 259 ] {2c4c1418-0ac9-49ba-bb42-adaf9eb58135} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001605 sec., 29906.542056074766 rows/sec., 2.15 MiB/sec. | ||
| 11912 | 2025.01.31 23:41:34.987860 [ 259 ] {2c4c1418-0ac9-49ba-bb42-adaf9eb58135} <Debug> TCPHandler: Processed in 0.001931311 sec. | ||
| 11913 | 2025.01.31 23:41:34.988019 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11914 | 2025.01.31 23:41:34.988136 [ 262 ] {3f248d34-35a2-4bb8-ac98-4c29e9f4db73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11915 | 2025.01.31 23:41:34.988186 [ 262 ] {3f248d34-35a2-4bb8-ac98-4c29e9f4db73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11916 | 2025.01.31 23:41:34.988870 [ 262 ] {3f248d34-35a2-4bb8-ac98-4c29e9f4db73} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11917 | 2025.01.31 23:41:34.988909 [ 262 ] {3f248d34-35a2-4bb8-ac98-4c29e9f4db73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11918 | 2025.01.31 23:41:34.989306 [ 262 ] {3f248d34-35a2-4bb8-ac98-4c29e9f4db73} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11919 | 2025.01.31 23:41:34.989562 [ 262 ] {3f248d34-35a2-4bb8-ac98-4c29e9f4db73} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11920 | 2025.01.31 23:41:34.989749 [ 262 ] {3f248d34-35a2-4bb8-ac98-4c29e9f4db73} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001637 sec., 147831.39890042762 rows/sec., 10.02 MiB/sec. | ||
| 11921 | 2025.01.31 23:41:34.989878 [ 262 ] {3f248d34-35a2-4bb8-ac98-4c29e9f4db73} <Debug> TCPHandler: Processed in 0.001917761 sec. | ||
| 11922 | 2025.01.31 23:41:34.990079 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11923 | 2025.01.31 23:41:34.990217 [ 259 ] {8bf9b822-1c98-4d9d-98cb-bea36ff99db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11924 | 2025.01.31 23:41:34.990274 [ 259 ] {8bf9b822-1c98-4d9d-98cb-bea36ff99db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11925 | 2025.01.31 23:41:34.990893 [ 259 ] {8bf9b822-1c98-4d9d-98cb-bea36ff99db9} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11926 | 2025.01.31 23:41:34.990932 [ 259 ] {8bf9b822-1c98-4d9d-98cb-bea36ff99db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11927 | 2025.01.31 23:41:34.991291 [ 259 ] {8bf9b822-1c98-4d9d-98cb-bea36ff99db9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11928 | 2025.01.31 23:41:34.991537 [ 259 ] {8bf9b822-1c98-4d9d-98cb-bea36ff99db9} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11929 | 2025.01.31 23:41:34.991698 [ 117 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 11930 | 2025.01.31 23:41:34.991760 [ 117 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11931 | 2025.01.31 23:41:34.991785 [ 259 ] {8bf9b822-1c98-4d9d-98cb-bea36ff99db9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001589 sec., 8181.2460667086225 rows/sec., 510.10 KiB/sec. | ||
| 11932 | 2025.01.31 23:41:34.991801 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11933 | 2025.01.31 23:41:34.991929 [ 259 ] {8bf9b822-1c98-4d9d-98cb-bea36ff99db9} <Debug> TCPHandler: Processed in 0.001955091 sec. | ||
| 11934 | 2025.01.31 23:41:34.991995 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 11935 | 2025.01.31 23:41:34.992113 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11936 | 2025.01.31 23:41:34.992177 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11937 | 2025.01.31 23:41:34.992233 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 11938 | 2025.01.31 23:41:34.992334 [ 262 ] {ee742f94-c023-4db9-8922-296be168d0b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11939 | 2025.01.31 23:41:34.992509 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 11940 | 2025.01.31 23:41:34.992540 [ 262 ] {ee742f94-c023-4db9-8922-296be168d0b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11941 | 2025.01.31 23:41:34.992864 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 11942 | 2025.01.31 23:41:34.993173 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 11943 | 2025.01.31 23:41:34.993483 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 11944 | 2025.01.31 23:41:34.995716 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003775579 sec., 17215.90251455472 rows/sec., 1.11 MiB/sec. | ||
| 11945 | 2025.01.31 23:41:34.995758 [ 262 ] {ee742f94-c023-4db9-8922-296be168d0b6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11946 | 2025.01.31 23:41:34.995823 [ 262 ] {ee742f94-c023-4db9-8922-296be168d0b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11947 | 2025.01.31 23:41:34.995868 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 11948 | 2025.01.31 23:41:34.996451 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_45_11} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11949 | 2025.01.31 23:41:34.996635 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_45_11} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 11950 | 2025.01.31 23:41:34.996749 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11951 | 2025.01.31 23:41:34.996756 [ 262 ] {ee742f94-c023-4db9-8922-296be168d0b6} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11952 | 2025.01.31 23:41:34.997046 [ 262 ] {ee742f94-c023-4db9-8922-296be168d0b6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11953 | 2025.01.31 23:41:34.997294 [ 262 ] {ee742f94-c023-4db9-8922-296be168d0b6} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.005024 sec., 174960.19108280254 rows/sec., 12.68 MiB/sec. | ||
| 11954 | 2025.01.31 23:41:34.997377 [ 262 ] {ee742f94-c023-4db9-8922-296be168d0b6} <Debug> TCPHandler: Processed in 0.005350548 sec. | ||
| 11955 | 2025.01.31 23:41:34.997589 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11956 | 2025.01.31 23:41:34.997821 [ 259 ] {eee3c72a-ffe9-4e01-bd8f-86c20734aaa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11957 | 2025.01.31 23:41:34.997882 [ 259 ] {eee3c72a-ffe9-4e01-bd8f-86c20734aaa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11958 | 2025.01.31 23:41:34.998459 [ 259 ] {eee3c72a-ffe9-4e01-bd8f-86c20734aaa6} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11959 | 2025.01.31 23:41:34.998505 [ 259 ] {eee3c72a-ffe9-4e01-bd8f-86c20734aaa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11960 | 2025.01.31 23:41:34.998865 [ 259 ] {eee3c72a-ffe9-4e01-bd8f-86c20734aaa6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11961 | 2025.01.31 23:41:34.999118 [ 259 ] {eee3c72a-ffe9-4e01-bd8f-86c20734aaa6} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11962 | 2025.01.31 23:41:34.999296 [ 259 ] {eee3c72a-ffe9-4e01-bd8f-86c20734aaa6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec. | ||
| 11963 | 2025.01.31 23:41:34.999345 [ 259 ] {eee3c72a-ffe9-4e01-bd8f-86c20734aaa6} <Debug> TCPHandler: Processed in 0.001867549 sec. | ||
| 11964 | 2025.01.31 23:41:34.999476 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11965 | 2025.01.31 23:41:34.999592 [ 262 ] {b14a5e93-3f14-4ffb-a81f-e303aa183598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11966 | 2025.01.31 23:41:34.999648 [ 262 ] {b14a5e93-3f14-4ffb-a81f-e303aa183598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11967 | 2025.01.31 23:41:35.000553 [ 262 ] {b14a5e93-3f14-4ffb-a81f-e303aa183598} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11968 | 2025.01.31 23:41:35.000593 [ 262 ] {b14a5e93-3f14-4ffb-a81f-e303aa183598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11969 | 2025.01.31 23:41:35.001040 [ 262 ] {b14a5e93-3f14-4ffb-a81f-e303aa183598} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11970 | 2025.01.31 23:41:35.001603 [ 262 ] {b14a5e93-3f14-4ffb-a81f-e303aa183598} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11971 | 2025.01.31 23:41:35.001849 [ 262 ] {b14a5e93-3f14-4ffb-a81f-e303aa183598} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.00228 sec., 419298.2456140351 rows/sec., 27.86 MiB/sec. | ||
| 11972 | 2025.01.31 23:41:35.001940 [ 262 ] {b14a5e93-3f14-4ffb-a81f-e303aa183598} <Debug> TCPHandler: Processed in 0.002516849 sec. | ||
| 11973 | 2025.01.31 23:41:35.002139 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11974 | 2025.01.31 23:41:35.002431 [ 259 ] {01a809a5-e6c3-4875-8596-48456d80ef43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11975 | 2025.01.31 23:41:35.002579 [ 259 ] {01a809a5-e6c3-4875-8596-48456d80ef43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11976 | 2025.01.31 23:41:35.003100 [ 259 ] {01a809a5-e6c3-4875-8596-48456d80ef43} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11977 | 2025.01.31 23:41:35.003139 [ 259 ] {01a809a5-e6c3-4875-8596-48456d80ef43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11978 | 2025.01.31 23:41:35.003495 [ 259 ] {01a809a5-e6c3-4875-8596-48456d80ef43} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11979 | 2025.01.31 23:41:35.003738 [ 259 ] {01a809a5-e6c3-4875-8596-48456d80ef43} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11980 | 2025.01.31 23:41:35.003945 [ 259 ] {01a809a5-e6c3-4875-8596-48456d80ef43} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001613 sec., 619.962802231866 rows/sec., 41.77 KiB/sec. | ||
| 11981 | 2025.01.31 23:41:35.004103 [ 259 ] {01a809a5-e6c3-4875-8596-48456d80ef43} <Debug> TCPHandler: Processed in 0.002070474 sec. | ||
| 11982 | 2025.01.31 23:41:35.004307 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11983 | 2025.01.31 23:41:35.004433 [ 262 ] {3047245d-52c6-49e7-ae9b-c42a80377983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11984 | 2025.01.31 23:41:35.004515 [ 262 ] {3047245d-52c6-49e7-ae9b-c42a80377983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11985 | 2025.01.31 23:41:35.005801 [ 262 ] {3047245d-52c6-49e7-ae9b-c42a80377983} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11986 | 2025.01.31 23:41:35.005841 [ 262 ] {3047245d-52c6-49e7-ae9b-c42a80377983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11987 | 2025.01.31 23:41:35.006514 [ 262 ] {3047245d-52c6-49e7-ae9b-c42a80377983} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11988 | 2025.01.31 23:41:35.006780 [ 262 ] {3047245d-52c6-49e7-ae9b-c42a80377983} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11989 | 2025.01.31 23:41:35.007070 [ 262 ] {3047245d-52c6-49e7-ae9b-c42a80377983} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002652 sec., 14705.882352941177 rows/sec., 26.35 MiB/sec. | ||
| 11990 | 2025.01.31 23:41:35.007568 [ 262 ] {3047245d-52c6-49e7-ae9b-c42a80377983} <Debug> TCPHandler: Processed in 0.003357525 sec. | ||
| 11991 | 2025.01.31 23:41:35.007786 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11992 | 2025.01.31 23:41:35.007926 [ 259 ] {7a490278-63be-46b6-88f8-277ef1e80dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11993 | 2025.01.31 23:41:35.007983 [ 259 ] {7a490278-63be-46b6-88f8-277ef1e80dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11994 | 2025.01.31 23:41:35.008537 [ 259 ] {7a490278-63be-46b6-88f8-277ef1e80dad} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11995 | 2025.01.31 23:41:35.008575 [ 259 ] {7a490278-63be-46b6-88f8-277ef1e80dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 11996 | 2025.01.31 23:41:35.008941 [ 259 ] {7a490278-63be-46b6-88f8-277ef1e80dad} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11997 | 2025.01.31 23:41:35.009178 [ 259 ] {7a490278-63be-46b6-88f8-277ef1e80dad} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11998 | 2025.01.31 23:41:35.009360 [ 259 ] {7a490278-63be-46b6-88f8-277ef1e80dad} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001466 sec., 23192.360163710775 rows/sec., 1.35 MiB/sec. | ||
| 11999 | 2025.01.31 23:41:35.009410 [ 259 ] {7a490278-63be-46b6-88f8-277ef1e80dad} <Debug> TCPHandler: Processed in 0.001748725 sec. | ||
| 12000 | 2025.01.31 23:41:35.486646 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12001 | 2025.01.31 23:41:35.505570 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12002 | 2025.01.31 23:41:35.505632 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12003 | 2025.01.31 23:41:35.512690 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12004 | 2025.01.31 23:41:35.513483 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12005 | 2025.01.31 23:41:35.516124 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12006 | 2025.01.31 23:41:38.568961 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1684 | ||
| 12007 | 2025.01.31 23:41:38.572479 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12008 | 2025.01.31 23:41:38.572531 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12009 | 2025.01.31 23:41:38.574021 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12010 | 2025.01.31 23:41:38.574325 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12011 | 2025.01.31 23:41:38.574566 [ 147 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12012 | 2025.01.31 23:41:38.574689 [ 147 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12013 | 2025.01.31 23:41:38.574758 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12014 | 2025.01.31 23:41:38.575120 [ 202 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 12015 | 2025.01.31 23:41:38.575423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1684 | ||
| 12016 | 2025.01.31 23:41:38.575869 [ 202 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12017 | 2025.01.31 23:41:38.575993 [ 202 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 12018 | 2025.01.31 23:41:38.576428 [ 202 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 12019 | 2025.01.31 23:41:38.576851 [ 202 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 12020 | 2025.01.31 23:41:38.577271 [ 202 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 12021 | 2025.01.31 23:41:38.577674 [ 202 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 12022 | 2025.01.31 23:41:38.578116 [ 202 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 12023 | 2025.01.31 23:41:38.586316 [ 201 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1684 rows, containing 72 columns (72 merged, 0 gathered) in 0.011405488 sec., 147648.2198745025 rows/sec., 113.18 MiB/sec. | ||
| 12024 | 2025.01.31 23:41:38.588208 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12025 | 2025.01.31 23:41:38.589069 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_46_9} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12026 | 2025.01.31 23:41:38.589173 [ 189 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_46_9} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12027 | 2025.01.31 23:41:38.589538 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 12028 | 2025.01.31 23:41:39.125235 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12029 | 2025.01.31 23:41:39.125443 [ 262 ] {fe7971dc-8891-401a-a9ca-6e3a0c2bd974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12030 | 2025.01.31 23:41:39.125525 [ 262 ] {fe7971dc-8891-401a-a9ca-6e3a0c2bd974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12031 | 2025.01.31 23:41:39.126303 [ 262 ] {fe7971dc-8891-401a-a9ca-6e3a0c2bd974} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12032 | 2025.01.31 23:41:39.126355 [ 262 ] {fe7971dc-8891-401a-a9ca-6e3a0c2bd974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12033 | 2025.01.31 23:41:39.126792 [ 262 ] {fe7971dc-8891-401a-a9ca-6e3a0c2bd974} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12034 | 2025.01.31 23:41:39.127061 [ 262 ] {fe7971dc-8891-401a-a9ca-6e3a0c2bd974} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12035 | 2025.01.31 23:41:39.127310 [ 262 ] {fe7971dc-8891-401a-a9ca-6e3a0c2bd974} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.23 MiB/sec. | ||
| 12036 | 2025.01.31 23:41:39.127307 [ 146 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12037 | 2025.01.31 23:41:39.127375 [ 262 ] {fe7971dc-8891-401a-a9ca-6e3a0c2bd974} <Debug> TCPHandler: Processed in 0.002281361 sec. | ||
| 12038 | 2025.01.31 23:41:39.127459 [ 146 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12039 | 2025.01.31 23:41:39.127526 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12040 | 2025.01.31 23:41:39.127732 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12041 | 2025.01.31 23:41:39.127792 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12042 | 2025.01.31 23:41:39.128015 [ 259 ] {1459a7e6-e2ac-4efe-bdbe-259ba03b5d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12043 | 2025.01.31 23:41:39.128097 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12044 | 2025.01.31 23:41:39.128146 [ 259 ] {1459a7e6-e2ac-4efe-bdbe-259ba03b5d9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12045 | 2025.01.31 23:41:39.128170 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12046 | 2025.01.31 23:41:39.128556 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12047 | 2025.01.31 23:41:39.128917 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12048 | 2025.01.31 23:41:39.129224 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12049 | 2025.01.31 23:41:39.129656 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12050 | 2025.01.31 23:41:39.130033 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12051 | 2025.01.31 23:41:39.131441 [ 259 ] {1459a7e6-e2ac-4efe-bdbe-259ba03b5d9c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12052 | 2025.01.31 23:41:39.131513 [ 259 ] {1459a7e6-e2ac-4efe-bdbe-259ba03b5d9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12053 | 2025.01.31 23:41:39.132602 [ 259 ] {1459a7e6-e2ac-4efe-bdbe-259ba03b5d9c} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12054 | 2025.01.31 23:41:39.132984 [ 259 ] {1459a7e6-e2ac-4efe-bdbe-259ba03b5d9c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12055 | 2025.01.31 23:41:39.133216 [ 146 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12056 | 2025.01.31 23:41:39.133309 [ 146 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12057 | 2025.01.31 23:41:39.133391 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12058 | 2025.01.31 23:41:39.133441 [ 259 ] {1459a7e6-e2ac-4efe-bdbe-259ba03b5d9c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005504 sec., 11627.906976744185 rows/sec., 929.37 KiB/sec. | ||
| 12059 | 2025.01.31 23:41:39.133859 [ 259 ] {1459a7e6-e2ac-4efe-bdbe-259ba03b5d9c} <Debug> TCPHandler: Processed in 0.006317168 sec. | ||
| 12060 | 2025.01.31 23:41:39.134083 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12061 | 2025.01.31 23:41:39.134262 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12062 | 2025.01.31 23:41:39.134409 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006769393 sec., 487636.04063170805 rows/sec., 42.58 MiB/sec. | ||
| 12063 | 2025.01.31 23:41:39.134560 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12064 | 2025.01.31 23:41:39.134607 [ 262 ] {d7da2eff-93c7-42f1-8a0a-0f6a71fc27ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12065 | 2025.01.31 23:41:39.134631 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12066 | 2025.01.31 23:41:39.134767 [ 262 ] {d7da2eff-93c7-42f1-8a0a-0f6a71fc27ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12067 | 2025.01.31 23:41:39.134955 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12068 | 2025.01.31 23:41:39.135312 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12069 | 2025.01.31 23:41:39.135497 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12070 | 2025.01.31 23:41:39.135644 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12071 | 2025.01.31 23:41:39.136103 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12072 | 2025.01.31 23:41:39.136541 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12073 | 2025.01.31 23:41:39.138155 [ 199 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_106_21} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12074 | 2025.01.31 23:41:39.138519 [ 199 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_106_21} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12075 | 2025.01.31 23:41:39.138670 [ 262 ] {d7da2eff-93c7-42f1-8a0a-0f6a71fc27ad} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12076 | 2025.01.31 23:41:39.138741 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 12077 | 2025.01.31 23:41:39.138786 [ 262 ] {d7da2eff-93c7-42f1-8a0a-0f6a71fc27ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12078 | 2025.01.31 23:41:39.139971 [ 262 ] {d7da2eff-93c7-42f1-8a0a-0f6a71fc27ad} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12079 | 2025.01.31 23:41:39.140372 [ 262 ] {d7da2eff-93c7-42f1-8a0a-0f6a71fc27ad} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12080 | 2025.01.31 23:41:39.140710 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.007167366 sec., 335548.6520431634 rows/sec., 25.73 MiB/sec. | ||
| 12081 | 2025.01.31 23:41:39.140822 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 12082 | 2025.01.31 23:41:39.140926 [ 262 ] {d7da2eff-93c7-42f1-8a0a-0f6a71fc27ad} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006414 sec., 19956.34549423137 rows/sec., 1.39 MiB/sec. | ||
| 12083 | 2025.01.31 23:41:39.140951 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12084 | 2025.01.31 23:41:39.141051 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12085 | 2025.01.31 23:41:39.141085 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12086 | 2025.01.31 23:41:39.141221 [ 262 ] {d7da2eff-93c7-42f1-8a0a-0f6a71fc27ad} <Debug> TCPHandler: Processed in 0.007188396 sec. | ||
| 12087 | 2025.01.31 23:41:39.141648 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12088 | 2025.01.31 23:41:39.141745 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12089 | 2025.01.31 23:41:39.141972 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_106_21} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12090 | 2025.01.31 23:41:39.141984 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12091 | 2025.01.31 23:41:39.142099 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30471 rows starting from the beginning of the part | ||
| 12092 | 2025.01.31 23:41:39.142167 [ 259 ] {777b47bb-d6a5-4dd4-8760-10685148c94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12093 | 2025.01.31 23:41:39.142342 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_106_21} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12094 | 2025.01.31 23:41:39.142461 [ 259 ] {777b47bb-d6a5-4dd4-8760-10685148c94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12095 | 2025.01.31 23:41:39.142554 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12096 | 2025.01.31 23:41:39.142752 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12097 | 2025.01.31 23:41:39.143084 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12098 | 2025.01.31 23:41:39.143507 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12099 | 2025.01.31 23:41:39.143781 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12100 | 2025.01.31 23:41:39.144986 [ 259 ] {777b47bb-d6a5-4dd4-8760-10685148c94a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12101 | 2025.01.31 23:41:39.145058 [ 259 ] {777b47bb-d6a5-4dd4-8760-10685148c94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12102 | 2025.01.31 23:41:39.145643 [ 259 ] {777b47bb-d6a5-4dd4-8760-10685148c94a} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12103 | 2025.01.31 23:41:39.145946 [ 259 ] {777b47bb-d6a5-4dd4-8760-10685148c94a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12104 | 2025.01.31 23:41:39.146115 [ 146 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12105 | 2025.01.31 23:41:39.146197 [ 146 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12106 | 2025.01.31 23:41:39.146274 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12107 | 2025.01.31 23:41:39.146309 [ 259 ] {777b47bb-d6a5-4dd4-8760-10685148c94a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004282 sec., 11209.71508640822 rows/sec., 773.59 KiB/sec. | ||
| 12108 | 2025.01.31 23:41:39.146945 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12109 | 2025.01.31 23:41:39.146965 [ 259 ] {777b47bb-d6a5-4dd4-8760-10685148c94a} <Debug> TCPHandler: Processed in 0.005560464 sec. | ||
| 12110 | 2025.01.31 23:41:39.147978 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12111 | 2025.01.31 23:41:39.148181 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12112 | 2025.01.31 23:41:39.148703 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12113 | 2025.01.31 23:41:39.149242 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12114 | 2025.01.31 23:41:39.149449 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12115 | 2025.01.31 23:41:39.149683 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12116 | 2025.01.31 23:41:39.149779 [ 200 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12117 | 2025.01.31 23:41:39.154307 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6438 rows, containing 4 columns (4 merged, 0 gathered) in 0.007862997 sec., 818771.7736634009 rows/sec., 53.36 MiB/sec. | ||
| 12118 | 2025.01.31 23:41:39.155045 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12119 | 2025.01.31 23:41:39.155513 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_106_21} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12120 | 2025.01.31 23:41:39.155617 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_106_21} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12121 | 2025.01.31 23:41:39.155716 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 12122 | 2025.01.31 23:41:39.156637 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31984 rows, containing 5 columns (5 merged, 0 gathered) in 0.015293731 sec., 2091314.4084984888 rows/sec., 141.17 MiB/sec. | ||
| 12123 | 2025.01.31 23:41:39.157582 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 12124 | 2025.01.31 23:41:39.157953 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12125 | 2025.01.31 23:41:39.158038 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 12126 | 2025.01.31 23:41:39.158136 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 12127 | 2025.01.31 23:41:40.001180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.85 MiB, peak 259.27 MiB, free memory in arenas 0.00 B, will set to 249.59 MiB (RSS), difference: 1.74 MiB | ||
| 12128 | 2025.01.31 23:41:40.929506 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 12129 | 2025.01.31 23:41:40.930167 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12130 | 2025.01.31 23:41:40.930215 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12131 | 2025.01.31 23:41:40.930744 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12132 | 2025.01.31 23:41:40.931006 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12133 | 2025.01.31 23:41:40.931275 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 12134 | 2025.01.31 23:41:43.017090 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12135 | 2025.01.31 23:41:43.037041 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12136 | 2025.01.31 23:41:43.037089 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12137 | 2025.01.31 23:41:43.044429 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12138 | 2025.01.31 23:41:43.045177 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12139 | 2025.01.31 23:41:43.049100 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12140 | 2025.01.31 23:41:44.127243 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12141 | 2025.01.31 23:41:44.127463 [ 262 ] {1caaf996-1966-4d97-a1d7-1ab1bab0bc81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12142 | 2025.01.31 23:41:44.127547 [ 262 ] {1caaf996-1966-4d97-a1d7-1ab1bab0bc81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12143 | 2025.01.31 23:41:44.128386 [ 262 ] {1caaf996-1966-4d97-a1d7-1ab1bab0bc81} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12144 | 2025.01.31 23:41:44.128438 [ 262 ] {1caaf996-1966-4d97-a1d7-1ab1bab0bc81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12145 | 2025.01.31 23:41:44.128888 [ 262 ] {1caaf996-1966-4d97-a1d7-1ab1bab0bc81} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12146 | 2025.01.31 23:41:44.129158 [ 262 ] {1caaf996-1966-4d97-a1d7-1ab1bab0bc81} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12147 | 2025.01.31 23:41:44.129430 [ 262 ] {1caaf996-1966-4d97-a1d7-1ab1bab0bc81} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002028 sec., 27613.412228796846 rows/sec., 2.11 MiB/sec. | ||
| 12148 | 2025.01.31 23:41:44.129500 [ 262 ] {1caaf996-1966-4d97-a1d7-1ab1bab0bc81} <Debug> TCPHandler: Processed in 0.002403295 sec. | ||
| 12149 | 2025.01.31 23:41:44.129824 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12150 | 2025.01.31 23:41:44.130134 [ 259 ] {05d670b6-1429-4cac-8d61-e60e9f2c30ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12151 | 2025.01.31 23:41:44.130246 [ 259 ] {05d670b6-1429-4cac-8d61-e60e9f2c30ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12152 | 2025.01.31 23:41:44.131236 [ 259 ] {05d670b6-1429-4cac-8d61-e60e9f2c30ad} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12153 | 2025.01.31 23:41:44.131280 [ 259 ] {05d670b6-1429-4cac-8d61-e60e9f2c30ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12154 | 2025.01.31 23:41:44.131727 [ 259 ] {05d670b6-1429-4cac-8d61-e60e9f2c30ad} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12155 | 2025.01.31 23:41:44.131992 [ 259 ] {05d670b6-1429-4cac-8d61-e60e9f2c30ad} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12156 | 2025.01.31 23:41:44.132245 [ 259 ] {05d670b6-1429-4cac-8d61-e60e9f2c30ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002195 sec., 29157.17539863326 rows/sec., 2.28 MiB/sec. | ||
| 12157 | 2025.01.31 23:41:44.132304 [ 259 ] {05d670b6-1429-4cac-8d61-e60e9f2c30ad} <Debug> TCPHandler: Processed in 0.002667994 sec. | ||
| 12158 | 2025.01.31 23:41:44.132459 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12159 | 2025.01.31 23:41:44.132586 [ 262 ] {c5e8c01a-1220-46e7-90db-d0ba1b91dc40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12160 | 2025.01.31 23:41:44.132644 [ 262 ] {c5e8c01a-1220-46e7-90db-d0ba1b91dc40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12161 | 2025.01.31 23:41:44.133222 [ 262 ] {c5e8c01a-1220-46e7-90db-d0ba1b91dc40} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12162 | 2025.01.31 23:41:44.133264 [ 262 ] {c5e8c01a-1220-46e7-90db-d0ba1b91dc40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12163 | 2025.01.31 23:41:44.133680 [ 262 ] {c5e8c01a-1220-46e7-90db-d0ba1b91dc40} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12164 | 2025.01.31 23:41:44.133934 [ 262 ] {c5e8c01a-1220-46e7-90db-d0ba1b91dc40} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12165 | 2025.01.31 23:41:44.134163 [ 262 ] {c5e8c01a-1220-46e7-90db-d0ba1b91dc40} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
| 12166 | 2025.01.31 23:41:44.134230 [ 262 ] {c5e8c01a-1220-46e7-90db-d0ba1b91dc40} <Debug> TCPHandler: Processed in 0.001828008 sec. | ||
| 12167 | 2025.01.31 23:41:44.134417 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12168 | 2025.01.31 23:41:44.134716 [ 259 ] {5bc6e1fb-4509-4b66-9992-6748745637de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12169 | 2025.01.31 23:41:44.134834 [ 259 ] {5bc6e1fb-4509-4b66-9992-6748745637de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12170 | 2025.01.31 23:41:44.135359 [ 259 ] {5bc6e1fb-4509-4b66-9992-6748745637de} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12171 | 2025.01.31 23:41:44.135400 [ 259 ] {5bc6e1fb-4509-4b66-9992-6748745637de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12172 | 2025.01.31 23:41:44.135778 [ 259 ] {5bc6e1fb-4509-4b66-9992-6748745637de} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12173 | 2025.01.31 23:41:44.136041 [ 259 ] {5bc6e1fb-4509-4b66-9992-6748745637de} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12174 | 2025.01.31 23:41:44.136248 [ 259 ] {5bc6e1fb-4509-4b66-9992-6748745637de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001639 sec., 36607.68761439902 rows/sec., 2.47 MiB/sec. | ||
| 12175 | 2025.01.31 23:41:44.136297 [ 259 ] {5bc6e1fb-4509-4b66-9992-6748745637de} <Debug> TCPHandler: Processed in 0.001980183 sec. | ||
| 12176 | 2025.01.31 23:41:46.162560 [ 139 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 5 parts from all_1_41_9 to all_45_45_0 | ||
| 12177 | 2025.01.31 23:41:46.162650 [ 139 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12178 | 2025.01.31 23:41:46.162688 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12179 | 2025.01.31 23:41:46.163056 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 12180 | 2025.01.31 23:41:46.163564 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_45_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12181 | 2025.01.31 23:41:46.163630 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 12182 | 2025.01.31 23:41:46.163768 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 12183 | 2025.01.31 23:41:46.163908 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 12184 | 2025.01.31 23:41:46.164174 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 12185 | 2025.01.31 23:41:46.164398 [ 188 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 12186 | 2025.01.31 23:41:46.165609 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_45_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.002801488 sec., 16062.892291525075 rows/sec., 1.06 MiB/sec. | ||
| 12187 | 2025.01.31 23:41:46.165781 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_45_10} <Trace> MergedBlockOutputStream: filled checksums all_1_45_10 (state Temporary) | ||
| 12188 | 2025.01.31 23:41:46.166137 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_45_10} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_45_10 to all_1_45_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12189 | 2025.01.31 23:41:46.166236 [ 196 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_45_10} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 5 parts: [all_1_41_9, all_45_45_0] -> all_1_45_10 | ||
| 12190 | 2025.01.31 23:41:46.166329 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12191 | 2025.01.31 23:41:48.204939 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12192 | 2025.01.31 23:41:48.205058 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12193 | 2025.01.31 23:41:48.432302 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 12194 | 2025.01.31 23:41:48.432974 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12195 | 2025.01.31 23:41:48.433025 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12196 | 2025.01.31 23:41:48.433554 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12197 | 2025.01.31 23:41:48.433820 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12198 | 2025.01.31 23:41:48.434127 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 12199 | 2025.01.31 23:41:48.576569 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1700 | ||
| 12200 | 2025.01.31 23:41:48.579462 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12201 | 2025.01.31 23:41:48.579530 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12202 | 2025.01.31 23:41:48.581008 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12203 | 2025.01.31 23:41:48.581351 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12204 | 2025.01.31 23:41:48.582905 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1700 | ||
| 12205 | 2025.01.31 23:41:49.001884 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001302781 sec. | ||
| 12206 | 2025.01.31 23:41:49.133085 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12207 | 2025.01.31 23:41:49.133303 [ 262 ] {ddc8e977-752d-48ca-acc4-f772a0084f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12208 | 2025.01.31 23:41:49.133389 [ 262 ] {ddc8e977-752d-48ca-acc4-f772a0084f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12209 | 2025.01.31 23:41:49.134211 [ 262 ] {ddc8e977-752d-48ca-acc4-f772a0084f27} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12210 | 2025.01.31 23:41:49.134263 [ 262 ] {ddc8e977-752d-48ca-acc4-f772a0084f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12211 | 2025.01.31 23:41:49.134701 [ 262 ] {ddc8e977-752d-48ca-acc4-f772a0084f27} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12212 | 2025.01.31 23:41:49.134972 [ 262 ] {ddc8e977-752d-48ca-acc4-f772a0084f27} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12213 | 2025.01.31 23:41:49.135220 [ 262 ] {ddc8e977-752d-48ca-acc4-f772a0084f27} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001972 sec., 7099.3914807302235 rows/sec., 511.06 KiB/sec. | ||
| 12214 | 2025.01.31 23:41:49.135353 [ 262 ] {ddc8e977-752d-48ca-acc4-f772a0084f27} <Debug> TCPHandler: Processed in 0.002410056 sec. | ||
| 12215 | 2025.01.31 23:41:49.135605 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12216 | 2025.01.31 23:41:49.135794 [ 259 ] {2b4ad7bb-1aad-44dd-b28c-e9002401346d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12217 | 2025.01.31 23:41:49.135870 [ 259 ] {2b4ad7bb-1aad-44dd-b28c-e9002401346d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12218 | 2025.01.31 23:41:49.136841 [ 259 ] {2b4ad7bb-1aad-44dd-b28c-e9002401346d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12219 | 2025.01.31 23:41:49.136890 [ 259 ] {2b4ad7bb-1aad-44dd-b28c-e9002401346d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12220 | 2025.01.31 23:41:49.137370 [ 259 ] {2b4ad7bb-1aad-44dd-b28c-e9002401346d} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12221 | 2025.01.31 23:41:49.137643 [ 259 ] {2b4ad7bb-1aad-44dd-b28c-e9002401346d} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12222 | 2025.01.31 23:41:49.137927 [ 259 ] {2b4ad7bb-1aad-44dd-b28c-e9002401346d} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002182 sec., 128780.93492208983 rows/sec., 11.36 MiB/sec. | ||
| 12223 | 2025.01.31 23:41:49.138035 [ 259 ] {2b4ad7bb-1aad-44dd-b28c-e9002401346d} <Debug> TCPHandler: Processed in 0.002562381 sec. | ||
| 12224 | 2025.01.31 23:41:49.138255 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12225 | 2025.01.31 23:41:49.138516 [ 262 ] {b432f30c-1a32-46c6-b5c7-cb8a1b01f744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12226 | 2025.01.31 23:41:49.138579 [ 262 ] {b432f30c-1a32-46c6-b5c7-cb8a1b01f744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12227 | 2025.01.31 23:41:49.139641 [ 262 ] {b432f30c-1a32-46c6-b5c7-cb8a1b01f744} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12228 | 2025.01.31 23:41:49.139726 [ 262 ] {b432f30c-1a32-46c6-b5c7-cb8a1b01f744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12229 | 2025.01.31 23:41:49.140339 [ 262 ] {b432f30c-1a32-46c6-b5c7-cb8a1b01f744} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12230 | 2025.01.31 23:41:49.140588 [ 262 ] {b432f30c-1a32-46c6-b5c7-cb8a1b01f744} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12231 | 2025.01.31 23:41:49.140801 [ 262 ] {b432f30c-1a32-46c6-b5c7-cb8a1b01f744} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002371 sec., 19401.09658371995 rows/sec., 1.40 MiB/sec. | ||
| 12232 | 2025.01.31 23:41:49.140856 [ 262 ] {b432f30c-1a32-46c6-b5c7-cb8a1b01f744} <Debug> TCPHandler: Processed in 0.002704456 sec. | ||
| 12233 | 2025.01.31 23:41:49.141013 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12234 | 2025.01.31 23:41:49.141161 [ 259 ] {62092c86-5a08-42e8-9fbe-98da420d0b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12235 | 2025.01.31 23:41:49.141226 [ 259 ] {62092c86-5a08-42e8-9fbe-98da420d0b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12236 | 2025.01.31 23:41:49.141940 [ 259 ] {62092c86-5a08-42e8-9fbe-98da420d0b77} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12237 | 2025.01.31 23:41:49.141981 [ 259 ] {62092c86-5a08-42e8-9fbe-98da420d0b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12238 | 2025.01.31 23:41:49.142362 [ 259 ] {62092c86-5a08-42e8-9fbe-98da420d0b77} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12239 | 2025.01.31 23:41:49.142617 [ 259 ] {62092c86-5a08-42e8-9fbe-98da420d0b77} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12240 | 2025.01.31 23:41:49.142890 [ 259 ] {62092c86-5a08-42e8-9fbe-98da420d0b77} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001755 sec., 7977.207977207977 rows/sec., 558.67 KiB/sec. | ||
| 12241 | 2025.01.31 23:41:49.143070 [ 259 ] {62092c86-5a08-42e8-9fbe-98da420d0b77} <Debug> TCPHandler: Processed in 0.002124657 sec. | ||
| 12242 | 2025.01.31 23:41:49.143306 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12243 | 2025.01.31 23:41:49.143440 [ 262 ] {7aa5f2d6-55b0-4b5a-97e4-db6b8a23c314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12244 | 2025.01.31 23:41:49.143497 [ 262 ] {7aa5f2d6-55b0-4b5a-97e4-db6b8a23c314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12245 | 2025.01.31 23:41:49.144083 [ 262 ] {7aa5f2d6-55b0-4b5a-97e4-db6b8a23c314} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12246 | 2025.01.31 23:41:49.144123 [ 262 ] {7aa5f2d6-55b0-4b5a-97e4-db6b8a23c314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12247 | 2025.01.31 23:41:49.144480 [ 262 ] {7aa5f2d6-55b0-4b5a-97e4-db6b8a23c314} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12248 | 2025.01.31 23:41:49.144724 [ 262 ] {7aa5f2d6-55b0-4b5a-97e4-db6b8a23c314} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12249 | 2025.01.31 23:41:49.144923 [ 262 ] {7aa5f2d6-55b0-4b5a-97e4-db6b8a23c314} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001509 sec., 8614.976805831677 rows/sec., 537.14 KiB/sec. | ||
| 12250 | 2025.01.31 23:41:49.144979 [ 262 ] {7aa5f2d6-55b0-4b5a-97e4-db6b8a23c314} <Debug> TCPHandler: Processed in 0.001802297 sec. | ||
| 12251 | 2025.01.31 23:41:49.145132 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12252 | 2025.01.31 23:41:49.145274 [ 259 ] {cae416a4-603d-4e30-940a-41b1363c0009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12253 | 2025.01.31 23:41:49.145334 [ 259 ] {cae416a4-603d-4e30-940a-41b1363c0009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12254 | 2025.01.31 23:41:49.146180 [ 259 ] {cae416a4-603d-4e30-940a-41b1363c0009} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12255 | 2025.01.31 23:41:49.146222 [ 259 ] {cae416a4-603d-4e30-940a-41b1363c0009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12256 | 2025.01.31 23:41:49.146620 [ 259 ] {cae416a4-603d-4e30-940a-41b1363c0009} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12257 | 2025.01.31 23:41:49.146879 [ 259 ] {cae416a4-603d-4e30-940a-41b1363c0009} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12258 | 2025.01.31 23:41:49.147110 [ 259 ] {cae416a4-603d-4e30-940a-41b1363c0009} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00187 sec., 225133.6898395722 rows/sec., 16.09 MiB/sec. | ||
| 12259 | 2025.01.31 23:41:49.147168 [ 259 ] {cae416a4-603d-4e30-940a-41b1363c0009} <Debug> TCPHandler: Processed in 0.002107066 sec. | ||
| 12260 | 2025.01.31 23:41:49.147312 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12261 | 2025.01.31 23:41:49.147431 [ 262 ] {ff89fa73-2ac0-4eef-9951-8e4326c598b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12262 | 2025.01.31 23:41:49.147482 [ 262 ] {ff89fa73-2ac0-4eef-9951-8e4326c598b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12263 | 2025.01.31 23:41:49.147968 [ 262 ] {ff89fa73-2ac0-4eef-9951-8e4326c598b1} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12264 | 2025.01.31 23:41:49.148007 [ 262 ] {ff89fa73-2ac0-4eef-9951-8e4326c598b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12265 | 2025.01.31 23:41:49.148376 [ 262 ] {ff89fa73-2ac0-4eef-9951-8e4326c598b1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12266 | 2025.01.31 23:41:49.148637 [ 262 ] {ff89fa73-2ac0-4eef-9951-8e4326c598b1} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12267 | 2025.01.31 23:41:49.148884 [ 262 ] {ff89fa73-2ac0-4eef-9951-8e4326c598b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001471 sec., 4078.8579197824606 rows/sec., 213.10 KiB/sec. | ||
| 12268 | 2025.01.31 23:41:49.149039 [ 262 ] {ff89fa73-2ac0-4eef-9951-8e4326c598b1} <Debug> TCPHandler: Processed in 0.001783066 sec. | ||
| 12269 | 2025.01.31 23:41:49.149279 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12270 | 2025.01.31 23:41:49.149429 [ 259 ] {5189f064-7168-4ce3-8c00-69fad3a231cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12271 | 2025.01.31 23:41:49.149494 [ 259 ] {5189f064-7168-4ce3-8c00-69fad3a231cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12272 | 2025.01.31 23:41:49.150150 [ 259 ] {5189f064-7168-4ce3-8c00-69fad3a231cd} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12273 | 2025.01.31 23:41:49.150191 [ 259 ] {5189f064-7168-4ce3-8c00-69fad3a231cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12274 | 2025.01.31 23:41:49.150599 [ 259 ] {5189f064-7168-4ce3-8c00-69fad3a231cd} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12275 | 2025.01.31 23:41:49.150845 [ 259 ] {5189f064-7168-4ce3-8c00-69fad3a231cd} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12276 | 2025.01.31 23:41:49.151063 [ 259 ] {5189f064-7168-4ce3-8c00-69fad3a231cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001667 sec., 142171.56568686262 rows/sec., 9.53 MiB/sec. | ||
| 12277 | 2025.01.31 23:41:49.151119 [ 259 ] {5189f064-7168-4ce3-8c00-69fad3a231cd} <Debug> TCPHandler: Processed in 0.001972472 sec. | ||
| 12278 | 2025.01.31 23:41:49.151273 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12279 | 2025.01.31 23:41:49.151389 [ 262 ] {6cd71158-e29a-4e29-a29b-0aefb28a03fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12280 | 2025.01.31 23:41:49.151443 [ 262 ] {6cd71158-e29a-4e29-a29b-0aefb28a03fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12281 | 2025.01.31 23:41:49.151918 [ 262 ] {6cd71158-e29a-4e29-a29b-0aefb28a03fd} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12282 | 2025.01.31 23:41:49.151957 [ 262 ] {6cd71158-e29a-4e29-a29b-0aefb28a03fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12283 | 2025.01.31 23:41:49.152319 [ 262 ] {6cd71158-e29a-4e29-a29b-0aefb28a03fd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12284 | 2025.01.31 23:41:49.152559 [ 262 ] {6cd71158-e29a-4e29-a29b-0aefb28a03fd} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12285 | 2025.01.31 23:41:49.152785 [ 262 ] {6cd71158-e29a-4e29-a29b-0aefb28a03fd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 12286 | 2025.01.31 23:41:49.152966 [ 262 ] {6cd71158-e29a-4e29-a29b-0aefb28a03fd} <Debug> TCPHandler: Processed in 0.001746465 sec. | ||
| 12287 | 2025.01.31 23:41:49.153213 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12288 | 2025.01.31 23:41:49.153352 [ 259 ] {4d77f10a-87f1-4cd3-aa9b-f113c1228c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12289 | 2025.01.31 23:41:49.153445 [ 259 ] {4d77f10a-87f1-4cd3-aa9b-f113c1228c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12290 | 2025.01.31 23:41:49.154731 [ 259 ] {4d77f10a-87f1-4cd3-aa9b-f113c1228c05} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12291 | 2025.01.31 23:41:49.154773 [ 259 ] {4d77f10a-87f1-4cd3-aa9b-f113c1228c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12292 | 2025.01.31 23:41:49.155456 [ 259 ] {4d77f10a-87f1-4cd3-aa9b-f113c1228c05} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12293 | 2025.01.31 23:41:49.155726 [ 259 ] {4d77f10a-87f1-4cd3-aa9b-f113c1228c05} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12294 | 2025.01.31 23:41:49.155938 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12295 | 2025.01.31 23:41:49.156021 [ 259 ] {4d77f10a-87f1-4cd3-aa9b-f113c1228c05} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002695 sec., 14471.243042671615 rows/sec., 25.93 MiB/sec. | ||
| 12296 | 2025.01.31 23:41:49.156030 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12297 | 2025.01.31 23:41:49.156115 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12298 | 2025.01.31 23:41:49.156453 [ 259 ] {4d77f10a-87f1-4cd3-aa9b-f113c1228c05} <Debug> TCPHandler: Processed in 0.003386807 sec. | ||
| 12299 | 2025.01.31 23:41:49.156517 [ 188 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 12300 | 2025.01.31 23:41:49.156671 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12301 | 2025.01.31 23:41:49.156940 [ 262 ] {a78216bd-c4fe-435a-bb54-40c52dfb20b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12302 | 2025.01.31 23:41:49.157074 [ 262 ] {a78216bd-c4fe-435a-bb54-40c52dfb20b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12303 | 2025.01.31 23:41:49.157417 [ 188 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12304 | 2025.01.31 23:41:49.157714 [ 188 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1494 rows starting from the beginning of the part | ||
| 12305 | 2025.01.31 23:41:49.158541 [ 188 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 12306 | 2025.01.31 23:41:49.159398 [ 188 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 12307 | 2025.01.31 23:41:49.159426 [ 262 ] {a78216bd-c4fe-435a-bb54-40c52dfb20b2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12308 | 2025.01.31 23:41:49.159512 [ 262 ] {a78216bd-c4fe-435a-bb54-40c52dfb20b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12309 | 2025.01.31 23:41:49.160009 [ 188 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 12310 | 2025.01.31 23:41:49.160842 [ 188 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 12311 | 2025.01.31 23:41:49.161120 [ 262 ] {a78216bd-c4fe-435a-bb54-40c52dfb20b2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12312 | 2025.01.31 23:41:49.161420 [ 188 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 12313 | 2025.01.31 23:41:49.162026 [ 262 ] {a78216bd-c4fe-435a-bb54-40c52dfb20b2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12314 | 2025.01.31 23:41:49.162775 [ 262 ] {a78216bd-c4fe-435a-bb54-40c52dfb20b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005916 sec., 13860.716700473293 rows/sec., 901.46 KiB/sec. | ||
| 12315 | 2025.01.31 23:41:49.162875 [ 262 ] {a78216bd-c4fe-435a-bb54-40c52dfb20b2} <Debug> TCPHandler: Processed in 0.006306189 sec. | ||
| 12316 | 2025.01.31 23:41:49.171656 [ 191 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1689 rows, containing 19 columns (19 merged, 0 gathered) in 0.015375593 sec., 109849.42174262807 rows/sec., 196.85 MiB/sec. | ||
| 12317 | 2025.01.31 23:41:49.173311 [ 198 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12318 | 2025.01.31 23:41:49.173780 [ 198 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12319 | 2025.01.31 23:41:49.173877 [ 198 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12320 | 2025.01.31 23:41:49.174037 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 12321 | 2025.01.31 23:41:50.000220 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.42 MiB, peak 262.07 MiB, free memory in arenas 0.00 B, will set to 253.67 MiB (RSS), difference: 3.25 MiB | ||
| 12322 | 2025.01.31 23:41:50.550073 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 12323 | 2025.01.31 23:41:50.570925 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12324 | 2025.01.31 23:41:50.570974 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12325 | 2025.01.31 23:41:50.578332 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12326 | 2025.01.31 23:41:50.579116 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12327 | 2025.01.31 23:41:50.581777 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 12328 | 2025.01.31 23:41:54.126950 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12329 | 2025.01.31 23:41:54.127166 [ 262 ] {65f964a9-b502-4032-954d-23c7acab56d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12330 | 2025.01.31 23:41:54.127241 [ 262 ] {65f964a9-b502-4032-954d-23c7acab56d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12331 | 2025.01.31 23:41:54.128025 [ 262 ] {65f964a9-b502-4032-954d-23c7acab56d7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12332 | 2025.01.31 23:41:54.128082 [ 262 ] {65f964a9-b502-4032-954d-23c7acab56d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12333 | 2025.01.31 23:41:54.128525 [ 262 ] {65f964a9-b502-4032-954d-23c7acab56d7} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12334 | 2025.01.31 23:41:54.128800 [ 262 ] {65f964a9-b502-4032-954d-23c7acab56d7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12335 | 2025.01.31 23:41:54.129049 [ 262 ] {65f964a9-b502-4032-954d-23c7acab56d7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.21 MiB/sec. | ||
| 12336 | 2025.01.31 23:41:54.129150 [ 262 ] {65f964a9-b502-4032-954d-23c7acab56d7} <Debug> TCPHandler: Processed in 0.002336644 sec. | ||
| 12337 | 2025.01.31 23:41:54.129495 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12338 | 2025.01.31 23:41:54.129821 [ 259 ] {3a12725e-5d43-40b4-8636-6d8c508e0a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12339 | 2025.01.31 23:41:54.129932 [ 259 ] {3a12725e-5d43-40b4-8636-6d8c508e0a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12340 | 2025.01.31 23:41:54.130758 [ 259 ] {3a12725e-5d43-40b4-8636-6d8c508e0a0c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12341 | 2025.01.31 23:41:54.130801 [ 259 ] {3a12725e-5d43-40b4-8636-6d8c508e0a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12342 | 2025.01.31 23:41:54.131241 [ 259 ] {3a12725e-5d43-40b4-8636-6d8c508e0a0c} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12343 | 2025.01.31 23:41:54.131497 [ 259 ] {3a12725e-5d43-40b4-8636-6d8c508e0a0c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12344 | 2025.01.31 23:41:54.131720 [ 259 ] {3a12725e-5d43-40b4-8636-6d8c508e0a0c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001976 sec., 32388.663967611337 rows/sec., 2.53 MiB/sec. | ||
| 12345 | 2025.01.31 23:41:54.131813 [ 259 ] {3a12725e-5d43-40b4-8636-6d8c508e0a0c} <Debug> TCPHandler: Processed in 0.002514119 sec. | ||
| 12346 | 2025.01.31 23:41:54.131988 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12347 | 2025.01.31 23:41:54.132135 [ 262 ] {55f1b4ba-a110-4cc3-8ee5-f986284b16e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12348 | 2025.01.31 23:41:54.132194 [ 262 ] {55f1b4ba-a110-4cc3-8ee5-f986284b16e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12349 | 2025.01.31 23:41:54.132768 [ 262 ] {55f1b4ba-a110-4cc3-8ee5-f986284b16e3} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12350 | 2025.01.31 23:41:54.132808 [ 262 ] {55f1b4ba-a110-4cc3-8ee5-f986284b16e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12351 | 2025.01.31 23:41:54.133213 [ 262 ] {55f1b4ba-a110-4cc3-8ee5-f986284b16e3} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12352 | 2025.01.31 23:41:54.133460 [ 262 ] {55f1b4ba-a110-4cc3-8ee5-f986284b16e3} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12353 | 2025.01.31 23:41:54.133687 [ 262 ] {55f1b4ba-a110-4cc3-8ee5-f986284b16e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 12354 | 2025.01.31 23:41:54.133742 [ 262 ] {55f1b4ba-a110-4cc3-8ee5-f986284b16e3} <Debug> TCPHandler: Processed in 0.001828848 sec. | ||
| 12355 | 2025.01.31 23:41:54.133893 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12356 | 2025.01.31 23:41:54.134015 [ 259 ] {23bb79a2-9d8d-4470-af84-2e7c3f3dfca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12357 | 2025.01.31 23:41:54.134073 [ 259 ] {23bb79a2-9d8d-4470-af84-2e7c3f3dfca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12358 | 2025.01.31 23:41:54.134674 [ 259 ] {23bb79a2-9d8d-4470-af84-2e7c3f3dfca4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12359 | 2025.01.31 23:41:54.134719 [ 259 ] {23bb79a2-9d8d-4470-af84-2e7c3f3dfca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12360 | 2025.01.31 23:41:54.135155 [ 259 ] {23bb79a2-9d8d-4470-af84-2e7c3f3dfca4} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12361 | 2025.01.31 23:41:54.135404 [ 259 ] {23bb79a2-9d8d-4470-af84-2e7c3f3dfca4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12362 | 2025.01.31 23:41:54.135593 [ 259 ] {23bb79a2-9d8d-4470-af84-2e7c3f3dfca4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001607 sec., 37336.6521468575 rows/sec., 2.52 MiB/sec. | ||
| 12363 | 2025.01.31 23:41:54.135656 [ 259 ] {23bb79a2-9d8d-4470-af84-2e7c3f3dfca4} <Debug> TCPHandler: Processed in 0.001824517 sec. | ||
| 12364 | 2025.01.31 23:41:55.935156 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
| 12365 | 2025.01.31 23:41:55.935782 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12366 | 2025.01.31 23:41:55.935824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12367 | 2025.01.31 23:41:55.936340 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12368 | 2025.01.31 23:41:55.936594 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12369 | 2025.01.31 23:41:55.936848 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
| 12370 | 2025.01.31 23:41:58.082752 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 12371 | 2025.01.31 23:41:58.104594 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12372 | 2025.01.31 23:41:58.104662 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12373 | 2025.01.31 23:41:58.112108 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12374 | 2025.01.31 23:41:58.112889 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12375 | 2025.01.31 23:41:58.116992 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 12376 | 2025.01.31 23:41:58.583916 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1730 | ||
| 12377 | 2025.01.31 23:41:58.587173 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12378 | 2025.01.31 23:41:58.587216 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12379 | 2025.01.31 23:41:58.588786 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12380 | 2025.01.31 23:41:58.589104 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12381 | 2025.01.31 23:41:58.591424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1730 | ||
| 12382 | 2025.01.31 23:41:59.133344 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12383 | 2025.01.31 23:41:59.133558 [ 262 ] {dd767ae2-7ace-434b-8ce7-90a85924091e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12384 | 2025.01.31 23:41:59.133642 [ 262 ] {dd767ae2-7ace-434b-8ce7-90a85924091e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12385 | 2025.01.31 23:41:59.134464 [ 262 ] {dd767ae2-7ace-434b-8ce7-90a85924091e} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12386 | 2025.01.31 23:41:59.134513 [ 262 ] {dd767ae2-7ace-434b-8ce7-90a85924091e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12387 | 2025.01.31 23:41:59.134956 [ 262 ] {dd767ae2-7ace-434b-8ce7-90a85924091e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12388 | 2025.01.31 23:41:59.135210 [ 262 ] {dd767ae2-7ace-434b-8ce7-90a85924091e} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12389 | 2025.01.31 23:41:59.135466 [ 262 ] {dd767ae2-7ace-434b-8ce7-90a85924091e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001964 sec., 7128.309572301426 rows/sec., 513.14 KiB/sec. | ||
| 12390 | 2025.01.31 23:41:59.135561 [ 262 ] {dd767ae2-7ace-434b-8ce7-90a85924091e} <Debug> TCPHandler: Processed in 0.002358074 sec. | ||
| 12391 | 2025.01.31 23:41:59.135821 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12392 | 2025.01.31 23:41:59.136002 [ 259 ] {ba06f96e-b46a-4d83-ae2b-c19e5e6edd4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12393 | 2025.01.31 23:41:59.136074 [ 259 ] {ba06f96e-b46a-4d83-ae2b-c19e5e6edd4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12394 | 2025.01.31 23:41:59.136958 [ 259 ] {ba06f96e-b46a-4d83-ae2b-c19e5e6edd4f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12395 | 2025.01.31 23:41:59.137001 [ 259 ] {ba06f96e-b46a-4d83-ae2b-c19e5e6edd4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12396 | 2025.01.31 23:41:59.137473 [ 259 ] {ba06f96e-b46a-4d83-ae2b-c19e5e6edd4f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12397 | 2025.01.31 23:41:59.137743 [ 259 ] {ba06f96e-b46a-4d83-ae2b-c19e5e6edd4f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12398 | 2025.01.31 23:41:59.137970 [ 259 ] {ba06f96e-b46a-4d83-ae2b-c19e5e6edd4f} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002012 sec., 139662.027833002 rows/sec., 12.32 MiB/sec. | ||
| 12399 | 2025.01.31 23:41:59.138062 [ 259 ] {ba06f96e-b46a-4d83-ae2b-c19e5e6edd4f} <Debug> TCPHandler: Processed in 0.002379365 sec. | ||
| 12400 | 2025.01.31 23:41:59.138241 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12401 | 2025.01.31 23:41:59.138545 [ 262 ] {2531c530-aed5-4d78-8baf-57b9e5dc36fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12402 | 2025.01.31 23:41:59.138643 [ 262 ] {2531c530-aed5-4d78-8baf-57b9e5dc36fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12403 | 2025.01.31 23:41:59.139272 [ 262 ] {2531c530-aed5-4d78-8baf-57b9e5dc36fb} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12404 | 2025.01.31 23:41:59.139314 [ 262 ] {2531c530-aed5-4d78-8baf-57b9e5dc36fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12405 | 2025.01.31 23:41:59.139696 [ 262 ] {2531c530-aed5-4d78-8baf-57b9e5dc36fb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12406 | 2025.01.31 23:41:59.139961 [ 262 ] {2531c530-aed5-4d78-8baf-57b9e5dc36fb} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12407 | 2025.01.31 23:41:59.140142 [ 122 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12408 | 2025.01.31 23:41:59.140205 [ 122 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12409 | 2025.01.31 23:41:59.140222 [ 262 ] {2531c530-aed5-4d78-8baf-57b9e5dc36fb} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001777 sec., 25886.325267304448 rows/sec., 1.86 MiB/sec. | ||
| 12410 | 2025.01.31 23:41:59.140255 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12411 | 2025.01.31 23:41:59.140365 [ 262 ] {2531c530-aed5-4d78-8baf-57b9e5dc36fb} <Debug> TCPHandler: Processed in 0.00220096 sec. | ||
| 12412 | 2025.01.31 23:41:59.140507 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 12413 | 2025.01.31 23:41:59.140581 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12414 | 2025.01.31 23:41:59.140657 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12415 | 2025.01.31 23:41:59.140707 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 12416 | 2025.01.31 23:41:59.140756 [ 259 ] {41a9a1aa-29ac-4561-a077-40cdcc2aa6ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12417 | 2025.01.31 23:41:59.140817 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 12418 | 2025.01.31 23:41:59.140855 [ 259 ] {41a9a1aa-29ac-4561-a077-40cdcc2aa6ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12419 | 2025.01.31 23:41:59.141381 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 12420 | 2025.01.31 23:41:59.141543 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 12421 | 2025.01.31 23:41:59.141800 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 12422 | 2025.01.31 23:41:59.142040 [ 190 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 12423 | 2025.01.31 23:41:59.142858 [ 259 ] {41a9a1aa-29ac-4561-a077-40cdcc2aa6ec} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12424 | 2025.01.31 23:41:59.142907 [ 259 ] {41a9a1aa-29ac-4561-a077-40cdcc2aa6ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12425 | 2025.01.31 23:41:59.143480 [ 259 ] {41a9a1aa-29ac-4561-a077-40cdcc2aa6ec} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12426 | 2025.01.31 23:41:59.143618 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.003232702 sec., 91564.27038434103 rows/sec., 6.91 MiB/sec. | ||
| 12427 | 2025.01.31 23:41:59.143827 [ 259 ] {41a9a1aa-29ac-4561-a077-40cdcc2aa6ec} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12428 | 2025.01.31 23:41:59.143903 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12429 | 2025.01.31 23:41:59.144045 [ 122 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12430 | 2025.01.31 23:41:59.144148 [ 122 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12431 | 2025.01.31 23:41:59.144212 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12432 | 2025.01.31 23:41:59.144329 [ 259 ] {41a9a1aa-29ac-4561-a077-40cdcc2aa6ec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003605 sec., 3883.4951456310678 rows/sec., 271.97 KiB/sec. | ||
| 12433 | 2025.01.31 23:41:59.144531 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 12434 | 2025.01.31 23:41:59.144569 [ 259 ] {41a9a1aa-29ac-4561-a077-40cdcc2aa6ec} <Debug> TCPHandler: Processed in 0.004080168 sec. | ||
| 12435 | 2025.01.31 23:41:59.144904 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12436 | 2025.01.31 23:41:59.144942 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12437 | 2025.01.31 23:41:59.144980 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_47_10} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12438 | 2025.01.31 23:41:59.145008 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 12439 | 2025.01.31 23:41:59.145322 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_47_10} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12440 | 2025.01.31 23:41:59.145346 [ 262 ] {e8cdf4e7-fcdb-465e-bf67-acdc030b73a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12441 | 2025.01.31 23:41:59.145499 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 12442 | 2025.01.31 23:41:59.145602 [ 262 ] {e8cdf4e7-fcdb-465e-bf67-acdc030b73a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12443 | 2025.01.31 23:41:59.145673 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12444 | 2025.01.31 23:41:59.145972 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 12445 | 2025.01.31 23:41:59.146271 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 12446 | 2025.01.31 23:41:59.146578 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 12447 | 2025.01.31 23:41:59.146989 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 12448 | 2025.01.31 23:41:59.148625 [ 262 ] {e8cdf4e7-fcdb-465e-bf67-acdc030b73a6} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12449 | 2025.01.31 23:41:59.148700 [ 262 ] {e8cdf4e7-fcdb-465e-bf67-acdc030b73a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12450 | 2025.01.31 23:41:59.149799 [ 262 ] {e8cdf4e7-fcdb-465e-bf67-acdc030b73a6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12451 | 2025.01.31 23:41:59.149846 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005551765 sec., 97266.36484073082 rows/sec., 6.97 MiB/sec. | ||
| 12452 | 2025.01.31 23:41:59.150006 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12453 | 2025.01.31 23:41:59.150104 [ 262 ] {e8cdf4e7-fcdb-465e-bf67-acdc030b73a6} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12454 | 2025.01.31 23:41:59.150440 [ 262 ] {e8cdf4e7-fcdb-465e-bf67-acdc030b73a6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005275 sec., 2464.4549763033174 rows/sec., 153.66 KiB/sec. | ||
| 12455 | 2025.01.31 23:41:59.150494 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_47_10} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12456 | 2025.01.31 23:41:59.150712 [ 262 ] {e8cdf4e7-fcdb-465e-bf67-acdc030b73a6} <Debug> TCPHandler: Processed in 0.005985178 sec. | ||
| 12457 | 2025.01.31 23:41:59.150759 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_47_10} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12458 | 2025.01.31 23:41:59.151044 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12459 | 2025.01.31 23:41:59.151068 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 12460 | 2025.01.31 23:41:59.151252 [ 259 ] {40052238-3d52-4978-b5b0-d6f4b9b9f9a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12461 | 2025.01.31 23:41:59.151307 [ 259 ] {40052238-3d52-4978-b5b0-d6f4b9b9f9a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12462 | 2025.01.31 23:41:59.152040 [ 259 ] {40052238-3d52-4978-b5b0-d6f4b9b9f9a7} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12463 | 2025.01.31 23:41:59.152079 [ 259 ] {40052238-3d52-4978-b5b0-d6f4b9b9f9a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12464 | 2025.01.31 23:41:59.152477 [ 259 ] {40052238-3d52-4978-b5b0-d6f4b9b9f9a7} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12465 | 2025.01.31 23:41:59.152719 [ 259 ] {40052238-3d52-4978-b5b0-d6f4b9b9f9a7} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12466 | 2025.01.31 23:41:59.152921 [ 259 ] {40052238-3d52-4978-b5b0-d6f4b9b9f9a7} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00169 sec., 249112.42603550295 rows/sec., 17.80 MiB/sec. | ||
| 12467 | 2025.01.31 23:41:59.152991 [ 259 ] {40052238-3d52-4978-b5b0-d6f4b9b9f9a7} <Debug> TCPHandler: Processed in 0.002168238 sec. | ||
| 12468 | 2025.01.31 23:41:59.153168 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12469 | 2025.01.31 23:41:59.153531 [ 262 ] {aa843f13-bd31-4004-a887-87a213458183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12470 | 2025.01.31 23:41:59.153713 [ 262 ] {aa843f13-bd31-4004-a887-87a213458183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12471 | 2025.01.31 23:41:59.154533 [ 262 ] {aa843f13-bd31-4004-a887-87a213458183} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12472 | 2025.01.31 23:41:59.154573 [ 262 ] {aa843f13-bd31-4004-a887-87a213458183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12473 | 2025.01.31 23:41:59.154934 [ 262 ] {aa843f13-bd31-4004-a887-87a213458183} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12474 | 2025.01.31 23:41:59.155167 [ 262 ] {aa843f13-bd31-4004-a887-87a213458183} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12475 | 2025.01.31 23:41:59.155363 [ 122 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12476 | 2025.01.31 23:41:59.155426 [ 262 ] {aa843f13-bd31-4004-a887-87a213458183} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002022 sec., 2967.359050445104 rows/sec., 155.03 KiB/sec. | ||
| 12477 | 2025.01.31 23:41:59.155454 [ 122 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12478 | 2025.01.31 23:41:59.155528 [ 262 ] {aa843f13-bd31-4004-a887-87a213458183} <Debug> TCPHandler: Processed in 0.002435426 sec. | ||
| 12479 | 2025.01.31 23:41:59.155536 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12480 | 2025.01.31 23:41:59.155769 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 12481 | 2025.01.31 23:41:59.155782 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12482 | 2025.01.31 23:41:59.156031 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12483 | 2025.01.31 23:41:59.156094 [ 259 ] {b4b44461-53c1-4a17-8c45-211e7770c2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12484 | 2025.01.31 23:41:59.156148 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 12485 | 2025.01.31 23:41:59.156243 [ 259 ] {b4b44461-53c1-4a17-8c45-211e7770c2db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12486 | 2025.01.31 23:41:59.156397 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 12487 | 2025.01.31 23:41:59.156567 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 12488 | 2025.01.31 23:41:59.156754 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 12489 | 2025.01.31 23:41:59.156910 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 12490 | 2025.01.31 23:41:59.157060 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 12491 | 2025.01.31 23:41:59.157769 [ 259 ] {b4b44461-53c1-4a17-8c45-211e7770c2db} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12492 | 2025.01.31 23:41:59.157814 [ 259 ] {b4b44461-53c1-4a17-8c45-211e7770c2db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12493 | 2025.01.31 23:41:59.158432 [ 259 ] {b4b44461-53c1-4a17-8c45-211e7770c2db} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12494 | 2025.01.31 23:41:59.158595 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.002919322 sec., 96597.77167438193 rows/sec., 4.93 MiB/sec. | ||
| 12495 | 2025.01.31 23:41:59.158734 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12496 | 2025.01.31 23:41:59.158821 [ 259 ] {b4b44461-53c1-4a17-8c45-211e7770c2db} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12497 | 2025.01.31 23:41:59.159017 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 12498 | 2025.01.31 23:41:59.159064 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12499 | 2025.01.31 23:41:59.159097 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12500 | 2025.01.31 23:41:59.159121 [ 259 ] {b4b44461-53c1-4a17-8c45-211e7770c2db} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00311 sec., 76205.78778135049 rows/sec., 5.11 MiB/sec. | ||
| 12501 | 2025.01.31 23:41:59.159322 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_47_10} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12502 | 2025.01.31 23:41:59.159526 [ 259 ] {b4b44461-53c1-4a17-8c45-211e7770c2db} <Debug> TCPHandler: Processed in 0.003869182 sec. | ||
| 12503 | 2025.01.31 23:41:59.159551 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12504 | 2025.01.31 23:41:59.159652 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_47_10} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12505 | 2025.01.31 23:41:59.159771 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12506 | 2025.01.31 23:41:59.159938 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12507 | 2025.01.31 23:41:59.160122 [ 262 ] {d1392a3f-bcf9-4bef-9d9c-7b6e234805a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12508 | 2025.01.31 23:41:59.160132 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12509 | 2025.01.31 23:41:59.160231 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 31984 rows starting from the beginning of the part | ||
| 12510 | 2025.01.31 23:41:59.160239 [ 262 ] {d1392a3f-bcf9-4bef-9d9c-7b6e234805a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12511 | 2025.01.31 23:41:59.160589 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12512 | 2025.01.31 23:41:59.160971 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12513 | 2025.01.31 23:41:59.161394 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12514 | 2025.01.31 23:41:59.161690 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12515 | 2025.01.31 23:41:59.161933 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12516 | 2025.01.31 23:41:59.162768 [ 262 ] {d1392a3f-bcf9-4bef-9d9c-7b6e234805a9} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12517 | 2025.01.31 23:41:59.162845 [ 262 ] {d1392a3f-bcf9-4bef-9d9c-7b6e234805a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12518 | 2025.01.31 23:41:59.163618 [ 262 ] {d1392a3f-bcf9-4bef-9d9c-7b6e234805a9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12519 | 2025.01.31 23:41:59.163936 [ 262 ] {d1392a3f-bcf9-4bef-9d9c-7b6e234805a9} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12520 | 2025.01.31 23:41:59.164205 [ 262 ] {d1392a3f-bcf9-4bef-9d9c-7b6e234805a9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004186 sec., 238.89154323936935 rows/sec., 16.10 KiB/sec. | ||
| 12521 | 2025.01.31 23:41:59.164576 [ 262 ] {d1392a3f-bcf9-4bef-9d9c-7b6e234805a9} <Debug> TCPHandler: Processed in 0.004924694 sec. | ||
| 12522 | 2025.01.31 23:41:59.165030 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12523 | 2025.01.31 23:41:59.165638 [ 259 ] {16ba9a56-119e-454a-8352-8ac5b7416ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12524 | 2025.01.31 23:41:59.165889 [ 259 ] {16ba9a56-119e-454a-8352-8ac5b7416ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12525 | 2025.01.31 23:41:59.167991 [ 259 ] {16ba9a56-119e-454a-8352-8ac5b7416ab2} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12526 | 2025.01.31 23:41:59.168040 [ 259 ] {16ba9a56-119e-454a-8352-8ac5b7416ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12527 | 2025.01.31 23:41:59.168909 [ 259 ] {16ba9a56-119e-454a-8352-8ac5b7416ab2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12528 | 2025.01.31 23:41:59.169292 [ 259 ] {16ba9a56-119e-454a-8352-8ac5b7416ab2} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12529 | 2025.01.31 23:41:59.169611 [ 259 ] {16ba9a56-119e-454a-8352-8ac5b7416ab2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004138 sec., 9424.842919284678 rows/sec., 16.89 MiB/sec. | ||
| 12530 | 2025.01.31 23:41:59.169746 [ 259 ] {16ba9a56-119e-454a-8352-8ac5b7416ab2} <Debug> TCPHandler: Processed in 0.005011047 sec. | ||
| 12531 | 2025.01.31 23:41:59.169902 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12532 | 2025.01.31 23:41:59.170058 [ 262 ] {f041539e-4007-4a2b-9d4a-764165914143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12533 | 2025.01.31 23:41:59.170126 [ 262 ] {f041539e-4007-4a2b-9d4a-764165914143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12534 | 2025.01.31 23:41:59.171106 [ 262 ] {f041539e-4007-4a2b-9d4a-764165914143} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12535 | 2025.01.31 23:41:59.171152 [ 262 ] {f041539e-4007-4a2b-9d4a-764165914143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12536 | 2025.01.31 23:41:59.171675 [ 262 ] {f041539e-4007-4a2b-9d4a-764165914143} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12537 | 2025.01.31 23:41:59.172027 [ 262 ] {f041539e-4007-4a2b-9d4a-764165914143} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12538 | 2025.01.31 23:41:59.172372 [ 262 ] {f041539e-4007-4a2b-9d4a-764165914143} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002362 sec., 34716.342082980525 rows/sec., 2.20 MiB/sec. | ||
| 12539 | 2025.01.31 23:41:59.172718 [ 262 ] {f041539e-4007-4a2b-9d4a-764165914143} <Debug> TCPHandler: Processed in 0.00286702 sec. | ||
| 12540 | 2025.01.31 23:41:59.172960 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32906 rows, containing 5 columns (5 merged, 0 gathered) in 0.013768483 sec., 2389951.020747892 rows/sec., 161.38 MiB/sec. | ||
| 12541 | 2025.01.31 23:41:59.173243 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 12542 | 2025.01.31 23:41:59.173566 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12543 | 2025.01.31 23:41:59.173662 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 12544 | 2025.01.31 23:41:59.173763 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12545 | 2025.01.31 23:42:03.205116 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12546 | 2025.01.31 23:42:03.205190 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12547 | 2025.01.31 23:42:03.437870 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
| 12548 | 2025.01.31 23:42:03.438555 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12549 | 2025.01.31 23:42:03.438607 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12550 | 2025.01.31 23:42:03.439157 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12551 | 2025.01.31 23:42:03.439433 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12552 | 2025.01.31 23:42:03.439655 [ 116 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12553 | 2025.01.31 23:42:03.439725 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 12554 | 2025.01.31 23:42:03.439753 [ 116 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12555 | 2025.01.31 23:42:03.439785 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12556 | 2025.01.31 23:42:03.439927 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 12557 | 2025.01.31 23:42:03.440096 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12558 | 2025.01.31 23:42:03.440173 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
| 12559 | 2025.01.31 23:42:03.440273 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 12560 | 2025.01.31 23:42:03.440501 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
| 12561 | 2025.01.31 23:42:03.440645 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
| 12562 | 2025.01.31 23:42:03.440863 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
| 12563 | 2025.01.31 23:42:03.441004 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
| 12564 | 2025.01.31 23:42:03.443946 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004089918 sec., 7397703.328037384 rows/sec., 105.82 MiB/sec. | ||
| 12565 | 2025.01.31 23:42:03.444272 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12566 | 2025.01.31 23:42:03.444585 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_66_13} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12567 | 2025.01.31 23:42:03.444676 [ 194 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_66_13} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12568 | 2025.01.31 23:42:03.444777 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 12569 | 2025.01.31 23:42:04.126683 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12570 | 2025.01.31 23:42:04.126880 [ 262 ] {6f81b55d-9058-4e3a-b74e-d9bb75ec1957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12571 | 2025.01.31 23:42:04.126956 [ 262 ] {6f81b55d-9058-4e3a-b74e-d9bb75ec1957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12572 | 2025.01.31 23:42:04.127759 [ 262 ] {6f81b55d-9058-4e3a-b74e-d9bb75ec1957} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12573 | 2025.01.31 23:42:04.127814 [ 262 ] {6f81b55d-9058-4e3a-b74e-d9bb75ec1957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12574 | 2025.01.31 23:42:04.128261 [ 262 ] {6f81b55d-9058-4e3a-b74e-d9bb75ec1957} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12575 | 2025.01.31 23:42:04.128527 [ 262 ] {6f81b55d-9058-4e3a-b74e-d9bb75ec1957} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12576 | 2025.01.31 23:42:04.128744 [ 116 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12577 | 2025.01.31 23:42:04.128772 [ 262 ] {6f81b55d-9058-4e3a-b74e-d9bb75ec1957} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.20 MiB/sec. | ||
| 12578 | 2025.01.31 23:42:04.128825 [ 116 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12579 | 2025.01.31 23:42:04.128899 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12580 | 2025.01.31 23:42:04.128923 [ 262 ] {6f81b55d-9058-4e3a-b74e-d9bb75ec1957} <Debug> TCPHandler: Processed in 0.002371785 sec. | ||
| 12581 | 2025.01.31 23:42:04.129128 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12582 | 2025.01.31 23:42:04.129272 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12583 | 2025.01.31 23:42:04.129341 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12584 | 2025.01.31 23:42:04.129390 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12585 | 2025.01.31 23:42:04.129625 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12586 | 2025.01.31 23:42:04.129644 [ 259 ] {e4aad0e2-c63a-4ea0-a106-15eec44f1798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12587 | 2025.01.31 23:42:04.129895 [ 259 ] {e4aad0e2-c63a-4ea0-a106-15eec44f1798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12588 | 2025.01.31 23:42:04.129921 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12589 | 2025.01.31 23:42:04.130309 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12590 | 2025.01.31 23:42:04.130617 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12591 | 2025.01.31 23:42:04.130946 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 12592 | 2025.01.31 23:42:04.132736 [ 259 ] {e4aad0e2-c63a-4ea0-a106-15eec44f1798} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12593 | 2025.01.31 23:42:04.132818 [ 259 ] {e4aad0e2-c63a-4ea0-a106-15eec44f1798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12594 | 2025.01.31 23:42:04.133852 [ 259 ] {e4aad0e2-c63a-4ea0-a106-15eec44f1798} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12595 | 2025.01.31 23:42:04.134416 [ 259 ] {e4aad0e2-c63a-4ea0-a106-15eec44f1798} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12596 | 2025.01.31 23:42:04.134505 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.005487942 sec., 393590.1654937315 rows/sec., 34.61 MiB/sec. | ||
| 12597 | 2025.01.31 23:42:04.134707 [ 116 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12598 | 2025.01.31 23:42:04.134800 [ 116 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12599 | 2025.01.31 23:42:04.134854 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12600 | 2025.01.31 23:42:04.134890 [ 259 ] {e4aad0e2-c63a-4ea0-a106-15eec44f1798} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005399 sec., 11854.047045749212 rows/sec., 947.44 KiB/sec. | ||
| 12601 | 2025.01.31 23:42:04.134907 [ 200 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12602 | 2025.01.31 23:42:04.135325 [ 259 ] {e4aad0e2-c63a-4ea0-a106-15eec44f1798} <Debug> TCPHandler: Processed in 0.006205285 sec. | ||
| 12603 | 2025.01.31 23:42:04.135376 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12604 | 2025.01.31 23:42:04.135562 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12605 | 2025.01.31 23:42:04.135654 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12606 | 2025.01.31 23:42:04.135781 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12607 | 2025.01.31 23:42:04.135889 [ 262 ] {833511b6-041a-42c2-badf-82fd7da185b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12608 | 2025.01.31 23:42:04.135919 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_111_22} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12609 | 2025.01.31 23:42:04.136135 [ 262 ] {833511b6-041a-42c2-badf-82fd7da185b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12610 | 2025.01.31 23:42:04.136391 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12611 | 2025.01.31 23:42:04.136401 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_111_22} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12612 | 2025.01.31 23:42:04.136770 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12613 | 2025.01.31 23:42:04.137071 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12614 | 2025.01.31 23:42:04.137405 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12615 | 2025.01.31 23:42:04.137729 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12616 | 2025.01.31 23:42:04.137913 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 12617 | 2025.01.31 23:42:04.138826 [ 262 ] {833511b6-041a-42c2-badf-82fd7da185b4} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12618 | 2025.01.31 23:42:04.138893 [ 262 ] {833511b6-041a-42c2-badf-82fd7da185b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12619 | 2025.01.31 23:42:04.140006 [ 262 ] {833511b6-041a-42c2-badf-82fd7da185b4} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12620 | 2025.01.31 23:42:04.140478 [ 262 ] {833511b6-041a-42c2-badf-82fd7da185b4} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12621 | 2025.01.31 23:42:04.140919 [ 262 ] {833511b6-041a-42c2-badf-82fd7da185b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005144 sec., 31104.199066874025 rows/sec., 2.17 MiB/sec. | ||
| 12622 | 2025.01.31 23:42:04.141207 [ 262 ] {833511b6-041a-42c2-badf-82fd7da185b4} <Debug> TCPHandler: Processed in 0.005765891 sec. | ||
| 12623 | 2025.01.31 23:42:04.141228 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.006255717 sec., 311235.3068401272 rows/sec., 23.82 MiB/sec. | ||
| 12624 | 2025.01.31 23:42:04.141395 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12625 | 2025.01.31 23:42:04.141442 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12626 | 2025.01.31 23:42:04.141543 [ 259 ] {b4e75588-8ff8-4194-ac80-0928032e3a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12627 | 2025.01.31 23:42:04.141601 [ 259 ] {b4e75588-8ff8-4194-ac80-0928032e3a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12628 | 2025.01.31 23:42:04.141836 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_111_22} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12629 | 2025.01.31 23:42:04.141949 [ 202 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_111_22} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12630 | 2025.01.31 23:42:04.142048 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12631 | 2025.01.31 23:42:04.142252 [ 259 ] {b4e75588-8ff8-4194-ac80-0928032e3a3a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12632 | 2025.01.31 23:42:04.142291 [ 259 ] {b4e75588-8ff8-4194-ac80-0928032e3a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12633 | 2025.01.31 23:42:04.142689 [ 259 ] {b4e75588-8ff8-4194-ac80-0928032e3a3a} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12634 | 2025.01.31 23:42:04.142942 [ 259 ] {b4e75588-8ff8-4194-ac80-0928032e3a3a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12635 | 2025.01.31 23:42:04.143142 [ 116 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12636 | 2025.01.31 23:42:04.143200 [ 259 ] {b4e75588-8ff8-4194-ac80-0928032e3a3a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001679 sec., 35735.5568790947 rows/sec., 2.41 MiB/sec. | ||
| 12637 | 2025.01.31 23:42:04.143206 [ 116 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12638 | 2025.01.31 23:42:04.143287 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12639 | 2025.01.31 23:42:04.143346 [ 259 ] {b4e75588-8ff8-4194-ac80-0928032e3a3a} <Debug> TCPHandler: Processed in 0.002018803 sec. | ||
| 12640 | 2025.01.31 23:42:04.143563 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12641 | 2025.01.31 23:42:04.143677 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12642 | 2025.01.31 23:42:04.143709 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12643 | 2025.01.31 23:42:04.143828 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12644 | 2025.01.31 23:42:04.143939 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12645 | 2025.01.31 23:42:04.144189 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12646 | 2025.01.31 23:42:04.144426 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12647 | 2025.01.31 23:42:04.144665 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 12648 | 2025.01.31 23:42:04.146832 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6782 rows, containing 4 columns (4 merged, 0 gathered) in 0.003429988 sec., 1977266.3927687209 rows/sec., 128.89 MiB/sec. | ||
| 12649 | 2025.01.31 23:42:04.147318 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12650 | 2025.01.31 23:42:04.147632 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_111_22} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12651 | 2025.01.31 23:42:04.147727 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_111_22} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12652 | 2025.01.31 23:42:04.147830 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 12653 | 2025.01.31 23:42:04.973936 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12654 | 2025.01.31 23:42:04.974120 [ 262 ] {52b2192f-9cdd-46f9-9369-96cbc96bde18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12655 | 2025.01.31 23:42:04.974193 [ 262 ] {52b2192f-9cdd-46f9-9369-96cbc96bde18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12656 | 2025.01.31 23:42:04.974945 [ 262 ] {52b2192f-9cdd-46f9-9369-96cbc96bde18} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12657 | 2025.01.31 23:42:04.974992 [ 262 ] {52b2192f-9cdd-46f9-9369-96cbc96bde18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12658 | 2025.01.31 23:42:04.975437 [ 262 ] {52b2192f-9cdd-46f9-9369-96cbc96bde18} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12659 | 2025.01.31 23:42:04.975703 [ 262 ] {52b2192f-9cdd-46f9-9369-96cbc96bde18} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12660 | 2025.01.31 23:42:04.975966 [ 262 ] {52b2192f-9cdd-46f9-9369-96cbc96bde18} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec. | ||
| 12661 | 2025.01.31 23:42:04.976072 [ 262 ] {52b2192f-9cdd-46f9-9369-96cbc96bde18} <Debug> TCPHandler: Processed in 0.002259791 sec. | ||
| 12662 | 2025.01.31 23:42:04.976393 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12663 | 2025.01.31 23:42:04.976583 [ 259 ] {4e2ad11c-1e52-4fd0-918d-af86e972d967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12664 | 2025.01.31 23:42:04.976656 [ 259 ] {4e2ad11c-1e52-4fd0-918d-af86e972d967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12665 | 2025.01.31 23:42:04.977411 [ 259 ] {4e2ad11c-1e52-4fd0-918d-af86e972d967} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12666 | 2025.01.31 23:42:04.977453 [ 259 ] {4e2ad11c-1e52-4fd0-918d-af86e972d967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12667 | 2025.01.31 23:42:04.977897 [ 259 ] {4e2ad11c-1e52-4fd0-918d-af86e972d967} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 12668 | 2025.01.31 23:42:04.978171 [ 259 ] {4e2ad11c-1e52-4fd0-918d-af86e972d967} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12669 | 2025.01.31 23:42:04.978564 [ 259 ] {4e2ad11c-1e52-4fd0-918d-af86e972d967} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001955 sec., 8184.143222506394 rows/sec., 667.36 KiB/sec. | ||
| 12670 | 2025.01.31 23:42:04.978954 [ 259 ] {4e2ad11c-1e52-4fd0-918d-af86e972d967} <Debug> TCPHandler: Processed in 0.002723806 sec. | ||
| 12671 | 2025.01.31 23:42:04.979136 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12672 | 2025.01.31 23:42:04.979283 [ 262 ] {35d03f2f-bf1a-47e9-ba2d-6a832d9be261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12673 | 2025.01.31 23:42:04.979347 [ 262 ] {35d03f2f-bf1a-47e9-ba2d-6a832d9be261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12674 | 2025.01.31 23:42:04.981122 [ 262 ] {35d03f2f-bf1a-47e9-ba2d-6a832d9be261} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12675 | 2025.01.31 23:42:04.981177 [ 262 ] {35d03f2f-bf1a-47e9-ba2d-6a832d9be261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12676 | 2025.01.31 23:42:04.981808 [ 262 ] {35d03f2f-bf1a-47e9-ba2d-6a832d9be261} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12677 | 2025.01.31 23:42:04.982140 [ 262 ] {35d03f2f-bf1a-47e9-ba2d-6a832d9be261} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12678 | 2025.01.31 23:42:04.982376 [ 262 ] {35d03f2f-bf1a-47e9-ba2d-6a832d9be261} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.003128 sec., 456841.4322250639 rows/sec., 38.11 MiB/sec. | ||
| 12679 | 2025.01.31 23:42:04.982439 [ 262 ] {35d03f2f-bf1a-47e9-ba2d-6a832d9be261} <Debug> TCPHandler: Processed in 0.003372526 sec. | ||
| 12680 | 2025.01.31 23:42:04.982609 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12681 | 2025.01.31 23:42:04.982748 [ 259 ] {ad02e034-fcc2-4bf3-a35e-702dcc95a603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12682 | 2025.01.31 23:42:04.982806 [ 259 ] {ad02e034-fcc2-4bf3-a35e-702dcc95a603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12683 | 2025.01.31 23:42:04.983501 [ 259 ] {ad02e034-fcc2-4bf3-a35e-702dcc95a603} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12684 | 2025.01.31 23:42:04.983539 [ 259 ] {ad02e034-fcc2-4bf3-a35e-702dcc95a603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12685 | 2025.01.31 23:42:04.983911 [ 259 ] {ad02e034-fcc2-4bf3-a35e-702dcc95a603} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12686 | 2025.01.31 23:42:04.984169 [ 259 ] {ad02e034-fcc2-4bf3-a35e-702dcc95a603} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12687 | 2025.01.31 23:42:04.984388 [ 259 ] {ad02e034-fcc2-4bf3-a35e-702dcc95a603} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.00166 sec., 37349.39759036145 rows/sec., 2.65 MiB/sec. | ||
| 12688 | 2025.01.31 23:42:04.984473 [ 259 ] {ad02e034-fcc2-4bf3-a35e-702dcc95a603} <Debug> TCPHandler: Processed in 0.001928271 sec. | ||
| 12689 | 2025.01.31 23:42:04.984685 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12690 | 2025.01.31 23:42:04.984839 [ 262 ] {4a1b5471-f179-4933-a8a9-8b3bb598c736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12691 | 2025.01.31 23:42:04.984900 [ 262 ] {4a1b5471-f179-4933-a8a9-8b3bb598c736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12692 | 2025.01.31 23:42:04.985655 [ 262 ] {4a1b5471-f179-4933-a8a9-8b3bb598c736} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12693 | 2025.01.31 23:42:04.985695 [ 262 ] {4a1b5471-f179-4933-a8a9-8b3bb598c736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12694 | 2025.01.31 23:42:04.986060 [ 262 ] {4a1b5471-f179-4933-a8a9-8b3bb598c736} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12695 | 2025.01.31 23:42:04.986292 [ 262 ] {4a1b5471-f179-4933-a8a9-8b3bb598c736} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12696 | 2025.01.31 23:42:04.986537 [ 262 ] {4a1b5471-f179-4933-a8a9-8b3bb598c736} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001734 sec., 139561.70703575548 rows/sec., 9.46 MiB/sec. | ||
| 12697 | 2025.01.31 23:42:04.986594 [ 262 ] {4a1b5471-f179-4933-a8a9-8b3bb598c736} <Debug> TCPHandler: Processed in 0.002022664 sec. | ||
| 12698 | 2025.01.31 23:42:04.986844 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12699 | 2025.01.31 23:42:04.987072 [ 259 ] {f698f44c-3d80-4af4-ab26-bb003a0ed060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12700 | 2025.01.31 23:42:04.987164 [ 259 ] {f698f44c-3d80-4af4-ab26-bb003a0ed060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12701 | 2025.01.31 23:42:04.987880 [ 259 ] {f698f44c-3d80-4af4-ab26-bb003a0ed060} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12702 | 2025.01.31 23:42:04.987919 [ 259 ] {f698f44c-3d80-4af4-ab26-bb003a0ed060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12703 | 2025.01.31 23:42:04.988278 [ 259 ] {f698f44c-3d80-4af4-ab26-bb003a0ed060} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12704 | 2025.01.31 23:42:04.988527 [ 259 ] {f698f44c-3d80-4af4-ab26-bb003a0ed060} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12705 | 2025.01.31 23:42:04.988706 [ 259 ] {f698f44c-3d80-4af4-ab26-bb003a0ed060} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001695 sec., 7669.616519174042 rows/sec., 478.20 KiB/sec. | ||
| 12706 | 2025.01.31 23:42:04.988757 [ 259 ] {f698f44c-3d80-4af4-ab26-bb003a0ed060} <Debug> TCPHandler: Processed in 0.002067535 sec. | ||
| 12707 | 2025.01.31 23:42:04.988915 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12708 | 2025.01.31 23:42:04.989058 [ 262 ] {4ce3274d-dc06-4611-8924-36f33fc48c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12709 | 2025.01.31 23:42:04.989114 [ 262 ] {4ce3274d-dc06-4611-8924-36f33fc48c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12710 | 2025.01.31 23:42:04.990277 [ 262 ] {4ce3274d-dc06-4611-8924-36f33fc48c9d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12711 | 2025.01.31 23:42:04.990317 [ 262 ] {4ce3274d-dc06-4611-8924-36f33fc48c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12712 | 2025.01.31 23:42:04.990710 [ 262 ] {4ce3274d-dc06-4611-8924-36f33fc48c9d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12713 | 2025.01.31 23:42:04.990957 [ 262 ] {4ce3274d-dc06-4611-8924-36f33fc48c9d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12714 | 2025.01.31 23:42:04.991164 [ 262 ] {4ce3274d-dc06-4611-8924-36f33fc48c9d} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002142 sec., 416900.0933706816 rows/sec., 30.27 MiB/sec. | ||
| 12715 | 2025.01.31 23:42:04.991217 [ 262 ] {4ce3274d-dc06-4611-8924-36f33fc48c9d} <Debug> TCPHandler: Processed in 0.002370444 sec. | ||
| 12716 | 2025.01.31 23:42:04.991374 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12717 | 2025.01.31 23:42:04.991512 [ 259 ] {60479549-48eb-4cf4-9e57-24a61416d2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12718 | 2025.01.31 23:42:04.991571 [ 259 ] {60479549-48eb-4cf4-9e57-24a61416d2e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12719 | 2025.01.31 23:42:04.992143 [ 259 ] {60479549-48eb-4cf4-9e57-24a61416d2e0} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12720 | 2025.01.31 23:42:04.992189 [ 259 ] {60479549-48eb-4cf4-9e57-24a61416d2e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12721 | 2025.01.31 23:42:04.992592 [ 259 ] {60479549-48eb-4cf4-9e57-24a61416d2e0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12722 | 2025.01.31 23:42:04.992845 [ 259 ] {60479549-48eb-4cf4-9e57-24a61416d2e0} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12723 | 2025.01.31 23:42:04.993063 [ 259 ] {60479549-48eb-4cf4-9e57-24a61416d2e0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001573 sec., 3814.367450731087 rows/sec., 199.29 KiB/sec. | ||
| 12724 | 2025.01.31 23:42:04.993175 [ 259 ] {60479549-48eb-4cf4-9e57-24a61416d2e0} <Debug> TCPHandler: Processed in 0.001864658 sec. | ||
| 12725 | 2025.01.31 23:42:04.993378 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12726 | 2025.01.31 23:42:04.993520 [ 262 ] {614ccbb3-5280-436f-8b11-3c3280c6ca9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12727 | 2025.01.31 23:42:04.993580 [ 262 ] {614ccbb3-5280-436f-8b11-3c3280c6ca9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12728 | 2025.01.31 23:42:04.994437 [ 262 ] {614ccbb3-5280-436f-8b11-3c3280c6ca9c} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12729 | 2025.01.31 23:42:04.994476 [ 262 ] {614ccbb3-5280-436f-8b11-3c3280c6ca9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12730 | 2025.01.31 23:42:04.994914 [ 262 ] {614ccbb3-5280-436f-8b11-3c3280c6ca9c} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12731 | 2025.01.31 23:42:04.995158 [ 262 ] {614ccbb3-5280-436f-8b11-3c3280c6ca9c} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12732 | 2025.01.31 23:42:04.995369 [ 262 ] {614ccbb3-5280-436f-8b11-3c3280c6ca9c} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001878 sec., 512779.552715655 rows/sec., 34.08 MiB/sec. | ||
| 12733 | 2025.01.31 23:42:04.995432 [ 262 ] {614ccbb3-5280-436f-8b11-3c3280c6ca9c} <Debug> TCPHandler: Processed in 0.002153378 sec. | ||
| 12734 | 2025.01.31 23:42:04.995690 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12735 | 2025.01.31 23:42:04.995953 [ 259 ] {80e6c3a6-0e0d-4b04-8ff2-4174c8faa9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12736 | 2025.01.31 23:42:04.996047 [ 259 ] {80e6c3a6-0e0d-4b04-8ff2-4174c8faa9e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12737 | 2025.01.31 23:42:04.996686 [ 259 ] {80e6c3a6-0e0d-4b04-8ff2-4174c8faa9e2} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12738 | 2025.01.31 23:42:04.996725 [ 259 ] {80e6c3a6-0e0d-4b04-8ff2-4174c8faa9e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12739 | 2025.01.31 23:42:04.997100 [ 259 ] {80e6c3a6-0e0d-4b04-8ff2-4174c8faa9e2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12740 | 2025.01.31 23:42:04.997348 [ 259 ] {80e6c3a6-0e0d-4b04-8ff2-4174c8faa9e2} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12741 | 2025.01.31 23:42:04.997528 [ 259 ] {80e6c3a6-0e0d-4b04-8ff2-4174c8faa9e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001629 sec., 613.8735420503376 rows/sec., 41.36 KiB/sec. | ||
| 12742 | 2025.01.31 23:42:04.997578 [ 259 ] {80e6c3a6-0e0d-4b04-8ff2-4174c8faa9e2} <Debug> TCPHandler: Processed in 0.002061355 sec. | ||
| 12743 | 2025.01.31 23:42:04.997740 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12744 | 2025.01.31 23:42:04.997878 [ 262 ] {ae50e204-ccbd-4abd-9ec6-1b57cb4167bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12745 | 2025.01.31 23:42:04.997971 [ 262 ] {ae50e204-ccbd-4abd-9ec6-1b57cb4167bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12746 | 2025.01.31 23:42:04.999244 [ 262 ] {ae50e204-ccbd-4abd-9ec6-1b57cb4167bd} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12747 | 2025.01.31 23:42:04.999282 [ 262 ] {ae50e204-ccbd-4abd-9ec6-1b57cb4167bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12748 | 2025.01.31 23:42:04.999920 [ 262 ] {ae50e204-ccbd-4abd-9ec6-1b57cb4167bd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12749 | 2025.01.31 23:42:05.000211 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.13 MiB, peak 262.07 MiB, free memory in arenas 0.00 B, will set to 254.06 MiB (RSS), difference: -1.07 MiB | ||
| 12750 | 2025.01.31 23:42:05.000518 [ 262 ] {ae50e204-ccbd-4abd-9ec6-1b57cb4167bd} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12751 | 2025.01.31 23:42:05.001085 [ 262 ] {ae50e204-ccbd-4abd-9ec6-1b57cb4167bd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003208 sec., 12157.1072319202 rows/sec., 21.78 MiB/sec. | ||
| 12752 | 2025.01.31 23:42:05.001637 [ 262 ] {ae50e204-ccbd-4abd-9ec6-1b57cb4167bd} <Debug> TCPHandler: Processed in 0.003965115 sec. | ||
| 12753 | 2025.01.31 23:42:05.001818 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12754 | 2025.01.31 23:42:05.001955 [ 259 ] {ed109430-073c-43f9-a828-6293cb16617b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12755 | 2025.01.31 23:42:05.002013 [ 259 ] {ed109430-073c-43f9-a828-6293cb16617b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12756 | 2025.01.31 23:42:05.002547 [ 259 ] {ed109430-073c-43f9-a828-6293cb16617b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12757 | 2025.01.31 23:42:05.002586 [ 259 ] {ed109430-073c-43f9-a828-6293cb16617b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12758 | 2025.01.31 23:42:05.002965 [ 259 ] {ed109430-073c-43f9-a828-6293cb16617b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12759 | 2025.01.31 23:42:05.003213 [ 259 ] {ed109430-073c-43f9-a828-6293cb16617b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12760 | 2025.01.31 23:42:05.003393 [ 259 ] {ed109430-073c-43f9-a828-6293cb16617b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001469 sec., 23144.99659632403 rows/sec., 1.34 MiB/sec. | ||
| 12761 | 2025.01.31 23:42:05.003441 [ 259 ] {ed109430-073c-43f9-a828-6293cb16617b} <Debug> TCPHandler: Processed in 0.001693113 sec. | ||
| 12762 | 2025.01.31 23:42:05.617972 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 12763 | 2025.01.31 23:42:05.640048 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12764 | 2025.01.31 23:42:05.640105 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12765 | 2025.01.31 23:42:05.647500 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12766 | 2025.01.31 23:42:05.648266 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12767 | 2025.01.31 23:42:05.648715 [ 113 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12768 | 2025.01.31 23:42:05.648885 [ 113 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12769 | 2025.01.31 23:42:05.648988 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12770 | 2025.01.31 23:42:05.649344 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 12771 | 2025.01.31 23:42:05.659226 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 12772 | 2025.01.31 23:42:05.660471 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12773 | 2025.01.31 23:42:05.661363 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 12774 | 2025.01.31 23:42:05.666141 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 12775 | 2025.01.31 23:42:05.670842 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 12776 | 2025.01.31 23:42:05.675982 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 12777 | 2025.01.31 23:42:05.681332 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 12778 | 2025.01.31 23:42:05.685825 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 12779 | 2025.01.31 23:42:05.745250 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.09609831 sec., 5182.1931103679135 rows/sec., 26.80 MiB/sec. | ||
| 12780 | 2025.01.31 23:42:05.748829 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12781 | 2025.01.31 23:42:05.751960 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_66_13} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12782 | 2025.01.31 23:42:05.752105 [ 198 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_66_13} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12783 | 2025.01.31 23:42:05.754758 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 12784 | 2025.01.31 23:42:08.592486 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1784 | ||
| 12785 | 2025.01.31 23:42:08.596094 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12786 | 2025.01.31 23:42:08.596143 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12787 | 2025.01.31 23:42:08.597663 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12788 | 2025.01.31 23:42:08.597983 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12789 | 2025.01.31 23:42:08.599527 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1784 | ||
| 12790 | 2025.01.31 23:42:09.124479 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12791 | 2025.01.31 23:42:09.124696 [ 262 ] {ede2e43f-2dfd-48ed-9a68-09ba6e42ca42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12792 | 2025.01.31 23:42:09.124777 [ 262 ] {ede2e43f-2dfd-48ed-9a68-09ba6e42ca42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12793 | 2025.01.31 23:42:09.125640 [ 262 ] {ede2e43f-2dfd-48ed-9a68-09ba6e42ca42} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12794 | 2025.01.31 23:42:09.125688 [ 262 ] {ede2e43f-2dfd-48ed-9a68-09ba6e42ca42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12795 | 2025.01.31 23:42:09.126147 [ 262 ] {ede2e43f-2dfd-48ed-9a68-09ba6e42ca42} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12796 | 2025.01.31 23:42:09.126412 [ 262 ] {ede2e43f-2dfd-48ed-9a68-09ba6e42ca42} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12797 | 2025.01.31 23:42:09.126617 [ 262 ] {ede2e43f-2dfd-48ed-9a68-09ba6e42ca42} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001981 sec., 28268.551236749114 rows/sec., 2.16 MiB/sec. | ||
| 12798 | 2025.01.31 23:42:09.126684 [ 262 ] {ede2e43f-2dfd-48ed-9a68-09ba6e42ca42} <Debug> TCPHandler: Processed in 0.002338734 sec. | ||
| 12799 | 2025.01.31 23:42:09.126996 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12800 | 2025.01.31 23:42:09.127297 [ 259 ] {0e2e2b51-efd4-447e-b32a-c84f3b8e2e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12801 | 2025.01.31 23:42:09.127410 [ 259 ] {0e2e2b51-efd4-447e-b32a-c84f3b8e2e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12802 | 2025.01.31 23:42:09.128225 [ 259 ] {0e2e2b51-efd4-447e-b32a-c84f3b8e2e61} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12803 | 2025.01.31 23:42:09.128270 [ 259 ] {0e2e2b51-efd4-447e-b32a-c84f3b8e2e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12804 | 2025.01.31 23:42:09.128725 [ 259 ] {0e2e2b51-efd4-447e-b32a-c84f3b8e2e61} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12805 | 2025.01.31 23:42:09.129009 [ 259 ] {0e2e2b51-efd4-447e-b32a-c84f3b8e2e61} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12806 | 2025.01.31 23:42:09.129271 [ 259 ] {0e2e2b51-efd4-447e-b32a-c84f3b8e2e61} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002055 sec., 31143.552311435524 rows/sec., 2.43 MiB/sec. | ||
| 12807 | 2025.01.31 23:42:09.129368 [ 259 ] {0e2e2b51-efd4-447e-b32a-c84f3b8e2e61} <Debug> TCPHandler: Processed in 0.00255328 sec. | ||
| 12808 | 2025.01.31 23:42:09.129540 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12809 | 2025.01.31 23:42:09.129745 [ 262 ] {c709f05a-18ba-44cd-b33c-a4c9c3323e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12810 | 2025.01.31 23:42:09.129813 [ 262 ] {c709f05a-18ba-44cd-b33c-a4c9c3323e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12811 | 2025.01.31 23:42:09.130470 [ 262 ] {c709f05a-18ba-44cd-b33c-a4c9c3323e4f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12812 | 2025.01.31 23:42:09.130515 [ 262 ] {c709f05a-18ba-44cd-b33c-a4c9c3323e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12813 | 2025.01.31 23:42:09.130915 [ 262 ] {c709f05a-18ba-44cd-b33c-a4c9c3323e4f} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12814 | 2025.01.31 23:42:09.131169 [ 262 ] {c709f05a-18ba-44cd-b33c-a4c9c3323e4f} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12815 | 2025.01.31 23:42:09.131351 [ 262 ] {c709f05a-18ba-44cd-b33c-a4c9c3323e4f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001663 sec., 76969.33253156945 rows/sec., 5.36 MiB/sec. | ||
| 12816 | 2025.01.31 23:42:09.131406 [ 262 ] {c709f05a-18ba-44cd-b33c-a4c9c3323e4f} <Debug> TCPHandler: Processed in 0.001959341 sec. | ||
| 12817 | 2025.01.31 23:42:09.131624 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12818 | 2025.01.31 23:42:09.131854 [ 259 ] {a029aab9-e7ae-46b5-ba77-c6aba871dad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12819 | 2025.01.31 23:42:09.131952 [ 259 ] {a029aab9-e7ae-46b5-ba77-c6aba871dad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12820 | 2025.01.31 23:42:09.132742 [ 259 ] {a029aab9-e7ae-46b5-ba77-c6aba871dad0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12821 | 2025.01.31 23:42:09.132781 [ 259 ] {a029aab9-e7ae-46b5-ba77-c6aba871dad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12822 | 2025.01.31 23:42:09.133183 [ 259 ] {a029aab9-e7ae-46b5-ba77-c6aba871dad0} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12823 | 2025.01.31 23:42:09.133436 [ 259 ] {a029aab9-e7ae-46b5-ba77-c6aba871dad0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12824 | 2025.01.31 23:42:09.133661 [ 259 ] {a029aab9-e7ae-46b5-ba77-c6aba871dad0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001868 sec., 25695.93147751606 rows/sec., 1.73 MiB/sec. | ||
| 12825 | 2025.01.31 23:42:09.133719 [ 259 ] {a029aab9-e7ae-46b5-ba77-c6aba871dad0} <Debug> TCPHandler: Processed in 0.00220959 sec. | ||
| 12826 | 2025.01.31 23:42:10.940775 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
| 12827 | 2025.01.31 23:42:10.941406 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12828 | 2025.01.31 23:42:10.941456 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12829 | 2025.01.31 23:42:10.942091 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12830 | 2025.01.31 23:42:10.942433 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12831 | 2025.01.31 23:42:10.942743 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
| 12832 | 2025.01.31 23:42:13.160198 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 12833 | 2025.01.31 23:42:13.179343 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12834 | 2025.01.31 23:42:13.179411 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12835 | 2025.01.31 23:42:13.186340 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12836 | 2025.01.31 23:42:13.187109 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12837 | 2025.01.31 23:42:13.191047 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 12838 | 2025.01.31 23:42:14.127114 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12839 | 2025.01.31 23:42:14.127330 [ 262 ] {b53671a5-b6a6-4dfd-8f4c-620c9b3c92ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12840 | 2025.01.31 23:42:14.127418 [ 262 ] {b53671a5-b6a6-4dfd-8f4c-620c9b3c92ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12841 | 2025.01.31 23:42:14.128210 [ 262 ] {b53671a5-b6a6-4dfd-8f4c-620c9b3c92ab} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12842 | 2025.01.31 23:42:14.128262 [ 262 ] {b53671a5-b6a6-4dfd-8f4c-620c9b3c92ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12843 | 2025.01.31 23:42:14.128698 [ 262 ] {b53671a5-b6a6-4dfd-8f4c-620c9b3c92ab} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12844 | 2025.01.31 23:42:14.128959 [ 262 ] {b53671a5-b6a6-4dfd-8f4c-620c9b3c92ab} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12845 | 2025.01.31 23:42:14.129201 [ 262 ] {b53671a5-b6a6-4dfd-8f4c-620c9b3c92ab} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.21 MiB/sec. | ||
| 12846 | 2025.01.31 23:42:14.129268 [ 262 ] {b53671a5-b6a6-4dfd-8f4c-620c9b3c92ab} <Debug> TCPHandler: Processed in 0.002296942 sec. | ||
| 12847 | 2025.01.31 23:42:14.129525 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12848 | 2025.01.31 23:42:14.129738 [ 259 ] {aca28e05-e842-4117-8d7d-aab8d6d131a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12849 | 2025.01.31 23:42:14.129815 [ 259 ] {aca28e05-e842-4117-8d7d-aab8d6d131a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12850 | 2025.01.31 23:42:14.130678 [ 259 ] {aca28e05-e842-4117-8d7d-aab8d6d131a5} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12851 | 2025.01.31 23:42:14.130720 [ 259 ] {aca28e05-e842-4117-8d7d-aab8d6d131a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12852 | 2025.01.31 23:42:14.131174 [ 259 ] {aca28e05-e842-4117-8d7d-aab8d6d131a5} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12853 | 2025.01.31 23:42:14.131440 [ 259 ] {aca28e05-e842-4117-8d7d-aab8d6d131a5} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12854 | 2025.01.31 23:42:14.131646 [ 259 ] {aca28e05-e842-4117-8d7d-aab8d6d131a5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001967 sec., 32536.85815963396 rows/sec., 2.54 MiB/sec. | ||
| 12855 | 2025.01.31 23:42:14.131711 [ 259 ] {aca28e05-e842-4117-8d7d-aab8d6d131a5} <Debug> TCPHandler: Processed in 0.002324633 sec. | ||
| 12856 | 2025.01.31 23:42:14.131876 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12857 | 2025.01.31 23:42:14.132026 [ 262 ] {fe1d65d8-c125-42fc-8f9b-77ddca587db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12858 | 2025.01.31 23:42:14.132093 [ 262 ] {fe1d65d8-c125-42fc-8f9b-77ddca587db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12859 | 2025.01.31 23:42:14.132751 [ 262 ] {fe1d65d8-c125-42fc-8f9b-77ddca587db0} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12860 | 2025.01.31 23:42:14.132792 [ 262 ] {fe1d65d8-c125-42fc-8f9b-77ddca587db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12861 | 2025.01.31 23:42:14.133193 [ 262 ] {fe1d65d8-c125-42fc-8f9b-77ddca587db0} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12862 | 2025.01.31 23:42:14.133438 [ 262 ] {fe1d65d8-c125-42fc-8f9b-77ddca587db0} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12863 | 2025.01.31 23:42:14.133663 [ 262 ] {fe1d65d8-c125-42fc-8f9b-77ddca587db0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec. | ||
| 12864 | 2025.01.31 23:42:14.133733 [ 262 ] {fe1d65d8-c125-42fc-8f9b-77ddca587db0} <Debug> TCPHandler: Processed in 0.00192502 sec. | ||
| 12865 | 2025.01.31 23:42:14.133921 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12866 | 2025.01.31 23:42:14.134213 [ 259 ] {9a63a4a1-80bb-4ab9-9e88-0c380e1c5d4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12867 | 2025.01.31 23:42:14.134278 [ 259 ] {9a63a4a1-80bb-4ab9-9e88-0c380e1c5d4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12868 | 2025.01.31 23:42:14.134800 [ 259 ] {9a63a4a1-80bb-4ab9-9e88-0c380e1c5d4e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12869 | 2025.01.31 23:42:14.134838 [ 259 ] {9a63a4a1-80bb-4ab9-9e88-0c380e1c5d4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12870 | 2025.01.31 23:42:14.135225 [ 259 ] {9a63a4a1-80bb-4ab9-9e88-0c380e1c5d4e} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12871 | 2025.01.31 23:42:14.135475 [ 259 ] {9a63a4a1-80bb-4ab9-9e88-0c380e1c5d4e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12872 | 2025.01.31 23:42:14.135652 [ 259 ] {9a63a4a1-80bb-4ab9-9e88-0c380e1c5d4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. | ||
| 12873 | 2025.01.31 23:42:14.135705 [ 259 ] {9a63a4a1-80bb-4ab9-9e88-0c380e1c5d4e} <Debug> TCPHandler: Processed in 0.001897279 sec. | ||
| 12874 | 2025.01.31 23:42:18.205245 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12875 | 2025.01.31 23:42:18.205348 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12876 | 2025.01.31 23:42:18.443769 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
| 12877 | 2025.01.31 23:42:18.444443 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12878 | 2025.01.31 23:42:18.444494 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12879 | 2025.01.31 23:42:18.445036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12880 | 2025.01.31 23:42:18.445294 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12881 | 2025.01.31 23:42:18.445545 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 12882 | 2025.01.31 23:42:18.600671 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1800 | ||
| 12883 | 2025.01.31 23:42:18.603489 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12884 | 2025.01.31 23:42:18.603539 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12885 | 2025.01.31 23:42:18.605370 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12886 | 2025.01.31 23:42:18.605701 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12887 | 2025.01.31 23:42:18.607158 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1800 | ||
| 12888 | 2025.01.31 23:42:19.132919 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12889 | 2025.01.31 23:42:19.133114 [ 262 ] {c38b0d6b-6aa6-4eb3-8c46-ef99ce6e979d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12890 | 2025.01.31 23:42:19.133187 [ 262 ] {c38b0d6b-6aa6-4eb3-8c46-ef99ce6e979d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12891 | 2025.01.31 23:42:19.133955 [ 262 ] {c38b0d6b-6aa6-4eb3-8c46-ef99ce6e979d} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12892 | 2025.01.31 23:42:19.134008 [ 262 ] {c38b0d6b-6aa6-4eb3-8c46-ef99ce6e979d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12893 | 2025.01.31 23:42:19.134445 [ 262 ] {c38b0d6b-6aa6-4eb3-8c46-ef99ce6e979d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12894 | 2025.01.31 23:42:19.134713 [ 262 ] {c38b0d6b-6aa6-4eb3-8c46-ef99ce6e979d} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12895 | 2025.01.31 23:42:19.134902 [ 99 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12896 | 2025.01.31 23:42:19.134969 [ 262 ] {c38b0d6b-6aa6-4eb3-8c46-ef99ce6e979d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001906 sec., 7345.225603357818 rows/sec., 528.76 KiB/sec. | ||
| 12897 | 2025.01.31 23:42:19.134983 [ 99 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12898 | 2025.01.31 23:42:19.135043 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12899 | 2025.01.31 23:42:19.135103 [ 262 ] {c38b0d6b-6aa6-4eb3-8c46-ef99ce6e979d} <Debug> TCPHandler: Processed in 0.002318863 sec. | ||
| 12900 | 2025.01.31 23:42:19.135413 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 12901 | 2025.01.31 23:42:19.135533 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12902 | 2025.01.31 23:42:19.135925 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12903 | 2025.01.31 23:42:19.136061 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 12904 | 2025.01.31 23:42:19.136189 [ 259 ] {6809eecc-b8cc-4661-94f2-d9caa31f4f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12905 | 2025.01.31 23:42:19.136317 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 12906 | 2025.01.31 23:42:19.136356 [ 259 ] {6809eecc-b8cc-4661-94f2-d9caa31f4f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12907 | 2025.01.31 23:42:19.136771 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 12908 | 2025.01.31 23:42:19.137059 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 12909 | 2025.01.31 23:42:19.137385 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 12910 | 2025.01.31 23:42:19.139314 [ 259 ] {6809eecc-b8cc-4661-94f2-d9caa31f4f6b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12911 | 2025.01.31 23:42:19.139397 [ 259 ] {6809eecc-b8cc-4661-94f2-d9caa31f4f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12912 | 2025.01.31 23:42:19.139799 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004650996 sec., 15050.539712354084 rows/sec., 1.12 MiB/sec. | ||
| 12913 | 2025.01.31 23:42:19.139982 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 12914 | 2025.01.31 23:42:19.140346 [ 259 ] {6809eecc-b8cc-4661-94f2-d9caa31f4f6b} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12915 | 2025.01.31 23:42:19.140431 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_49_12} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12916 | 2025.01.31 23:42:19.140570 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_49_12} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 12917 | 2025.01.31 23:42:19.140723 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12918 | 2025.01.31 23:42:19.140809 [ 259 ] {6809eecc-b8cc-4661-94f2-d9caa31f4f6b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12919 | 2025.01.31 23:42:19.141072 [ 259 ] {6809eecc-b8cc-4661-94f2-d9caa31f4f6b} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.005038 sec., 55776.101627630014 rows/sec., 4.92 MiB/sec. | ||
| 12920 | 2025.01.31 23:42:19.141141 [ 259 ] {6809eecc-b8cc-4661-94f2-d9caa31f4f6b} <Debug> TCPHandler: Processed in 0.005897385 sec. | ||
| 12921 | 2025.01.31 23:42:19.141321 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12922 | 2025.01.31 23:42:19.141468 [ 262 ] {00e301e8-7520-463d-bab8-757f7f483f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12923 | 2025.01.31 23:42:19.141530 [ 262 ] {00e301e8-7520-463d-bab8-757f7f483f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12924 | 2025.01.31 23:42:19.142177 [ 262 ] {00e301e8-7520-463d-bab8-757f7f483f06} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12925 | 2025.01.31 23:42:19.142217 [ 262 ] {00e301e8-7520-463d-bab8-757f7f483f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12926 | 2025.01.31 23:42:19.142578 [ 262 ] {00e301e8-7520-463d-bab8-757f7f483f06} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12927 | 2025.01.31 23:42:19.142819 [ 262 ] {00e301e8-7520-463d-bab8-757f7f483f06} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12928 | 2025.01.31 23:42:19.143035 [ 262 ] {00e301e8-7520-463d-bab8-757f7f483f06} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001603 sec., 28696.194635059263 rows/sec., 2.06 MiB/sec. | ||
| 12929 | 2025.01.31 23:42:19.143096 [ 262 ] {00e301e8-7520-463d-bab8-757f7f483f06} <Debug> TCPHandler: Processed in 0.001846149 sec. | ||
| 12930 | 2025.01.31 23:42:19.143310 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12931 | 2025.01.31 23:42:19.143467 [ 259 ] {17c49ab5-32ca-4f15-a793-905508506acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12932 | 2025.01.31 23:42:19.143528 [ 259 ] {17c49ab5-32ca-4f15-a793-905508506acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12933 | 2025.01.31 23:42:19.144159 [ 259 ] {17c49ab5-32ca-4f15-a793-905508506acf} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12934 | 2025.01.31 23:42:19.144200 [ 259 ] {17c49ab5-32ca-4f15-a793-905508506acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12935 | 2025.01.31 23:42:19.144572 [ 259 ] {17c49ab5-32ca-4f15-a793-905508506acf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12936 | 2025.01.31 23:42:19.144817 [ 259 ] {17c49ab5-32ca-4f15-a793-905508506acf} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12937 | 2025.01.31 23:42:19.145068 [ 259 ] {17c49ab5-32ca-4f15-a793-905508506acf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 12938 | 2025.01.31 23:42:19.145277 [ 259 ] {17c49ab5-32ca-4f15-a793-905508506acf} <Debug> TCPHandler: Processed in 0.002093256 sec. | ||
| 12939 | 2025.01.31 23:42:19.145517 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12940 | 2025.01.31 23:42:19.145689 [ 262 ] {016fb507-1144-4223-a690-6fadfc598eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12941 | 2025.01.31 23:42:19.145746 [ 262 ] {016fb507-1144-4223-a690-6fadfc598eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12942 | 2025.01.31 23:42:19.146337 [ 262 ] {016fb507-1144-4223-a690-6fadfc598eaf} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12943 | 2025.01.31 23:42:19.146376 [ 262 ] {016fb507-1144-4223-a690-6fadfc598eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12944 | 2025.01.31 23:42:19.146722 [ 262 ] {016fb507-1144-4223-a690-6fadfc598eaf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12945 | 2025.01.31 23:42:19.146959 [ 262 ] {016fb507-1144-4223-a690-6fadfc598eaf} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12946 | 2025.01.31 23:42:19.147113 [ 99 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12947 | 2025.01.31 23:42:19.147179 [ 99 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12948 | 2025.01.31 23:42:19.147186 [ 262 ] {016fb507-1144-4223-a690-6fadfc598eaf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001521 sec., 8547.008547008547 rows/sec., 532.90 KiB/sec. | ||
| 12949 | 2025.01.31 23:42:19.147215 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12950 | 2025.01.31 23:42:19.147338 [ 262 ] {016fb507-1144-4223-a690-6fadfc598eaf} <Debug> TCPHandler: Processed in 0.001949872 sec. | ||
| 12951 | 2025.01.31 23:42:19.147412 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 12952 | 2025.01.31 23:42:19.147537 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12953 | 2025.01.31 23:42:19.147600 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12954 | 2025.01.31 23:42:19.147649 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 12955 | 2025.01.31 23:42:19.147804 [ 259 ] {52e62a93-07c8-46ad-9086-19f176d5f5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12956 | 2025.01.31 23:42:19.147939 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 12957 | 2025.01.31 23:42:19.147965 [ 259 ] {52e62a93-07c8-46ad-9086-19f176d5f5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12958 | 2025.01.31 23:42:19.148322 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 12959 | 2025.01.31 23:42:19.148647 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 12960 | 2025.01.31 23:42:19.149033 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 12961 | 2025.01.31 23:42:19.150884 [ 259 ] {52e62a93-07c8-46ad-9086-19f176d5f5a2} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12962 | 2025.01.31 23:42:19.150963 [ 259 ] {52e62a93-07c8-46ad-9086-19f176d5f5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12963 | 2025.01.31 23:42:19.151422 [ 193 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004084878 sec., 15912.347933034964 rows/sec., 1.03 MiB/sec. | ||
| 12964 | 2025.01.31 23:42:19.151621 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 12965 | 2025.01.31 23:42:19.151749 [ 259 ] {52e62a93-07c8-46ad-9086-19f176d5f5a2} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12966 | 2025.01.31 23:42:19.151996 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_49_12} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12967 | 2025.01.31 23:42:19.152091 [ 259 ] {52e62a93-07c8-46ad-9086-19f176d5f5a2} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12968 | 2025.01.31 23:42:19.152124 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_49_12} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 12969 | 2025.01.31 23:42:19.152260 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12970 | 2025.01.31 23:42:19.152411 [ 259 ] {52e62a93-07c8-46ad-9086-19f176d5f5a2} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004717 sec., 89251.64299342803 rows/sec., 6.38 MiB/sec. | ||
| 12971 | 2025.01.31 23:42:19.152478 [ 259 ] {52e62a93-07c8-46ad-9086-19f176d5f5a2} <Debug> TCPHandler: Processed in 0.005029428 sec. | ||
| 12972 | 2025.01.31 23:42:19.152652 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12973 | 2025.01.31 23:42:19.152797 [ 262 ] {cbaf3345-2e19-4994-a69f-7e9233aab18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12974 | 2025.01.31 23:42:19.152857 [ 262 ] {cbaf3345-2e19-4994-a69f-7e9233aab18c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12975 | 2025.01.31 23:42:19.153430 [ 262 ] {cbaf3345-2e19-4994-a69f-7e9233aab18c} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12976 | 2025.01.31 23:42:19.153474 [ 262 ] {cbaf3345-2e19-4994-a69f-7e9233aab18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12977 | 2025.01.31 23:42:19.153885 [ 262 ] {cbaf3345-2e19-4994-a69f-7e9233aab18c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12978 | 2025.01.31 23:42:19.154132 [ 262 ] {cbaf3345-2e19-4994-a69f-7e9233aab18c} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12979 | 2025.01.31 23:42:19.154330 [ 262 ] {cbaf3345-2e19-4994-a69f-7e9233aab18c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 200.30 KiB/sec. | ||
| 12980 | 2025.01.31 23:42:19.154382 [ 262 ] {cbaf3345-2e19-4994-a69f-7e9233aab18c} <Debug> TCPHandler: Processed in 0.001799046 sec. | ||
| 12981 | 2025.01.31 23:42:19.154524 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12982 | 2025.01.31 23:42:19.154641 [ 259 ] {51e0fa90-8f3b-4847-9b96-7d5687d4e6ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12983 | 2025.01.31 23:42:19.154694 [ 259 ] {51e0fa90-8f3b-4847-9b96-7d5687d4e6ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12984 | 2025.01.31 23:42:19.155282 [ 259 ] {51e0fa90-8f3b-4847-9b96-7d5687d4e6ed} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12985 | 2025.01.31 23:42:19.155321 [ 259 ] {51e0fa90-8f3b-4847-9b96-7d5687d4e6ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12986 | 2025.01.31 23:42:19.155728 [ 259 ] {51e0fa90-8f3b-4847-9b96-7d5687d4e6ed} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12987 | 2025.01.31 23:42:19.155984 [ 259 ] {51e0fa90-8f3b-4847-9b96-7d5687d4e6ed} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12988 | 2025.01.31 23:42:19.156172 [ 99 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 12989 | 2025.01.31 23:42:19.156235 [ 99 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12990 | 2025.01.31 23:42:19.156243 [ 259 ] {51e0fa90-8f3b-4847-9b96-7d5687d4e6ed} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001617 sec., 146567.71799628943 rows/sec., 9.82 MiB/sec. | ||
| 12991 | 2025.01.31 23:42:19.156274 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 12992 | 2025.01.31 23:42:19.156407 [ 259 ] {51e0fa90-8f3b-4847-9b96-7d5687d4e6ed} <Debug> TCPHandler: Processed in 0.001937561 sec. | ||
| 12993 | 2025.01.31 23:42:19.156589 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 12994 | 2025.01.31 23:42:19.156610 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12995 | 2025.01.31 23:42:19.156860 [ 262 ] {7e43c05c-9760-4177-9907-3afa430263f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12996 | 2025.01.31 23:42:19.156891 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12997 | 2025.01.31 23:42:19.156977 [ 262 ] {7e43c05c-9760-4177-9907-3afa430263f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12998 | 2025.01.31 23:42:19.156978 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 32906 rows starting from the beginning of the part | ||
| 12999 | 2025.01.31 23:42:19.157403 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13000 | 2025.01.31 23:42:19.157784 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13001 | 2025.01.31 23:42:19.158209 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13002 | 2025.01.31 23:42:19.158508 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13003 | 2025.01.31 23:42:19.158876 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13004 | 2025.01.31 23:42:19.159553 [ 262 ] {7e43c05c-9760-4177-9907-3afa430263f8} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13005 | 2025.01.31 23:42:19.159598 [ 262 ] {7e43c05c-9760-4177-9907-3afa430263f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13006 | 2025.01.31 23:42:19.160448 [ 262 ] {7e43c05c-9760-4177-9907-3afa430263f8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13007 | 2025.01.31 23:42:19.160791 [ 262 ] {7e43c05c-9760-4177-9907-3afa430263f8} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13008 | 2025.01.31 23:42:19.161167 [ 262 ] {7e43c05c-9760-4177-9907-3afa430263f8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004403 sec., 227.1178741766977 rows/sec., 15.30 KiB/sec. | ||
| 13009 | 2025.01.31 23:42:19.161340 [ 262 ] {7e43c05c-9760-4177-9907-3afa430263f8} <Debug> TCPHandler: Processed in 0.004826322 sec. | ||
| 13010 | 2025.01.31 23:42:19.161581 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13011 | 2025.01.31 23:42:19.161824 [ 259 ] {42664b60-23a1-4261-931f-fd576304aa14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13012 | 2025.01.31 23:42:19.162063 [ 259 ] {42664b60-23a1-4261-931f-fd576304aa14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13013 | 2025.01.31 23:42:19.164056 [ 259 ] {42664b60-23a1-4261-931f-fd576304aa14} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13014 | 2025.01.31 23:42:19.164135 [ 259 ] {42664b60-23a1-4261-931f-fd576304aa14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13015 | 2025.01.31 23:42:19.165486 [ 259 ] {42664b60-23a1-4261-931f-fd576304aa14} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13016 | 2025.01.31 23:42:19.166232 [ 259 ] {42664b60-23a1-4261-931f-fd576304aa14} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13017 | 2025.01.31 23:42:19.166742 [ 259 ] {42664b60-23a1-4261-931f-fd576304aa14} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004916 sec., 7933.279088689991 rows/sec., 14.22 MiB/sec. | ||
| 13018 | 2025.01.31 23:42:19.167453 [ 259 ] {42664b60-23a1-4261-931f-fd576304aa14} <Debug> TCPHandler: Processed in 0.005987838 sec. | ||
| 13019 | 2025.01.31 23:42:19.167651 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13020 | 2025.01.31 23:42:19.167788 [ 262 ] {cb3e71cb-7a48-4d8b-924e-a8d123abf1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13021 | 2025.01.31 23:42:19.167843 [ 262 ] {cb3e71cb-7a48-4d8b-924e-a8d123abf1ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13022 | 2025.01.31 23:42:19.168494 [ 262 ] {cb3e71cb-7a48-4d8b-924e-a8d123abf1ae} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13023 | 2025.01.31 23:42:19.168547 [ 262 ] {cb3e71cb-7a48-4d8b-924e-a8d123abf1ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13024 | 2025.01.31 23:42:19.168992 [ 262 ] {cb3e71cb-7a48-4d8b-924e-a8d123abf1ae} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13025 | 2025.01.31 23:42:19.169563 [ 262 ] {cb3e71cb-7a48-4d8b-924e-a8d123abf1ae} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13026 | 2025.01.31 23:42:19.169797 [ 262 ] {cb3e71cb-7a48-4d8b-924e-a8d123abf1ae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002032 sec., 40354.330708661415 rows/sec., 2.56 MiB/sec. | ||
| 13027 | 2025.01.31 23:42:19.169948 [ 262 ] {cb3e71cb-7a48-4d8b-924e-a8d123abf1ae} <Debug> TCPHandler: Processed in 0.002362784 sec. | ||
| 13028 | 2025.01.31 23:42:19.170315 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34554 rows, containing 5 columns (5 merged, 0 gathered) in 0.013906336 sec., 2484766.65600486 rows/sec., 167.77 MiB/sec. | ||
| 13029 | 2025.01.31 23:42:19.170640 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 13030 | 2025.01.31 23:42:19.170986 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13031 | 2025.01.31 23:42:19.171083 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 13032 | 2025.01.31 23:42:19.171204 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 13033 | 2025.01.31 23:42:20.692017 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 13034 | 2025.01.31 23:42:20.712297 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13035 | 2025.01.31 23:42:20.712363 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13036 | 2025.01.31 23:42:20.720268 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13037 | 2025.01.31 23:42:20.721031 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13038 | 2025.01.31 23:42:20.723917 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 13039 | 2025.01.31 23:42:24.126649 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13040 | 2025.01.31 23:42:24.126879 [ 262 ] {69ce5afe-6326-4f4e-a62a-e80cfcc41eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13041 | 2025.01.31 23:42:24.126959 [ 262 ] {69ce5afe-6326-4f4e-a62a-e80cfcc41eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13042 | 2025.01.31 23:42:24.127800 [ 262 ] {69ce5afe-6326-4f4e-a62a-e80cfcc41eb1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13043 | 2025.01.31 23:42:24.127856 [ 262 ] {69ce5afe-6326-4f4e-a62a-e80cfcc41eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13044 | 2025.01.31 23:42:24.128297 [ 262 ] {69ce5afe-6326-4f4e-a62a-e80cfcc41eb1} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13045 | 2025.01.31 23:42:24.128554 [ 262 ] {69ce5afe-6326-4f4e-a62a-e80cfcc41eb1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13046 | 2025.01.31 23:42:24.128763 [ 26 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13047 | 2025.01.31 23:42:24.128814 [ 262 ] {69ce5afe-6326-4f4e-a62a-e80cfcc41eb1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001987 sec., 28183.190739808757 rows/sec., 2.15 MiB/sec. | ||
| 13048 | 2025.01.31 23:42:24.128845 [ 26 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13049 | 2025.01.31 23:42:24.128915 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13050 | 2025.01.31 23:42:24.128936 [ 262 ] {69ce5afe-6326-4f4e-a62a-e80cfcc41eb1} <Debug> TCPHandler: Processed in 0.002422336 sec. | ||
| 13051 | 2025.01.31 23:42:24.129227 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13052 | 2025.01.31 23:42:24.129232 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13053 | 2025.01.31 23:42:24.129642 [ 259 ] {44eb2d75-5c55-40e0-8470-517fb80b684f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13054 | 2025.01.31 23:42:24.129747 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13055 | 2025.01.31 23:42:24.129825 [ 259 ] {44eb2d75-5c55-40e0-8470-517fb80b684f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13056 | 2025.01.31 23:42:24.129859 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13057 | 2025.01.31 23:42:24.130408 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13058 | 2025.01.31 23:42:24.131021 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13059 | 2025.01.31 23:42:24.131592 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13060 | 2025.01.31 23:42:24.132142 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13061 | 2025.01.31 23:42:24.132629 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13062 | 2025.01.31 23:42:24.133549 [ 259 ] {44eb2d75-5c55-40e0-8470-517fb80b684f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13063 | 2025.01.31 23:42:24.133592 [ 259 ] {44eb2d75-5c55-40e0-8470-517fb80b684f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13064 | 2025.01.31 23:42:24.134140 [ 259 ] {44eb2d75-5c55-40e0-8470-517fb80b684f} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13065 | 2025.01.31 23:42:24.134442 [ 259 ] {44eb2d75-5c55-40e0-8470-517fb80b684f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13066 | 2025.01.31 23:42:24.134614 [ 26 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13067 | 2025.01.31 23:42:24.134654 [ 26 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13068 | 2025.01.31 23:42:24.134678 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13069 | 2025.01.31 23:42:24.134684 [ 259 ] {44eb2d75-5c55-40e0-8470-517fb80b684f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005198 sec., 12312.427856868026 rows/sec., 984.08 KiB/sec. | ||
| 13070 | 2025.01.31 23:42:24.135199 [ 259 ] {44eb2d75-5c55-40e0-8470-517fb80b684f} <Debug> TCPHandler: Processed in 0.006126443 sec. | ||
| 13071 | 2025.01.31 23:42:24.135285 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13072 | 2025.01.31 23:42:24.135500 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13073 | 2025.01.31 23:42:24.135961 [ 262 ] {27d53b27-e9e9-40f6-8947-48fef52f2ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13074 | 2025.01.31 23:42:24.136043 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13075 | 2025.01.31 23:42:24.136137 [ 262 ] {27d53b27-e9e9-40f6-8947-48fef52f2ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13076 | 2025.01.31 23:42:24.136267 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13077 | 2025.01.31 23:42:24.136905 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13078 | 2025.01.31 23:42:24.137469 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13079 | 2025.01.31 23:42:24.137996 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13080 | 2025.01.31 23:42:24.138523 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13081 | 2025.01.31 23:42:24.139121 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13082 | 2025.01.31 23:42:24.140829 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.011817092 sec., 279933.50648365944 rows/sec., 24.43 MiB/sec. | ||
| 13083 | 2025.01.31 23:42:24.141272 [ 262 ] {27d53b27-e9e9-40f6-8947-48fef52f2ab7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13084 | 2025.01.31 23:42:24.141299 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13085 | 2025.01.31 23:42:24.141345 [ 262 ] {27d53b27-e9e9-40f6-8947-48fef52f2ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13086 | 2025.01.31 23:42:24.142225 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_116_23} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13087 | 2025.01.31 23:42:24.142721 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_116_23} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13088 | 2025.01.31 23:42:24.142843 [ 262 ] {27d53b27-e9e9-40f6-8947-48fef52f2ab7} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13089 | 2025.01.31 23:42:24.142982 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 13090 | 2025.01.31 23:42:24.143301 [ 262 ] {27d53b27-e9e9-40f6-8947-48fef52f2ab7} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13091 | 2025.01.31 23:42:24.143618 [ 262 ] {27d53b27-e9e9-40f6-8947-48fef52f2ab7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007805 sec., 20499.679692504804 rows/sec., 1.43 MiB/sec. | ||
| 13092 | 2025.01.31 23:42:24.143744 [ 262 ] {27d53b27-e9e9-40f6-8947-48fef52f2ab7} <Debug> TCPHandler: Processed in 0.008398024 sec. | ||
| 13093 | 2025.01.31 23:42:24.144061 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13094 | 2025.01.31 23:42:24.144457 [ 259 ] {044e8e84-f01f-4b0b-a69a-1c39f877d471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13095 | 2025.01.31 23:42:24.144628 [ 259 ] {044e8e84-f01f-4b0b-a69a-1c39f877d471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13096 | 2025.01.31 23:42:24.144795 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.009959504 sec., 242883.58135103917 rows/sec., 18.63 MiB/sec. | ||
| 13097 | 2025.01.31 23:42:24.145305 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13098 | 2025.01.31 23:42:24.146264 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_116_23} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13099 | 2025.01.31 23:42:24.146472 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_116_23} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13100 | 2025.01.31 23:42:24.146646 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13101 | 2025.01.31 23:42:24.146750 [ 259 ] {044e8e84-f01f-4b0b-a69a-1c39f877d471} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13102 | 2025.01.31 23:42:24.146795 [ 259 ] {044e8e84-f01f-4b0b-a69a-1c39f877d471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13103 | 2025.01.31 23:42:24.147181 [ 259 ] {044e8e84-f01f-4b0b-a69a-1c39f877d471} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13104 | 2025.01.31 23:42:24.147428 [ 259 ] {044e8e84-f01f-4b0b-a69a-1c39f877d471} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13105 | 2025.01.31 23:42:24.147570 [ 26 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13106 | 2025.01.31 23:42:24.147614 [ 26 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13107 | 2025.01.31 23:42:24.147621 [ 259 ] {044e8e84-f01f-4b0b-a69a-1c39f877d471} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003309 sec., 18132.366273798732 rows/sec., 1.22 MiB/sec. | ||
| 13108 | 2025.01.31 23:42:24.147641 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13109 | 2025.01.31 23:42:24.147705 [ 259 ] {044e8e84-f01f-4b0b-a69a-1c39f877d471} <Debug> TCPHandler: Processed in 0.003835941 sec. | ||
| 13110 | 2025.01.31 23:42:24.147848 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13111 | 2025.01.31 23:42:24.147970 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13112 | 2025.01.31 23:42:24.148056 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13113 | 2025.01.31 23:42:24.148453 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13114 | 2025.01.31 23:42:24.148807 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13115 | 2025.01.31 23:42:24.149171 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13116 | 2025.01.31 23:42:24.149527 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13117 | 2025.01.31 23:42:24.149865 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13118 | 2025.01.31 23:42:24.152221 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7066 rows, containing 4 columns (4 merged, 0 gathered) in 0.004502022 sec., 1569516.9859232141 rows/sec., 102.31 MiB/sec. | ||
| 13119 | 2025.01.31 23:42:24.152759 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13120 | 2025.01.31 23:42:24.153142 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_116_23} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13121 | 2025.01.31 23:42:24.153242 [ 188 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_116_23} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13122 | 2025.01.31 23:42:24.153352 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 13123 | 2025.01.31 23:42:25.946570 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
| 13124 | 2025.01.31 23:42:25.947199 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13125 | 2025.01.31 23:42:25.947248 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13126 | 2025.01.31 23:42:25.947776 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13127 | 2025.01.31 23:42:25.948036 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13128 | 2025.01.31 23:42:25.948324 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
| 13129 | 2025.01.31 23:42:28.224897 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 13130 | 2025.01.31 23:42:28.246419 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13131 | 2025.01.31 23:42:28.246488 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13132 | 2025.01.31 23:42:28.253830 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13133 | 2025.01.31 23:42:28.254613 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13134 | 2025.01.31 23:42:28.257510 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 13135 | 2025.01.31 23:42:28.608176 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1830 | ||
| 13136 | 2025.01.31 23:42:28.611513 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13137 | 2025.01.31 23:42:28.611578 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13138 | 2025.01.31 23:42:28.613181 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13139 | 2025.01.31 23:42:28.613515 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13140 | 2025.01.31 23:42:28.613782 [ 72 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13141 | 2025.01.31 23:42:28.613908 [ 72 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13142 | 2025.01.31 23:42:28.613981 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13143 | 2025.01.31 23:42:28.614431 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 13144 | 2025.01.31 23:42:28.616242 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1830 | ||
| 13145 | 2025.01.31 23:42:28.616526 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13146 | 2025.01.31 23:42:28.616686 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 13147 | 2025.01.31 23:42:28.617165 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 13148 | 2025.01.31 23:42:28.617619 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 13149 | 2025.01.31 23:42:28.618081 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 13150 | 2025.01.31 23:42:28.618523 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 13151 | 2025.01.31 23:42:28.619000 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 13152 | 2025.01.31 23:42:28.627455 [ 195 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1830 rows, containing 72 columns (72 merged, 0 gathered) in 0.013331779 sec., 137266.001784158 rows/sec., 104.57 MiB/sec. | ||
| 13153 | 2025.01.31 23:42:28.629389 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13154 | 2025.01.31 23:42:28.630244 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_51_10} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13155 | 2025.01.31 23:42:28.630351 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_51_10} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13156 | 2025.01.31 23:42:28.630706 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 13157 | 2025.01.31 23:42:29.133265 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13158 | 2025.01.31 23:42:29.133479 [ 262 ] {d66b2c6c-2778-4211-ab98-dfa86fe19bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13159 | 2025.01.31 23:42:29.133557 [ 262 ] {d66b2c6c-2778-4211-ab98-dfa86fe19bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13160 | 2025.01.31 23:42:29.134371 [ 262 ] {d66b2c6c-2778-4211-ab98-dfa86fe19bd7} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13161 | 2025.01.31 23:42:29.134420 [ 262 ] {d66b2c6c-2778-4211-ab98-dfa86fe19bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13162 | 2025.01.31 23:42:29.134845 [ 262 ] {d66b2c6c-2778-4211-ab98-dfa86fe19bd7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13163 | 2025.01.31 23:42:29.135105 [ 262 ] {d66b2c6c-2778-4211-ab98-dfa86fe19bd7} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13164 | 2025.01.31 23:42:29.135357 [ 262 ] {d66b2c6c-2778-4211-ab98-dfa86fe19bd7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001937 sec., 7227.671657201859 rows/sec., 520.30 KiB/sec. | ||
| 13165 | 2025.01.31 23:42:29.135414 [ 262 ] {d66b2c6c-2778-4211-ab98-dfa86fe19bd7} <Debug> TCPHandler: Processed in 0.002295302 sec. | ||
| 13166 | 2025.01.31 23:42:29.135740 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13167 | 2025.01.31 23:42:29.136042 [ 259 ] {0344263e-f669-4882-a641-6f9cc2448a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13168 | 2025.01.31 23:42:29.136149 [ 259 ] {0344263e-f669-4882-a641-6f9cc2448a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13169 | 2025.01.31 23:42:29.137044 [ 259 ] {0344263e-f669-4882-a641-6f9cc2448a7c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13170 | 2025.01.31 23:42:29.137094 [ 259 ] {0344263e-f669-4882-a641-6f9cc2448a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13171 | 2025.01.31 23:42:29.137555 [ 259 ] {0344263e-f669-4882-a641-6f9cc2448a7c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13172 | 2025.01.31 23:42:29.137814 [ 259 ] {0344263e-f669-4882-a641-6f9cc2448a7c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13173 | 2025.01.31 23:42:29.138078 [ 259 ] {0344263e-f669-4882-a641-6f9cc2448a7c} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002114 sec., 132923.36802270578 rows/sec., 11.72 MiB/sec. | ||
| 13174 | 2025.01.31 23:42:29.138186 [ 259 ] {0344263e-f669-4882-a641-6f9cc2448a7c} <Debug> TCPHandler: Processed in 0.002626993 sec. | ||
| 13175 | 2025.01.31 23:42:29.138415 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13176 | 2025.01.31 23:42:29.138664 [ 262 ] {88aa0818-4025-471f-bca8-9d93f0030817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13177 | 2025.01.31 23:42:29.138723 [ 262 ] {88aa0818-4025-471f-bca8-9d93f0030817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13178 | 2025.01.31 23:42:29.139373 [ 262 ] {88aa0818-4025-471f-bca8-9d93f0030817} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13179 | 2025.01.31 23:42:29.139412 [ 262 ] {88aa0818-4025-471f-bca8-9d93f0030817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13180 | 2025.01.31 23:42:29.139768 [ 262 ] {88aa0818-4025-471f-bca8-9d93f0030817} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13181 | 2025.01.31 23:42:29.140003 [ 262 ] {88aa0818-4025-471f-bca8-9d93f0030817} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13182 | 2025.01.31 23:42:29.140242 [ 262 ] {88aa0818-4025-471f-bca8-9d93f0030817} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001618 sec., 28430.16069221261 rows/sec., 2.05 MiB/sec. | ||
| 13183 | 2025.01.31 23:42:29.140332 [ 262 ] {88aa0818-4025-471f-bca8-9d93f0030817} <Debug> TCPHandler: Processed in 0.002052844 sec. | ||
| 13184 | 2025.01.31 23:42:29.140622 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13185 | 2025.01.31 23:42:29.140853 [ 259 ] {26d40081-978b-4811-b185-ecca148dde84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13186 | 2025.01.31 23:42:29.140951 [ 259 ] {26d40081-978b-4811-b185-ecca148dde84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13187 | 2025.01.31 23:42:29.141645 [ 259 ] {26d40081-978b-4811-b185-ecca148dde84} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13188 | 2025.01.31 23:42:29.141687 [ 259 ] {26d40081-978b-4811-b185-ecca148dde84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13189 | 2025.01.31 23:42:29.142063 [ 259 ] {26d40081-978b-4811-b185-ecca148dde84} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13190 | 2025.01.31 23:42:29.142313 [ 259 ] {26d40081-978b-4811-b185-ecca148dde84} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13191 | 2025.01.31 23:42:29.142581 [ 259 ] {26d40081-978b-4811-b185-ecca148dde84} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001784 sec., 7847.533632286995 rows/sec., 549.59 KiB/sec. | ||
| 13192 | 2025.01.31 23:42:29.142811 [ 259 ] {26d40081-978b-4811-b185-ecca148dde84} <Debug> TCPHandler: Processed in 0.002350504 sec. | ||
| 13193 | 2025.01.31 23:42:29.143043 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13194 | 2025.01.31 23:42:29.143178 [ 262 ] {8225c94f-b298-4148-82bf-797bfa096c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13195 | 2025.01.31 23:42:29.143233 [ 262 ] {8225c94f-b298-4148-82bf-797bfa096c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13196 | 2025.01.31 23:42:29.143901 [ 262 ] {8225c94f-b298-4148-82bf-797bfa096c9f} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13197 | 2025.01.31 23:42:29.143948 [ 262 ] {8225c94f-b298-4148-82bf-797bfa096c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13198 | 2025.01.31 23:42:29.144322 [ 262 ] {8225c94f-b298-4148-82bf-797bfa096c9f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13199 | 2025.01.31 23:42:29.144560 [ 262 ] {8225c94f-b298-4148-82bf-797bfa096c9f} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13200 | 2025.01.31 23:42:29.144785 [ 262 ] {8225c94f-b298-4148-82bf-797bfa096c9f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001633 sec., 7960.808328230251 rows/sec., 496.35 KiB/sec. | ||
| 13201 | 2025.01.31 23:42:29.144845 [ 262 ] {8225c94f-b298-4148-82bf-797bfa096c9f} <Debug> TCPHandler: Processed in 0.00190772 sec. | ||
| 13202 | 2025.01.31 23:42:29.145087 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13203 | 2025.01.31 23:42:29.145326 [ 259 ] {9aecf4cd-dbda-44e9-b620-a992e237f6e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13204 | 2025.01.31 23:42:29.145419 [ 259 ] {9aecf4cd-dbda-44e9-b620-a992e237f6e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13205 | 2025.01.31 23:42:29.146450 [ 259 ] {9aecf4cd-dbda-44e9-b620-a992e237f6e6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13206 | 2025.01.31 23:42:29.146491 [ 259 ] {9aecf4cd-dbda-44e9-b620-a992e237f6e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13207 | 2025.01.31 23:42:29.146882 [ 259 ] {9aecf4cd-dbda-44e9-b620-a992e237f6e6} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13208 | 2025.01.31 23:42:29.147130 [ 259 ] {9aecf4cd-dbda-44e9-b620-a992e237f6e6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13209 | 2025.01.31 23:42:29.147342 [ 259 ] {9aecf4cd-dbda-44e9-b620-a992e237f6e6} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002072 sec., 203185.32818532817 rows/sec., 14.52 MiB/sec. | ||
| 13210 | 2025.01.31 23:42:29.147396 [ 259 ] {9aecf4cd-dbda-44e9-b620-a992e237f6e6} <Debug> TCPHandler: Processed in 0.002445208 sec. | ||
| 13211 | 2025.01.31 23:42:29.147556 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13212 | 2025.01.31 23:42:29.147694 [ 262 ] {ee8122e9-91f2-4ff0-bf89-c1a2d804be88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13213 | 2025.01.31 23:42:29.147752 [ 262 ] {ee8122e9-91f2-4ff0-bf89-c1a2d804be88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13214 | 2025.01.31 23:42:29.148262 [ 262 ] {ee8122e9-91f2-4ff0-bf89-c1a2d804be88} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13215 | 2025.01.31 23:42:29.148301 [ 262 ] {ee8122e9-91f2-4ff0-bf89-c1a2d804be88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13216 | 2025.01.31 23:42:29.148658 [ 262 ] {ee8122e9-91f2-4ff0-bf89-c1a2d804be88} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13217 | 2025.01.31 23:42:29.148897 [ 262 ] {ee8122e9-91f2-4ff0-bf89-c1a2d804be88} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13218 | 2025.01.31 23:42:29.149107 [ 262 ] {ee8122e9-91f2-4ff0-bf89-c1a2d804be88} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 217.24 KiB/sec. | ||
| 13219 | 2025.01.31 23:42:29.149156 [ 262 ] {ee8122e9-91f2-4ff0-bf89-c1a2d804be88} <Debug> TCPHandler: Processed in 0.001666613 sec. | ||
| 13220 | 2025.01.31 23:42:29.149313 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13221 | 2025.01.31 23:42:29.149453 [ 259 ] {6f5cfaf3-5d16-46d1-863a-cf16afcf2ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13222 | 2025.01.31 23:42:29.149517 [ 259 ] {6f5cfaf3-5d16-46d1-863a-cf16afcf2ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13223 | 2025.01.31 23:42:29.150216 [ 259 ] {6f5cfaf3-5d16-46d1-863a-cf16afcf2ff2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13224 | 2025.01.31 23:42:29.150257 [ 259 ] {6f5cfaf3-5d16-46d1-863a-cf16afcf2ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13225 | 2025.01.31 23:42:29.150678 [ 259 ] {6f5cfaf3-5d16-46d1-863a-cf16afcf2ff2} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13226 | 2025.01.31 23:42:29.150928 [ 259 ] {6f5cfaf3-5d16-46d1-863a-cf16afcf2ff2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13227 | 2025.01.31 23:42:29.151158 [ 259 ] {6f5cfaf3-5d16-46d1-863a-cf16afcf2ff2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001736 sec., 136520.73732718895 rows/sec., 9.15 MiB/sec. | ||
| 13228 | 2025.01.31 23:42:29.151220 [ 259 ] {6f5cfaf3-5d16-46d1-863a-cf16afcf2ff2} <Debug> TCPHandler: Processed in 0.001974653 sec. | ||
| 13229 | 2025.01.31 23:42:29.151381 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13230 | 2025.01.31 23:42:29.151521 [ 262 ] {2848db71-9667-4e59-9fd6-294feab75875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13231 | 2025.01.31 23:42:29.151581 [ 262 ] {2848db71-9667-4e59-9fd6-294feab75875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13232 | 2025.01.31 23:42:29.152112 [ 262 ] {2848db71-9667-4e59-9fd6-294feab75875} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13233 | 2025.01.31 23:42:29.152150 [ 262 ] {2848db71-9667-4e59-9fd6-294feab75875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13234 | 2025.01.31 23:42:29.152512 [ 262 ] {2848db71-9667-4e59-9fd6-294feab75875} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13235 | 2025.01.31 23:42:29.152750 [ 262 ] {2848db71-9667-4e59-9fd6-294feab75875} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13236 | 2025.01.31 23:42:29.152913 [ 44 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 6 parts from all_1_45_10 to all_50_50_0 | ||
| 13237 | 2025.01.31 23:42:29.152974 [ 262 ] {2848db71-9667-4e59-9fd6-294feab75875} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001485 sec., 673.4006734006734 rows/sec., 45.38 KiB/sec. | ||
| 13238 | 2025.01.31 23:42:29.153028 [ 44 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13239 | 2025.01.31 23:42:29.153086 [ 262 ] {2848db71-9667-4e59-9fd6-294feab75875} <Debug> TCPHandler: Processed in 0.001774786 sec. | ||
| 13240 | 2025.01.31 23:42:29.153095 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13241 | 2025.01.31 23:42:29.153336 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 13242 | 2025.01.31 23:42:29.153356 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13243 | 2025.01.31 23:42:29.153646 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13244 | 2025.01.31 23:42:29.153726 [ 259 ] {39a3f77d-7e2e-43fa-9544-8af8eda375ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13245 | 2025.01.31 23:42:29.153738 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 13246 | 2025.01.31 23:42:29.154128 [ 259 ] {39a3f77d-7e2e-43fa-9544-8af8eda375ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13247 | 2025.01.31 23:42:29.154136 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 13248 | 2025.01.31 23:42:29.154530 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 13249 | 2025.01.31 23:42:29.154936 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 13250 | 2025.01.31 23:42:29.155305 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 13251 | 2025.01.31 23:42:29.155605 [ 191 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 13252 | 2025.01.31 23:42:29.159507 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.006252147 sec., 7997.252783723735 rows/sec., 538.88 KiB/sec. | ||
| 13253 | 2025.01.31 23:42:29.159648 [ 259 ] {39a3f77d-7e2e-43fa-9544-8af8eda375ac} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13254 | 2025.01.31 23:42:29.159710 [ 259 ] {39a3f77d-7e2e-43fa-9544-8af8eda375ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13255 | 2025.01.31 23:42:29.159765 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) | ||
| 13256 | 2025.01.31 23:42:29.160540 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_50_11} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13257 | 2025.01.31 23:42:29.160733 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_50_11} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 6 parts: [all_1_45_10, all_50_50_0] -> all_1_50_11 | ||
| 13258 | 2025.01.31 23:42:29.160943 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13259 | 2025.01.31 23:42:29.161193 [ 259 ] {39a3f77d-7e2e-43fa-9544-8af8eda375ac} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13260 | 2025.01.31 23:42:29.161474 [ 259 ] {39a3f77d-7e2e-43fa-9544-8af8eda375ac} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13261 | 2025.01.31 23:42:29.161800 [ 259 ] {39a3f77d-7e2e-43fa-9544-8af8eda375ac} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00818 sec., 4767.7261613691935 rows/sec., 8.54 MiB/sec. | ||
| 13262 | 2025.01.31 23:42:29.162304 [ 259 ] {39a3f77d-7e2e-43fa-9544-8af8eda375ac} <Debug> TCPHandler: Processed in 0.009115077 sec. | ||
| 13263 | 2025.01.31 23:42:29.162553 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13264 | 2025.01.31 23:42:29.162692 [ 262 ] {da6b38c3-81af-4e47-a35c-89ad0fc37e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13265 | 2025.01.31 23:42:29.162748 [ 262 ] {da6b38c3-81af-4e47-a35c-89ad0fc37e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13266 | 2025.01.31 23:42:29.163277 [ 262 ] {da6b38c3-81af-4e47-a35c-89ad0fc37e65} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13267 | 2025.01.31 23:42:29.163316 [ 262 ] {da6b38c3-81af-4e47-a35c-89ad0fc37e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13268 | 2025.01.31 23:42:29.163686 [ 262 ] {da6b38c3-81af-4e47-a35c-89ad0fc37e65} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13269 | 2025.01.31 23:42:29.163928 [ 262 ] {da6b38c3-81af-4e47-a35c-89ad0fc37e65} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13270 | 2025.01.31 23:42:29.164164 [ 262 ] {da6b38c3-81af-4e47-a35c-89ad0fc37e65} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001498 sec., 54739.65287049399 rows/sec., 3.48 MiB/sec. | ||
| 13271 | 2025.01.31 23:42:29.164275 [ 262 ] {da6b38c3-81af-4e47-a35c-89ad0fc37e65} <Debug> TCPHandler: Processed in 0.001864849 sec. | ||
| 13272 | 2025.01.31 23:42:33.068677 [ 222 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 13273 | 2025.01.31 23:42:33.068750 [ 222 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 13274 | 2025.01.31 23:42:33.075403 [ 222 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 13275 | 2025.01.31 23:42:33.205401 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13276 | 2025.01.31 23:42:33.205464 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13277 | 2025.01.31 23:42:33.449350 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
| 13278 | 2025.01.31 23:42:33.449999 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13279 | 2025.01.31 23:42:33.450037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13280 | 2025.01.31 23:42:33.450583 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13281 | 2025.01.31 23:42:33.450861 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13282 | 2025.01.31 23:42:33.451097 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 13283 | 2025.01.31 23:42:33.451147 [ 224 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 13284 | 2025.01.31 23:42:33.451204 [ 224 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 13285 | 2025.01.31 23:42:33.453345 [ 224 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 13286 | 2025.01.31 23:42:34.105920 [ 223 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 13287 | 2025.01.31 23:42:34.105996 [ 223 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 13288 | 2025.01.31 23:42:34.108223 [ 223 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 13289 | 2025.01.31 23:42:34.115037 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 13290 | 2025.01.31 23:42:34.115116 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 13291 | 2025.01.31 23:42:34.117193 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 13292 | 2025.01.31 23:42:34.126281 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13293 | 2025.01.31 23:42:34.126496 [ 262 ] {00154fa5-bbe3-499b-afff-17f3e25f6f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13294 | 2025.01.31 23:42:34.126575 [ 262 ] {00154fa5-bbe3-499b-afff-17f3e25f6f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13295 | 2025.01.31 23:42:34.127468 [ 262 ] {00154fa5-bbe3-499b-afff-17f3e25f6f83} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13296 | 2025.01.31 23:42:34.127508 [ 262 ] {00154fa5-bbe3-499b-afff-17f3e25f6f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13297 | 2025.01.31 23:42:34.127957 [ 262 ] {00154fa5-bbe3-499b-afff-17f3e25f6f83} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13298 | 2025.01.31 23:42:34.128216 [ 262 ] {00154fa5-bbe3-499b-afff-17f3e25f6f83} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13299 | 2025.01.31 23:42:34.128415 [ 262 ] {00154fa5-bbe3-499b-afff-17f3e25f6f83} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001981 sec., 28268.551236749114 rows/sec., 2.16 MiB/sec. | ||
| 13300 | 2025.01.31 23:42:34.128470 [ 262 ] {00154fa5-bbe3-499b-afff-17f3e25f6f83} <Debug> TCPHandler: Processed in 0.002334233 sec. | ||
| 13301 | 2025.01.31 23:42:34.128791 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13302 | 2025.01.31 23:42:34.129079 [ 259 ] {62d4fa33-f0ef-402a-bedc-c4a64b26c86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13303 | 2025.01.31 23:42:34.129195 [ 259 ] {62d4fa33-f0ef-402a-bedc-c4a64b26c86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13304 | 2025.01.31 23:42:34.130008 [ 259 ] {62d4fa33-f0ef-402a-bedc-c4a64b26c86b} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13305 | 2025.01.31 23:42:34.130052 [ 259 ] {62d4fa33-f0ef-402a-bedc-c4a64b26c86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13306 | 2025.01.31 23:42:34.130506 [ 259 ] {62d4fa33-f0ef-402a-bedc-c4a64b26c86b} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13307 | 2025.01.31 23:42:34.130767 [ 259 ] {62d4fa33-f0ef-402a-bedc-c4a64b26c86b} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13308 | 2025.01.31 23:42:34.131040 [ 259 ] {62d4fa33-f0ef-402a-bedc-c4a64b26c86b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002041 sec., 31357.177853993144 rows/sec., 2.45 MiB/sec. | ||
| 13309 | 2025.01.31 23:42:34.131122 [ 223 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 13310 | 2025.01.31 23:42:34.131143 [ 259 ] {62d4fa33-f0ef-402a-bedc-c4a64b26c86b} <Debug> TCPHandler: Processed in 0.002530879 sec. | ||
| 13311 | 2025.01.31 23:42:34.131173 [ 223 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 13312 | 2025.01.31 23:42:34.131371 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13313 | 2025.01.31 23:42:34.131518 [ 262 ] {235352a4-580a-4df1-b331-3252dafbbc4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13314 | 2025.01.31 23:42:34.131599 [ 262 ] {235352a4-580a-4df1-b331-3252dafbbc4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13315 | 2025.01.31 23:42:34.132947 [ 262 ] {235352a4-580a-4df1-b331-3252dafbbc4a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13316 | 2025.01.31 23:42:34.132990 [ 262 ] {235352a4-580a-4df1-b331-3252dafbbc4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13317 | 2025.01.31 23:42:34.133645 [ 262 ] {235352a4-580a-4df1-b331-3252dafbbc4a} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13318 | 2025.01.31 23:42:34.134015 [ 262 ] {235352a4-580a-4df1-b331-3252dafbbc4a} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13319 | 2025.01.31 23:42:34.134329 [ 262 ] {235352a4-580a-4df1-b331-3252dafbbc4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002837 sec., 56397.60310186817 rows/sec., 3.93 MiB/sec. | ||
| 13320 | 2025.01.31 23:42:34.134468 [ 262 ] {235352a4-580a-4df1-b331-3252dafbbc4a} <Debug> TCPHandler: Processed in 0.00318833 sec. | ||
| 13321 | 2025.01.31 23:42:34.134677 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13322 | 2025.01.31 23:42:34.134918 [ 223 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 13323 | 2025.01.31 23:42:34.134919 [ 259 ] {edeb4d7b-c776-477a-a932-46de0e12a23e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13324 | 2025.01.31 23:42:34.135126 [ 259 ] {edeb4d7b-c776-477a-a932-46de0e12a23e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13325 | 2025.01.31 23:42:34.136284 [ 259 ] {edeb4d7b-c776-477a-a932-46de0e12a23e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13326 | 2025.01.31 23:42:34.136324 [ 259 ] {edeb4d7b-c776-477a-a932-46de0e12a23e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13327 | 2025.01.31 23:42:34.136712 [ 259 ] {edeb4d7b-c776-477a-a932-46de0e12a23e} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13328 | 2025.01.31 23:42:34.136957 [ 259 ] {edeb4d7b-c776-477a-a932-46de0e12a23e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13329 | 2025.01.31 23:42:34.137166 [ 259 ] {edeb4d7b-c776-477a-a932-46de0e12a23e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00233 sec., 25751.07296137339 rows/sec., 1.74 MiB/sec. | ||
| 13330 | 2025.01.31 23:42:34.137220 [ 259 ] {edeb4d7b-c776-477a-a932-46de0e12a23e} <Debug> TCPHandler: Processed in 0.002616952 sec. | ||
| 13331 | 2025.01.31 23:42:34.968579 [ 220 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 13332 | 2025.01.31 23:42:34.968641 [ 220 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 13333 | 2025.01.31 23:42:34.970819 [ 220 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 13334 | 2025.01.31 23:42:34.973512 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13335 | 2025.01.31 23:42:34.973729 [ 262 ] {5a5bc355-e0ca-4a1f-9b95-2ae37d891bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13336 | 2025.01.31 23:42:34.973813 [ 262 ] {5a5bc355-e0ca-4a1f-9b95-2ae37d891bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13337 | 2025.01.31 23:42:34.974676 [ 262 ] {5a5bc355-e0ca-4a1f-9b95-2ae37d891bd1} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13338 | 2025.01.31 23:42:34.974718 [ 262 ] {5a5bc355-e0ca-4a1f-9b95-2ae37d891bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13339 | 2025.01.31 23:42:34.975159 [ 262 ] {5a5bc355-e0ca-4a1f-9b95-2ae37d891bd1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13340 | 2025.01.31 23:42:34.975426 [ 262 ] {5a5bc355-e0ca-4a1f-9b95-2ae37d891bd1} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13341 | 2025.01.31 23:42:34.975665 [ 262 ] {5a5bc355-e0ca-4a1f-9b95-2ae37d891bd1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001996 sec., 7014.0280561122245 rows/sec., 504.92 KiB/sec. | ||
| 13342 | 2025.01.31 23:42:34.975723 [ 262 ] {5a5bc355-e0ca-4a1f-9b95-2ae37d891bd1} <Debug> TCPHandler: Processed in 0.002356394 sec. | ||
| 13343 | 2025.01.31 23:42:34.976059 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13344 | 2025.01.31 23:42:34.976345 [ 259 ] {2275297e-9875-460b-b65f-dd645b2dd545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13345 | 2025.01.31 23:42:34.976423 [ 259 ] {2275297e-9875-460b-b65f-dd645b2dd545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13346 | 2025.01.31 23:42:34.977165 [ 259 ] {2275297e-9875-460b-b65f-dd645b2dd545} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13347 | 2025.01.31 23:42:34.977222 [ 259 ] {2275297e-9875-460b-b65f-dd645b2dd545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13348 | 2025.01.31 23:42:34.977662 [ 259 ] {2275297e-9875-460b-b65f-dd645b2dd545} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 13349 | 2025.01.31 23:42:34.977933 [ 259 ] {2275297e-9875-460b-b65f-dd645b2dd545} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13350 | 2025.01.31 23:42:34.978220 [ 259 ] {2275297e-9875-460b-b65f-dd645b2dd545} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001943 sec., 1029.336078229542 rows/sec., 83.94 KiB/sec. | ||
| 13351 | 2025.01.31 23:42:34.978430 [ 259 ] {2275297e-9875-460b-b65f-dd645b2dd545} <Debug> TCPHandler: Processed in 0.00255428 sec. | ||
| 13352 | 2025.01.31 23:42:34.978607 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13353 | 2025.01.31 23:42:34.978726 [ 262 ] {16b7d283-ef18-410c-a76f-cbe8979c017e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13354 | 2025.01.31 23:42:34.978776 [ 262 ] {16b7d283-ef18-410c-a76f-cbe8979c017e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13355 | 2025.01.31 23:42:34.980156 [ 262 ] {16b7d283-ef18-410c-a76f-cbe8979c017e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13356 | 2025.01.31 23:42:34.980196 [ 262 ] {16b7d283-ef18-410c-a76f-cbe8979c017e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13357 | 2025.01.31 23:42:34.980645 [ 262 ] {16b7d283-ef18-410c-a76f-cbe8979c017e} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13358 | 2025.01.31 23:42:34.980888 [ 262 ] {16b7d283-ef18-410c-a76f-cbe8979c017e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13359 | 2025.01.31 23:42:34.981089 [ 262 ] {16b7d283-ef18-410c-a76f-cbe8979c017e} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002386 sec., 595976.5297569153 rows/sec., 49.76 MiB/sec. | ||
| 13360 | 2025.01.31 23:42:34.981140 [ 262 ] {16b7d283-ef18-410c-a76f-cbe8979c017e} <Debug> TCPHandler: Processed in 0.002591812 sec. | ||
| 13361 | 2025.01.31 23:42:34.981306 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13362 | 2025.01.31 23:42:34.981434 [ 259 ] {e367e279-da46-4a49-b9a8-6bacf21926b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13363 | 2025.01.31 23:42:34.981487 [ 259 ] {e367e279-da46-4a49-b9a8-6bacf21926b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13364 | 2025.01.31 23:42:34.982103 [ 259 ] {e367e279-da46-4a49-b9a8-6bacf21926b9} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13365 | 2025.01.31 23:42:34.982146 [ 259 ] {e367e279-da46-4a49-b9a8-6bacf21926b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13366 | 2025.01.31 23:42:34.982529 [ 259 ] {e367e279-da46-4a49-b9a8-6bacf21926b9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13367 | 2025.01.31 23:42:34.982773 [ 259 ] {e367e279-da46-4a49-b9a8-6bacf21926b9} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13368 | 2025.01.31 23:42:34.982992 [ 259 ] {e367e279-da46-4a49-b9a8-6bacf21926b9} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001588 sec., 30226.700251889168 rows/sec., 2.17 MiB/sec. | ||
| 13369 | 2025.01.31 23:42:34.983050 [ 259 ] {e367e279-da46-4a49-b9a8-6bacf21926b9} <Debug> TCPHandler: Processed in 0.001808217 sec. | ||
| 13370 | 2025.01.31 23:42:34.983217 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13371 | 2025.01.31 23:42:34.983366 [ 262 ] {318dc196-e962-4f2a-b03a-e0ec48a78ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13372 | 2025.01.31 23:42:34.983424 [ 262 ] {318dc196-e962-4f2a-b03a-e0ec48a78ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13373 | 2025.01.31 23:42:34.984232 [ 262 ] {318dc196-e962-4f2a-b03a-e0ec48a78ea1} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13374 | 2025.01.31 23:42:34.984279 [ 262 ] {318dc196-e962-4f2a-b03a-e0ec48a78ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13375 | 2025.01.31 23:42:34.984674 [ 262 ] {318dc196-e962-4f2a-b03a-e0ec48a78ea1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13376 | 2025.01.31 23:42:34.984918 [ 262 ] {318dc196-e962-4f2a-b03a-e0ec48a78ea1} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13377 | 2025.01.31 23:42:34.985124 [ 262 ] {318dc196-e962-4f2a-b03a-e0ec48a78ea1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001791 sec., 135120.04466778337 rows/sec., 9.15 MiB/sec. | ||
| 13378 | 2025.01.31 23:42:34.985182 [ 262 ] {318dc196-e962-4f2a-b03a-e0ec48a78ea1} <Debug> TCPHandler: Processed in 0.002033534 sec. | ||
| 13379 | 2025.01.31 23:42:34.985341 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13380 | 2025.01.31 23:42:34.985462 [ 259 ] {ae960817-fb52-4c1d-9af3-3628366abbd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13381 | 2025.01.31 23:42:34.985513 [ 259 ] {ae960817-fb52-4c1d-9af3-3628366abbd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13382 | 2025.01.31 23:42:34.986093 [ 259 ] {ae960817-fb52-4c1d-9af3-3628366abbd5} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13383 | 2025.01.31 23:42:34.986133 [ 259 ] {ae960817-fb52-4c1d-9af3-3628366abbd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13384 | 2025.01.31 23:42:34.986489 [ 259 ] {ae960817-fb52-4c1d-9af3-3628366abbd5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13385 | 2025.01.31 23:42:34.986724 [ 259 ] {ae960817-fb52-4c1d-9af3-3628366abbd5} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13386 | 2025.01.31 23:42:34.986942 [ 259 ] {ae960817-fb52-4c1d-9af3-3628366abbd5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001505 sec., 8637.873754152824 rows/sec., 538.57 KiB/sec. | ||
| 13387 | 2025.01.31 23:42:34.987014 [ 259 ] {ae960817-fb52-4c1d-9af3-3628366abbd5} <Debug> TCPHandler: Processed in 0.001728524 sec. | ||
| 13388 | 2025.01.31 23:42:34.987217 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13389 | 2025.01.31 23:42:34.987354 [ 262 ] {073b7d94-06a0-4d18-b880-8376f6eed0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13390 | 2025.01.31 23:42:34.987413 [ 262 ] {073b7d94-06a0-4d18-b880-8376f6eed0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13391 | 2025.01.31 23:42:34.988448 [ 262 ] {073b7d94-06a0-4d18-b880-8376f6eed0ec} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13392 | 2025.01.31 23:42:34.988488 [ 262 ] {073b7d94-06a0-4d18-b880-8376f6eed0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13393 | 2025.01.31 23:42:34.988891 [ 262 ] {073b7d94-06a0-4d18-b880-8376f6eed0ec} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13394 | 2025.01.31 23:42:34.989137 [ 262 ] {073b7d94-06a0-4d18-b880-8376f6eed0ec} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13395 | 2025.01.31 23:42:34.989339 [ 262 ] {073b7d94-06a0-4d18-b880-8376f6eed0ec} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.002015 sec., 436228.2878411911 rows/sec., 31.63 MiB/sec. | ||
| 13396 | 2025.01.31 23:42:34.989394 [ 262 ] {073b7d94-06a0-4d18-b880-8376f6eed0ec} <Debug> TCPHandler: Processed in 0.002291092 sec. | ||
| 13397 | 2025.01.31 23:42:34.989536 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13398 | 2025.01.31 23:42:34.989659 [ 259 ] {2f125386-ad69-4b29-af16-b1e93e5f0ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13399 | 2025.01.31 23:42:34.989712 [ 259 ] {2f125386-ad69-4b29-af16-b1e93e5f0ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13400 | 2025.01.31 23:42:34.990191 [ 259 ] {2f125386-ad69-4b29-af16-b1e93e5f0ed3} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13401 | 2025.01.31 23:42:34.990230 [ 259 ] {2f125386-ad69-4b29-af16-b1e93e5f0ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13402 | 2025.01.31 23:42:34.990601 [ 259 ] {2f125386-ad69-4b29-af16-b1e93e5f0ed3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13403 | 2025.01.31 23:42:34.990848 [ 259 ] {2f125386-ad69-4b29-af16-b1e93e5f0ed3} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13404 | 2025.01.31 23:42:34.991095 [ 259 ] {2f125386-ad69-4b29-af16-b1e93e5f0ed3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 13405 | 2025.01.31 23:42:34.991167 [ 259 ] {2f125386-ad69-4b29-af16-b1e93e5f0ed3} <Debug> TCPHandler: Processed in 0.001684223 sec. | ||
| 13406 | 2025.01.31 23:42:34.991379 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13407 | 2025.01.31 23:42:34.991527 [ 262 ] {afcdd951-4985-4e7e-a087-90bcfe0b3fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13408 | 2025.01.31 23:42:34.991586 [ 262 ] {afcdd951-4985-4e7e-a087-90bcfe0b3fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13409 | 2025.01.31 23:42:34.992449 [ 262 ] {afcdd951-4985-4e7e-a087-90bcfe0b3fc2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13410 | 2025.01.31 23:42:34.992487 [ 262 ] {afcdd951-4985-4e7e-a087-90bcfe0b3fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13411 | 2025.01.31 23:42:34.992939 [ 262 ] {afcdd951-4985-4e7e-a087-90bcfe0b3fc2} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13412 | 2025.01.31 23:42:34.993199 [ 262 ] {afcdd951-4985-4e7e-a087-90bcfe0b3fc2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13413 | 2025.01.31 23:42:34.993410 [ 262 ] {afcdd951-4985-4e7e-a087-90bcfe0b3fc2} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001912 sec., 500000 rows/sec., 33.22 MiB/sec. | ||
| 13414 | 2025.01.31 23:42:34.993466 [ 262 ] {afcdd951-4985-4e7e-a087-90bcfe0b3fc2} <Debug> TCPHandler: Processed in 0.002198669 sec. | ||
| 13415 | 2025.01.31 23:42:34.993663 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13416 | 2025.01.31 23:42:34.993881 [ 259 ] {4f61746c-37c3-44f1-a8e0-0d48831ee955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13417 | 2025.01.31 23:42:34.993976 [ 259 ] {4f61746c-37c3-44f1-a8e0-0d48831ee955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13418 | 2025.01.31 23:42:34.994594 [ 259 ] {4f61746c-37c3-44f1-a8e0-0d48831ee955} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13419 | 2025.01.31 23:42:34.994632 [ 259 ] {4f61746c-37c3-44f1-a8e0-0d48831ee955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13420 | 2025.01.31 23:42:34.994988 [ 259 ] {4f61746c-37c3-44f1-a8e0-0d48831ee955} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13421 | 2025.01.31 23:42:34.995224 [ 259 ] {4f61746c-37c3-44f1-a8e0-0d48831ee955} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13422 | 2025.01.31 23:42:34.995473 [ 259 ] {4f61746c-37c3-44f1-a8e0-0d48831ee955} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001636 sec., 611.2469437652811 rows/sec., 41.19 KiB/sec. | ||
| 13423 | 2025.01.31 23:42:34.995534 [ 259 ] {4f61746c-37c3-44f1-a8e0-0d48831ee955} <Debug> TCPHandler: Processed in 0.001977612 sec. | ||
| 13424 | 2025.01.31 23:42:34.995744 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13425 | 2025.01.31 23:42:34.995891 [ 262 ] {61b850fe-8bc2-46ee-a52f-0a867b3d2ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13426 | 2025.01.31 23:42:34.995979 [ 262 ] {61b850fe-8bc2-46ee-a52f-0a867b3d2ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13427 | 2025.01.31 23:42:34.997206 [ 262 ] {61b850fe-8bc2-46ee-a52f-0a867b3d2ed2} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13428 | 2025.01.31 23:42:34.997244 [ 262 ] {61b850fe-8bc2-46ee-a52f-0a867b3d2ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13429 | 2025.01.31 23:42:34.997922 [ 262 ] {61b850fe-8bc2-46ee-a52f-0a867b3d2ed2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13430 | 2025.01.31 23:42:34.998192 [ 262 ] {61b850fe-8bc2-46ee-a52f-0a867b3d2ed2} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13431 | 2025.01.31 23:42:34.998382 [ 91 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13432 | 2025.01.31 23:42:34.998450 [ 262 ] {61b850fe-8bc2-46ee-a52f-0a867b3d2ed2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002586 sec., 15081.20649651972 rows/sec., 27.02 MiB/sec. | ||
| 13433 | 2025.01.31 23:42:34.998471 [ 91 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13434 | 2025.01.31 23:42:34.998535 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13435 | 2025.01.31 23:42:34.998819 [ 262 ] {61b850fe-8bc2-46ee-a52f-0a867b3d2ed2} <Debug> TCPHandler: Processed in 0.00318339 sec. | ||
| 13436 | 2025.01.31 23:42:34.999001 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 13437 | 2025.01.31 23:42:34.999050 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13438 | 2025.01.31 23:42:34.999325 [ 259 ] {2853e9ac-6108-45e7-84ea-7f759491c61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13439 | 2025.01.31 23:42:34.999461 [ 259 ] {2853e9ac-6108-45e7-84ea-7f759491c61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13440 | 2025.01.31 23:42:35.000200 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13441 | 2025.01.31 23:42:35.000417 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1689 rows starting from the beginning of the part | ||
| 13442 | 2025.01.31 23:42:35.001196 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.74 MiB, peak 269.02 MiB, free memory in arenas 0.00 B, will set to 256.69 MiB (RSS), difference: -1.06 MiB | ||
| 13443 | 2025.01.31 23:42:35.001298 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 13444 | 2025.01.31 23:42:35.001858 [ 259 ] {2853e9ac-6108-45e7-84ea-7f759491c61d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13445 | 2025.01.31 23:42:35.002022 [ 259 ] {2853e9ac-6108-45e7-84ea-7f759491c61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13446 | 2025.01.31 23:42:35.002687 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 13447 | 2025.01.31 23:42:35.003381 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 13448 | 2025.01.31 23:42:35.003727 [ 259 ] {2853e9ac-6108-45e7-84ea-7f759491c61d} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13449 | 2025.01.31 23:42:35.003971 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 13450 | 2025.01.31 23:42:35.004518 [ 196 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 13451 | 2025.01.31 23:42:35.004531 [ 259 ] {2853e9ac-6108-45e7-84ea-7f759491c61d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13452 | 2025.01.31 23:42:35.005405 [ 259 ] {2853e9ac-6108-45e7-84ea-7f759491c61d} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.006146 sec., 5532.053368044256 rows/sec., 328.75 KiB/sec. | ||
| 13453 | 2025.01.31 23:42:35.005568 [ 259 ] {2853e9ac-6108-45e7-84ea-7f759491c61d} <Debug> TCPHandler: Processed in 0.006629468 sec. | ||
| 13454 | 2025.01.31 23:42:35.018603 [ 195 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1884 rows, containing 19 columns (19 merged, 0 gathered) in 0.019872935 sec., 94802.30272981821 rows/sec., 169.88 MiB/sec. | ||
| 13455 | 2025.01.31 23:42:35.020448 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13456 | 2025.01.31 23:42:35.020920 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13457 | 2025.01.31 23:42:35.021016 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13458 | 2025.01.31 23:42:35.021191 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.46 MiB. | ||
| 13459 | 2025.01.31 23:42:35.758481 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 13460 | 2025.01.31 23:42:35.780231 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13461 | 2025.01.31 23:42:35.780292 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13462 | 2025.01.31 23:42:35.787330 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13463 | 2025.01.31 23:42:35.788147 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13464 | 2025.01.31 23:42:35.792798 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 13465 | 2025.01.31 23:42:36.001243 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.32 MiB, peak 274.22 MiB, free memory in arenas 0.00 B, will set to 262.40 MiB (RSS), difference: 5.07 MiB | ||
| 13466 | 2025.01.31 23:42:38.617360 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1884 | ||
| 13467 | 2025.01.31 23:42:38.620954 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13468 | 2025.01.31 23:42:38.621013 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13469 | 2025.01.31 23:42:38.623917 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13470 | 2025.01.31 23:42:38.624231 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13471 | 2025.01.31 23:42:38.625854 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1884 | ||
| 13472 | 2025.01.31 23:42:39.124735 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13473 | 2025.01.31 23:42:39.124951 [ 262 ] {5ac39598-1cd0-43ae-bff7-c4664756ef9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13474 | 2025.01.31 23:42:39.125031 [ 262 ] {5ac39598-1cd0-43ae-bff7-c4664756ef9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13475 | 2025.01.31 23:42:39.125884 [ 262 ] {5ac39598-1cd0-43ae-bff7-c4664756ef9e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13476 | 2025.01.31 23:42:39.125931 [ 262 ] {5ac39598-1cd0-43ae-bff7-c4664756ef9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13477 | 2025.01.31 23:42:39.126376 [ 262 ] {5ac39598-1cd0-43ae-bff7-c4664756ef9e} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13478 | 2025.01.31 23:42:39.126645 [ 262 ] {5ac39598-1cd0-43ae-bff7-c4664756ef9e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13479 | 2025.01.31 23:42:39.126878 [ 262 ] {5ac39598-1cd0-43ae-bff7-c4664756ef9e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.17 MiB/sec. | ||
| 13480 | 2025.01.31 23:42:39.126962 [ 262 ] {5ac39598-1cd0-43ae-bff7-c4664756ef9e} <Debug> TCPHandler: Processed in 0.002366004 sec. | ||
| 13481 | 2025.01.31 23:42:39.127294 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13482 | 2025.01.31 23:42:39.127554 [ 259 ] {29a10521-965c-4032-a2f3-b093e024374c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13483 | 2025.01.31 23:42:39.127626 [ 259 ] {29a10521-965c-4032-a2f3-b093e024374c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13484 | 2025.01.31 23:42:39.128358 [ 259 ] {29a10521-965c-4032-a2f3-b093e024374c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13485 | 2025.01.31 23:42:39.128402 [ 259 ] {29a10521-965c-4032-a2f3-b093e024374c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13486 | 2025.01.31 23:42:39.128832 [ 259 ] {29a10521-965c-4032-a2f3-b093e024374c} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13487 | 2025.01.31 23:42:39.129089 [ 259 ] {29a10521-965c-4032-a2f3-b093e024374c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13488 | 2025.01.31 23:42:39.129324 [ 259 ] {29a10521-965c-4032-a2f3-b093e024374c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001824 sec., 35087.71929824561 rows/sec., 2.74 MiB/sec. | ||
| 13489 | 2025.01.31 23:42:39.129380 [ 259 ] {29a10521-965c-4032-a2f3-b093e024374c} <Debug> TCPHandler: Processed in 0.002271762 sec. | ||
| 13490 | 2025.01.31 23:42:39.129528 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13491 | 2025.01.31 23:42:39.129674 [ 262 ] {07791b63-d66a-4452-a175-c6d84022cb05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13492 | 2025.01.31 23:42:39.129739 [ 262 ] {07791b63-d66a-4452-a175-c6d84022cb05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13493 | 2025.01.31 23:42:39.130400 [ 262 ] {07791b63-d66a-4452-a175-c6d84022cb05} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13494 | 2025.01.31 23:42:39.130437 [ 262 ] {07791b63-d66a-4452-a175-c6d84022cb05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13495 | 2025.01.31 23:42:39.130850 [ 262 ] {07791b63-d66a-4452-a175-c6d84022cb05} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13496 | 2025.01.31 23:42:39.131108 [ 262 ] {07791b63-d66a-4452-a175-c6d84022cb05} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13497 | 2025.01.31 23:42:39.131244 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 13498 | 2025.01.31 23:42:39.131289 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13499 | 2025.01.31 23:42:39.131300 [ 262 ] {07791b63-d66a-4452-a175-c6d84022cb05} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001656 sec., 77294.68599033817 rows/sec., 5.38 MiB/sec. | ||
| 13500 | 2025.01.31 23:42:39.131312 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13501 | 2025.01.31 23:42:39.131413 [ 262 ] {07791b63-d66a-4452-a175-c6d84022cb05} <Debug> TCPHandler: Processed in 0.001946231 sec. | ||
| 13502 | 2025.01.31 23:42:39.131666 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13503 | 2025.01.31 23:42:39.131681 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13504 | 2025.01.31 23:42:39.131993 [ 259 ] {61f343fb-c6b6-418c-b9f9-9fb74e9fb383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13505 | 2025.01.31 23:42:39.132027 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13506 | 2025.01.31 23:42:39.132100 [ 259 ] {61f343fb-c6b6-418c-b9f9-9fb74e9fb383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13507 | 2025.01.31 23:42:39.132117 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 34554 rows starting from the beginning of the part | ||
| 13508 | 2025.01.31 23:42:39.132494 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13509 | 2025.01.31 23:42:39.132824 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13510 | 2025.01.31 23:42:39.133373 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13511 | 2025.01.31 23:42:39.133759 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13512 | 2025.01.31 23:42:39.134669 [ 259 ] {61f343fb-c6b6-418c-b9f9-9fb74e9fb383} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13513 | 2025.01.31 23:42:39.134735 [ 259 ] {61f343fb-c6b6-418c-b9f9-9fb74e9fb383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13514 | 2025.01.31 23:42:39.135397 [ 259 ] {61f343fb-c6b6-418c-b9f9-9fb74e9fb383} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13515 | 2025.01.31 23:42:39.135727 [ 259 ] {61f343fb-c6b6-418c-b9f9-9fb74e9fb383} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13516 | 2025.01.31 23:42:39.136127 [ 259 ] {61f343fb-c6b6-418c-b9f9-9fb74e9fb383} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004213 sec., 11393.306432470925 rows/sec., 786.26 KiB/sec. | ||
| 13517 | 2025.01.31 23:42:39.136292 [ 259 ] {61f343fb-c6b6-418c-b9f9-9fb74e9fb383} <Debug> TCPHandler: Processed in 0.00476671 sec. | ||
| 13518 | 2025.01.31 23:42:39.142228 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36067 rows, containing 5 columns (5 merged, 0 gathered) in 0.010791759 sec., 3342087.2352690604 rows/sec., 225.61 MiB/sec. | ||
| 13519 | 2025.01.31 23:42:39.142858 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 13520 | 2025.01.31 23:42:39.143436 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13521 | 2025.01.31 23:42:39.143513 [ 193 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 13522 | 2025.01.31 23:42:39.143605 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 13523 | 2025.01.31 23:42:40.952129 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
| 13524 | 2025.01.31 23:42:40.952780 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13525 | 2025.01.31 23:42:40.952834 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13526 | 2025.01.31 23:42:40.953364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13527 | 2025.01.31 23:42:40.953624 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13528 | 2025.01.31 23:42:40.953887 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
| 13529 | 2025.01.31 23:42:40.953888 [ 84 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13530 | 2025.01.31 23:42:40.953971 [ 84 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13531 | 2025.01.31 23:42:40.953998 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13532 | 2025.01.31 23:42:40.954150 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 13533 | 2025.01.31 23:42:40.954317 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13534 | 2025.01.31 23:42:40.954361 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 13535 | 2025.01.31 23:42:40.954442 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
| 13536 | 2025.01.31 23:42:40.954661 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
| 13537 | 2025.01.31 23:42:40.954997 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
| 13538 | 2025.01.31 23:42:40.955261 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
| 13539 | 2025.01.31 23:42:40.955535 [ 201 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
| 13540 | 2025.01.31 23:42:40.958441 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.004358907 sec., 7458979.969061051 rows/sec., 106.70 MiB/sec. | ||
| 13541 | 2025.01.31 23:42:40.959158 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13542 | 2025.01.31 23:42:40.959636 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_71_14} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13543 | 2025.01.31 23:42:40.959731 [ 200 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_71_14} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13544 | 2025.01.31 23:42:40.959853 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 13545 | 2025.01.31 23:42:43.293773 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 13546 | 2025.01.31 23:42:43.314686 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13547 | 2025.01.31 23:42:43.314736 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13548 | 2025.01.31 23:42:43.321954 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13549 | 2025.01.31 23:42:43.322710 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13550 | 2025.01.31 23:42:43.323108 [ 83 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13551 | 2025.01.31 23:42:43.323251 [ 83 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13552 | 2025.01.31 23:42:43.323319 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13553 | 2025.01.31 23:42:43.323815 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 13554 | 2025.01.31 23:42:43.337774 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 13555 | 2025.01.31 23:42:43.339643 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13556 | 2025.01.31 23:42:43.340908 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 13557 | 2025.01.31 23:42:43.346233 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 13558 | 2025.01.31 23:42:43.351968 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 13559 | 2025.01.31 23:42:43.357736 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 13560 | 2025.01.31 23:42:43.363886 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 13561 | 2025.01.31 23:42:43.369956 [ 193 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 13562 | 2025.01.31 23:42:43.431204 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.107716415 sec., 4976.028955289684 rows/sec., 25.73 MiB/sec. | ||
| 13563 | 2025.01.31 23:42:43.434526 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13564 | 2025.01.31 23:42:43.437709 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_71_14} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13565 | 2025.01.31 23:42:43.437842 [ 202 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_71_14} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13566 | 2025.01.31 23:42:43.440451 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 13567 | 2025.01.31 23:42:44.126169 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13568 | 2025.01.31 23:42:44.126397 [ 262 ] {e9cf7ba3-a73c-4f07-8e8c-b1e9783f7042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13569 | 2025.01.31 23:42:44.126483 [ 262 ] {e9cf7ba3-a73c-4f07-8e8c-b1e9783f7042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13570 | 2025.01.31 23:42:44.127308 [ 262 ] {e9cf7ba3-a73c-4f07-8e8c-b1e9783f7042} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13571 | 2025.01.31 23:42:44.127364 [ 262 ] {e9cf7ba3-a73c-4f07-8e8c-b1e9783f7042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13572 | 2025.01.31 23:42:44.127827 [ 262 ] {e9cf7ba3-a73c-4f07-8e8c-b1e9783f7042} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13573 | 2025.01.31 23:42:44.128098 [ 262 ] {e9cf7ba3-a73c-4f07-8e8c-b1e9783f7042} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13574 | 2025.01.31 23:42:44.128314 [ 83 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13575 | 2025.01.31 23:42:44.128339 [ 262 ] {e9cf7ba3-a73c-4f07-8e8c-b1e9783f7042} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.14 MiB/sec. | ||
| 13576 | 2025.01.31 23:42:44.128399 [ 83 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13577 | 2025.01.31 23:42:44.128468 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13578 | 2025.01.31 23:42:44.128484 [ 262 ] {e9cf7ba3-a73c-4f07-8e8c-b1e9783f7042} <Debug> TCPHandler: Processed in 0.002462877 sec. | ||
| 13579 | 2025.01.31 23:42:44.128808 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13580 | 2025.01.31 23:42:44.129022 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13581 | 2025.01.31 23:42:44.129308 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13582 | 2025.01.31 23:42:44.129450 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13583 | 2025.01.31 23:42:44.129813 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13584 | 2025.01.31 23:42:44.130186 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13585 | 2025.01.31 23:42:44.130637 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13586 | 2025.01.31 23:42:44.131025 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13587 | 2025.01.31 23:42:44.130019 [ 259 ] {2aaea02d-1f6e-431f-90b5-167e2e1f1bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13588 | 2025.01.31 23:42:44.131510 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 13589 | 2025.01.31 23:42:44.132154 [ 259 ] {2aaea02d-1f6e-431f-90b5-167e2e1f1bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13590 | 2025.01.31 23:42:44.134288 [ 259 ] {2aaea02d-1f6e-431f-90b5-167e2e1f1bb0} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13591 | 2025.01.31 23:42:44.134360 [ 259 ] {2aaea02d-1f6e-431f-90b5-167e2e1f1bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13592 | 2025.01.31 23:42:44.134934 [ 259 ] {2aaea02d-1f6e-431f-90b5-167e2e1f1bb0} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13593 | 2025.01.31 23:42:44.135247 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.0066751 sec., 494524.4266003506 rows/sec., 43.18 MiB/sec. | ||
| 13594 | 2025.01.31 23:42:44.135377 [ 259 ] {2aaea02d-1f6e-431f-90b5-167e2e1f1bb0} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13595 | 2025.01.31 23:42:44.135579 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13596 | 2025.01.31 23:42:44.135650 [ 83 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13597 | 2025.01.31 23:42:44.135745 [ 83 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13598 | 2025.01.31 23:42:44.135818 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13599 | 2025.01.31 23:42:44.135824 [ 259 ] {2aaea02d-1f6e-431f-90b5-167e2e1f1bb0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006191 sec., 10337.586819576805 rows/sec., 826.24 KiB/sec. | ||
| 13600 | 2025.01.31 23:42:44.136450 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13601 | 2025.01.31 23:42:44.136550 [ 259 ] {2aaea02d-1f6e-431f-90b5-167e2e1f1bb0} <Debug> TCPHandler: Processed in 0.007876597 sec. | ||
| 13602 | 2025.01.31 23:42:44.137174 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13603 | 2025.01.31 23:42:44.137228 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_121_24} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13604 | 2025.01.31 23:42:44.137277 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13605 | 2025.01.31 23:42:44.137676 [ 262 ] {59cf50b3-a7ec-4fd7-bd47-92008db7c428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13606 | 2025.01.31 23:42:44.137727 [ 187 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_121_24} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13607 | 2025.01.31 23:42:44.137702 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13608 | 2025.01.31 23:42:44.137896 [ 262 ] {59cf50b3-a7ec-4fd7-bd47-92008db7c428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13609 | 2025.01.31 23:42:44.138207 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 13610 | 2025.01.31 23:42:44.138617 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13611 | 2025.01.31 23:42:44.139187 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13612 | 2025.01.31 23:42:44.139748 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13613 | 2025.01.31 23:42:44.140120 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13614 | 2025.01.31 23:42:44.140553 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 13615 | 2025.01.31 23:42:44.141748 [ 262 ] {59cf50b3-a7ec-4fd7-bd47-92008db7c428} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13616 | 2025.01.31 23:42:44.141818 [ 262 ] {59cf50b3-a7ec-4fd7-bd47-92008db7c428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13617 | 2025.01.31 23:42:44.142854 [ 262 ] {59cf50b3-a7ec-4fd7-bd47-92008db7c428} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13618 | 2025.01.31 23:42:44.143236 [ 262 ] {59cf50b3-a7ec-4fd7-bd47-92008db7c428} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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.31 23:42:44.143664 [ 262 ] {59cf50b3-a7ec-4fd7-bd47-92008db7c428} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00613 sec., 26101.141924959218 rows/sec., 1.82 MiB/sec. | ||
| 13620 | 2025.01.31 23:42:44.143956 [ 262 ] {59cf50b3-a7ec-4fd7-bd47-92008db7c428} <Debug> TCPHandler: Processed in 0.006907328 sec. | ||
| 13621 | 2025.01.31 23:42:44.143984 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.008009451 sec., 300270.2682118912 rows/sec., 23.02 MiB/sec. | ||
| 13622 | 2025.01.31 23:42:44.144214 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13623 | 2025.01.31 23:42:44.144221 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13624 | 2025.01.31 23:42:44.144542 [ 259 ] {3d597cd0-1e67-4583-b315-acf8ceafd683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13625 | 2025.01.31 23:42:44.144652 [ 259 ] {3d597cd0-1e67-4583-b315-acf8ceafd683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13626 | 2025.01.31 23:42:44.144762 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_121_24} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13627 | 2025.01.31 23:42:44.145053 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_121_24} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13628 | 2025.01.31 23:42:44.145233 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13629 | 2025.01.31 23:42:44.145569 [ 259 ] {3d597cd0-1e67-4583-b315-acf8ceafd683} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13630 | 2025.01.31 23:42:44.145614 [ 259 ] {3d597cd0-1e67-4583-b315-acf8ceafd683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13631 | 2025.01.31 23:42:44.146015 [ 259 ] {3d597cd0-1e67-4583-b315-acf8ceafd683} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13632 | 2025.01.31 23:42:44.146270 [ 259 ] {3d597cd0-1e67-4583-b315-acf8ceafd683} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13633 | 2025.01.31 23:42:44.146453 [ 83 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13634 | 2025.01.31 23:42:44.146506 [ 83 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13635 | 2025.01.31 23:42:44.146523 [ 259 ] {3d597cd0-1e67-4583-b315-acf8ceafd683} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002064 sec., 29069.767441860466 rows/sec., 1.96 MiB/sec. | ||
| 13636 | 2025.01.31 23:42:44.146557 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13637 | 2025.01.31 23:42:44.146692 [ 259 ] {3d597cd0-1e67-4583-b315-acf8ceafd683} <Debug> TCPHandler: Processed in 0.002609072 sec. | ||
| 13638 | 2025.01.31 23:42:44.146783 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13639 | 2025.01.31 23:42:44.146925 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13640 | 2025.01.31 23:42:44.146960 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13641 | 2025.01.31 23:42:44.147077 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13642 | 2025.01.31 23:42:44.147271 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13643 | 2025.01.31 23:42:44.147451 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13644 | 2025.01.31 23:42:44.147610 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13645 | 2025.01.31 23:42:44.147764 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 13646 | 2025.01.31 23:42:44.149990 [ 187 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7350 rows, containing 4 columns (4 merged, 0 gathered) in 0.003299643 sec., 2227513.7037552246 rows/sec., 145.20 MiB/sec. | ||
| 13647 | 2025.01.31 23:42:44.150393 [ 187 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13648 | 2025.01.31 23:42:44.150692 [ 187 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_121_24} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13649 | 2025.01.31 23:42:44.150772 [ 187 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_121_24} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13650 | 2025.01.31 23:42:44.150849 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 13651 | 2025.01.31 23:42:45.295928 [ 79 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13652 | 2025.01.31 23:42:45.295996 [ 79 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13653 | 2025.01.31 23:42:45.296021 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13654 | 2025.01.31 23:42:45.296195 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 13655 | 2025.01.31 23:42:45.296627 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13656 | 2025.01.31 23:42:45.296705 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 13657 | 2025.01.31 23:42:45.296833 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 13658 | 2025.01.31 23:42:45.296965 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 13659 | 2025.01.31 23:42:45.297323 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 13660 | 2025.01.31 23:42:45.297504 [ 191 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 13661 | 2025.01.31 23:42:45.298569 [ 195 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.002482467 sec., 107151.47472252401 rows/sec., 8.06 MiB/sec. | ||
| 13662 | 2025.01.31 23:42:45.298783 [ 198 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13663 | 2025.01.31 23:42:45.299198 [ 198 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_51_11} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13664 | 2025.01.31 23:42:45.299300 [ 198 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_51_11} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13665 | 2025.01.31 23:42:45.299417 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13666 | 2025.01.31 23:42:46.586972 [ 78 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13667 | 2025.01.31 23:42:46.587069 [ 78 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13668 | 2025.01.31 23:42:46.587109 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13669 | 2025.01.31 23:42:46.587372 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 13670 | 2025.01.31 23:42:46.588033 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13671 | 2025.01.31 23:42:46.588131 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 13672 | 2025.01.31 23:42:46.588269 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 13673 | 2025.01.31 23:42:46.588466 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 13674 | 2025.01.31 23:42:46.588720 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 13675 | 2025.01.31 23:42:46.589066 [ 190 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 13676 | 2025.01.31 23:42:46.590117 [ 195 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002910991 sec., 259018.32056505844 rows/sec., 18.54 MiB/sec. | ||
| 13677 | 2025.01.31 23:42:46.590312 [ 198 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13678 | 2025.01.31 23:42:46.590657 [ 198 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_51_11} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13679 | 2025.01.31 23:42:46.590741 [ 198 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_51_11} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13680 | 2025.01.31 23:42:46.590828 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 13681 | 2025.01.31 23:42:47.108033 [ 78 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13682 | 2025.01.31 23:42:47.108116 [ 78 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13683 | 2025.01.31 23:42:47.108140 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13684 | 2025.01.31 23:42:47.108342 [ 196 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 13685 | 2025.01.31 23:42:47.108740 [ 196 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13686 | 2025.01.31 23:42:47.108842 [ 196 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 13687 | 2025.01.31 23:42:47.109014 [ 196 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 13688 | 2025.01.31 23:42:47.109272 [ 196 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 13689 | 2025.01.31 23:42:47.109431 [ 196 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 13690 | 2025.01.31 23:42:47.109630 [ 196 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 13691 | 2025.01.31 23:42:47.110786 [ 198 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.00255984 sec., 119538.72117007314 rows/sec., 6.10 MiB/sec. | ||
| 13692 | 2025.01.31 23:42:47.111006 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13693 | 2025.01.31 23:42:47.111388 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_51_11} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13694 | 2025.01.31 23:42:47.111490 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_51_11} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13695 | 2025.01.31 23:42:47.111608 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13696 | 2025.01.31 23:42:48.205525 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13697 | 2025.01.31 23:42:48.205609 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13698 | 2025.01.31 23:42:48.454914 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
| 13699 | 2025.01.31 23:42:48.455581 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13700 | 2025.01.31 23:42:48.455634 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13701 | 2025.01.31 23:42:48.456164 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13702 | 2025.01.31 23:42:48.456438 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13703 | 2025.01.31 23:42:48.456688 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 13704 | 2025.01.31 23:42:48.626990 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1900 | ||
| 13705 | 2025.01.31 23:42:48.630055 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13706 | 2025.01.31 23:42:48.630148 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13707 | 2025.01.31 23:42:48.631877 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13708 | 2025.01.31 23:42:48.632210 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13709 | 2025.01.31 23:42:48.633328 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1900 | ||
| 13710 | 2025.01.31 23:42:49.132633 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13711 | 2025.01.31 23:42:49.132921 [ 262 ] {20846baa-3848-4689-bbab-e2ad85692056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13712 | 2025.01.31 23:42:49.133000 [ 262 ] {20846baa-3848-4689-bbab-e2ad85692056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13713 | 2025.01.31 23:42:49.133815 [ 262 ] {20846baa-3848-4689-bbab-e2ad85692056} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13714 | 2025.01.31 23:42:49.133863 [ 262 ] {20846baa-3848-4689-bbab-e2ad85692056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13715 | 2025.01.31 23:42:49.134286 [ 262 ] {20846baa-3848-4689-bbab-e2ad85692056} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13716 | 2025.01.31 23:42:49.134538 [ 262 ] {20846baa-3848-4689-bbab-e2ad85692056} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13717 | 2025.01.31 23:42:49.134772 [ 262 ] {20846baa-3848-4689-bbab-e2ad85692056} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec. | ||
| 13718 | 2025.01.31 23:42:49.134828 [ 262 ] {20846baa-3848-4689-bbab-e2ad85692056} <Debug> TCPHandler: Processed in 0.002389465 sec. | ||
| 13719 | 2025.01.31 23:42:49.135090 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13720 | 2025.01.31 23:42:49.135278 [ 259 ] {ba19d881-e4fc-45f6-8a53-b5c042e759e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13721 | 2025.01.31 23:42:49.135350 [ 259 ] {ba19d881-e4fc-45f6-8a53-b5c042e759e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13722 | 2025.01.31 23:42:49.136274 [ 259 ] {ba19d881-e4fc-45f6-8a53-b5c042e759e7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13723 | 2025.01.31 23:42:49.136324 [ 259 ] {ba19d881-e4fc-45f6-8a53-b5c042e759e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13724 | 2025.01.31 23:42:49.136806 [ 259 ] {ba19d881-e4fc-45f6-8a53-b5c042e759e7} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13725 | 2025.01.31 23:42:49.137072 [ 259 ] {ba19d881-e4fc-45f6-8a53-b5c042e759e7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13726 | 2025.01.31 23:42:49.137337 [ 259 ] {ba19d881-e4fc-45f6-8a53-b5c042e759e7} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002111 sec., 133112.269066793 rows/sec., 11.74 MiB/sec. | ||
| 13727 | 2025.01.31 23:42:49.137445 [ 259 ] {ba19d881-e4fc-45f6-8a53-b5c042e759e7} <Debug> TCPHandler: Processed in 0.002472448 sec. | ||
| 13728 | 2025.01.31 23:42:49.137643 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13729 | 2025.01.31 23:42:49.137827 [ 262 ] {ad7aaab4-2f8d-4a61-991d-30a9303b4d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13730 | 2025.01.31 23:42:49.137886 [ 262 ] {ad7aaab4-2f8d-4a61-991d-30a9303b4d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13731 | 2025.01.31 23:42:49.138575 [ 262 ] {ad7aaab4-2f8d-4a61-991d-30a9303b4d3e} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13732 | 2025.01.31 23:42:49.138621 [ 262 ] {ad7aaab4-2f8d-4a61-991d-30a9303b4d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13733 | 2025.01.31 23:42:49.138992 [ 262 ] {ad7aaab4-2f8d-4a61-991d-30a9303b4d3e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13734 | 2025.01.31 23:42:49.139227 [ 262 ] {ad7aaab4-2f8d-4a61-991d-30a9303b4d3e} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13735 | 2025.01.31 23:42:49.139429 [ 262 ] {ad7aaab4-2f8d-4a61-991d-30a9303b4d3e} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001643 sec., 27997.565429093123 rows/sec., 2.01 MiB/sec. | ||
| 13736 | 2025.01.31 23:42:49.139482 [ 262 ] {ad7aaab4-2f8d-4a61-991d-30a9303b4d3e} <Debug> TCPHandler: Processed in 0.00193135 sec. | ||
| 13737 | 2025.01.31 23:42:49.139638 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13738 | 2025.01.31 23:42:49.139855 [ 259 ] {21a7e6d2-7edf-4a7e-bb88-1e60c132b2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13739 | 2025.01.31 23:42:49.139951 [ 259 ] {21a7e6d2-7edf-4a7e-bb88-1e60c132b2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13740 | 2025.01.31 23:42:49.140886 [ 259 ] {21a7e6d2-7edf-4a7e-bb88-1e60c132b2ca} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13741 | 2025.01.31 23:42:49.140928 [ 259 ] {21a7e6d2-7edf-4a7e-bb88-1e60c132b2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13742 | 2025.01.31 23:42:49.141298 [ 259 ] {21a7e6d2-7edf-4a7e-bb88-1e60c132b2ca} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13743 | 2025.01.31 23:42:49.141554 [ 259 ] {21a7e6d2-7edf-4a7e-bb88-1e60c132b2ca} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13744 | 2025.01.31 23:42:49.141816 [ 259 ] {21a7e6d2-7edf-4a7e-bb88-1e60c132b2ca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00201 sec., 6965.174129353233 rows/sec., 487.80 KiB/sec. | ||
| 13745 | 2025.01.31 23:42:49.141924 [ 259 ] {21a7e6d2-7edf-4a7e-bb88-1e60c132b2ca} <Debug> TCPHandler: Processed in 0.002344854 sec. | ||
| 13746 | 2025.01.31 23:42:49.142153 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13747 | 2025.01.31 23:42:49.142494 [ 262 ] {26d2e82f-f72f-42da-aa3f-821f69e23d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13748 | 2025.01.31 23:42:49.142561 [ 262 ] {26d2e82f-f72f-42da-aa3f-821f69e23d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13749 | 2025.01.31 23:42:49.143154 [ 262 ] {26d2e82f-f72f-42da-aa3f-821f69e23d8c} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13750 | 2025.01.31 23:42:49.143193 [ 262 ] {26d2e82f-f72f-42da-aa3f-821f69e23d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13751 | 2025.01.31 23:42:49.143546 [ 262 ] {26d2e82f-f72f-42da-aa3f-821f69e23d8c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13752 | 2025.01.31 23:42:49.143781 [ 262 ] {26d2e82f-f72f-42da-aa3f-821f69e23d8c} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13753 | 2025.01.31 23:42:49.144001 [ 262 ] {26d2e82f-f72f-42da-aa3f-821f69e23d8c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001624 sec., 8004.926108374384 rows/sec., 499.11 KiB/sec. | ||
| 13754 | 2025.01.31 23:42:49.144053 [ 262 ] {26d2e82f-f72f-42da-aa3f-821f69e23d8c} <Debug> TCPHandler: Processed in 0.002047734 sec. | ||
| 13755 | 2025.01.31 23:42:49.144263 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13756 | 2025.01.31 23:42:49.144488 [ 259 ] {663b513c-a94b-4bac-bf1d-517b61859485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13757 | 2025.01.31 23:42:49.144583 [ 259 ] {663b513c-a94b-4bac-bf1d-517b61859485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13758 | 2025.01.31 23:42:49.145405 [ 259 ] {663b513c-a94b-4bac-bf1d-517b61859485} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13759 | 2025.01.31 23:42:49.145447 [ 259 ] {663b513c-a94b-4bac-bf1d-517b61859485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13760 | 2025.01.31 23:42:49.145841 [ 259 ] {663b513c-a94b-4bac-bf1d-517b61859485} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13761 | 2025.01.31 23:42:49.146089 [ 259 ] {663b513c-a94b-4bac-bf1d-517b61859485} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13762 | 2025.01.31 23:42:49.146301 [ 259 ] {663b513c-a94b-4bac-bf1d-517b61859485} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001862 sec., 226100.96670247047 rows/sec., 16.16 MiB/sec. | ||
| 13763 | 2025.01.31 23:42:49.146360 [ 259 ] {663b513c-a94b-4bac-bf1d-517b61859485} <Debug> TCPHandler: Processed in 0.002210509 sec. | ||
| 13764 | 2025.01.31 23:42:49.146514 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13765 | 2025.01.31 23:42:49.146650 [ 262 ] {6457a488-5f39-4f57-a865-ed58c8621baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13766 | 2025.01.31 23:42:49.146708 [ 262 ] {6457a488-5f39-4f57-a865-ed58c8621baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13767 | 2025.01.31 23:42:49.147274 [ 262 ] {6457a488-5f39-4f57-a865-ed58c8621baf} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13768 | 2025.01.31 23:42:49.147320 [ 262 ] {6457a488-5f39-4f57-a865-ed58c8621baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13769 | 2025.01.31 23:42:49.147727 [ 262 ] {6457a488-5f39-4f57-a865-ed58c8621baf} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13770 | 2025.01.31 23:42:49.147961 [ 262 ] {6457a488-5f39-4f57-a865-ed58c8621baf} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13771 | 2025.01.31 23:42:49.148210 [ 262 ] {6457a488-5f39-4f57-a865-ed58c8621baf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 197.28 KiB/sec. | ||
| 13772 | 2025.01.31 23:42:49.148272 [ 262 ] {6457a488-5f39-4f57-a865-ed58c8621baf} <Debug> TCPHandler: Processed in 0.001822967 sec. | ||
| 13773 | 2025.01.31 23:42:49.148480 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13774 | 2025.01.31 23:42:49.148625 [ 259 ] {d0599c02-d957-4934-81d3-f2d22313754d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13775 | 2025.01.31 23:42:49.148685 [ 259 ] {d0599c02-d957-4934-81d3-f2d22313754d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13776 | 2025.01.31 23:42:49.149406 [ 259 ] {d0599c02-d957-4934-81d3-f2d22313754d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13777 | 2025.01.31 23:42:49.149452 [ 259 ] {d0599c02-d957-4934-81d3-f2d22313754d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13778 | 2025.01.31 23:42:49.149890 [ 259 ] {d0599c02-d957-4934-81d3-f2d22313754d} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13779 | 2025.01.31 23:42:49.150146 [ 259 ] {d0599c02-d957-4934-81d3-f2d22313754d} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13780 | 2025.01.31 23:42:49.150334 [ 259 ] {d0599c02-d957-4934-81d3-f2d22313754d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001735 sec., 136599.4236311239 rows/sec., 9.16 MiB/sec. | ||
| 13781 | 2025.01.31 23:42:49.150389 [ 259 ] {d0599c02-d957-4934-81d3-f2d22313754d} <Debug> TCPHandler: Processed in 0.002025164 sec. | ||
| 13782 | 2025.01.31 23:42:49.150548 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13783 | 2025.01.31 23:42:49.150664 [ 262 ] {dfdb351f-424d-461c-898d-df09745c0ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13784 | 2025.01.31 23:42:49.150715 [ 262 ] {dfdb351f-424d-461c-898d-df09745c0ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13785 | 2025.01.31 23:42:49.151172 [ 262 ] {dfdb351f-424d-461c-898d-df09745c0ec6} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13786 | 2025.01.31 23:42:49.151210 [ 262 ] {dfdb351f-424d-461c-898d-df09745c0ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13787 | 2025.01.31 23:42:49.151575 [ 262 ] {dfdb351f-424d-461c-898d-df09745c0ec6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13788 | 2025.01.31 23:42:49.151812 [ 262 ] {dfdb351f-424d-461c-898d-df09745c0ec6} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13789 | 2025.01.31 23:42:49.152059 [ 262 ] {dfdb351f-424d-461c-898d-df09745c0ec6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec. | ||
| 13790 | 2025.01.31 23:42:49.152127 [ 262 ] {dfdb351f-424d-461c-898d-df09745c0ec6} <Debug> TCPHandler: Processed in 0.001629171 sec. | ||
| 13791 | 2025.01.31 23:42:49.152339 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13792 | 2025.01.31 23:42:49.152486 [ 259 ] {2f444c9d-a98a-4249-805e-62865611e87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13793 | 2025.01.31 23:42:49.152567 [ 259 ] {2f444c9d-a98a-4249-805e-62865611e87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13794 | 2025.01.31 23:42:49.153790 [ 259 ] {2f444c9d-a98a-4249-805e-62865611e87c} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13795 | 2025.01.31 23:42:49.153829 [ 259 ] {2f444c9d-a98a-4249-805e-62865611e87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13796 | 2025.01.31 23:42:49.154507 [ 259 ] {2f444c9d-a98a-4249-805e-62865611e87c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13797 | 2025.01.31 23:42:49.154775 [ 259 ] {2f444c9d-a98a-4249-805e-62865611e87c} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13798 | 2025.01.31 23:42:49.154988 [ 259 ] {2f444c9d-a98a-4249-805e-62865611e87c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002533 sec., 15396.762731938412 rows/sec., 27.59 MiB/sec. | ||
| 13799 | 2025.01.31 23:42:49.155096 [ 259 ] {2f444c9d-a98a-4249-805e-62865611e87c} <Debug> TCPHandler: Processed in 0.00286199 sec. | ||
| 13800 | 2025.01.31 23:42:49.155250 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13801 | 2025.01.31 23:42:49.155387 [ 262 ] {084ede10-db35-4c2f-a3ab-7ad253e2dc3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13802 | 2025.01.31 23:42:49.155444 [ 262 ] {084ede10-db35-4c2f-a3ab-7ad253e2dc3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13803 | 2025.01.31 23:42:49.155965 [ 262 ] {084ede10-db35-4c2f-a3ab-7ad253e2dc3c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13804 | 2025.01.31 23:42:49.156003 [ 262 ] {084ede10-db35-4c2f-a3ab-7ad253e2dc3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13805 | 2025.01.31 23:42:49.156374 [ 262 ] {084ede10-db35-4c2f-a3ab-7ad253e2dc3c} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13806 | 2025.01.31 23:42:49.156606 [ 262 ] {084ede10-db35-4c2f-a3ab-7ad253e2dc3c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13807 | 2025.01.31 23:42:49.156806 [ 262 ] {084ede10-db35-4c2f-a3ab-7ad253e2dc3c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001449 sec., 56590.75224292616 rows/sec., 3.59 MiB/sec. | ||
| 13808 | 2025.01.31 23:42:49.156854 [ 262 ] {084ede10-db35-4c2f-a3ab-7ad253e2dc3c} <Debug> TCPHandler: Processed in 0.001671562 sec. | ||
| 13809 | 2025.01.31 23:42:50.838763 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 13810 | 2025.01.31 23:42:50.862280 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13811 | 2025.01.31 23:42:50.862341 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13812 | 2025.01.31 23:42:50.869659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13813 | 2025.01.31 23:42:50.870447 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13814 | 2025.01.31 23:42:50.873587 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 13815 | 2025.01.31 23:42:54.125757 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13816 | 2025.01.31 23:42:54.125974 [ 262 ] {5b12d08b-7e85-4051-91bc-ed4ee3dc5f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13817 | 2025.01.31 23:42:54.126051 [ 262 ] {5b12d08b-7e85-4051-91bc-ed4ee3dc5f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13818 | 2025.01.31 23:42:54.126891 [ 262 ] {5b12d08b-7e85-4051-91bc-ed4ee3dc5f5c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13819 | 2025.01.31 23:42:54.126932 [ 262 ] {5b12d08b-7e85-4051-91bc-ed4ee3dc5f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13820 | 2025.01.31 23:42:54.127356 [ 262 ] {5b12d08b-7e85-4051-91bc-ed4ee3dc5f5c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13821 | 2025.01.31 23:42:54.127609 [ 262 ] {5b12d08b-7e85-4051-91bc-ed4ee3dc5f5c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13822 | 2025.01.31 23:42:54.127798 [ 262 ] {5b12d08b-7e85-4051-91bc-ed4ee3dc5f5c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.27 MiB/sec. | ||
| 13823 | 2025.01.31 23:42:54.127852 [ 262 ] {5b12d08b-7e85-4051-91bc-ed4ee3dc5f5c} <Debug> TCPHandler: Processed in 0.00222531 sec. | ||
| 13824 | 2025.01.31 23:42:54.128112 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13825 | 2025.01.31 23:42:54.128305 [ 259 ] {dddfdc56-83ef-49a9-a178-c7a266b06ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13826 | 2025.01.31 23:42:54.128382 [ 259 ] {dddfdc56-83ef-49a9-a178-c7a266b06ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13827 | 2025.01.31 23:42:54.129204 [ 259 ] {dddfdc56-83ef-49a9-a178-c7a266b06ab2} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13828 | 2025.01.31 23:42:54.129255 [ 259 ] {dddfdc56-83ef-49a9-a178-c7a266b06ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13829 | 2025.01.31 23:42:54.129711 [ 259 ] {dddfdc56-83ef-49a9-a178-c7a266b06ab2} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13830 | 2025.01.31 23:42:54.129975 [ 259 ] {dddfdc56-83ef-49a9-a178-c7a266b06ab2} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13831 | 2025.01.31 23:42:54.130249 [ 259 ] {dddfdc56-83ef-49a9-a178-c7a266b06ab2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001994 sec., 32096.288866599796 rows/sec., 2.51 MiB/sec. | ||
| 13832 | 2025.01.31 23:42:54.130343 [ 259 ] {dddfdc56-83ef-49a9-a178-c7a266b06ab2} <Debug> TCPHandler: Processed in 0.002363295 sec. | ||
| 13833 | 2025.01.31 23:42:54.130343 [ 223 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 13834 | 2025.01.31 23:42:54.130423 [ 223 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 13835 | 2025.01.31 23:42:54.130541 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13836 | 2025.01.31 23:42:54.130703 [ 262 ] {5667d01f-9350-418a-8141-12c0eec3f881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13837 | 2025.01.31 23:42:54.130767 [ 262 ] {5667d01f-9350-418a-8141-12c0eec3f881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13838 | 2025.01.31 23:42:54.132104 [ 262 ] {5667d01f-9350-418a-8141-12c0eec3f881} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13839 | 2025.01.31 23:42:54.132143 [ 262 ] {5667d01f-9350-418a-8141-12c0eec3f881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13840 | 2025.01.31 23:42:54.132902 [ 262 ] {5667d01f-9350-418a-8141-12c0eec3f881} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13841 | 2025.01.31 23:42:54.133262 [ 262 ] {5667d01f-9350-418a-8141-12c0eec3f881} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13842 | 2025.01.31 23:42:54.133653 [ 262 ] {5667d01f-9350-418a-8141-12c0eec3f881} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002969 sec., 53890.198720107786 rows/sec., 3.75 MiB/sec. | ||
| 13843 | 2025.01.31 23:42:54.133851 [ 262 ] {5667d01f-9350-418a-8141-12c0eec3f881} <Debug> TCPHandler: Processed in 0.003399157 sec. | ||
| 13844 | 2025.01.31 23:42:54.134033 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13845 | 2025.01.31 23:42:54.134197 [ 223 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 13846 | 2025.01.31 23:42:54.134232 [ 259 ] {d8f84d9e-72d6-41ac-bd71-80be061c5390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13847 | 2025.01.31 23:42:54.134392 [ 259 ] {d8f84d9e-72d6-41ac-bd71-80be061c5390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13848 | 2025.01.31 23:42:54.135588 [ 259 ] {d8f84d9e-72d6-41ac-bd71-80be061c5390} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13849 | 2025.01.31 23:42:54.135629 [ 259 ] {d8f84d9e-72d6-41ac-bd71-80be061c5390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13850 | 2025.01.31 23:42:54.136032 [ 259 ] {d8f84d9e-72d6-41ac-bd71-80be061c5390} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13851 | 2025.01.31 23:42:54.136276 [ 259 ] {d8f84d9e-72d6-41ac-bd71-80be061c5390} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13852 | 2025.01.31 23:42:54.136492 [ 259 ] {d8f84d9e-72d6-41ac-bd71-80be061c5390} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002318 sec., 25884.383088869712 rows/sec., 1.74 MiB/sec. | ||
| 13853 | 2025.01.31 23:42:54.136545 [ 259 ] {d8f84d9e-72d6-41ac-bd71-80be061c5390} <Debug> TCPHandler: Processed in 0.002578191 sec. | ||
| 13854 | 2025.01.31 23:42:55.031923 [ 219 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 13855 | 2025.01.31 23:42:55.031982 [ 219 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 13856 | 2025.01.31 23:42:55.034072 [ 219 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 13857 | 2025.01.31 23:42:55.125800 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 13858 | 2025.01.31 23:42:55.125861 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 13859 | 2025.01.31 23:42:55.128259 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 13860 | 2025.01.31 23:42:55.223973 [ 225 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 13861 | 2025.01.31 23:42:55.224053 [ 225 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 13862 | 2025.01.31 23:42:55.226114 [ 225 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 13863 | 2025.01.31 23:42:55.957738 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 | ||
| 13864 | 2025.01.31 23:42:55.958404 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13865 | 2025.01.31 23:42:55.958453 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13866 | 2025.01.31 23:42:55.958970 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13867 | 2025.01.31 23:42:55.959231 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13868 | 2025.01.31 23:42:55.959475 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 | ||
| 13869 | 2025.01.31 23:42:58.001979 [ 220 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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] | ||
| 13870 | 2025.01.31 23:42:58.002054 [ 220 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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] | ||
| 13871 | 2025.01.31 23:42:58.004086 [ 220 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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] | ||
| 13872 | 2025.01.31 23:42:58.374551 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 13873 | 2025.01.31 23:42:58.397242 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13874 | 2025.01.31 23:42:58.397292 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13875 | 2025.01.31 23:42:58.404742 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13876 | 2025.01.31 23:42:58.405537 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13877 | 2025.01.31 23:42:58.409027 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 13878 | 2025.01.31 23:42:58.634345 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1930 | ||
| 13879 | 2025.01.31 23:42:58.637654 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13880 | 2025.01.31 23:42:58.637715 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13881 | 2025.01.31 23:42:58.639352 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13882 | 2025.01.31 23:42:58.639696 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13883 | 2025.01.31 23:42:58.640741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1930 | ||
| 13884 | 2025.01.31 23:42:59.131668 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13885 | 2025.01.31 23:42:59.131896 [ 262 ] {00bea835-2f7f-488a-b90a-69c154ad490b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13886 | 2025.01.31 23:42:59.131980 [ 262 ] {00bea835-2f7f-488a-b90a-69c154ad490b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13887 | 2025.01.31 23:42:59.132752 [ 262 ] {00bea835-2f7f-488a-b90a-69c154ad490b} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13888 | 2025.01.31 23:42:59.132807 [ 262 ] {00bea835-2f7f-488a-b90a-69c154ad490b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13889 | 2025.01.31 23:42:59.133261 [ 262 ] {00bea835-2f7f-488a-b90a-69c154ad490b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13890 | 2025.01.31 23:42:59.133536 [ 262 ] {00bea835-2f7f-488a-b90a-69c154ad490b} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13891 | 2025.01.31 23:42:59.133732 [ 64 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13892 | 2025.01.31 23:42:59.133803 [ 262 ] {00bea835-2f7f-488a-b90a-69c154ad490b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 13893 | 2025.01.31 23:42:59.133815 [ 64 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13894 | 2025.01.31 23:42:59.133888 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13895 | 2025.01.31 23:42:59.133960 [ 262 ] {00bea835-2f7f-488a-b90a-69c154ad490b} <Debug> TCPHandler: Processed in 0.002430656 sec. | ||
| 13896 | 2025.01.31 23:42:59.134104 [ 219 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 13897 | 2025.01.31 23:42:59.134213 [ 219 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 13898 | 2025.01.31 23:42:59.134286 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 13899 | 2025.01.31 23:42:59.134365 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13900 | 2025.01.31 23:42:59.134675 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13901 | 2025.01.31 23:42:59.134800 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 13902 | 2025.01.31 23:42:59.134827 [ 259 ] {e186da27-1154-40e5-95ce-43c535a9feba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13903 | 2025.01.31 23:42:59.135079 [ 259 ] {e186da27-1154-40e5-95ce-43c535a9feba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13904 | 2025.01.31 23:42:59.135307 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 13905 | 2025.01.31 23:42:59.135926 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 13906 | 2025.01.31 23:42:59.136355 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 13907 | 2025.01.31 23:42:59.136872 [ 196 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 13908 | 2025.01.31 23:42:59.139834 [ 219 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 13909 | 2025.01.31 23:42:59.141050 [ 259 ] {e186da27-1154-40e5-95ce-43c535a9feba} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13910 | 2025.01.31 23:42:59.141225 [ 259 ] {e186da27-1154-40e5-95ce-43c535a9feba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 13911 | 2025.01.31 23:42:59.141729 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007726983 sec., 9059.163194742372 rows/sec., 687.53 KiB/sec. | ||
| 13912 | 2025.01.31 23:42:59.141920 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13913 | 2025.01.31 23:42:59.142109 [ 259 ] {e186da27-1154-40e5-95ce-43c535a9feba} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13914 | 2025.01.31 23:42:59.142307 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_53_13} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13915 | 2025.01.31 23:42:59.142431 [ 198 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_53_13} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 13916 | 2025.01.31 23:42:59.142469 [ 259 ] {e186da27-1154-40e5-95ce-43c535a9feba} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13917 | 2025.01.31 23:42:59.142548 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13918 | 2025.01.31 23:42:59.142733 [ 259 ] {e186da27-1154-40e5-95ce-43c535a9feba} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.008077 sec., 34790.144855763276 rows/sec., 3.07 MiB/sec. | ||
| 13919 | 2025.01.31 23:42:59.142800 [ 259 ] {e186da27-1154-40e5-95ce-43c535a9feba} <Debug> TCPHandler: Processed in 0.008687873 sec. | ||
| 13920 | 2025.01.31 23:42:59.142973 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13921 | 2025.01.31 23:42:59.143124 [ 262 ] {b150e53e-ecfd-40ba-a0e0-de59f48db8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13922 | 2025.01.31 23:42:59.143218 [ 262 ] {b150e53e-ecfd-40ba-a0e0-de59f48db8be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13923 | 2025.01.31 23:42:59.143971 [ 262 ] {b150e53e-ecfd-40ba-a0e0-de59f48db8be} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13924 | 2025.01.31 23:42:59.144012 [ 262 ] {b150e53e-ecfd-40ba-a0e0-de59f48db8be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13925 | 2025.01.31 23:42:59.144388 [ 262 ] {b150e53e-ecfd-40ba-a0e0-de59f48db8be} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13926 | 2025.01.31 23:42:59.144639 [ 262 ] {b150e53e-ecfd-40ba-a0e0-de59f48db8be} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13927 | 2025.01.31 23:42:59.144862 [ 262 ] {b150e53e-ecfd-40ba-a0e0-de59f48db8be} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001776 sec., 25900.900900900902 rows/sec., 1.86 MiB/sec. | ||
| 13928 | 2025.01.31 23:42:59.144932 [ 262 ] {b150e53e-ecfd-40ba-a0e0-de59f48db8be} <Debug> TCPHandler: Processed in 0.002028334 sec. | ||
| 13929 | 2025.01.31 23:42:59.145143 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13930 | 2025.01.31 23:42:59.145299 [ 259 ] {f57613b6-101e-45dc-876a-3f132bb07bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13931 | 2025.01.31 23:42:59.145361 [ 259 ] {f57613b6-101e-45dc-876a-3f132bb07bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13932 | 2025.01.31 23:42:59.146036 [ 259 ] {f57613b6-101e-45dc-876a-3f132bb07bd9} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13933 | 2025.01.31 23:42:59.146075 [ 259 ] {f57613b6-101e-45dc-876a-3f132bb07bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13934 | 2025.01.31 23:42:59.146437 [ 259 ] {f57613b6-101e-45dc-876a-3f132bb07bd9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13935 | 2025.01.31 23:42:59.146678 [ 259 ] {f57613b6-101e-45dc-876a-3f132bb07bd9} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13936 | 2025.01.31 23:42:59.146981 [ 259 ] {f57613b6-101e-45dc-876a-3f132bb07bd9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001703 sec., 8220.786846741044 rows/sec., 575.73 KiB/sec. | ||
| 13937 | 2025.01.31 23:42:59.147523 [ 259 ] {f57613b6-101e-45dc-876a-3f132bb07bd9} <Debug> TCPHandler: Processed in 0.002483247 sec. | ||
| 13938 | 2025.01.31 23:42:59.147936 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13939 | 2025.01.31 23:42:59.148344 [ 262 ] {d8e3f855-1df5-4943-870f-9f1918048723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13940 | 2025.01.31 23:42:59.148435 [ 262 ] {d8e3f855-1df5-4943-870f-9f1918048723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13941 | 2025.01.31 23:42:59.149105 [ 262 ] {d8e3f855-1df5-4943-870f-9f1918048723} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13942 | 2025.01.31 23:42:59.149142 [ 262 ] {d8e3f855-1df5-4943-870f-9f1918048723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13943 | 2025.01.31 23:42:59.149504 [ 262 ] {d8e3f855-1df5-4943-870f-9f1918048723} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13944 | 2025.01.31 23:42:59.149743 [ 262 ] {d8e3f855-1df5-4943-870f-9f1918048723} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13945 | 2025.01.31 23:42:59.149903 [ 64 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13946 | 2025.01.31 23:42:59.149963 [ 64 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13947 | 2025.01.31 23:42:59.149993 [ 262 ] {d8e3f855-1df5-4943-870f-9f1918048723} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001699 sec., 7651.559741024132 rows/sec., 477.07 KiB/sec. | ||
| 13948 | 2025.01.31 23:42:59.150001 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13949 | 2025.01.31 23:42:59.150159 [ 262 ] {d8e3f855-1df5-4943-870f-9f1918048723} <Debug> TCPHandler: Processed in 0.002412175 sec. | ||
| 13950 | 2025.01.31 23:42:59.150248 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 13951 | 2025.01.31 23:42:59.150374 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13952 | 2025.01.31 23:42:59.150451 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13953 | 2025.01.31 23:42:59.150505 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 13954 | 2025.01.31 23:42:59.150674 [ 259 ] {993fc4cd-0f68-4a8e-bcd0-c734910fe411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13955 | 2025.01.31 23:42:59.150831 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 13956 | 2025.01.31 23:42:59.150859 [ 259 ] {993fc4cd-0f68-4a8e-bcd0-c734910fe411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13957 | 2025.01.31 23:42:59.151269 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 13958 | 2025.01.31 23:42:59.151530 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 13959 | 2025.01.31 23:42:59.151886 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 13960 | 2025.01.31 23:42:59.153869 [ 259 ] {993fc4cd-0f68-4a8e-bcd0-c734910fe411} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13961 | 2025.01.31 23:42:59.153944 [ 259 ] {993fc4cd-0f68-4a8e-bcd0-c734910fe411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 13962 | 2025.01.31 23:42:59.154337 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004211103 sec., 15435.385930954431 rows/sec., 1022.69 KiB/sec. | ||
| 13963 | 2025.01.31 23:42:59.154527 [ 192 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13964 | 2025.01.31 23:42:59.154888 [ 259 ] {993fc4cd-0f68-4a8e-bcd0-c734910fe411} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13965 | 2025.01.31 23:42:59.155105 [ 199 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_53_13} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13966 | 2025.01.31 23:42:59.155289 [ 199 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_53_13} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 13967 | 2025.01.31 23:42:59.155321 [ 259 ] {993fc4cd-0f68-4a8e-bcd0-c734910fe411} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13968 | 2025.01.31 23:42:59.155486 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13969 | 2025.01.31 23:42:59.155659 [ 259 ] {993fc4cd-0f68-4a8e-bcd0-c734910fe411} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005109 sec., 82403.60148757095 rows/sec., 5.89 MiB/sec. | ||
| 13970 | 2025.01.31 23:42:59.155725 [ 259 ] {993fc4cd-0f68-4a8e-bcd0-c734910fe411} <Debug> TCPHandler: Processed in 0.005441391 sec. | ||
| 13971 | 2025.01.31 23:42:59.155897 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13972 | 2025.01.31 23:42:59.156038 [ 262 ] {5b2efdcf-f7b9-4446-af24-ff3cfcc7f945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13973 | 2025.01.31 23:42:59.156097 [ 262 ] {5b2efdcf-f7b9-4446-af24-ff3cfcc7f945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13974 | 2025.01.31 23:42:59.156670 [ 262 ] {5b2efdcf-f7b9-4446-af24-ff3cfcc7f945} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13975 | 2025.01.31 23:42:59.156715 [ 262 ] {5b2efdcf-f7b9-4446-af24-ff3cfcc7f945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13976 | 2025.01.31 23:42:59.157119 [ 262 ] {5b2efdcf-f7b9-4446-af24-ff3cfcc7f945} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13977 | 2025.01.31 23:42:59.157358 [ 262 ] {5b2efdcf-f7b9-4446-af24-ff3cfcc7f945} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13978 | 2025.01.31 23:42:59.157564 [ 262 ] {5b2efdcf-f7b9-4446-af24-ff3cfcc7f945} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001559 sec., 3848.6209108402822 rows/sec., 201.08 KiB/sec. | ||
| 13979 | 2025.01.31 23:42:59.157618 [ 262 ] {5b2efdcf-f7b9-4446-af24-ff3cfcc7f945} <Debug> TCPHandler: Processed in 0.001786556 sec. | ||
| 13980 | 2025.01.31 23:42:59.157766 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13981 | 2025.01.31 23:42:59.157888 [ 259 ] {e5aa5bb7-05ff-49e8-95a5-f5bf46e037c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13982 | 2025.01.31 23:42:59.157941 [ 259 ] {e5aa5bb7-05ff-49e8-95a5-f5bf46e037c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13983 | 2025.01.31 23:42:59.158620 [ 259 ] {e5aa5bb7-05ff-49e8-95a5-f5bf46e037c2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13984 | 2025.01.31 23:42:59.158667 [ 259 ] {e5aa5bb7-05ff-49e8-95a5-f5bf46e037c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13985 | 2025.01.31 23:42:59.159122 [ 259 ] {e5aa5bb7-05ff-49e8-95a5-f5bf46e037c2} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13986 | 2025.01.31 23:42:59.159362 [ 259 ] {e5aa5bb7-05ff-49e8-95a5-f5bf46e037c2} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13987 | 2025.01.31 23:42:59.159538 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 13988 | 2025.01.31 23:42:59.159589 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13989 | 2025.01.31 23:42:59.159601 [ 259 ] {e5aa5bb7-05ff-49e8-95a5-f5bf46e037c2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001732 sec., 136836.02771362587 rows/sec., 9.17 MiB/sec. | ||
| 13990 | 2025.01.31 23:42:59.159619 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13991 | 2025.01.31 23:42:59.159767 [ 259 ] {e5aa5bb7-05ff-49e8-95a5-f5bf46e037c2} <Debug> TCPHandler: Processed in 0.002055274 sec. | ||
| 13992 | 2025.01.31 23:42:59.159855 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13993 | 2025.01.31 23:42:59.159963 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13994 | 2025.01.31 23:42:59.160017 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13995 | 2025.01.31 23:42:59.160054 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 36067 rows starting from the beginning of the part | ||
| 13996 | 2025.01.31 23:42:59.160167 [ 262 ] {4cba5d19-b1f4-437c-9aba-6e5d90c96720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13997 | 2025.01.31 23:42:59.160305 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 13998 | 2025.01.31 23:42:59.160367 [ 262 ] {4cba5d19-b1f4-437c-9aba-6e5d90c96720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13999 | 2025.01.31 23:42:59.160696 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 14000 | 2025.01.31 23:42:59.160997 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 14001 | 2025.01.31 23:42:59.161345 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 14002 | 2025.01.31 23:42:59.161649 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 14003 | 2025.01.31 23:42:59.162349 [ 262 ] {4cba5d19-b1f4-437c-9aba-6e5d90c96720} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14004 | 2025.01.31 23:42:59.162395 [ 262 ] {4cba5d19-b1f4-437c-9aba-6e5d90c96720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14005 | 2025.01.31 23:42:59.162900 [ 262 ] {4cba5d19-b1f4-437c-9aba-6e5d90c96720} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14006 | 2025.01.31 23:42:59.163183 [ 262 ] {4cba5d19-b1f4-437c-9aba-6e5d90c96720} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14007 | 2025.01.31 23:42:59.163462 [ 225 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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] | ||
| 14008 | 2025.01.31 23:42:59.163510 [ 225 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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] | ||
| 14009 | 2025.01.31 23:42:59.163527 [ 262 ] {4cba5d19-b1f4-437c-9aba-6e5d90c96720} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003427 sec., 291.8004085205719 rows/sec., 19.66 KiB/sec. | ||
| 14010 | 2025.01.31 23:42:59.163713 [ 262 ] {4cba5d19-b1f4-437c-9aba-6e5d90c96720} <Debug> TCPHandler: Processed in 0.00380937 sec. | ||
| 14011 | 2025.01.31 23:42:59.163979 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14012 | 2025.01.31 23:42:59.164389 [ 259 ] {ed76670d-acbd-43bb-88dd-46790ac4d724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14013 | 2025.01.31 23:42:59.164879 [ 259 ] {ed76670d-acbd-43bb-88dd-46790ac4d724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14014 | 2025.01.31 23:42:59.168344 [ 225 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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] | ||
| 14015 | 2025.01.31 23:42:59.170100 [ 259 ] {ed76670d-acbd-43bb-88dd-46790ac4d724} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14016 | 2025.01.31 23:42:59.170162 [ 259 ] {ed76670d-acbd-43bb-88dd-46790ac4d724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14017 | 2025.01.31 23:42:59.171178 [ 259 ] {ed76670d-acbd-43bb-88dd-46790ac4d724} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14018 | 2025.01.31 23:42:59.171565 [ 259 ] {ed76670d-acbd-43bb-88dd-46790ac4d724} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14019 | 2025.01.31 23:42:59.171950 [ 259 ] {ed76670d-acbd-43bb-88dd-46790ac4d724} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007727 sec., 5047.236961304517 rows/sec., 9.04 MiB/sec. | ||
| 14020 | 2025.01.31 23:42:59.172875 [ 259 ] {ed76670d-acbd-43bb-88dd-46790ac4d724} <Debug> TCPHandler: Processed in 0.009044783 sec. | ||
| 14021 | 2025.01.31 23:42:59.173287 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14022 | 2025.01.31 23:42:59.173509 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36989 rows, containing 5 columns (5 merged, 0 gathered) in 0.013771423 sec., 2685924.3231436578 rows/sec., 181.37 MiB/sec. | ||
| 14023 | 2025.01.31 23:42:59.173565 [ 262 ] {6987c236-798b-44d0-86b1-437b3d26c2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14024 | 2025.01.31 23:42:59.173627 [ 262 ] {6987c236-798b-44d0-86b1-437b3d26c2df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14025 | 2025.01.31 23:42:59.174007 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 14026 | 2025.01.31 23:42:59.174600 [ 262 ] {6987c236-798b-44d0-86b1-437b3d26c2df} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14027 | 2025.01.31 23:42:59.174671 [ 262 ] {6987c236-798b-44d0-86b1-437b3d26c2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14028 | 2025.01.31 23:42:59.174730 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14029 | 2025.01.31 23:42:59.174911 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 14030 | 2025.01.31 23:42:59.175095 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 14031 | 2025.01.31 23:42:59.175356 [ 262 ] {6987c236-798b-44d0-86b1-437b3d26c2df} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14032 | 2025.01.31 23:42:59.175617 [ 262 ] {6987c236-798b-44d0-86b1-437b3d26c2df} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14033 | 2025.01.31 23:42:59.175883 [ 262 ] {6987c236-798b-44d0-86b1-437b3d26c2df} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002367 sec., 34643.00802703844 rows/sec., 2.20 MiB/sec. | ||
| 14034 | 2025.01.31 23:42:59.175974 [ 262 ] {6987c236-798b-44d0-86b1-437b3d26c2df} <Debug> TCPHandler: Processed in 0.002924532 sec. | ||
| 14035 | 2025.01.31 23:43:00.150243 [ 224 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||
| 14036 | 2025.01.31 23:43:00.150301 [ 224 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||
| 14037 | 2025.01.31 23:43:00.152178 [ 224 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||
| 14038 | 2025.01.31 23:43:03.205686 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14039 | 2025.01.31 23:43:03.205777 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14040 | 2025.01.31 23:43:03.460592 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 | ||
| 14041 | 2025.01.31 23:43:03.461791 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14042 | 2025.01.31 23:43:03.461836 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14043 | 2025.01.31 23:43:03.462351 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14044 | 2025.01.31 23:43:03.462600 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14045 | 2025.01.31 23:43:03.462830 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 14046 | 2025.01.31 23:43:04.125632 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14047 | 2025.01.31 23:43:04.125819 [ 262 ] {a0cd0e09-6d54-4a58-9b86-c7e924b9f5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14048 | 2025.01.31 23:43:04.125890 [ 262 ] {a0cd0e09-6d54-4a58-9b86-c7e924b9f5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14049 | 2025.01.31 23:43:04.126640 [ 262 ] {a0cd0e09-6d54-4a58-9b86-c7e924b9f5c6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14050 | 2025.01.31 23:43:04.126685 [ 262 ] {a0cd0e09-6d54-4a58-9b86-c7e924b9f5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14051 | 2025.01.31 23:43:04.127117 [ 262 ] {a0cd0e09-6d54-4a58-9b86-c7e924b9f5c6} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14052 | 2025.01.31 23:43:04.127364 [ 262 ] {a0cd0e09-6d54-4a58-9b86-c7e924b9f5c6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14053 | 2025.01.31 23:43:04.127606 [ 262 ] {a0cd0e09-6d54-4a58-9b86-c7e924b9f5c6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001839 sec., 30451.332245785754 rows/sec., 2.32 MiB/sec. | ||
| 14054 | 2025.01.31 23:43:04.127665 [ 262 ] {a0cd0e09-6d54-4a58-9b86-c7e924b9f5c6} <Debug> TCPHandler: Processed in 0.002166068 sec. | ||
| 14055 | 2025.01.31 23:43:04.127991 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14056 | 2025.01.31 23:43:04.128258 [ 259 ] {08db0b7f-bb86-423f-b11f-af21e478b025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14057 | 2025.01.31 23:43:04.128335 [ 259 ] {08db0b7f-bb86-423f-b11f-af21e478b025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14058 | 2025.01.31 23:43:04.129127 [ 259 ] {08db0b7f-bb86-423f-b11f-af21e478b025} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14059 | 2025.01.31 23:43:04.129181 [ 259 ] {08db0b7f-bb86-423f-b11f-af21e478b025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14060 | 2025.01.31 23:43:04.129647 [ 259 ] {08db0b7f-bb86-423f-b11f-af21e478b025} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14061 | 2025.01.31 23:43:04.129900 [ 259 ] {08db0b7f-bb86-423f-b11f-af21e478b025} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14062 | 2025.01.31 23:43:04.130182 [ 259 ] {08db0b7f-bb86-423f-b11f-af21e478b025} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00197 sec., 32487.30964467005 rows/sec., 2.54 MiB/sec. | ||
| 14063 | 2025.01.31 23:43:04.130270 [ 259 ] {08db0b7f-bb86-423f-b11f-af21e478b025} <Debug> TCPHandler: Processed in 0.002467378 sec. | ||
| 14064 | 2025.01.31 23:43:04.130461 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14065 | 2025.01.31 23:43:04.130771 [ 262 ] {551fff18-97c0-42df-80cd-ab260057a7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14066 | 2025.01.31 23:43:04.130932 [ 262 ] {551fff18-97c0-42df-80cd-ab260057a7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14067 | 2025.01.31 23:43:04.131659 [ 262 ] {551fff18-97c0-42df-80cd-ab260057a7d5} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14068 | 2025.01.31 23:43:04.131698 [ 262 ] {551fff18-97c0-42df-80cd-ab260057a7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14069 | 2025.01.31 23:43:04.132093 [ 262 ] {551fff18-97c0-42df-80cd-ab260057a7d5} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14070 | 2025.01.31 23:43:04.132349 [ 262 ] {551fff18-97c0-42df-80cd-ab260057a7d5} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14071 | 2025.01.31 23:43:04.132569 [ 262 ] {551fff18-97c0-42df-80cd-ab260057a7d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001915 sec., 83550.9138381201 rows/sec., 5.82 MiB/sec. | ||
| 14072 | 2025.01.31 23:43:04.132621 [ 262 ] {551fff18-97c0-42df-80cd-ab260057a7d5} <Debug> TCPHandler: Processed in 0.00224695 sec. | ||
| 14073 | 2025.01.31 23:43:04.132773 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14074 | 2025.01.31 23:43:04.132920 [ 259 ] {840fc730-07af-49a0-b5a8-7bbf4b0dec16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14075 | 2025.01.31 23:43:04.132985 [ 259 ] {840fc730-07af-49a0-b5a8-7bbf4b0dec16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14076 | 2025.01.31 23:43:04.133531 [ 259 ] {840fc730-07af-49a0-b5a8-7bbf4b0dec16} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14077 | 2025.01.31 23:43:04.133573 [ 259 ] {840fc730-07af-49a0-b5a8-7bbf4b0dec16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14078 | 2025.01.31 23:43:04.133960 [ 259 ] {840fc730-07af-49a0-b5a8-7bbf4b0dec16} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14079 | 2025.01.31 23:43:04.134199 [ 259 ] {840fc730-07af-49a0-b5a8-7bbf4b0dec16} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14080 | 2025.01.31 23:43:04.134425 [ 259 ] {840fc730-07af-49a0-b5a8-7bbf4b0dec16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. | ||
| 14081 | 2025.01.31 23:43:04.134479 [ 259 ] {840fc730-07af-49a0-b5a8-7bbf4b0dec16} <Debug> TCPHandler: Processed in 0.001773236 sec. | ||
| 14082 | 2025.01.31 23:43:04.998782 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14083 | 2025.01.31 23:43:04.998995 [ 262 ] {9293636e-2b1b-4a8e-b9b0-8f648eae5594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14084 | 2025.01.31 23:43:04.999077 [ 262 ] {9293636e-2b1b-4a8e-b9b0-8f648eae5594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14085 | 2025.01.31 23:43:04.999839 [ 262 ] {9293636e-2b1b-4a8e-b9b0-8f648eae5594} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14086 | 2025.01.31 23:43:04.999892 [ 262 ] {9293636e-2b1b-4a8e-b9b0-8f648eae5594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14087 | 2025.01.31 23:43:05.000332 [ 262 ] {9293636e-2b1b-4a8e-b9b0-8f648eae5594} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14088 | 2025.01.31 23:43:05.000591 [ 262 ] {9293636e-2b1b-4a8e-b9b0-8f648eae5594} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14089 | 2025.01.31 23:43:05.000826 [ 262 ] {9293636e-2b1b-4a8e-b9b0-8f648eae5594} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 14090 | 2025.01.31 23:43:05.000938 [ 262 ] {9293636e-2b1b-4a8e-b9b0-8f648eae5594} <Debug> TCPHandler: Processed in 0.002300772 sec. | ||
| 14091 | 2025.01.31 23:43:05.001256 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14092 | 2025.01.31 23:43:05.001490 [ 259 ] {f7b694e5-5fd9-40c8-a491-362c49323be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14093 | 2025.01.31 23:43:05.001571 [ 259 ] {f7b694e5-5fd9-40c8-a491-362c49323be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14094 | 2025.01.31 23:43:05.002307 [ 259 ] {f7b694e5-5fd9-40c8-a491-362c49323be2} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14095 | 2025.01.31 23:43:05.002349 [ 259 ] {f7b694e5-5fd9-40c8-a491-362c49323be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14096 | 2025.01.31 23:43:05.002792 [ 259 ] {f7b694e5-5fd9-40c8-a491-362c49323be2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 14097 | 2025.01.31 23:43:05.003064 [ 259 ] {f7b694e5-5fd9-40c8-a491-362c49323be2} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14098 | 2025.01.31 23:43:05.003368 [ 259 ] {f7b694e5-5fd9-40c8-a491-362c49323be2} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00191 sec., 8376.96335078534 rows/sec., 683.08 KiB/sec. | ||
| 14099 | 2025.01.31 23:43:05.003831 [ 259 ] {f7b694e5-5fd9-40c8-a491-362c49323be2} <Debug> TCPHandler: Processed in 0.002758497 sec. | ||
| 14100 | 2025.01.31 23:43:05.004039 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14101 | 2025.01.31 23:43:05.004192 [ 262 ] {efae77db-da05-4009-81d3-8ebe3fee691b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14102 | 2025.01.31 23:43:05.004257 [ 262 ] {efae77db-da05-4009-81d3-8ebe3fee691b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14103 | 2025.01.31 23:43:05.005596 [ 262 ] {efae77db-da05-4009-81d3-8ebe3fee691b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14104 | 2025.01.31 23:43:05.005639 [ 262 ] {efae77db-da05-4009-81d3-8ebe3fee691b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14105 | 2025.01.31 23:43:05.006129 [ 262 ] {efae77db-da05-4009-81d3-8ebe3fee691b} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14106 | 2025.01.31 23:43:05.006413 [ 262 ] {efae77db-da05-4009-81d3-8ebe3fee691b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14107 | 2025.01.31 23:43:05.006617 [ 54 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14108 | 2025.01.31 23:43:05.006675 [ 262 ] {efae77db-da05-4009-81d3-8ebe3fee691b} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002513 sec., 568643.0561082371 rows/sec., 47.44 MiB/sec. | ||
| 14109 | 2025.01.31 23:43:05.006682 [ 54 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14110 | 2025.01.31 23:43:05.006771 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14111 | 2025.01.31 23:43:05.006794 [ 262 ] {efae77db-da05-4009-81d3-8ebe3fee691b} <Debug> TCPHandler: Processed in 0.002823429 sec. | ||
| 14112 | 2025.01.31 23:43:05.007027 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14113 | 2025.01.31 23:43:05.007054 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14114 | 2025.01.31 23:43:05.007183 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14115 | 2025.01.31 23:43:05.007206 [ 259 ] {b1b01309-3a38-4ea9-b1ce-07e501fc950d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14116 | 2025.01.31 23:43:05.007224 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14117 | 2025.01.31 23:43:05.007273 [ 259 ] {b1b01309-3a38-4ea9-b1ce-07e501fc950d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14118 | 2025.01.31 23:43:05.007383 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14119 | 2025.01.31 23:43:05.007689 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14120 | 2025.01.31 23:43:05.008077 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14121 | 2025.01.31 23:43:05.008527 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14122 | 2025.01.31 23:43:05.008868 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14123 | 2025.01.31 23:43:05.009881 [ 259 ] {b1b01309-3a38-4ea9-b1ce-07e501fc950d} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14124 | 2025.01.31 23:43:05.009923 [ 259 ] {b1b01309-3a38-4ea9-b1ce-07e501fc950d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14125 | 2025.01.31 23:43:05.010507 [ 259 ] {b1b01309-3a38-4ea9-b1ce-07e501fc950d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14126 | 2025.01.31 23:43:05.010805 [ 259 ] {b1b01309-3a38-4ea9-b1ce-07e501fc950d} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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.31 23:43:05.011007 [ 259 ] {b1b01309-3a38-4ea9-b1ce-07e501fc950d} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.003837 sec., 16158.457127964555 rows/sec., 1.15 MiB/sec. | ||
| 14128 | 2025.01.31 23:43:05.011066 [ 259 ] {b1b01309-3a38-4ea9-b1ce-07e501fc950d} <Debug> TCPHandler: Processed in 0.00411595 sec. | ||
| 14129 | 2025.01.31 23:43:05.011266 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14130 | 2025.01.31 23:43:05.011608 [ 262 ] {742918ab-b59b-4dab-8e69-7a3a23e51f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14131 | 2025.01.31 23:43:05.011635 [ 186 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3533 rows, containing 5 columns (5 merged, 0 gathered) in 0.004749649 sec., 743844.4398733465 rows/sec., 65.29 MiB/sec. | ||
| 14132 | 2025.01.31 23:43:05.011694 [ 262 ] {742918ab-b59b-4dab-8e69-7a3a23e51f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14133 | 2025.01.31 23:43:05.011907 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14134 | 2025.01.31 23:43:05.012314 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_126_25} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14135 | 2025.01.31 23:43:05.012422 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_126_25} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14136 | 2025.01.31 23:43:05.012548 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 14137 | 2025.01.31 23:43:05.012704 [ 262 ] {742918ab-b59b-4dab-8e69-7a3a23e51f73} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14138 | 2025.01.31 23:43:05.012744 [ 262 ] {742918ab-b59b-4dab-8e69-7a3a23e51f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14139 | 2025.01.31 23:43:05.013110 [ 262 ] {742918ab-b59b-4dab-8e69-7a3a23e51f73} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14140 | 2025.01.31 23:43:05.013352 [ 262 ] {742918ab-b59b-4dab-8e69-7a3a23e51f73} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14141 | 2025.01.31 23:43:05.013568 [ 262 ] {742918ab-b59b-4dab-8e69-7a3a23e51f73} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002083 sec., 116178.58857417185 rows/sec., 7.87 MiB/sec. | ||
| 14142 | 2025.01.31 23:43:05.013626 [ 262 ] {742918ab-b59b-4dab-8e69-7a3a23e51f73} <Debug> TCPHandler: Processed in 0.002435747 sec. | ||
| 14143 | 2025.01.31 23:43:05.013776 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14144 | 2025.01.31 23:43:05.013893 [ 259 ] {b49788a3-58e8-4906-bdf1-59c5909a340d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14145 | 2025.01.31 23:43:05.013943 [ 259 ] {b49788a3-58e8-4906-bdf1-59c5909a340d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14146 | 2025.01.31 23:43:05.014525 [ 259 ] {b49788a3-58e8-4906-bdf1-59c5909a340d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14147 | 2025.01.31 23:43:05.014562 [ 259 ] {b49788a3-58e8-4906-bdf1-59c5909a340d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14148 | 2025.01.31 23:43:05.014917 [ 259 ] {b49788a3-58e8-4906-bdf1-59c5909a340d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14149 | 2025.01.31 23:43:05.015151 [ 259 ] {b49788a3-58e8-4906-bdf1-59c5909a340d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14150 | 2025.01.31 23:43:05.015346 [ 259 ] {b49788a3-58e8-4906-bdf1-59c5909a340d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001476 sec., 8807.588075880758 rows/sec., 549.15 KiB/sec. | ||
| 14151 | 2025.01.31 23:43:05.015412 [ 259 ] {b49788a3-58e8-4906-bdf1-59c5909a340d} <Debug> TCPHandler: Processed in 0.001689863 sec. | ||
| 14152 | 2025.01.31 23:43:05.015640 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14153 | 2025.01.31 23:43:05.015786 [ 262 ] {92e701a8-c0a6-4d85-a9d8-ee07a4135ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14154 | 2025.01.31 23:43:05.015844 [ 262 ] {92e701a8-c0a6-4d85-a9d8-ee07a4135ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14155 | 2025.01.31 23:43:05.016820 [ 262 ] {92e701a8-c0a6-4d85-a9d8-ee07a4135ffb} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14156 | 2025.01.31 23:43:05.016859 [ 262 ] {92e701a8-c0a6-4d85-a9d8-ee07a4135ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14157 | 2025.01.31 23:43:05.017273 [ 262 ] {92e701a8-c0a6-4d85-a9d8-ee07a4135ffb} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14158 | 2025.01.31 23:43:05.017547 [ 262 ] {92e701a8-c0a6-4d85-a9d8-ee07a4135ffb} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14159 | 2025.01.31 23:43:05.017747 [ 54 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14160 | 2025.01.31 23:43:05.017781 [ 262 ] {92e701a8-c0a6-4d85-a9d8-ee07a4135ffb} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002021 sec., 441860.46511627914 rows/sec., 32.08 MiB/sec. | ||
| 14161 | 2025.01.31 23:43:05.017833 [ 54 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14162 | 2025.01.31 23:43:05.017916 [ 262 ] {92e701a8-c0a6-4d85-a9d8-ee07a4135ffb} <Debug> TCPHandler: Processed in 0.002398246 sec. | ||
| 14163 | 2025.01.31 23:43:05.017916 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14164 | 2025.01.31 23:43:05.018184 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14165 | 2025.01.31 23:43:05.018208 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14166 | 2025.01.31 23:43:05.018373 [ 259 ] {9c00a164-e296-4365-87ce-f8021ceaf963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14167 | 2025.01.31 23:43:05.018492 [ 259 ] {9c00a164-e296-4365-87ce-f8021ceaf963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14168 | 2025.01.31 23:43:05.018535 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14169 | 2025.01.31 23:43:05.018657 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14170 | 2025.01.31 23:43:05.019117 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14171 | 2025.01.31 23:43:05.019400 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14172 | 2025.01.31 23:43:05.019693 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14173 | 2025.01.31 23:43:05.020034 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14174 | 2025.01.31 23:43:05.020382 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14175 | 2025.01.31 23:43:05.021041 [ 259 ] {9c00a164-e296-4365-87ce-f8021ceaf963} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14176 | 2025.01.31 23:43:05.021103 [ 259 ] {9c00a164-e296-4365-87ce-f8021ceaf963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14177 | 2025.01.31 23:43:05.022005 [ 259 ] {9c00a164-e296-4365-87ce-f8021ceaf963} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14178 | 2025.01.31 23:43:05.022547 [ 259 ] {9c00a164-e296-4365-87ce-f8021ceaf963} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14179 | 2025.01.31 23:43:05.022987 [ 224 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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] | ||
| 14180 | 2025.01.31 23:43:05.023075 [ 224 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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] | ||
| 14181 | 2025.01.31 23:43:05.023165 [ 259 ] {9c00a164-e296-4365-87ce-f8021ceaf963} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004835 sec., 1240.9513960703207 rows/sec., 64.83 KiB/sec. | ||
| 14182 | 2025.01.31 23:43:05.023361 [ 259 ] {9c00a164-e296-4365-87ce-f8021ceaf963} <Debug> TCPHandler: Processed in 0.005321107 sec. | ||
| 14183 | 2025.01.31 23:43:05.023626 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14184 | 2025.01.31 23:43:05.024170 [ 262 ] {adafa9d1-2cc4-4d81-8c31-97fb2be9cc19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14185 | 2025.01.31 23:43:05.024488 [ 262 ] {adafa9d1-2cc4-4d81-8c31-97fb2be9cc19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14186 | 2025.01.31 23:43:05.024510 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.006415362 sec., 432711.3575196536 rows/sec., 33.05 MiB/sec. | ||
| 14187 | 2025.01.31 23:43:05.024869 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14188 | 2025.01.31 23:43:05.025754 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_126_25} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14189 | 2025.01.31 23:43:05.025868 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_126_25} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14190 | 2025.01.31 23:43:05.025982 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 14191 | 2025.01.31 23:43:05.026848 [ 262 ] {adafa9d1-2cc4-4d81-8c31-97fb2be9cc19} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14192 | 2025.01.31 23:43:05.026920 [ 262 ] {adafa9d1-2cc4-4d81-8c31-97fb2be9cc19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14193 | 2025.01.31 23:43:05.027725 [ 224 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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] | ||
| 14194 | 2025.01.31 23:43:05.027851 [ 262 ] {adafa9d1-2cc4-4d81-8c31-97fb2be9cc19} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14195 | 2025.01.31 23:43:05.028395 [ 262 ] {adafa9d1-2cc4-4d81-8c31-97fb2be9cc19} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14196 | 2025.01.31 23:43:05.028640 [ 262 ] {adafa9d1-2cc4-4d81-8c31-97fb2be9cc19} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.004739 sec., 203207.42772736863 rows/sec., 13.50 MiB/sec. | ||
| 14197 | 2025.01.31 23:43:05.028741 [ 262 ] {adafa9d1-2cc4-4d81-8c31-97fb2be9cc19} <Debug> TCPHandler: Processed in 0.005246395 sec. | ||
| 14198 | 2025.01.31 23:43:05.028904 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14199 | 2025.01.31 23:43:05.029084 [ 259 ] {8f4fbfff-e410-4f41-86a3-ab8f8b1fe759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14200 | 2025.01.31 23:43:05.029171 [ 259 ] {8f4fbfff-e410-4f41-86a3-ab8f8b1fe759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14201 | 2025.01.31 23:43:05.029745 [ 259 ] {8f4fbfff-e410-4f41-86a3-ab8f8b1fe759} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14202 | 2025.01.31 23:43:05.029791 [ 259 ] {8f4fbfff-e410-4f41-86a3-ab8f8b1fe759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14203 | 2025.01.31 23:43:05.030572 [ 259 ] {8f4fbfff-e410-4f41-86a3-ab8f8b1fe759} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14204 | 2025.01.31 23:43:05.030860 [ 259 ] {8f4fbfff-e410-4f41-86a3-ab8f8b1fe759} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14205 | 2025.01.31 23:43:05.031079 [ 259 ] {8f4fbfff-e410-4f41-86a3-ab8f8b1fe759} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002047 sec., 488.51978505129455 rows/sec., 32.92 KiB/sec. | ||
| 14206 | 2025.01.31 23:43:05.031130 [ 259 ] {8f4fbfff-e410-4f41-86a3-ab8f8b1fe759} <Debug> TCPHandler: Processed in 0.002290662 sec. | ||
| 14207 | 2025.01.31 23:43:05.031297 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14208 | 2025.01.31 23:43:05.031439 [ 262 ] {16317916-77ec-4dda-be68-d4d40996b595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14209 | 2025.01.31 23:43:05.031535 [ 262 ] {16317916-77ec-4dda-be68-d4d40996b595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14210 | 2025.01.31 23:43:05.032845 [ 262 ] {16317916-77ec-4dda-be68-d4d40996b595} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14211 | 2025.01.31 23:43:05.032883 [ 262 ] {16317916-77ec-4dda-be68-d4d40996b595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14212 | 2025.01.31 23:43:05.033589 [ 262 ] {16317916-77ec-4dda-be68-d4d40996b595} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14213 | 2025.01.31 23:43:05.033855 [ 262 ] {16317916-77ec-4dda-be68-d4d40996b595} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14214 | 2025.01.31 23:43:05.034096 [ 262 ] {16317916-77ec-4dda-be68-d4d40996b595} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002691 sec., 14492.753623188406 rows/sec., 25.97 MiB/sec. | ||
| 14215 | 2025.01.31 23:43:05.034210 [ 262 ] {16317916-77ec-4dda-be68-d4d40996b595} <Debug> TCPHandler: Processed in 0.002981114 sec. | ||
| 14216 | 2025.01.31 23:43:05.034393 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14217 | 2025.01.31 23:43:05.034547 [ 259 ] {079db954-fb11-430e-9b42-9b922911c0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14218 | 2025.01.31 23:43:05.034620 [ 259 ] {079db954-fb11-430e-9b42-9b922911c0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14219 | 2025.01.31 23:43:05.035173 [ 259 ] {079db954-fb11-430e-9b42-9b922911c0b0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14220 | 2025.01.31 23:43:05.035213 [ 259 ] {079db954-fb11-430e-9b42-9b922911c0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14221 | 2025.01.31 23:43:05.035620 [ 259 ] {079db954-fb11-430e-9b42-9b922911c0b0} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14222 | 2025.01.31 23:43:05.035862 [ 259 ] {079db954-fb11-430e-9b42-9b922911c0b0} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14223 | 2025.01.31 23:43:05.036059 [ 55 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14224 | 2025.01.31 23:43:05.036097 [ 259 ] {079db954-fb11-430e-9b42-9b922911c0b0} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001581 sec., 21505.376344086024 rows/sec., 1.25 MiB/sec. | ||
| 14225 | 2025.01.31 23:43:05.036125 [ 55 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14226 | 2025.01.31 23:43:05.036201 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14227 | 2025.01.31 23:43:05.036227 [ 259 ] {079db954-fb11-430e-9b42-9b922911c0b0} <Debug> TCPHandler: Processed in 0.00190192 sec. | ||
| 14228 | 2025.01.31 23:43:05.036510 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14229 | 2025.01.31 23:43:05.036898 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14230 | 2025.01.31 23:43:05.036990 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14231 | 2025.01.31 23:43:05.037314 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14232 | 2025.01.31 23:43:05.037640 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14233 | 2025.01.31 23:43:05.037911 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14234 | 2025.01.31 23:43:05.038204 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14235 | 2025.01.31 23:43:05.038460 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14236 | 2025.01.31 23:43:05.040773 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7668 rows, containing 4 columns (4 merged, 0 gathered) in 0.00445914 sec., 1719614.0959916036 rows/sec., 112.04 MiB/sec. | ||
| 14237 | 2025.01.31 23:43:05.041207 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14238 | 2025.01.31 23:43:05.041512 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_126_25} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14239 | 2025.01.31 23:43:05.041589 [ 186 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_126_25} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14240 | 2025.01.31 23:43:05.041678 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 14241 | 2025.01.31 23:43:05.703133 [ 220 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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] | ||
| 14242 | 2025.01.31 23:43:05.703216 [ 220 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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] | ||
| 14243 | 2025.01.31 23:43:05.705403 [ 220 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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] | ||
| 14244 | 2025.01.31 23:43:05.910006 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 14245 | 2025.01.31 23:43:05.933307 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14246 | 2025.01.31 23:43:05.933363 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14247 | 2025.01.31 23:43:05.940754 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14248 | 2025.01.31 23:43:05.941560 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14249 | 2025.01.31 23:43:05.946309 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 14250 | 2025.01.31 23:43:06.000231 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.39 MiB, peak 281.48 MiB, free memory in arenas 0.00 B, will set to 264.00 MiB (RSS), difference: -1.39 MiB | ||
| 14251 | 2025.01.31 23:43:06.215864 [ 222 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): 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] | ||
| 14252 | 2025.01.31 23:43:06.215941 [ 222 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): 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] | ||
| 14253 | 2025.01.31 23:43:06.217881 [ 222 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): 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] | ||
| 14254 | 2025.01.31 23:43:06.254341 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): 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] | ||
| 14255 | 2025.01.31 23:43:06.254379 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): 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] | ||
| 14256 | 2025.01.31 23:43:06.256258 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): 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] | ||
| 14257 | 2025.01.31 23:43:08.641802 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1984 | ||
| 14258 | 2025.01.31 23:43:08.645531 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14259 | 2025.01.31 23:43:08.645586 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14260 | 2025.01.31 23:43:08.647215 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14261 | 2025.01.31 23:43:08.647551 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14262 | 2025.01.31 23:43:08.649115 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1984 | ||
| 14263 | 2025.01.31 23:43:09.123773 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14264 | 2025.01.31 23:43:09.123983 [ 262 ] {427fec2e-798a-4825-9242-15c120968534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14265 | 2025.01.31 23:43:09.124063 [ 262 ] {427fec2e-798a-4825-9242-15c120968534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14266 | 2025.01.31 23:43:09.124854 [ 262 ] {427fec2e-798a-4825-9242-15c120968534} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14267 | 2025.01.31 23:43:09.124905 [ 262 ] {427fec2e-798a-4825-9242-15c120968534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14268 | 2025.01.31 23:43:09.125329 [ 262 ] {427fec2e-798a-4825-9242-15c120968534} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14269 | 2025.01.31 23:43:09.125591 [ 262 ] {427fec2e-798a-4825-9242-15c120968534} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14270 | 2025.01.31 23:43:09.125810 [ 262 ] {427fec2e-798a-4825-9242-15c120968534} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.27 MiB/sec. | ||
| 14271 | 2025.01.31 23:43:09.125868 [ 262 ] {427fec2e-798a-4825-9242-15c120968534} <Debug> TCPHandler: Processed in 0.00223774 sec. | ||
| 14272 | 2025.01.31 23:43:09.126119 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14273 | 2025.01.31 23:43:09.126308 [ 259 ] {621c4095-8b04-431e-b202-fa0bcf782e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14274 | 2025.01.31 23:43:09.126383 [ 259 ] {621c4095-8b04-431e-b202-fa0bcf782e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14275 | 2025.01.31 23:43:09.127162 [ 259 ] {621c4095-8b04-431e-b202-fa0bcf782e65} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14276 | 2025.01.31 23:43:09.127206 [ 259 ] {621c4095-8b04-431e-b202-fa0bcf782e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14277 | 2025.01.31 23:43:09.127658 [ 259 ] {621c4095-8b04-431e-b202-fa0bcf782e65} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14278 | 2025.01.31 23:43:09.127917 [ 259 ] {621c4095-8b04-431e-b202-fa0bcf782e65} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14279 | 2025.01.31 23:43:09.128114 [ 259 ] {621c4095-8b04-431e-b202-fa0bcf782e65} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001863 sec., 34353.193773483625 rows/sec., 2.68 MiB/sec. | ||
| 14280 | 2025.01.31 23:43:09.128173 [ 259 ] {621c4095-8b04-431e-b202-fa0bcf782e65} <Debug> TCPHandler: Processed in 0.002180538 sec. | ||
| 14281 | 2025.01.31 23:43:09.128314 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14282 | 2025.01.31 23:43:09.128436 [ 262 ] {f72ed189-301c-462f-a43e-a08a3fedd9fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14283 | 2025.01.31 23:43:09.128492 [ 262 ] {f72ed189-301c-462f-a43e-a08a3fedd9fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14284 | 2025.01.31 23:43:09.129055 [ 262 ] {f72ed189-301c-462f-a43e-a08a3fedd9fa} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14285 | 2025.01.31 23:43:09.129095 [ 262 ] {f72ed189-301c-462f-a43e-a08a3fedd9fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14286 | 2025.01.31 23:43:09.129498 [ 262 ] {f72ed189-301c-462f-a43e-a08a3fedd9fa} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14287 | 2025.01.31 23:43:09.129740 [ 262 ] {f72ed189-301c-462f-a43e-a08a3fedd9fa} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14288 | 2025.01.31 23:43:09.129988 [ 262 ] {f72ed189-301c-462f-a43e-a08a3fedd9fa} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001574 sec., 81321.47395171536 rows/sec., 5.66 MiB/sec. | ||
| 14289 | 2025.01.31 23:43:09.130050 [ 262 ] {f72ed189-301c-462f-a43e-a08a3fedd9fa} <Debug> TCPHandler: Processed in 0.001794427 sec. | ||
| 14290 | 2025.01.31 23:43:09.130257 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14291 | 2025.01.31 23:43:09.130596 [ 259 ] {658a789a-77e7-40b6-b202-58682dd758da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14292 | 2025.01.31 23:43:09.130708 [ 259 ] {658a789a-77e7-40b6-b202-58682dd758da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14293 | 2025.01.31 23:43:09.131294 [ 259 ] {658a789a-77e7-40b6-b202-58682dd758da} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14294 | 2025.01.31 23:43:09.131331 [ 259 ] {658a789a-77e7-40b6-b202-58682dd758da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14295 | 2025.01.31 23:43:09.131712 [ 259 ] {658a789a-77e7-40b6-b202-58682dd758da} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14296 | 2025.01.31 23:43:09.131946 [ 259 ] {658a789a-77e7-40b6-b202-58682dd758da} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14297 | 2025.01.31 23:43:09.132124 [ 259 ] {658a789a-77e7-40b6-b202-58682dd758da} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001657 sec., 28968.014484007243 rows/sec., 1.95 MiB/sec. | ||
| 14298 | 2025.01.31 23:43:09.132185 [ 259 ] {658a789a-77e7-40b6-b202-58682dd758da} <Debug> TCPHandler: Processed in 0.002018834 sec. | ||
| 14299 | 2025.01.31 23:43:10.554695 [ 221 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 14300 | 2025.01.31 23:43:10.554766 [ 221 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 14301 | 2025.01.31 23:43:10.556802 [ 221 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 14302 | 2025.01.31 23:43:10.963862 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343 | ||
| 14303 | 2025.01.31 23:43:10.964483 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14304 | 2025.01.31 23:43:10.964531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14305 | 2025.01.31 23:43:10.965042 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14306 | 2025.01.31 23:43:10.965308 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14307 | 2025.01.31 23:43:10.965553 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343 | ||
| 14308 | 2025.01.31 23:43:11.896351 [ 219 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 14309 | 2025.01.31 23:43:11.896403 [ 219 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 14310 | 2025.01.31 23:43:11.898373 [ 219 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 14311 | 2025.01.31 23:43:12.001159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.01 MiB, peak 281.48 MiB, free memory in arenas 0.00 B, will set to 264.01 MiB (RSS), difference: 4.00 MiB | ||
| 14312 | 2025.01.31 23:43:13.447277 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 14313 | 2025.01.31 23:43:13.469207 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14314 | 2025.01.31 23:43:13.469267 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14315 | 2025.01.31 23:43:13.476916 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14316 | 2025.01.31 23:43:13.477755 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14317 | 2025.01.31 23:43:13.482326 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 14318 | 2025.01.31 23:43:14.125996 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14319 | 2025.01.31 23:43:14.126191 [ 262 ] {15972e18-9e93-4924-bddf-c3b78eceeeb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14320 | 2025.01.31 23:43:14.126264 [ 262 ] {15972e18-9e93-4924-bddf-c3b78eceeeb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14321 | 2025.01.31 23:43:14.127044 [ 262 ] {15972e18-9e93-4924-bddf-c3b78eceeeb6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14322 | 2025.01.31 23:43:14.127096 [ 262 ] {15972e18-9e93-4924-bddf-c3b78eceeeb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14323 | 2025.01.31 23:43:14.127533 [ 262 ] {15972e18-9e93-4924-bddf-c3b78eceeeb6} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14324 | 2025.01.31 23:43:14.127790 [ 262 ] {15972e18-9e93-4924-bddf-c3b78eceeeb6} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14325 | 2025.01.31 23:43:14.128020 [ 262 ] {15972e18-9e93-4924-bddf-c3b78eceeeb6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.26 MiB/sec. | ||
| 14326 | 2025.01.31 23:43:14.128086 [ 262 ] {15972e18-9e93-4924-bddf-c3b78eceeeb6} <Debug> TCPHandler: Processed in 0.00222661 sec. | ||
| 14327 | 2025.01.31 23:43:14.128371 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14328 | 2025.01.31 23:43:14.128569 [ 259 ] {b475ae52-530d-4148-9409-dda47671f8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14329 | 2025.01.31 23:43:14.128645 [ 259 ] {b475ae52-530d-4148-9409-dda47671f8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14330 | 2025.01.31 23:43:14.129462 [ 259 ] {b475ae52-530d-4148-9409-dda47671f8e6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14331 | 2025.01.31 23:43:14.129514 [ 259 ] {b475ae52-530d-4148-9409-dda47671f8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14332 | 2025.01.31 23:43:14.129969 [ 259 ] {b475ae52-530d-4148-9409-dda47671f8e6} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14333 | 2025.01.31 23:43:14.130254 [ 259 ] {b475ae52-530d-4148-9409-dda47671f8e6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14334 | 2025.01.31 23:43:14.130529 [ 259 ] {b475ae52-530d-4148-9409-dda47671f8e6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002007 sec., 31888.39063278525 rows/sec., 2.49 MiB/sec. | ||
| 14335 | 2025.01.31 23:43:14.130615 [ 225 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 14336 | 2025.01.31 23:43:14.130634 [ 259 ] {b475ae52-530d-4148-9409-dda47671f8e6} <Debug> TCPHandler: Processed in 0.002405756 sec. | ||
| 14337 | 2025.01.31 23:43:14.130668 [ 225 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 14338 | 2025.01.31 23:43:14.130838 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14339 | 2025.01.31 23:43:14.130969 [ 262 ] {f77a9830-8c1d-4d8e-872c-8c1030a2d262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14340 | 2025.01.31 23:43:14.131035 [ 262 ] {f77a9830-8c1d-4d8e-872c-8c1030a2d262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14341 | 2025.01.31 23:43:14.131915 [ 262 ] {f77a9830-8c1d-4d8e-872c-8c1030a2d262} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14342 | 2025.01.31 23:43:14.131957 [ 262 ] {f77a9830-8c1d-4d8e-872c-8c1030a2d262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14343 | 2025.01.31 23:43:14.132517 [ 262 ] {f77a9830-8c1d-4d8e-872c-8c1030a2d262} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14344 | 2025.01.31 23:43:14.132803 [ 262 ] {f77a9830-8c1d-4d8e-872c-8c1030a2d262} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14345 | 2025.01.31 23:43:14.133053 [ 262 ] {f77a9830-8c1d-4d8e-872c-8c1030a2d262} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002117 sec., 75578.64903164856 rows/sec., 5.26 MiB/sec. | ||
| 14346 | 2025.01.31 23:43:14.133127 [ 262 ] {f77a9830-8c1d-4d8e-872c-8c1030a2d262} <Debug> TCPHandler: Processed in 0.002375104 sec. | ||
| 14347 | 2025.01.31 23:43:14.133254 [ 225 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 14348 | 2025.01.31 23:43:14.133410 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14349 | 2025.01.31 23:43:14.133576 [ 259 ] {219dbc87-6c49-4cee-9f5e-1e1dd591dce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14350 | 2025.01.31 23:43:14.133689 [ 259 ] {219dbc87-6c49-4cee-9f5e-1e1dd591dce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14351 | 2025.01.31 23:43:14.135117 [ 259 ] {219dbc87-6c49-4cee-9f5e-1e1dd591dce1} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14352 | 2025.01.31 23:43:14.135158 [ 259 ] {219dbc87-6c49-4cee-9f5e-1e1dd591dce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14353 | 2025.01.31 23:43:14.135554 [ 259 ] {219dbc87-6c49-4cee-9f5e-1e1dd591dce1} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14354 | 2025.01.31 23:43:14.135795 [ 259 ] {219dbc87-6c49-4cee-9f5e-1e1dd591dce1} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14355 | 2025.01.31 23:43:14.136017 [ 259 ] {219dbc87-6c49-4cee-9f5e-1e1dd591dce1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002471 sec., 24281.667341157427 rows/sec., 1.64 MiB/sec. | ||
| 14356 | 2025.01.31 23:43:14.136069 [ 259 ] {219dbc87-6c49-4cee-9f5e-1e1dd591dce1} <Debug> TCPHandler: Processed in 0.002819139 sec. | ||
| 14357 | 2025.01.31 23:43:14.457456 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 14358 | 2025.01.31 23:43:14.457509 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 14359 | 2025.01.31 23:43:14.459575 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 14360 | 2025.01.31 23:43:14.604207 [ 221 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 14361 | 2025.01.31 23:43:14.604264 [ 221 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 14362 | 2025.01.31 23:43:14.609947 [ 221 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 14363 | 2025.01.31 23:43:14.689205 [ 223 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 14364 | 2025.01.31 23:43:14.689257 [ 223 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 14365 | 2025.01.31 23:43:14.691390 [ 223 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 14366 | 2025.01.31 23:43:18.034710 [ 36 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 5 parts from all_1_50_11 to all_54_54_0 | ||
| 14367 | 2025.01.31 23:43:18.034793 [ 36 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14368 | 2025.01.31 23:43:18.034816 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14369 | 2025.01.31 23:43:18.034964 [ 202 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 14370 | 2025.01.31 23:43:18.035196 [ 202 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_54_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14371 | 2025.01.31 23:43:18.035238 [ 202 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 14372 | 2025.01.31 23:43:18.035321 [ 202 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 14373 | 2025.01.31 23:43:18.035555 [ 202 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 14374 | 2025.01.31 23:43:18.035786 [ 202 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 14375 | 2025.01.31 23:43:18.036011 [ 202 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 14376 | 2025.01.31 23:43:18.037277 [ 193 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_54_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002380735 sec., 22682.07087307071 rows/sec., 1.49 MiB/sec. | ||
| 14377 | 2025.01.31 23:43:18.037490 [ 193 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_54_12} <Trace> MergedBlockOutputStream: filled checksums all_1_54_12 (state Temporary) | ||
| 14378 | 2025.01.31 23:43:18.037828 [ 193 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_54_12} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_54_12 to all_1_54_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14379 | 2025.01.31 23:43:18.037923 [ 193 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_54_12} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 5 parts: [all_1_50_11, all_54_54_0] -> all_1_54_12 | ||
| 14380 | 2025.01.31 23:43:18.038023 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14381 | 2025.01.31 23:43:18.206025 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14382 | 2025.01.31 23:43:18.206071 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14383 | 2025.01.31 23:43:18.291040 [ 36 ] {} <Debug> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 14384 | 2025.01.31 23:43:18.291105 [ 36 ] {} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14385 | 2025.01.31 23:43:18.291145 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14386 | 2025.01.31 23:43:18.291424 [ 187 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 14387 | 2025.01.31 23:43:18.291644 [ 187 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14388 | 2025.01.31 23:43:18.291688 [ 187 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 14389 | 2025.01.31 23:43:18.291802 [ 187 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 14390 | 2025.01.31 23:43:18.291953 [ 187 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 14391 | 2025.01.31 23:43:18.292169 [ 187 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 14392 | 2025.01.31 23:43:18.292276 [ 187 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::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 | ||
| 14393 | 2025.01.31 23:43:18.293237 [ 191 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001986392 sec., 27184.966512148658 rows/sec., 2.27 MiB/sec. | ||
| 14394 | 2025.01.31 23:43:18.293384 [ 191 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 14395 | 2025.01.31 23:43:18.293716 [ 191 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_17_4} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14396 | 2025.01.31 23:43:18.293816 [ 191 ] {d0e53b81-e1fb-4a85-bce7-0cc047b57e57::all_1_17_4} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 14397 | 2025.01.31 23:43:18.293907 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14398 | 2025.01.31 23:43:18.466557 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831 | ||
| 14399 | 2025.01.31 23:43:18.467124 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14400 | 2025.01.31 23:43:18.467161 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14401 | 2025.01.31 23:43:18.467613 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14402 | 2025.01.31 23:43:18.467852 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14403 | 2025.01.31 23:43:18.467997 [ 35 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14404 | 2025.01.31 23:43:18.468025 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 14405 | 2025.01.31 23:43:18.468043 [ 35 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14406 | 2025.01.31 23:43:18.468066 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14407 | 2025.01.31 23:43:18.468142 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 14408 | 2025.01.31 23:43:18.468229 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14409 | 2025.01.31 23:43:18.468259 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part | ||
| 14410 | 2025.01.31 23:43:18.468311 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
| 14411 | 2025.01.31 23:43:18.468381 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
| 14412 | 2025.01.31 23:43:18.468644 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part | ||
| 14413 | 2025.01.31 23:43:18.468790 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part | ||
| 14414 | 2025.01.31 23:43:18.468964 [ 187 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part | ||
| 14415 | 2025.01.31 23:43:18.471750 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.003639194 sec., 9571075.353498604 rows/sec., 136.92 MiB/sec. | ||
| 14416 | 2025.01.31 23:43:18.472084 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14417 | 2025.01.31 23:43:18.472441 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_76_15} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14418 | 2025.01.31 23:43:18.472544 [ 202 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_76_15} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14419 | 2025.01.31 23:43:18.472653 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 14420 | 2025.01.31 23:43:18.650257 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2000 | ||
| 14421 | 2025.01.31 23:43:18.653208 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14422 | 2025.01.31 23:43:18.653264 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14423 | 2025.01.31 23:43:18.654835 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14424 | 2025.01.31 23:43:18.655163 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14425 | 2025.01.31 23:43:18.655411 [ 35 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14426 | 2025.01.31 23:43:18.655526 [ 35 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14427 | 2025.01.31 23:43:18.655589 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14428 | 2025.01.31 23:43:18.655934 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 14429 | 2025.01.31 23:43:18.657211 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2000 | ||
| 14430 | 2025.01.31 23:43:18.657442 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14431 | 2025.01.31 23:43:18.657570 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 14432 | 2025.01.31 23:43:18.658005 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 14433 | 2025.01.31 23:43:18.658461 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 14434 | 2025.01.31 23:43:18.658905 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 14435 | 2025.01.31 23:43:18.659345 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 14436 | 2025.01.31 23:43:18.659809 [ 190 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 14437 | 2025.01.31 23:43:18.668396 [ 195 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2000 rows, containing 72 columns (72 merged, 0 gathered) in 0.012681698 sec., 157707.58773785655 rows/sec., 119.41 MiB/sec. | ||
| 14438 | 2025.01.31 23:43:18.670195 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14439 | 2025.01.31 23:43:18.670871 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_56_11} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14440 | 2025.01.31 23:43:18.670949 [ 198 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_56_11} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14441 | 2025.01.31 23:43:18.671139 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.04 MiB. | ||
| 14442 | 2025.01.31 23:43:19.131947 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14443 | 2025.01.31 23:43:19.132253 [ 262 ] {1b6a1591-8083-4d59-ba80-73104013b409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14444 | 2025.01.31 23:43:19.132370 [ 262 ] {1b6a1591-8083-4d59-ba80-73104013b409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14445 | 2025.01.31 23:43:19.133216 [ 262 ] {1b6a1591-8083-4d59-ba80-73104013b409} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14446 | 2025.01.31 23:43:19.133269 [ 262 ] {1b6a1591-8083-4d59-ba80-73104013b409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14447 | 2025.01.31 23:43:19.133703 [ 262 ] {1b6a1591-8083-4d59-ba80-73104013b409} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14448 | 2025.01.31 23:43:19.133954 [ 262 ] {1b6a1591-8083-4d59-ba80-73104013b409} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14449 | 2025.01.31 23:43:19.134222 [ 262 ] {1b6a1591-8083-4d59-ba80-73104013b409} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00205 sec., 6829.268292682927 rows/sec., 491.62 KiB/sec. | ||
| 14450 | 2025.01.31 23:43:19.134386 [ 262 ] {1b6a1591-8083-4d59-ba80-73104013b409} <Debug> TCPHandler: Processed in 0.002622802 sec. | ||
| 14451 | 2025.01.31 23:43:19.134677 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14452 | 2025.01.31 23:43:19.134862 [ 259 ] {af5a710b-ada0-40c6-896c-1ffcf38f6bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14453 | 2025.01.31 23:43:19.134931 [ 259 ] {af5a710b-ada0-40c6-896c-1ffcf38f6bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14454 | 2025.01.31 23:43:19.135832 [ 259 ] {af5a710b-ada0-40c6-896c-1ffcf38f6bf1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14455 | 2025.01.31 23:43:19.135878 [ 259 ] {af5a710b-ada0-40c6-896c-1ffcf38f6bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14456 | 2025.01.31 23:43:19.136334 [ 259 ] {af5a710b-ada0-40c6-896c-1ffcf38f6bf1} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14457 | 2025.01.31 23:43:19.136593 [ 259 ] {af5a710b-ada0-40c6-896c-1ffcf38f6bf1} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14458 | 2025.01.31 23:43:19.136827 [ 259 ] {af5a710b-ada0-40c6-896c-1ffcf38f6bf1} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002015 sec., 139454.094292804 rows/sec., 12.30 MiB/sec. | ||
| 14459 | 2025.01.31 23:43:19.136886 [ 259 ] {af5a710b-ada0-40c6-896c-1ffcf38f6bf1} <Debug> TCPHandler: Processed in 0.002364324 sec. | ||
| 14460 | 2025.01.31 23:43:19.137065 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14461 | 2025.01.31 23:43:19.137215 [ 262 ] {88b93df9-6303-48d6-9120-9e181849bcb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14462 | 2025.01.31 23:43:19.137276 [ 262 ] {88b93df9-6303-48d6-9120-9e181849bcb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14463 | 2025.01.31 23:43:19.137961 [ 262 ] {88b93df9-6303-48d6-9120-9e181849bcb6} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14464 | 2025.01.31 23:43:19.138002 [ 262 ] {88b93df9-6303-48d6-9120-9e181849bcb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14465 | 2025.01.31 23:43:19.138375 [ 262 ] {88b93df9-6303-48d6-9120-9e181849bcb6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14466 | 2025.01.31 23:43:19.138622 [ 262 ] {88b93df9-6303-48d6-9120-9e181849bcb6} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14467 | 2025.01.31 23:43:19.138849 [ 262 ] {88b93df9-6303-48d6-9120-9e181849bcb6} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001665 sec., 27627.627627627626 rows/sec., 1.99 MiB/sec. | ||
| 14468 | 2025.01.31 23:43:19.138933 [ 262 ] {88b93df9-6303-48d6-9120-9e181849bcb6} <Debug> TCPHandler: Processed in 0.001940481 sec. | ||
| 14469 | 2025.01.31 23:43:19.139104 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14470 | 2025.01.31 23:43:19.139251 [ 259 ] {ed4a9877-8ae6-4f46-9898-05b3fbd55eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14471 | 2025.01.31 23:43:19.139309 [ 259 ] {ed4a9877-8ae6-4f46-9898-05b3fbd55eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14472 | 2025.01.31 23:43:19.139921 [ 259 ] {ed4a9877-8ae6-4f46-9898-05b3fbd55eca} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14473 | 2025.01.31 23:43:19.139959 [ 259 ] {ed4a9877-8ae6-4f46-9898-05b3fbd55eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14474 | 2025.01.31 23:43:19.140326 [ 259 ] {ed4a9877-8ae6-4f46-9898-05b3fbd55eca} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14475 | 2025.01.31 23:43:19.140559 [ 259 ] {ed4a9877-8ae6-4f46-9898-05b3fbd55eca} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14476 | 2025.01.31 23:43:19.140752 [ 259 ] {ed4a9877-8ae6-4f46-9898-05b3fbd55eca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001532 sec., 9138.381201044387 rows/sec., 639.99 KiB/sec. | ||
| 14477 | 2025.01.31 23:43:19.140844 [ 259 ] {ed4a9877-8ae6-4f46-9898-05b3fbd55eca} <Debug> TCPHandler: Processed in 0.001809126 sec. | ||
| 14478 | 2025.01.31 23:43:19.141055 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14479 | 2025.01.31 23:43:19.141204 [ 262 ] {5c1d7e75-1806-4e0e-8ed1-bea2d3e5968e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14480 | 2025.01.31 23:43:19.141261 [ 262 ] {5c1d7e75-1806-4e0e-8ed1-bea2d3e5968e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14481 | 2025.01.31 23:43:19.141882 [ 262 ] {5c1d7e75-1806-4e0e-8ed1-bea2d3e5968e} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14482 | 2025.01.31 23:43:19.141920 [ 262 ] {5c1d7e75-1806-4e0e-8ed1-bea2d3e5968e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14483 | 2025.01.31 23:43:19.142283 [ 262 ] {5c1d7e75-1806-4e0e-8ed1-bea2d3e5968e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14484 | 2025.01.31 23:43:19.142516 [ 262 ] {5c1d7e75-1806-4e0e-8ed1-bea2d3e5968e} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14485 | 2025.01.31 23:43:19.142733 [ 262 ] {5c1d7e75-1806-4e0e-8ed1-bea2d3e5968e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec. | ||
| 14486 | 2025.01.31 23:43:19.142786 [ 262 ] {5c1d7e75-1806-4e0e-8ed1-bea2d3e5968e} <Debug> TCPHandler: Processed in 0.001843818 sec. | ||
| 14487 | 2025.01.31 23:43:19.142957 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14488 | 2025.01.31 23:43:19.143097 [ 259 ] {1cd869f7-9e37-4fe0-8a28-5b7cc0d43f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14489 | 2025.01.31 23:43:19.143156 [ 259 ] {1cd869f7-9e37-4fe0-8a28-5b7cc0d43f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14490 | 2025.01.31 23:43:19.143925 [ 259 ] {1cd869f7-9e37-4fe0-8a28-5b7cc0d43f4c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14491 | 2025.01.31 23:43:19.143963 [ 259 ] {1cd869f7-9e37-4fe0-8a28-5b7cc0d43f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14492 | 2025.01.31 23:43:19.144347 [ 259 ] {1cd869f7-9e37-4fe0-8a28-5b7cc0d43f4c} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14493 | 2025.01.31 23:43:19.144605 [ 259 ] {1cd869f7-9e37-4fe0-8a28-5b7cc0d43f4c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14494 | 2025.01.31 23:43:19.144804 [ 259 ] {1cd869f7-9e37-4fe0-8a28-5b7cc0d43f4c} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001739 sec., 242093.156986774 rows/sec., 17.30 MiB/sec. | ||
| 14495 | 2025.01.31 23:43:19.144859 [ 259 ] {1cd869f7-9e37-4fe0-8a28-5b7cc0d43f4c} <Debug> TCPHandler: Processed in 0.001968112 sec. | ||
| 14496 | 2025.01.31 23:43:19.145016 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14497 | 2025.01.31 23:43:19.145161 [ 262 ] {cca282de-97f0-43c5-8f88-6c93da51a310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14498 | 2025.01.31 23:43:19.145220 [ 262 ] {cca282de-97f0-43c5-8f88-6c93da51a310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14499 | 2025.01.31 23:43:19.145769 [ 262 ] {cca282de-97f0-43c5-8f88-6c93da51a310} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14500 | 2025.01.31 23:43:19.145807 [ 262 ] {cca282de-97f0-43c5-8f88-6c93da51a310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14501 | 2025.01.31 23:43:19.146171 [ 262 ] {cca282de-97f0-43c5-8f88-6c93da51a310} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14502 | 2025.01.31 23:43:19.146405 [ 262 ] {cca282de-97f0-43c5-8f88-6c93da51a310} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14503 | 2025.01.31 23:43:19.146657 [ 262 ] {cca282de-97f0-43c5-8f88-6c93da51a310} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec. | ||
| 14504 | 2025.01.31 23:43:19.146782 [ 262 ] {cca282de-97f0-43c5-8f88-6c93da51a310} <Debug> TCPHandler: Processed in 0.001831618 sec. | ||
| 14505 | 2025.01.31 23:43:19.147011 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14506 | 2025.01.31 23:43:19.147170 [ 259 ] {2e6aa5b0-5566-46b8-9c1a-fc10512c9a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14507 | 2025.01.31 23:43:19.147234 [ 259 ] {2e6aa5b0-5566-46b8-9c1a-fc10512c9a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14508 | 2025.01.31 23:43:19.147875 [ 259 ] {2e6aa5b0-5566-46b8-9c1a-fc10512c9a01} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14509 | 2025.01.31 23:43:19.147912 [ 259 ] {2e6aa5b0-5566-46b8-9c1a-fc10512c9a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14510 | 2025.01.31 23:43:19.148308 [ 259 ] {2e6aa5b0-5566-46b8-9c1a-fc10512c9a01} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14511 | 2025.01.31 23:43:19.148544 [ 259 ] {2e6aa5b0-5566-46b8-9c1a-fc10512c9a01} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14512 | 2025.01.31 23:43:19.148683 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_124_25 to all_129_129_0 | ||
| 14513 | 2025.01.31 23:43:19.148731 [ 259 ] {2e6aa5b0-5566-46b8-9c1a-fc10512c9a01} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001591 sec., 148962.9164047769 rows/sec., 9.98 MiB/sec. | ||
| 14514 | 2025.01.31 23:43:19.148735 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14515 | 2025.01.31 23:43:19.148781 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14516 | 2025.01.31 23:43:19.148807 [ 259 ] {2e6aa5b0-5566-46b8-9c1a-fc10512c9a01} <Debug> TCPHandler: Processed in 0.001919101 sec. | ||
| 14517 | 2025.01.31 23:43:19.149007 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14518 | 2025.01.31 23:43:19.149059 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 14519 | 2025.01.31 23:43:19.149183 [ 262 ] {80ee3a14-29bb-4ef2-8c56-ab6610d85e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14520 | 2025.01.31 23:43:19.149285 [ 262 ] {80ee3a14-29bb-4ef2-8c56-ab6610d85e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14521 | 2025.01.31 23:43:19.149420 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_129_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14522 | 2025.01.31 23:43:19.149528 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 36989 rows starting from the beginning of the part | ||
| 14523 | 2025.01.31 23:43:19.149910 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 14524 | 2025.01.31 23:43:19.150223 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 14525 | 2025.01.31 23:43:19.150588 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 14526 | 2025.01.31 23:43:19.150961 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 14527 | 2025.01.31 23:43:19.151218 [ 187 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 14528 | 2025.01.31 23:43:19.151863 [ 262 ] {80ee3a14-29bb-4ef2-8c56-ab6610d85e62} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14529 | 2025.01.31 23:43:19.151915 [ 262 ] {80ee3a14-29bb-4ef2-8c56-ab6610d85e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14530 | 2025.01.31 23:43:19.152671 [ 262 ] {80ee3a14-29bb-4ef2-8c56-ab6610d85e62} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14531 | 2025.01.31 23:43:19.152994 [ 262 ] {80ee3a14-29bb-4ef2-8c56-ab6610d85e62} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14532 | 2025.01.31 23:43:19.153266 [ 262 ] {80ee3a14-29bb-4ef2-8c56-ab6610d85e62} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004132 sec., 242.0135527589545 rows/sec., 16.31 KiB/sec. | ||
| 14533 | 2025.01.31 23:43:19.153381 [ 262 ] {80ee3a14-29bb-4ef2-8c56-ab6610d85e62} <Debug> TCPHandler: Processed in 0.004492811 sec. | ||
| 14534 | 2025.01.31 23:43:19.153788 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14535 | 2025.01.31 23:43:19.154389 [ 259 ] {5f833ad2-cee3-4014-b2f2-82d18234b815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14536 | 2025.01.31 23:43:19.154769 [ 259 ] {5f833ad2-cee3-4014-b2f2-82d18234b815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14537 | 2025.01.31 23:43:19.157043 [ 259 ] {5f833ad2-cee3-4014-b2f2-82d18234b815} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14538 | 2025.01.31 23:43:19.157118 [ 259 ] {5f833ad2-cee3-4014-b2f2-82d18234b815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14539 | 2025.01.31 23:43:19.158067 [ 259 ] {5f833ad2-cee3-4014-b2f2-82d18234b815} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14540 | 2025.01.31 23:43:19.158353 [ 259 ] {5f833ad2-cee3-4014-b2f2-82d18234b815} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14541 | 2025.01.31 23:43:19.158709 [ 259 ] {5f833ad2-cee3-4014-b2f2-82d18234b815} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004544 sec., 8582.74647887324 rows/sec., 15.38 MiB/sec. | ||
| 14542 | 2025.01.31 23:43:19.158892 [ 259 ] {5f833ad2-cee3-4014-b2f2-82d18234b815} <Debug> TCPHandler: Processed in 0.005374818 sec. | ||
| 14543 | 2025.01.31 23:43:19.159227 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14544 | 2025.01.31 23:43:19.159460 [ 262 ] {954bb300-1adf-459b-9548-e3c0a31258bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14545 | 2025.01.31 23:43:19.159584 [ 262 ] {954bb300-1adf-459b-9548-e3c0a31258bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14546 | 2025.01.31 23:43:19.160220 [ 262 ] {954bb300-1adf-459b-9548-e3c0a31258bc} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14547 | 2025.01.31 23:43:19.160278 [ 262 ] {954bb300-1adf-459b-9548-e3c0a31258bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14548 | 2025.01.31 23:43:19.160879 [ 262 ] {954bb300-1adf-459b-9548-e3c0a31258bc} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14549 | 2025.01.31 23:43:19.161207 [ 262 ] {954bb300-1adf-459b-9548-e3c0a31258bc} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14550 | 2025.01.31 23:43:19.161498 [ 262 ] {954bb300-1adf-459b-9548-e3c0a31258bc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002093 sec., 39178.21309125657 rows/sec., 2.49 MiB/sec. | ||
| 14551 | 2025.01.31 23:43:19.161608 [ 262 ] {954bb300-1adf-459b-9548-e3c0a31258bc} <Debug> TCPHandler: Processed in 0.002578261 sec. | ||
| 14552 | 2025.01.31 23:43:19.162631 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_129_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38637 rows, containing 5 columns (5 merged, 0 gathered) in 0.013750192 sec., 2809924.399601111 rows/sec., 189.73 MiB/sec. | ||
| 14553 | 2025.01.31 23:43:19.163208 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_129_26} <Trace> MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary) | ||
| 14554 | 2025.01.31 23:43:19.163604 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14555 | 2025.01.31 23:43:19.163705 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_124_25, all_129_129_0] -> all_1_129_26 | ||
| 14556 | 2025.01.31 23:43:19.163829 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 14557 | 2025.01.31 23:43:20.983289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 14558 | 2025.01.31 23:43:21.006821 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14559 | 2025.01.31 23:43:21.006880 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14560 | 2025.01.31 23:43:21.014512 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14561 | 2025.01.31 23:43:21.015308 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14562 | 2025.01.31 23:43:21.015656 [ 28 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14563 | 2025.01.31 23:43:21.015745 [ 28 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14564 | 2025.01.31 23:43:21.015792 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14565 | 2025.01.31 23:43:21.016433 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 14566 | 2025.01.31 23:43:21.030498 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 14567 | 2025.01.31 23:43:21.032336 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14568 | 2025.01.31 23:43:21.033549 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 14569 | 2025.01.31 23:43:21.039083 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 14570 | 2025.01.31 23:43:21.044643 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 14571 | 2025.01.31 23:43:21.050589 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 14572 | 2025.01.31 23:43:21.056622 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 14573 | 2025.01.31 23:43:21.062490 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 14574 | 2025.01.31 23:43:21.129592 [ 199 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.113625841 sec., 5042.866965446707 rows/sec., 26.08 MiB/sec. | ||
| 14575 | 2025.01.31 23:43:21.132893 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14576 | 2025.01.31 23:43:21.135883 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_76_15} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14577 | 2025.01.31 23:43:21.135985 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_76_15} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14578 | 2025.01.31 23:43:21.138332 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 14579 | 2025.01.31 23:43:22.001167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.10 MiB, peak 282.51 MiB, free memory in arenas 0.00 B, will set to 264.02 MiB (RSS), difference: -1.09 MiB | ||
| 14580 | 2025.01.31 23:43:24.125419 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14581 | 2025.01.31 23:43:24.125627 [ 262 ] {dad3f690-ee43-47da-9fda-eaccc4608cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14582 | 2025.01.31 23:43:24.125705 [ 262 ] {dad3f690-ee43-47da-9fda-eaccc4608cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14583 | 2025.01.31 23:43:24.126492 [ 262 ] {dad3f690-ee43-47da-9fda-eaccc4608cb3} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14584 | 2025.01.31 23:43:24.126537 [ 262 ] {dad3f690-ee43-47da-9fda-eaccc4608cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14585 | 2025.01.31 23:43:24.126968 [ 262 ] {dad3f690-ee43-47da-9fda-eaccc4608cb3} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14586 | 2025.01.31 23:43:24.127254 [ 262 ] {dad3f690-ee43-47da-9fda-eaccc4608cb3} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14587 | 2025.01.31 23:43:24.127496 [ 262 ] {dad3f690-ee43-47da-9fda-eaccc4608cb3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.23 MiB/sec. | ||
| 14588 | 2025.01.31 23:43:24.127608 [ 262 ] {dad3f690-ee43-47da-9fda-eaccc4608cb3} <Debug> TCPHandler: Processed in 0.002329573 sec. | ||
| 14589 | 2025.01.31 23:43:24.127951 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14590 | 2025.01.31 23:43:24.128199 [ 259 ] {3e3103c6-1519-45fc-a1b0-e92cfc215fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14591 | 2025.01.31 23:43:24.128287 [ 259 ] {3e3103c6-1519-45fc-a1b0-e92cfc215fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14592 | 2025.01.31 23:43:24.129129 [ 259 ] {3e3103c6-1519-45fc-a1b0-e92cfc215fc0} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14593 | 2025.01.31 23:43:24.129184 [ 259 ] {3e3103c6-1519-45fc-a1b0-e92cfc215fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14594 | 2025.01.31 23:43:24.129687 [ 259 ] {3e3103c6-1519-45fc-a1b0-e92cfc215fc0} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14595 | 2025.01.31 23:43:24.129952 [ 259 ] {3e3103c6-1519-45fc-a1b0-e92cfc215fc0} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14596 | 2025.01.31 23:43:24.130225 [ 259 ] {3e3103c6-1519-45fc-a1b0-e92cfc215fc0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002086 sec., 30680.728667305844 rows/sec., 2.39 MiB/sec. | ||
| 14597 | 2025.01.31 23:43:24.130356 [ 259 ] {3e3103c6-1519-45fc-a1b0-e92cfc215fc0} <Debug> TCPHandler: Processed in 0.002609652 sec. | ||
| 14598 | 2025.01.31 23:43:24.130578 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14599 | 2025.01.31 23:43:24.130789 [ 262 ] {95f176e7-3871-4c38-b652-4fe088a0d6e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14600 | 2025.01.31 23:43:24.130857 [ 262 ] {95f176e7-3871-4c38-b652-4fe088a0d6e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14601 | 2025.01.31 23:43:24.131577 [ 262 ] {95f176e7-3871-4c38-b652-4fe088a0d6e3} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14602 | 2025.01.31 23:43:24.131625 [ 262 ] {95f176e7-3871-4c38-b652-4fe088a0d6e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14603 | 2025.01.31 23:43:24.132031 [ 262 ] {95f176e7-3871-4c38-b652-4fe088a0d6e3} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14604 | 2025.01.31 23:43:24.132288 [ 262 ] {95f176e7-3871-4c38-b652-4fe088a0d6e3} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14605 | 2025.01.31 23:43:24.132506 [ 262 ] {95f176e7-3871-4c38-b652-4fe088a0d6e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001754 sec., 91220.06841505131 rows/sec., 6.35 MiB/sec. | ||
| 14606 | 2025.01.31 23:43:24.132570 [ 262 ] {95f176e7-3871-4c38-b652-4fe088a0d6e3} <Debug> TCPHandler: Processed in 0.002117187 sec. | ||
| 14607 | 2025.01.31 23:43:24.132738 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14608 | 2025.01.31 23:43:24.132871 [ 259 ] {d3454fc3-e4b1-45a2-8cfa-d9d33cd579f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14609 | 2025.01.31 23:43:24.132930 [ 259 ] {d3454fc3-e4b1-45a2-8cfa-d9d33cd579f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14610 | 2025.01.31 23:43:24.133476 [ 259 ] {d3454fc3-e4b1-45a2-8cfa-d9d33cd579f2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14611 | 2025.01.31 23:43:24.133519 [ 259 ] {d3454fc3-e4b1-45a2-8cfa-d9d33cd579f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14612 | 2025.01.31 23:43:24.133927 [ 259 ] {d3454fc3-e4b1-45a2-8cfa-d9d33cd579f2} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14613 | 2025.01.31 23:43:24.134176 [ 259 ] {d3454fc3-e4b1-45a2-8cfa-d9d33cd579f2} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14614 | 2025.01.31 23:43:24.134420 [ 259 ] {d3454fc3-e4b1-45a2-8cfa-d9d33cd579f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec. | ||
| 14615 | 2025.01.31 23:43:24.134515 [ 259 ] {d3454fc3-e4b1-45a2-8cfa-d9d33cd579f2} <Debug> TCPHandler: Processed in 0.001841538 sec. | ||
| 14616 | 2025.01.31 23:43:25.969043 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258 | ||
| 14617 | 2025.01.31 23:43:25.969674 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14618 | 2025.01.31 23:43:25.969716 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14619 | 2025.01.31 23:43:25.970234 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14620 | 2025.01.31 23:43:25.970490 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14621 | 2025.01.31 23:43:25.970710 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258 | ||
| 14622 | 2025.01.31 23:43:28.531478 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 14623 | 2025.01.31 23:43:28.555028 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14624 | 2025.01.31 23:43:28.555094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14625 | 2025.01.31 23:43:28.562570 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14626 | 2025.01.31 23:43:28.563349 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14627 | 2025.01.31 23:43:28.566354 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 14628 | 2025.01.31 23:43:28.658232 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2030 | ||
| 14629 | 2025.01.31 23:43:28.661611 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14630 | 2025.01.31 23:43:28.661675 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14631 | 2025.01.31 23:43:28.663375 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14632 | 2025.01.31 23:43:28.663728 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14633 | 2025.01.31 23:43:28.664924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2030 | ||
| 14634 | 2025.01.31 23:43:29.085571 [ 222 ] {} <Trace> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): 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] | ||
| 14635 | 2025.01.31 23:43:29.085631 [ 222 ] {} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): 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] | ||
| 14636 | 2025.01.31 23:43:29.087198 [ 222 ] {} <Debug> oximeter.timeseries_schema (7d317b9f-ebda-429f-ad98-ef9711d0fccd): 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] | ||
| 14637 | 2025.01.31 23:43:29.132519 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14638 | 2025.01.31 23:43:29.132710 [ 262 ] {7781fac9-a515-450d-abf5-21fd3bc6cd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14639 | 2025.01.31 23:43:29.132785 [ 262 ] {7781fac9-a515-450d-abf5-21fd3bc6cd96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14640 | 2025.01.31 23:43:29.133569 [ 262 ] {7781fac9-a515-450d-abf5-21fd3bc6cd96} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14641 | 2025.01.31 23:43:29.133621 [ 262 ] {7781fac9-a515-450d-abf5-21fd3bc6cd96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14642 | 2025.01.31 23:43:29.134059 [ 262 ] {7781fac9-a515-450d-abf5-21fd3bc6cd96} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14643 | 2025.01.31 23:43:29.134332 [ 262 ] {7781fac9-a515-450d-abf5-21fd3bc6cd96} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14644 | 2025.01.31 23:43:29.134607 [ 262 ] {7781fac9-a515-450d-abf5-21fd3bc6cd96} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001949 sec., 7183.170856849667 rows/sec., 517.09 KiB/sec. | ||
| 14645 | 2025.01.31 23:43:29.134725 [ 262 ] {7781fac9-a515-450d-abf5-21fd3bc6cd96} <Debug> TCPHandler: Processed in 0.002338833 sec. | ||
| 14646 | 2025.01.31 23:43:29.135029 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14647 | 2025.01.31 23:43:29.135199 [ 259 ] {03906ff1-0fdb-4ae0-8fca-f50660f25bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14648 | 2025.01.31 23:43:29.135270 [ 259 ] {03906ff1-0fdb-4ae0-8fca-f50660f25bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14649 | 2025.01.31 23:43:29.136131 [ 259 ] {03906ff1-0fdb-4ae0-8fca-f50660f25bd7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14650 | 2025.01.31 23:43:29.136174 [ 259 ] {03906ff1-0fdb-4ae0-8fca-f50660f25bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14651 | 2025.01.31 23:43:29.136626 [ 259 ] {03906ff1-0fdb-4ae0-8fca-f50660f25bd7} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14652 | 2025.01.31 23:43:29.136893 [ 259 ] {03906ff1-0fdb-4ae0-8fca-f50660f25bd7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14653 | 2025.01.31 23:43:29.137046 [ 66 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14654 | 2025.01.31 23:43:29.137086 [ 66 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14655 | 2025.01.31 23:43:29.137089 [ 259 ] {03906ff1-0fdb-4ae0-8fca-f50660f25bd7} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.001942 sec., 144696.1894953656 rows/sec., 12.76 MiB/sec. | ||
| 14656 | 2025.01.31 23:43:29.137109 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14657 | 2025.01.31 23:43:29.137273 [ 259 ] {03906ff1-0fdb-4ae0-8fca-f50660f25bd7} <Debug> TCPHandler: Processed in 0.002389785 sec. | ||
| 14658 | 2025.01.31 23:43:29.137383 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14659 | 2025.01.31 23:43:29.137482 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14660 | 2025.01.31 23:43:29.137732 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14661 | 2025.01.31 23:43:29.137760 [ 262 ] {89a3b125-4ec9-42ad-9770-0034f253b3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14662 | 2025.01.31 23:43:29.137816 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14663 | 2025.01.31 23:43:29.137878 [ 262 ] {89a3b125-4ec9-42ad-9770-0034f253b3cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14664 | 2025.01.31 23:43:29.138398 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14665 | 2025.01.31 23:43:29.138981 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14666 | 2025.01.31 23:43:29.139690 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14667 | 2025.01.31 23:43:29.140052 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14668 | 2025.01.31 23:43:29.140442 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 14669 | 2025.01.31 23:43:29.141481 [ 262 ] {89a3b125-4ec9-42ad-9770-0034f253b3cb} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14670 | 2025.01.31 23:43:29.141531 [ 262 ] {89a3b125-4ec9-42ad-9770-0034f253b3cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14671 | 2025.01.31 23:43:29.142106 [ 262 ] {89a3b125-4ec9-42ad-9770-0034f253b3cb} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14672 | 2025.01.31 23:43:29.142407 [ 262 ] {89a3b125-4ec9-42ad-9770-0034f253b3cb} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14673 | 2025.01.31 23:43:29.142680 [ 82 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14674 | 2025.01.31 23:43:29.142828 [ 82 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14675 | 2025.01.31 23:43:29.142847 [ 262 ] {89a3b125-4ec9-42ad-9770-0034f253b3cb} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005148 sec., 8935.508935508937 rows/sec., 658.25 KiB/sec. | ||
| 14676 | 2025.01.31 23:43:29.142926 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14677 | 2025.01.31 23:43:29.143350 [ 262 ] {89a3b125-4ec9-42ad-9770-0034f253b3cb} <Debug> TCPHandler: Processed in 0.005953227 sec. | ||
| 14678 | 2025.01.31 23:43:29.143558 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.006313769 sec., 342109.44366193947 rows/sec., 30.08 MiB/sec. | ||
| 14679 | 2025.01.31 23:43:29.143584 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 14680 | 2025.01.31 23:43:29.143666 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14681 | 2025.01.31 23:43:29.143883 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14682 | 2025.01.31 23:43:29.144017 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14683 | 2025.01.31 23:43:29.144162 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 14684 | 2025.01.31 23:43:29.144175 [ 259 ] {d714f604-7410-4aca-b9b6-023eb4085a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14685 | 2025.01.31 23:43:29.144440 [ 259 ] {d714f604-7410-4aca-b9b6-023eb4085a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14686 | 2025.01.31 23:43:29.144539 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 14687 | 2025.01.31 23:43:29.145116 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 14688 | 2025.01.31 23:43:29.145161 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_131_26} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14689 | 2025.01.31 23:43:29.145559 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 14690 | 2025.01.31 23:43:29.145606 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_131_26} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14691 | 2025.01.31 23:43:29.145993 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 14692 | 2025.01.31 23:43:29.146078 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 14693 | 2025.01.31 23:43:29.146476 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 14694 | 2025.01.31 23:43:29.148151 [ 259 ] {d714f604-7410-4aca-b9b6-023eb4085a13} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14695 | 2025.01.31 23:43:29.148228 [ 259 ] {d714f604-7410-4aca-b9b6-023eb4085a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14696 | 2025.01.31 23:43:29.149267 [ 259 ] {d714f604-7410-4aca-b9b6-023eb4085a13} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14697 | 2025.01.31 23:43:29.149665 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.006532606 sec., 47454.262510244764 rows/sec., 3.58 MiB/sec. | ||
| 14698 | 2025.01.31 23:43:29.149827 [ 259 ] {d714f604-7410-4aca-b9b6-023eb4085a13} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14699 | 2025.01.31 23:43:29.149890 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14700 | 2025.01.31 23:43:29.150087 [ 82 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14701 | 2025.01.31 23:43:29.150169 [ 82 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14702 | 2025.01.31 23:43:29.150236 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14703 | 2025.01.31 23:43:29.150321 [ 259 ] {d714f604-7410-4aca-b9b6-023eb4085a13} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006367 sec., 2198.8377571854876 rows/sec., 153.99 KiB/sec. | ||
| 14704 | 2025.01.31 23:43:29.150684 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 14705 | 2025.01.31 23:43:29.150793 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_56_12} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14706 | 2025.01.31 23:43:29.151237 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14707 | 2025.01.31 23:43:29.151352 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 14708 | 2025.01.31 23:43:29.151425 [ 259 ] {d714f604-7410-4aca-b9b6-023eb4085a13} <Debug> TCPHandler: Processed in 0.007866878 sec. | ||
| 14709 | 2025.01.31 23:43:29.151693 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 14710 | 2025.01.31 23:43:29.151798 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14711 | 2025.01.31 23:43:29.152146 [ 200 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_56_12} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14712 | 2025.01.31 23:43:29.152271 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 14713 | 2025.01.31 23:43:29.152336 [ 262 ] {c812b3bd-cbbf-4f30-95a3-5def24592000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14714 | 2025.01.31 23:43:29.152621 [ 262 ] {c812b3bd-cbbf-4f30-95a3-5def24592000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14715 | 2025.01.31 23:43:29.152672 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14716 | 2025.01.31 23:43:29.152904 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 14717 | 2025.01.31 23:43:29.153270 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 14718 | 2025.01.31 23:43:29.153640 [ 201 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 14719 | 2025.01.31 23:43:29.154854 [ 262 ] {c812b3bd-cbbf-4f30-95a3-5def24592000} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14720 | 2025.01.31 23:43:29.154901 [ 262 ] {c812b3bd-cbbf-4f30-95a3-5def24592000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14721 | 2025.01.31 23:43:29.155440 [ 262 ] {c812b3bd-cbbf-4f30-95a3-5def24592000} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14722 | 2025.01.31 23:43:29.155622 [ 194 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005270736 sec., 102452.48481426503 rows/sec., 7.34 MiB/sec. | ||
| 14723 | 2025.01.31 23:43:29.155819 [ 194 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14724 | 2025.01.31 23:43:29.155882 [ 262 ] {c812b3bd-cbbf-4f30-95a3-5def24592000} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14725 | 2025.01.31 23:43:29.156242 [ 262 ] {c812b3bd-cbbf-4f30-95a3-5def24592000} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004072 sec., 3192.534381139489 rows/sec., 199.05 KiB/sec. | ||
| 14726 | 2025.01.31 23:43:29.156413 [ 194 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_56_12} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14727 | 2025.01.31 23:43:29.156415 [ 262 ] {c812b3bd-cbbf-4f30-95a3-5def24592000} <Debug> TCPHandler: Processed in 0.004796651 sec. | ||
| 14728 | 2025.01.31 23:43:29.156577 [ 194 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_56_12} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14729 | 2025.01.31 23:43:29.156637 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14730 | 2025.01.31 23:43:29.156684 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 14731 | 2025.01.31 23:43:29.156773 [ 259 ] {bae14c02-6434-4d49-9d05-a2ee45d0aacf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14732 | 2025.01.31 23:43:29.156823 [ 259 ] {bae14c02-6434-4d49-9d05-a2ee45d0aacf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14733 | 2025.01.31 23:43:29.157590 [ 259 ] {bae14c02-6434-4d49-9d05-a2ee45d0aacf} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14734 | 2025.01.31 23:43:29.157628 [ 259 ] {bae14c02-6434-4d49-9d05-a2ee45d0aacf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14735 | 2025.01.31 23:43:29.158016 [ 259 ] {bae14c02-6434-4d49-9d05-a2ee45d0aacf} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14736 | 2025.01.31 23:43:29.158259 [ 259 ] {bae14c02-6434-4d49-9d05-a2ee45d0aacf} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14737 | 2025.01.31 23:43:29.158412 [ 82 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14738 | 2025.01.31 23:43:29.158449 [ 82 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14739 | 2025.01.31 23:43:29.158459 [ 259 ] {bae14c02-6434-4d49-9d05-a2ee45d0aacf} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001707 sec., 246631.5172817809 rows/sec., 17.62 MiB/sec. | ||
| 14740 | 2025.01.31 23:43:29.158473 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14741 | 2025.01.31 23:43:29.158555 [ 259 ] {bae14c02-6434-4d49-9d05-a2ee45d0aacf} <Debug> TCPHandler: Processed in 0.001998172 sec. | ||
| 14742 | 2025.01.31 23:43:29.158603 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14743 | 2025.01.31 23:43:29.158730 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14744 | 2025.01.31 23:43:29.158754 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14745 | 2025.01.31 23:43:29.158773 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14746 | 2025.01.31 23:43:29.159073 [ 262 ] {15911f3d-76a4-4217-aa96-2d05840ab4fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14747 | 2025.01.31 23:43:29.159080 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14748 | 2025.01.31 23:43:29.159229 [ 262 ] {15911f3d-76a4-4217-aa96-2d05840ab4fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14749 | 2025.01.31 23:43:29.159388 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14750 | 2025.01.31 23:43:29.159769 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14751 | 2025.01.31 23:43:29.160133 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14752 | 2025.01.31 23:43:29.160476 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 14753 | 2025.01.31 23:43:29.161736 [ 262 ] {15911f3d-76a4-4217-aa96-2d05840ab4fd} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14754 | 2025.01.31 23:43:29.161825 [ 262 ] {15911f3d-76a4-4217-aa96-2d05840ab4fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14755 | 2025.01.31 23:43:29.162922 [ 262 ] {15911f3d-76a4-4217-aa96-2d05840ab4fd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14756 | 2025.01.31 23:43:29.163473 [ 262 ] {15911f3d-76a4-4217-aa96-2d05840ab4fd} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14757 | 2025.01.31 23:43:29.163552 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005003777 sec., 389106.06927526946 rows/sec., 29.78 MiB/sec. | ||
| 14758 | 2025.01.31 23:43:29.163721 [ 82 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14759 | 2025.01.31 23:43:29.163805 [ 82 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14760 | 2025.01.31 23:43:29.163819 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14761 | 2025.01.31 23:43:29.163898 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14762 | 2025.01.31 23:43:29.164013 [ 262 ] {15911f3d-76a4-4217-aa96-2d05840ab4fd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005047 sec., 1188.8250445809392 rows/sec., 62.11 KiB/sec. | ||
| 14763 | 2025.01.31 23:43:29.164397 [ 262 ] {15911f3d-76a4-4217-aa96-2d05840ab4fd} <Debug> TCPHandler: Processed in 0.0057112 sec. | ||
| 14764 | 2025.01.31 23:43:29.164583 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 14765 | 2025.01.31 23:43:29.164794 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14766 | 2025.01.31 23:43:29.164924 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_131_26} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14767 | 2025.01.31 23:43:29.165430 [ 186 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_131_26} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14768 | 2025.01.31 23:43:29.165498 [ 259 ] {4aa10830-b434-4bea-beb0-56e171c00c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14769 | 2025.01.31 23:43:29.165767 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 14770 | 2025.01.31 23:43:29.165758 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14771 | 2025.01.31 23:43:29.165917 [ 259 ] {4aa10830-b434-4bea-beb0-56e171c00c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14772 | 2025.01.31 23:43:29.165954 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 14773 | 2025.01.31 23:43:29.166489 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 14774 | 2025.01.31 23:43:29.166674 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 14775 | 2025.01.31 23:43:29.166846 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 14776 | 2025.01.31 23:43:29.167022 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 14777 | 2025.01.31 23:43:29.167187 [ 194 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 14778 | 2025.01.31 23:43:29.167797 [ 259 ] {4aa10830-b434-4bea-beb0-56e171c00c63} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14779 | 2025.01.31 23:43:29.167844 [ 259 ] {4aa10830-b434-4bea-beb0-56e171c00c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14780 | 2025.01.31 23:43:29.168492 [ 259 ] {4aa10830-b434-4bea-beb0-56e171c00c63} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14781 | 2025.01.31 23:43:29.168655 [ 191 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.004623985 sec., 72664.59558151681 rows/sec., 3.71 MiB/sec. | ||
| 14782 | 2025.01.31 23:43:29.168865 [ 259 ] {4aa10830-b434-4bea-beb0-56e171c00c63} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14783 | 2025.01.31 23:43:29.168927 [ 191 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14784 | 2025.01.31 23:43:29.169214 [ 259 ] {4aa10830-b434-4bea-beb0-56e171c00c63} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003959 sec., 59863.60191967669 rows/sec., 4.01 MiB/sec. | ||
| 14785 | 2025.01.31 23:43:29.169373 [ 259 ] {4aa10830-b434-4bea-beb0-56e171c00c63} <Debug> TCPHandler: Processed in 0.00482089 sec. | ||
| 14786 | 2025.01.31 23:43:29.169593 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14787 | 2025.01.31 23:43:29.169601 [ 191 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_56_12} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14788 | 2025.01.31 23:43:29.169766 [ 191 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_56_12} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14789 | 2025.01.31 23:43:29.169801 [ 262 ] {f481e446-d3f5-4cdf-bcb5-c32319583d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14790 | 2025.01.31 23:43:29.169904 [ 262 ] {f481e446-d3f5-4cdf-bcb5-c32319583d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14791 | 2025.01.31 23:43:29.169913 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14792 | 2025.01.31 23:43:29.170426 [ 262 ] {f481e446-d3f5-4cdf-bcb5-c32319583d72} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14793 | 2025.01.31 23:43:29.170471 [ 262 ] {f481e446-d3f5-4cdf-bcb5-c32319583d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14794 | 2025.01.31 23:43:29.170837 [ 262 ] {f481e446-d3f5-4cdf-bcb5-c32319583d72} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14795 | 2025.01.31 23:43:29.171086 [ 262 ] {f481e446-d3f5-4cdf-bcb5-c32319583d72} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14796 | 2025.01.31 23:43:29.171301 [ 262 ] {f481e446-d3f5-4cdf-bcb5-c32319583d72} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001553 sec., 643.915003219575 rows/sec., 43.39 KiB/sec. | ||
| 14797 | 2025.01.31 23:43:29.171353 [ 262 ] {f481e446-d3f5-4cdf-bcb5-c32319583d72} <Debug> TCPHandler: Processed in 0.001867719 sec. | ||
| 14798 | 2025.01.31 23:43:29.171523 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14799 | 2025.01.31 23:43:29.171642 [ 259 ] {9c21205c-d4a3-478f-a384-436f5911a147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14800 | 2025.01.31 23:43:29.171725 [ 259 ] {9c21205c-d4a3-478f-a384-436f5911a147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14801 | 2025.01.31 23:43:29.172971 [ 259 ] {9c21205c-d4a3-478f-a384-436f5911a147} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14802 | 2025.01.31 23:43:29.173015 [ 259 ] {9c21205c-d4a3-478f-a384-436f5911a147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14803 | 2025.01.31 23:43:29.173822 [ 259 ] {9c21205c-d4a3-478f-a384-436f5911a147} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14804 | 2025.01.31 23:43:29.174128 [ 259 ] {9c21205c-d4a3-478f-a384-436f5911a147} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14805 | 2025.01.31 23:43:29.174275 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14806 | 2025.01.31 23:43:29.174310 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14807 | 2025.01.31 23:43:29.174333 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14808 | 2025.01.31 23:43:29.174344 [ 259 ] {9c21205c-d4a3-478f-a384-436f5911a147} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002727 sec., 14301.430143014302 rows/sec., 25.63 MiB/sec. | ||
| 14809 | 2025.01.31 23:43:29.174626 [ 202 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 14810 | 2025.01.31 23:43:29.175049 [ 259 ] {9c21205c-d4a3-478f-a384-436f5911a147} <Debug> TCPHandler: Processed in 0.003585983 sec. | ||
| 14811 | 2025.01.31 23:43:29.175387 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14812 | 2025.01.31 23:43:29.175924 [ 262 ] {117e322f-926b-4d05-9242-5b062c6587ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14813 | 2025.01.31 23:43:29.176155 [ 262 ] {117e322f-926b-4d05-9242-5b062c6587ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14814 | 2025.01.31 23:43:29.176547 [ 202 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14815 | 2025.01.31 23:43:29.176794 [ 202 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1884 rows starting from the beginning of the part | ||
| 14816 | 2025.01.31 23:43:29.177353 [ 202 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 14817 | 2025.01.31 23:43:29.178079 [ 202 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 14818 | 2025.01.31 23:43:29.178652 [ 262 ] {117e322f-926b-4d05-9242-5b062c6587ee} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14819 | 2025.01.31 23:43:29.178742 [ 202 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 14820 | 2025.01.31 23:43:29.178768 [ 262 ] {117e322f-926b-4d05-9242-5b062c6587ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14821 | 2025.01.31 23:43:29.179337 [ 202 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 14822 | 2025.01.31 23:43:29.180011 [ 202 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 14823 | 2025.01.31 23:43:29.180308 [ 262 ] {117e322f-926b-4d05-9242-5b062c6587ee} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14824 | 2025.01.31 23:43:29.181199 [ 262 ] {117e322f-926b-4d05-9242-5b062c6587ee} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14825 | 2025.01.31 23:43:29.181432 [ 82 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14826 | 2025.01.31 23:43:29.181525 [ 82 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14827 | 2025.01.31 23:43:29.181595 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14828 | 2025.01.31 23:43:29.181712 [ 262 ] {117e322f-926b-4d05-9242-5b062c6587ee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005931 sec., 13825.661777103356 rows/sec., 899.18 KiB/sec. | ||
| 14829 | 2025.01.31 23:43:29.181970 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14830 | 2025.01.31 23:43:29.182044 [ 262 ] {117e322f-926b-4d05-9242-5b062c6587ee} <Debug> TCPHandler: Processed in 0.006825475 sec. | ||
| 14831 | 2025.01.31 23:43:29.182393 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14832 | 2025.01.31 23:43:29.182508 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14833 | 2025.01.31 23:43:29.182830 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14834 | 2025.01.31 23:43:29.183078 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14835 | 2025.01.31 23:43:29.183167 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14836 | 2025.01.31 23:43:29.183265 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14837 | 2025.01.31 23:43:29.183372 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 14838 | 2025.01.31 23:43:29.186103 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8000 rows, containing 4 columns (4 merged, 0 gathered) in 0.004401748 sec., 1817459.7909739497 rows/sec., 118.44 MiB/sec. | ||
| 14839 | 2025.01.31 23:43:29.186630 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14840 | 2025.01.31 23:43:29.187333 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_131_26} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14841 | 2025.01.31 23:43:29.187504 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_131_26} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14842 | 2025.01.31 23:43:29.187668 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 14843 | 2025.01.31 23:43:29.193974 [ 187 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2079 rows, containing 19 columns (19 merged, 0 gathered) in 0.019586946 sec., 106142.12139044034 rows/sec., 190.20 MiB/sec. | ||
| 14844 | 2025.01.31 23:43:29.195538 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14845 | 2025.01.31 23:43:29.196002 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14846 | 2025.01.31 23:43:29.196089 [ 190 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14847 | 2025.01.31 23:43:29.196231 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.01 MiB. | ||
| 14848 | 2025.01.31 23:43:30.000226 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.03 MiB, peak 282.51 MiB, free memory in arenas 0.00 B, will set to 268.07 MiB (RSS), difference: 7.04 MiB | ||
| 14849 | 2025.01.31 23:43:33.206126 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14850 | 2025.01.31 23:43:33.206240 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14851 | 2025.01.31 23:43:33.471719 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746 | ||
| 14852 | 2025.01.31 23:43:33.472397 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14853 | 2025.01.31 23:43:33.472439 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14854 | 2025.01.31 23:43:33.472972 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14855 | 2025.01.31 23:43:33.473235 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14856 | 2025.01.31 23:43:33.473434 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 14857 | 2025.01.31 23:43:34.126263 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14858 | 2025.01.31 23:43:34.126553 [ 262 ] {6a901998-4738-4966-931b-4aac10a88b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14859 | 2025.01.31 23:43:34.126664 [ 262 ] {6a901998-4738-4966-931b-4aac10a88b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14860 | 2025.01.31 23:43:34.127553 [ 262 ] {6a901998-4738-4966-931b-4aac10a88b6b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14861 | 2025.01.31 23:43:34.127592 [ 262 ] {6a901998-4738-4966-931b-4aac10a88b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14862 | 2025.01.31 23:43:34.128019 [ 262 ] {6a901998-4738-4966-931b-4aac10a88b6b} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14863 | 2025.01.31 23:43:34.128288 [ 262 ] {6a901998-4738-4966-931b-4aac10a88b6b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14864 | 2025.01.31 23:43:34.128484 [ 262 ] {6a901998-4738-4966-931b-4aac10a88b6b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002015 sec., 27791.563275434244 rows/sec., 2.12 MiB/sec. | ||
| 14865 | 2025.01.31 23:43:34.128539 [ 262 ] {6a901998-4738-4966-931b-4aac10a88b6b} <Debug> TCPHandler: Processed in 0.002460077 sec. | ||
| 14866 | 2025.01.31 23:43:34.128800 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14867 | 2025.01.31 23:43:34.129016 [ 259 ] {9e1c3ac1-cd35-4b70-9308-3142ef00c4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14868 | 2025.01.31 23:43:34.129093 [ 259 ] {9e1c3ac1-cd35-4b70-9308-3142ef00c4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14869 | 2025.01.31 23:43:34.129903 [ 259 ] {9e1c3ac1-cd35-4b70-9308-3142ef00c4a6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14870 | 2025.01.31 23:43:34.129956 [ 259 ] {9e1c3ac1-cd35-4b70-9308-3142ef00c4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14871 | 2025.01.31 23:43:34.130417 [ 259 ] {9e1c3ac1-cd35-4b70-9308-3142ef00c4a6} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14872 | 2025.01.31 23:43:34.130688 [ 259 ] {9e1c3ac1-cd35-4b70-9308-3142ef00c4a6} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14873 | 2025.01.31 23:43:34.130933 [ 259 ] {9e1c3ac1-cd35-4b70-9308-3142ef00c4a6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001976 sec., 32388.663967611337 rows/sec., 2.53 MiB/sec. | ||
| 14874 | 2025.01.31 23:43:34.131004 [ 259 ] {9e1c3ac1-cd35-4b70-9308-3142ef00c4a6} <Debug> TCPHandler: Processed in 0.002349854 sec. | ||
| 14875 | 2025.01.31 23:43:34.131227 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14876 | 2025.01.31 23:43:34.131449 [ 262 ] {e90f5050-0f2e-4195-8937-1b0aaad34e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14877 | 2025.01.31 23:43:34.131546 [ 262 ] {e90f5050-0f2e-4195-8937-1b0aaad34e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14878 | 2025.01.31 23:43:34.132424 [ 262 ] {e90f5050-0f2e-4195-8937-1b0aaad34e31} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14879 | 2025.01.31 23:43:34.132471 [ 262 ] {e90f5050-0f2e-4195-8937-1b0aaad34e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14880 | 2025.01.31 23:43:34.132962 [ 262 ] {e90f5050-0f2e-4195-8937-1b0aaad34e31} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14881 | 2025.01.31 23:43:34.133219 [ 262 ] {e90f5050-0f2e-4195-8937-1b0aaad34e31} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14882 | 2025.01.31 23:43:34.133396 [ 262 ] {e90f5050-0f2e-4195-8937-1b0aaad34e31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002003 sec., 79880.17973040439 rows/sec., 5.56 MiB/sec. | ||
| 14883 | 2025.01.31 23:43:34.133448 [ 262 ] {e90f5050-0f2e-4195-8937-1b0aaad34e31} <Debug> TCPHandler: Processed in 0.002327023 sec. | ||
| 14884 | 2025.01.31 23:43:34.133612 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14885 | 2025.01.31 23:43:34.133754 [ 259 ] {a4fdb071-8e20-4855-96ad-b5f311d3b860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14886 | 2025.01.31 23:43:34.133820 [ 259 ] {a4fdb071-8e20-4855-96ad-b5f311d3b860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14887 | 2025.01.31 23:43:34.134361 [ 259 ] {a4fdb071-8e20-4855-96ad-b5f311d3b860} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14888 | 2025.01.31 23:43:34.134403 [ 259 ] {a4fdb071-8e20-4855-96ad-b5f311d3b860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14889 | 2025.01.31 23:43:34.134799 [ 259 ] {a4fdb071-8e20-4855-96ad-b5f311d3b860} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14890 | 2025.01.31 23:43:34.135050 [ 259 ] {a4fdb071-8e20-4855-96ad-b5f311d3b860} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14891 | 2025.01.31 23:43:34.135297 [ 259 ] {a4fdb071-8e20-4855-96ad-b5f311d3b860} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001562 sec., 38412.291933418695 rows/sec., 2.59 MiB/sec. | ||
| 14892 | 2025.01.31 23:43:34.135367 [ 259 ] {a4fdb071-8e20-4855-96ad-b5f311d3b860} <Debug> TCPHandler: Processed in 0.001824567 sec. | ||
| 14893 | 2025.01.31 23:43:34.600622 [ 225 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 14894 | 2025.01.31 23:43:34.600669 [ 225 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 14895 | 2025.01.31 23:43:34.602679 [ 225 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 14896 | 2025.01.31 23:43:34.972680 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14897 | 2025.01.31 23:43:34.972960 [ 262 ] {c2cb3cc7-8c88-47ec-9c5c-845cf627fdb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14898 | 2025.01.31 23:43:34.973068 [ 262 ] {c2cb3cc7-8c88-47ec-9c5c-845cf627fdb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14899 | 2025.01.31 23:43:34.973795 [ 262 ] {c2cb3cc7-8c88-47ec-9c5c-845cf627fdb5} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14900 | 2025.01.31 23:43:34.973840 [ 262 ] {c2cb3cc7-8c88-47ec-9c5c-845cf627fdb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14901 | 2025.01.31 23:43:34.974260 [ 262 ] {c2cb3cc7-8c88-47ec-9c5c-845cf627fdb5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14902 | 2025.01.31 23:43:34.974521 [ 262 ] {c2cb3cc7-8c88-47ec-9c5c-845cf627fdb5} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14903 | 2025.01.31 23:43:34.974718 [ 152 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 14904 | 2025.01.31 23:43:34.974776 [ 262 ] {c2cb3cc7-8c88-47ec-9c5c-845cf627fdb5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001892 sec., 7399.577167019027 rows/sec., 532.67 KiB/sec. | ||
| 14905 | 2025.01.31 23:43:34.974802 [ 152 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14906 | 2025.01.31 23:43:34.974869 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14907 | 2025.01.31 23:43:34.974913 [ 262 ] {c2cb3cc7-8c88-47ec-9c5c-845cf627fdb5} <Debug> TCPHandler: Processed in 0.002419096 sec. | ||
| 14908 | 2025.01.31 23:43:34.975078 [ 219 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 14909 | 2025.01.31 23:43:34.975181 [ 219 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 14910 | 2025.01.31 23:43:34.975209 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 14911 | 2025.01.31 23:43:34.975331 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14912 | 2025.01.31 23:43:34.975517 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14913 | 2025.01.31 23:43:34.975624 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 14914 | 2025.01.31 23:43:34.975743 [ 259 ] {c10f6a8f-a93c-45f6-9edc-00ed3f95d51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14915 | 2025.01.31 23:43:34.976071 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 14916 | 2025.01.31 23:43:34.976047 [ 259 ] {c10f6a8f-a93c-45f6-9edc-00ed3f95d51b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14917 | 2025.01.31 23:43:34.976637 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 14918 | 2025.01.31 23:43:34.977228 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 14919 | 2025.01.31 23:43:34.977676 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 14920 | 2025.01.31 23:43:34.981029 [ 259 ] {c10f6a8f-a93c-45f6-9edc-00ed3f95d51b} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14921 | 2025.01.31 23:43:34.981117 [ 259 ] {c10f6a8f-a93c-45f6-9edc-00ed3f95d51b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14922 | 2025.01.31 23:43:34.981668 [ 219 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 14923 | 2025.01.31 23:43:34.982439 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007421233 sec., 9432.394859452601 rows/sec., 715.85 KiB/sec. | ||
| 14924 | 2025.01.31 23:43:34.982767 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 14925 | 2025.01.31 23:43:34.983246 [ 259 ] {c10f6a8f-a93c-45f6-9edc-00ed3f95d51b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 14926 | 2025.01.31 23:43:34.983582 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_57_14} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14927 | 2025.01.31 23:43:34.983746 [ 187 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_57_14} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 14928 | 2025.01.31 23:43:34.983789 [ 259 ] {c10f6a8f-a93c-45f6-9edc-00ed3f95d51b} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14929 | 2025.01.31 23:43:34.983919 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14930 | 2025.01.31 23:43:34.984263 [ 259 ] {c10f6a8f-a93c-45f6-9edc-00ed3f95d51b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.008667 sec., 230.76035537094728 rows/sec., 18.82 KiB/sec. | ||
| 14931 | 2025.01.31 23:43:34.984447 [ 259 ] {c10f6a8f-a93c-45f6-9edc-00ed3f95d51b} <Debug> TCPHandler: Processed in 0.009359654 sec. | ||
| 14932 | 2025.01.31 23:43:34.984618 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14933 | 2025.01.31 23:43:34.984747 [ 262 ] {f904b47d-ae85-48f6-828a-34c1928789f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14934 | 2025.01.31 23:43:34.984802 [ 262 ] {f904b47d-ae85-48f6-828a-34c1928789f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14935 | 2025.01.31 23:43:34.986152 [ 262 ] {f904b47d-ae85-48f6-828a-34c1928789f8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14936 | 2025.01.31 23:43:34.986195 [ 262 ] {f904b47d-ae85-48f6-828a-34c1928789f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14937 | 2025.01.31 23:43:34.986671 [ 262 ] {f904b47d-ae85-48f6-828a-34c1928789f8} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14938 | 2025.01.31 23:43:34.986925 [ 262 ] {f904b47d-ae85-48f6-828a-34c1928789f8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14939 | 2025.01.31 23:43:34.987141 [ 262 ] {f904b47d-ae85-48f6-828a-34c1928789f8} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.00242 sec., 587603.305785124 rows/sec., 49.06 MiB/sec. | ||
| 14940 | 2025.01.31 23:43:34.987196 [ 262 ] {f904b47d-ae85-48f6-828a-34c1928789f8} <Debug> TCPHandler: Processed in 0.002640303 sec. | ||
| 14941 | 2025.01.31 23:43:34.987411 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14942 | 2025.01.31 23:43:34.987643 [ 259 ] {c52ad857-f478-4f5c-87b9-06d13250ac5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14943 | 2025.01.31 23:43:34.987739 [ 259 ] {c52ad857-f478-4f5c-87b9-06d13250ac5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14944 | 2025.01.31 23:43:34.988510 [ 259 ] {c52ad857-f478-4f5c-87b9-06d13250ac5b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14945 | 2025.01.31 23:43:34.988554 [ 259 ] {c52ad857-f478-4f5c-87b9-06d13250ac5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14946 | 2025.01.31 23:43:34.988935 [ 259 ] {c52ad857-f478-4f5c-87b9-06d13250ac5b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14947 | 2025.01.31 23:43:34.989219 [ 259 ] {c52ad857-f478-4f5c-87b9-06d13250ac5b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14948 | 2025.01.31 23:43:34.989425 [ 259 ] {c52ad857-f478-4f5c-87b9-06d13250ac5b} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001842 sec., 26058.631921824104 rows/sec., 1.87 MiB/sec. | ||
| 14949 | 2025.01.31 23:43:34.989482 [ 259 ] {c52ad857-f478-4f5c-87b9-06d13250ac5b} <Debug> TCPHandler: Processed in 0.002187759 sec. | ||
| 14950 | 2025.01.31 23:43:34.989613 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14951 | 2025.01.31 23:43:34.989732 [ 262 ] {d918ac01-c290-4a06-9a52-97883d569161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14952 | 2025.01.31 23:43:34.989780 [ 262 ] {d918ac01-c290-4a06-9a52-97883d569161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14953 | 2025.01.31 23:43:34.990441 [ 262 ] {d918ac01-c290-4a06-9a52-97883d569161} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14954 | 2025.01.31 23:43:34.990482 [ 262 ] {d918ac01-c290-4a06-9a52-97883d569161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14955 | 2025.01.31 23:43:34.990864 [ 262 ] {d918ac01-c290-4a06-9a52-97883d569161} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14956 | 2025.01.31 23:43:34.991112 [ 262 ] {d918ac01-c290-4a06-9a52-97883d569161} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14957 | 2025.01.31 23:43:34.991335 [ 262 ] {d918ac01-c290-4a06-9a52-97883d569161} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001629 sec., 148557.3971761817 rows/sec., 10.06 MiB/sec. | ||
| 14958 | 2025.01.31 23:43:34.991390 [ 262 ] {d918ac01-c290-4a06-9a52-97883d569161} <Debug> TCPHandler: Processed in 0.001831837 sec. | ||
| 14959 | 2025.01.31 23:43:34.991534 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14960 | 2025.01.31 23:43:34.991675 [ 259 ] {9fea04e2-9c43-4c65-9417-bc85e3ecf17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14961 | 2025.01.31 23:43:34.991734 [ 259 ] {9fea04e2-9c43-4c65-9417-bc85e3ecf17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14962 | 2025.01.31 23:43:34.992383 [ 259 ] {9fea04e2-9c43-4c65-9417-bc85e3ecf17d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14963 | 2025.01.31 23:43:34.992424 [ 259 ] {9fea04e2-9c43-4c65-9417-bc85e3ecf17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14964 | 2025.01.31 23:43:34.992794 [ 259 ] {9fea04e2-9c43-4c65-9417-bc85e3ecf17d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14965 | 2025.01.31 23:43:34.993051 [ 259 ] {9fea04e2-9c43-4c65-9417-bc85e3ecf17d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14966 | 2025.01.31 23:43:34.993246 [ 152 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 14967 | 2025.01.31 23:43:34.993316 [ 259 ] {9fea04e2-9c43-4c65-9417-bc85e3ecf17d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001667 sec., 7798.440311937612 rows/sec., 486.23 KiB/sec. | ||
| 14968 | 2025.01.31 23:43:34.993331 [ 152 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14969 | 2025.01.31 23:43:34.993421 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14970 | 2025.01.31 23:43:34.993452 [ 259 ] {9fea04e2-9c43-4c65-9417-bc85e3ecf17d} <Debug> TCPHandler: Processed in 0.001977843 sec. | ||
| 14971 | 2025.01.31 23:43:34.993689 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14972 | 2025.01.31 23:43:34.993705 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 14973 | 2025.01.31 23:43:34.993928 [ 262 ] {2b4d8b67-64f4-4223-a8e4-13a9e18aba6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14974 | 2025.01.31 23:43:34.993967 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14975 | 2025.01.31 23:43:34.994027 [ 262 ] {2b4d8b67-64f4-4223-a8e4-13a9e18aba6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14976 | 2025.01.31 23:43:34.994043 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 14977 | 2025.01.31 23:43:34.994450 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 14978 | 2025.01.31 23:43:34.994823 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 14979 | 2025.01.31 23:43:34.995229 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 14980 | 2025.01.31 23:43:34.995602 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 14981 | 2025.01.31 23:43:34.997100 [ 262 ] {2b4d8b67-64f4-4223-a8e4-13a9e18aba6d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14982 | 2025.01.31 23:43:34.997176 [ 262 ] {2b4d8b67-64f4-4223-a8e4-13a9e18aba6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14983 | 2025.01.31 23:43:34.997927 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004363377 sec., 14896.718757054456 rows/sec., 987.00 KiB/sec. | ||
| 14984 | 2025.01.31 23:43:34.998116 [ 190 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 14985 | 2025.01.31 23:43:34.998250 [ 262 ] {2b4d8b67-64f4-4223-a8e4-13a9e18aba6d} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14986 | 2025.01.31 23:43:34.998572 [ 196 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_57_14} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14987 | 2025.01.31 23:43:34.998709 [ 262 ] {2b4d8b67-64f4-4223-a8e4-13a9e18aba6d} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14988 | 2025.01.31 23:43:34.998800 [ 196 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_57_14} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 14989 | 2025.01.31 23:43:34.999056 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14990 | 2025.01.31 23:43:34.999118 [ 262 ] {2b4d8b67-64f4-4223-a8e4-13a9e18aba6d} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.00528 sec., 166477.27272727274 rows/sec., 12.07 MiB/sec. | ||
| 14991 | 2025.01.31 23:43:34.999186 [ 262 ] {2b4d8b67-64f4-4223-a8e4-13a9e18aba6d} <Debug> TCPHandler: Processed in 0.005628127 sec. | ||
| 14992 | 2025.01.31 23:43:34.999337 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14993 | 2025.01.31 23:43:34.999477 [ 259 ] {fb756d6a-09b3-4345-bd31-fcd1552b1a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14994 | 2025.01.31 23:43:34.999537 [ 259 ] {fb756d6a-09b3-4345-bd31-fcd1552b1a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14995 | 2025.01.31 23:43:35.000104 [ 259 ] {fb756d6a-09b3-4345-bd31-fcd1552b1a4d} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14996 | 2025.01.31 23:43:35.000144 [ 259 ] {fb756d6a-09b3-4345-bd31-fcd1552b1a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 14997 | 2025.01.31 23:43:35.000521 [ 259 ] {fb756d6a-09b3-4345-bd31-fcd1552b1a4d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14998 | 2025.01.31 23:43:35.000775 [ 259 ] {fb756d6a-09b3-4345-bd31-fcd1552b1a4d} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14999 | 2025.01.31 23:43:35.000984 [ 259 ] {fb756d6a-09b3-4345-bd31-fcd1552b1a4d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 203.82 KiB/sec. | ||
| 15000 | 2025.01.31 23:43:35.001037 [ 259 ] {fb756d6a-09b3-4345-bd31-fcd1552b1a4d} <Debug> TCPHandler: Processed in 0.001767976 sec. | ||
| 15001 | 2025.01.31 23:43:35.001192 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15002 | 2025.01.31 23:43:35.001418 [ 262 ] {9fcfe8cb-1be7-4b47-a036-defa318d99b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15003 | 2025.01.31 23:43:35.001542 [ 262 ] {9fcfe8cb-1be7-4b47-a036-defa318d99b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15004 | 2025.01.31 23:43:35.002345 [ 262 ] {9fcfe8cb-1be7-4b47-a036-defa318d99b1} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15005 | 2025.01.31 23:43:35.002384 [ 262 ] {9fcfe8cb-1be7-4b47-a036-defa318d99b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15006 | 2025.01.31 23:43:35.002842 [ 262 ] {9fcfe8cb-1be7-4b47-a036-defa318d99b1} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15007 | 2025.01.31 23:43:35.003096 [ 262 ] {9fcfe8cb-1be7-4b47-a036-defa318d99b1} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15008 | 2025.01.31 23:43:35.003329 [ 262 ] {9fcfe8cb-1be7-4b47-a036-defa318d99b1} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001981 sec., 482584.5532559313 rows/sec., 32.06 MiB/sec. | ||
| 15009 | 2025.01.31 23:43:35.003394 [ 262 ] {9fcfe8cb-1be7-4b47-a036-defa318d99b1} <Debug> TCPHandler: Processed in 0.002271421 sec. | ||
| 15010 | 2025.01.31 23:43:35.003444 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 15011 | 2025.01.31 23:43:35.003478 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 15012 | 2025.01.31 23:43:35.003546 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15013 | 2025.01.31 23:43:35.003692 [ 259 ] {bbc30e03-589a-445d-9dd8-b4b7a0d874e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15014 | 2025.01.31 23:43:35.003746 [ 259 ] {bbc30e03-589a-445d-9dd8-b4b7a0d874e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15015 | 2025.01.31 23:43:35.004776 [ 259 ] {bbc30e03-589a-445d-9dd8-b4b7a0d874e7} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15016 | 2025.01.31 23:43:35.004840 [ 259 ] {bbc30e03-589a-445d-9dd8-b4b7a0d874e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15017 | 2025.01.31 23:43:35.005564 [ 259 ] {bbc30e03-589a-445d-9dd8-b4b7a0d874e7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15018 | 2025.01.31 23:43:35.005985 [ 259 ] {bbc30e03-589a-445d-9dd8-b4b7a0d874e7} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15019 | 2025.01.31 23:43:35.006446 [ 259 ] {bbc30e03-589a-445d-9dd8-b4b7a0d874e7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00276 sec., 362.3188405797102 rows/sec., 24.41 KiB/sec. | ||
| 15020 | 2025.01.31 23:43:35.007038 [ 259 ] {bbc30e03-589a-445d-9dd8-b4b7a0d874e7} <Debug> TCPHandler: Processed in 0.003547931 sec. | ||
| 15021 | 2025.01.31 23:43:35.007323 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15022 | 2025.01.31 23:43:35.007481 [ 262 ] {5892e4e0-3d39-43df-b72f-dd867a406a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15023 | 2025.01.31 23:43:35.007526 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 15024 | 2025.01.31 23:43:35.007603 [ 262 ] {5892e4e0-3d39-43df-b72f-dd867a406a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15025 | 2025.01.31 23:43:35.009575 [ 262 ] {5892e4e0-3d39-43df-b72f-dd867a406a67} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15026 | 2025.01.31 23:43:35.009617 [ 262 ] {5892e4e0-3d39-43df-b72f-dd867a406a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15027 | 2025.01.31 23:43:35.010309 [ 262 ] {5892e4e0-3d39-43df-b72f-dd867a406a67} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15028 | 2025.01.31 23:43:35.010577 [ 262 ] {5892e4e0-3d39-43df-b72f-dd867a406a67} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15029 | 2025.01.31 23:43:35.010807 [ 262 ] {5892e4e0-3d39-43df-b72f-dd867a406a67} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003363 sec., 11596.78858162355 rows/sec., 20.78 MiB/sec. | ||
| 15030 | 2025.01.31 23:43:35.010903 [ 262 ] {5892e4e0-3d39-43df-b72f-dd867a406a67} <Debug> TCPHandler: Processed in 0.003723887 sec. | ||
| 15031 | 2025.01.31 23:43:35.011110 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15032 | 2025.01.31 23:43:35.011333 [ 259 ] {d6066410-5f39-452e-800d-58e9c690fd6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15033 | 2025.01.31 23:43:35.011427 [ 259 ] {d6066410-5f39-452e-800d-58e9c690fd6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15034 | 2025.01.31 23:43:35.012189 [ 259 ] {d6066410-5f39-452e-800d-58e9c690fd6a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15035 | 2025.01.31 23:43:35.012229 [ 259 ] {d6066410-5f39-452e-800d-58e9c690fd6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15036 | 2025.01.31 23:43:35.012608 [ 259 ] {d6066410-5f39-452e-800d-58e9c690fd6a} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15037 | 2025.01.31 23:43:35.012854 [ 259 ] {d6066410-5f39-452e-800d-58e9c690fd6a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15038 | 2025.01.31 23:43:35.013072 [ 259 ] {d6066410-5f39-452e-800d-58e9c690fd6a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001794 sec., 18952.062430323298 rows/sec., 1.10 MiB/sec. | ||
| 15039 | 2025.01.31 23:43:35.013126 [ 259 ] {d6066410-5f39-452e-800d-58e9c690fd6a} <Debug> TCPHandler: Processed in 0.002126517 sec. | ||
| 15040 | 2025.01.31 23:43:35.215759 [ 223 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||
| 15041 | 2025.01.31 23:43:35.215824 [ 223 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||
| 15042 | 2025.01.31 23:43:35.217796 [ 223 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||
| 15043 | 2025.01.31 23:43:35.382274 [ 220 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 15044 | 2025.01.31 23:43:35.382356 [ 220 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 15045 | 2025.01.31 23:43:35.384713 [ 220 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 15046 | 2025.01.31 23:43:35.516131 [ 224 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 15047 | 2025.01.31 23:43:35.516173 [ 224 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 15048 | 2025.01.31 23:43:35.518236 [ 224 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 15049 | 2025.01.31 23:43:36.067317 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 15050 | 2025.01.31 23:43:36.090309 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15051 | 2025.01.31 23:43:36.090362 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15052 | 2025.01.31 23:43:36.097936 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15053 | 2025.01.31 23:43:36.098756 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15054 | 2025.01.31 23:43:36.101676 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 15055 | 2025.01.31 23:43:38.665985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2084 | ||
| 15056 | 2025.01.31 23:43:38.669801 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15057 | 2025.01.31 23:43:38.669859 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15058 | 2025.01.31 23:43:38.671514 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15059 | 2025.01.31 23:43:38.671860 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15060 | 2025.01.31 23:43:38.673478 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2084 | ||
| 15061 | 2025.01.31 23:43:39.123274 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15062 | 2025.01.31 23:43:39.123490 [ 262 ] {72b280b6-33fb-4499-9efb-a23a8f883fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15063 | 2025.01.31 23:43:39.123571 [ 262 ] {72b280b6-33fb-4499-9efb-a23a8f883fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15064 | 2025.01.31 23:43:39.124376 [ 262 ] {72b280b6-33fb-4499-9efb-a23a8f883fda} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15065 | 2025.01.31 23:43:39.124419 [ 262 ] {72b280b6-33fb-4499-9efb-a23a8f883fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15066 | 2025.01.31 23:43:39.124884 [ 262 ] {72b280b6-33fb-4499-9efb-a23a8f883fda} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15067 | 2025.01.31 23:43:39.125143 [ 262 ] {72b280b6-33fb-4499-9efb-a23a8f883fda} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15068 | 2025.01.31 23:43:39.125333 [ 262 ] {72b280b6-33fb-4499-9efb-a23a8f883fda} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001905 sec., 29396.325459317584 rows/sec., 2.24 MiB/sec. | ||
| 15069 | 2025.01.31 23:43:39.125390 [ 262 ] {72b280b6-33fb-4499-9efb-a23a8f883fda} <Debug> TCPHandler: Processed in 0.002257731 sec. | ||
| 15070 | 2025.01.31 23:43:39.125615 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15071 | 2025.01.31 23:43:39.125820 [ 259 ] {ecd14710-57e2-47b7-bdf0-c271dd94fa4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15072 | 2025.01.31 23:43:39.125897 [ 259 ] {ecd14710-57e2-47b7-bdf0-c271dd94fa4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15073 | 2025.01.31 23:43:39.126673 [ 259 ] {ecd14710-57e2-47b7-bdf0-c271dd94fa4f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15074 | 2025.01.31 23:43:39.126720 [ 259 ] {ecd14710-57e2-47b7-bdf0-c271dd94fa4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15075 | 2025.01.31 23:43:39.127173 [ 259 ] {ecd14710-57e2-47b7-bdf0-c271dd94fa4f} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15076 | 2025.01.31 23:43:39.127431 [ 259 ] {ecd14710-57e2-47b7-bdf0-c271dd94fa4f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15077 | 2025.01.31 23:43:39.127675 [ 259 ] {ecd14710-57e2-47b7-bdf0-c271dd94fa4f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001914 sec., 33437.82654127482 rows/sec., 2.61 MiB/sec. | ||
| 15078 | 2025.01.31 23:43:39.127743 [ 259 ] {ecd14710-57e2-47b7-bdf0-c271dd94fa4f} <Debug> TCPHandler: Processed in 0.002250631 sec. | ||
| 15079 | 2025.01.31 23:43:39.127880 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15080 | 2025.01.31 23:43:39.128002 [ 262 ] {037d1647-73ad-4af0-ba65-760b99125d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15081 | 2025.01.31 23:43:39.128059 [ 262 ] {037d1647-73ad-4af0-ba65-760b99125d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15082 | 2025.01.31 23:43:39.128633 [ 262 ] {037d1647-73ad-4af0-ba65-760b99125d23} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15083 | 2025.01.31 23:43:39.128672 [ 262 ] {037d1647-73ad-4af0-ba65-760b99125d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15084 | 2025.01.31 23:43:39.129081 [ 262 ] {037d1647-73ad-4af0-ba65-760b99125d23} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15085 | 2025.01.31 23:43:39.129324 [ 262 ] {037d1647-73ad-4af0-ba65-760b99125d23} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15086 | 2025.01.31 23:43:39.129474 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 5 parts from all_1_129_26 to all_133_133_0 | ||
| 15087 | 2025.01.31 23:43:39.129514 [ 262 ] {037d1647-73ad-4af0-ba65-760b99125d23} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001539 sec., 83170.89018843404 rows/sec., 5.79 MiB/sec. | ||
| 15088 | 2025.01.31 23:43:39.129519 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15089 | 2025.01.31 23:43:39.129561 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15090 | 2025.01.31 23:43:39.129590 [ 262 ] {037d1647-73ad-4af0-ba65-760b99125d23} <Debug> TCPHandler: Processed in 0.001768386 sec. | ||
| 15091 | 2025.01.31 23:43:39.129779 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15092 | 2025.01.31 23:43:39.129820 [ 190 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 15093 | 2025.01.31 23:43:39.129938 [ 259 ] {943dc91a-e6f4-413c-89dd-e95132d33a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15094 | 2025.01.31 23:43:39.129980 [ 190 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_133_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15095 | 2025.01.31 23:43:39.130011 [ 259 ] {943dc91a-e6f4-413c-89dd-e95132d33a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15096 | 2025.01.31 23:43:39.130025 [ 190 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_129_26, total 38637 rows starting from the beginning of the part | ||
| 15097 | 2025.01.31 23:43:39.130214 [ 190 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 15098 | 2025.01.31 23:43:39.130744 [ 190 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 15099 | 2025.01.31 23:43:39.130980 [ 190 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 15100 | 2025.01.31 23:43:39.131172 [ 190 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 15101 | 2025.01.31 23:43:39.131749 [ 259 ] {943dc91a-e6f4-413c-89dd-e95132d33a60} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15102 | 2025.01.31 23:43:39.131795 [ 259 ] {943dc91a-e6f4-413c-89dd-e95132d33a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15103 | 2025.01.31 23:43:39.132293 [ 259 ] {943dc91a-e6f4-413c-89dd-e95132d33a60} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15104 | 2025.01.31 23:43:39.132560 [ 259 ] {943dc91a-e6f4-413c-89dd-e95132d33a60} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15105 | 2025.01.31 23:43:39.132827 [ 259 ] {943dc91a-e6f4-413c-89dd-e95132d33a60} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00293 sec., 16382.252559726963 rows/sec., 1.10 MiB/sec. | ||
| 15106 | 2025.01.31 23:43:39.132937 [ 259 ] {943dc91a-e6f4-413c-89dd-e95132d33a60} <Debug> TCPHandler: Processed in 0.003259902 sec. | ||
| 15107 | 2025.01.31 23:43:39.138939 [ 195 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_133_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40150 rows, containing 5 columns (5 merged, 0 gathered) in 0.009281062 sec., 4326013.553190357 rows/sec., 292.04 MiB/sec. | ||
| 15108 | 2025.01.31 23:43:39.139775 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_133_27} <Trace> MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary) | ||
| 15109 | 2025.01.31 23:43:39.140177 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15110 | 2025.01.31 23:43:39.140271 [ 199 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 5 parts: [all_1_129_26, all_133_133_0] -> all_1_133_27 | ||
| 15111 | 2025.01.31 23:43:39.140383 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 15112 | 2025.01.31 23:43:40.974451 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173 | ||
| 15113 | 2025.01.31 23:43:40.975071 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15114 | 2025.01.31 23:43:40.975116 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15115 | 2025.01.31 23:43:40.975641 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15116 | 2025.01.31 23:43:40.975901 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15117 | 2025.01.31 23:43:40.976145 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173 | ||
| 15118 | 2025.01.31 23:43:43.602634 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 15119 | 2025.01.31 23:43:43.626203 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15120 | 2025.01.31 23:43:43.626255 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15121 | 2025.01.31 23:43:43.633780 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15122 | 2025.01.31 23:43:43.634555 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15123 | 2025.01.31 23:43:43.638825 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 15124 | 2025.01.31 23:43:44.125353 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15125 | 2025.01.31 23:43:44.125573 [ 262 ] {159d8bb7-d3f6-4bbd-853a-01c35ab507a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15126 | 2025.01.31 23:43:44.125654 [ 262 ] {159d8bb7-d3f6-4bbd-853a-01c35ab507a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15127 | 2025.01.31 23:43:44.126473 [ 262 ] {159d8bb7-d3f6-4bbd-853a-01c35ab507a7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15128 | 2025.01.31 23:43:44.126519 [ 262 ] {159d8bb7-d3f6-4bbd-853a-01c35ab507a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15129 | 2025.01.31 23:43:44.126962 [ 262 ] {159d8bb7-d3f6-4bbd-853a-01c35ab507a7} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15130 | 2025.01.31 23:43:44.127212 [ 262 ] {159d8bb7-d3f6-4bbd-853a-01c35ab507a7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15131 | 2025.01.31 23:43:44.127448 [ 262 ] {159d8bb7-d3f6-4bbd-853a-01c35ab507a7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 15132 | 2025.01.31 23:43:44.127507 [ 262 ] {159d8bb7-d3f6-4bbd-853a-01c35ab507a7} <Debug> TCPHandler: Processed in 0.002297762 sec. | ||
| 15133 | 2025.01.31 23:43:44.127743 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15134 | 2025.01.31 23:43:44.127955 [ 259 ] {8d6462c2-df64-43bc-87b4-a979045ef08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15135 | 2025.01.31 23:43:44.128031 [ 259 ] {8d6462c2-df64-43bc-87b4-a979045ef08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15136 | 2025.01.31 23:43:44.128807 [ 259 ] {8d6462c2-df64-43bc-87b4-a979045ef08f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15137 | 2025.01.31 23:43:44.128847 [ 259 ] {8d6462c2-df64-43bc-87b4-a979045ef08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15138 | 2025.01.31 23:43:44.129306 [ 259 ] {8d6462c2-df64-43bc-87b4-a979045ef08f} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15139 | 2025.01.31 23:43:44.129561 [ 259 ] {8d6462c2-df64-43bc-87b4-a979045ef08f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15140 | 2025.01.31 23:43:44.129781 [ 259 ] {8d6462c2-df64-43bc-87b4-a979045ef08f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001879 sec., 34060.67056945184 rows/sec., 2.66 MiB/sec. | ||
| 15141 | 2025.01.31 23:43:44.129847 [ 259 ] {8d6462c2-df64-43bc-87b4-a979045ef08f} <Debug> TCPHandler: Processed in 0.002241821 sec. | ||
| 15142 | 2025.01.31 23:43:44.130025 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15143 | 2025.01.31 23:43:44.130374 [ 262 ] {b615b0bf-6824-4c95-a8ec-325adf301548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15144 | 2025.01.31 23:43:44.130535 [ 262 ] {b615b0bf-6824-4c95-a8ec-325adf301548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15145 | 2025.01.31 23:43:44.131892 [ 262 ] {b615b0bf-6824-4c95-a8ec-325adf301548} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15146 | 2025.01.31 23:43:44.131931 [ 262 ] {b615b0bf-6824-4c95-a8ec-325adf301548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15147 | 2025.01.31 23:43:44.132328 [ 262 ] {b615b0bf-6824-4c95-a8ec-325adf301548} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15148 | 2025.01.31 23:43:44.132567 [ 262 ] {b615b0bf-6824-4c95-a8ec-325adf301548} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15149 | 2025.01.31 23:43:44.132779 [ 262 ] {b615b0bf-6824-4c95-a8ec-325adf301548} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00255 sec., 62745.098039215685 rows/sec., 4.37 MiB/sec. | ||
| 15150 | 2025.01.31 23:43:44.132832 [ 262 ] {b615b0bf-6824-4c95-a8ec-325adf301548} <Debug> TCPHandler: Processed in 0.002899931 sec. | ||
| 15151 | 2025.01.31 23:43:44.132979 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15152 | 2025.01.31 23:43:44.133118 [ 259 ] {6291aa58-4bf7-4b27-b8b2-f73f0873960d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15153 | 2025.01.31 23:43:44.133179 [ 259 ] {6291aa58-4bf7-4b27-b8b2-f73f0873960d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15154 | 2025.01.31 23:43:44.133713 [ 259 ] {6291aa58-4bf7-4b27-b8b2-f73f0873960d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15155 | 2025.01.31 23:43:44.133751 [ 259 ] {6291aa58-4bf7-4b27-b8b2-f73f0873960d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15156 | 2025.01.31 23:43:44.134147 [ 259 ] {6291aa58-4bf7-4b27-b8b2-f73f0873960d} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15157 | 2025.01.31 23:43:44.134393 [ 259 ] {6291aa58-4bf7-4b27-b8b2-f73f0873960d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15158 | 2025.01.31 23:43:44.134589 [ 259 ] {6291aa58-4bf7-4b27-b8b2-f73f0873960d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec. | ||
| 15159 | 2025.01.31 23:43:44.134648 [ 259 ] {6291aa58-4bf7-4b27-b8b2-f73f0873960d} <Debug> TCPHandler: Processed in 0.001735025 sec. | ||
| 15160 | 2025.01.31 23:43:47.171676 [ 219 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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] | ||
| 15161 | 2025.01.31 23:43:47.171769 [ 219 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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] | ||
| 15162 | 2025.01.31 23:43:47.173412 [ 219 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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] | ||
| 15163 | 2025.01.31 23:43:48.206289 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15164 | 2025.01.31 23:43:48.206339 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15165 | 2025.01.31 23:43:48.364719 [ 219 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 15166 | 2025.01.31 23:43:48.364775 [ 219 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 15167 | 2025.01.31 23:43:48.366692 [ 219 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 15168 | 2025.01.31 23:43:48.477152 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661 | ||
| 15169 | 2025.01.31 23:43:48.477796 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15170 | 2025.01.31 23:43:48.477836 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15171 | 2025.01.31 23:43:48.478358 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15172 | 2025.01.31 23:43:48.478619 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15173 | 2025.01.31 23:43:48.478810 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 15174 | 2025.01.31 23:43:48.569022 [ 221 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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] | ||
| 15175 | 2025.01.31 23:43:48.569075 [ 221 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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] | ||
| 15176 | 2025.01.31 23:43:48.570883 [ 221 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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] | ||
| 15177 | 2025.01.31 23:43:48.674660 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2100 | ||
| 15178 | 2025.01.31 23:43:48.677555 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15179 | 2025.01.31 23:43:48.677611 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15180 | 2025.01.31 23:43:48.679224 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15181 | 2025.01.31 23:43:48.679546 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15182 | 2025.01.31 23:43:48.680106 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2100 | ||
| 15183 | 2025.01.31 23:43:49.002152 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001572679 sec. | ||
| 15184 | 2025.01.31 23:43:49.030903 [ 220 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 15185 | 2025.01.31 23:43:49.030964 [ 220 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 15186 | 2025.01.31 23:43:49.032883 [ 220 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 15187 | 2025.01.31 23:43:49.132284 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15188 | 2025.01.31 23:43:49.132506 [ 262 ] {5bd0dea5-13b1-4c39-8ebd-8e3c2bc57c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15189 | 2025.01.31 23:43:49.132593 [ 262 ] {5bd0dea5-13b1-4c39-8ebd-8e3c2bc57c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15190 | 2025.01.31 23:43:49.133497 [ 262 ] {5bd0dea5-13b1-4c39-8ebd-8e3c2bc57c32} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15191 | 2025.01.31 23:43:49.133544 [ 262 ] {5bd0dea5-13b1-4c39-8ebd-8e3c2bc57c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15192 | 2025.01.31 23:43:49.133977 [ 262 ] {5bd0dea5-13b1-4c39-8ebd-8e3c2bc57c32} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15193 | 2025.01.31 23:43:49.134231 [ 262 ] {5bd0dea5-13b1-4c39-8ebd-8e3c2bc57c32} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15194 | 2025.01.31 23:43:49.134471 [ 262 ] {5bd0dea5-13b1-4c39-8ebd-8e3c2bc57c32} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002031 sec., 6893.1560807484 rows/sec., 496.21 KiB/sec. | ||
| 15195 | 2025.01.31 23:43:49.134539 [ 262 ] {5bd0dea5-13b1-4c39-8ebd-8e3c2bc57c32} <Debug> TCPHandler: Processed in 0.002399975 sec. | ||
| 15196 | 2025.01.31 23:43:49.134860 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15197 | 2025.01.31 23:43:49.135155 [ 259 ] {8c9fd053-488e-4d9a-8dce-2f9b5b9df4ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15198 | 2025.01.31 23:43:49.135268 [ 259 ] {8c9fd053-488e-4d9a-8dce-2f9b5b9df4ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15199 | 2025.01.31 23:43:49.136239 [ 259 ] {8c9fd053-488e-4d9a-8dce-2f9b5b9df4ac} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15200 | 2025.01.31 23:43:49.136286 [ 259 ] {8c9fd053-488e-4d9a-8dce-2f9b5b9df4ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15201 | 2025.01.31 23:43:49.136758 [ 259 ] {8c9fd053-488e-4d9a-8dce-2f9b5b9df4ac} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15202 | 2025.01.31 23:43:49.137018 [ 259 ] {8c9fd053-488e-4d9a-8dce-2f9b5b9df4ac} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15203 | 2025.01.31 23:43:49.137225 [ 140 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15204 | 2025.01.31 23:43:49.137288 [ 259 ] {8c9fd053-488e-4d9a-8dce-2f9b5b9df4ac} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002218 sec., 126690.7123534716 rows/sec., 11.17 MiB/sec. | ||
| 15205 | 2025.01.31 23:43:49.137304 [ 140 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15206 | 2025.01.31 23:43:49.137379 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15207 | 2025.01.31 23:43:49.137436 [ 259 ] {8c9fd053-488e-4d9a-8dce-2f9b5b9df4ac} <Debug> TCPHandler: Processed in 0.002754766 sec. | ||
| 15208 | 2025.01.31 23:43:49.137781 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15209 | 2025.01.31 23:43:49.137902 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15210 | 2025.01.31 23:43:49.138552 [ 262 ] {31235b9f-f911-48b5-bbfa-c02bbf9a8976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15211 | 2025.01.31 23:43:49.138620 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15212 | 2025.01.31 23:43:49.138744 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15213 | 2025.01.31 23:43:49.138746 [ 262 ] {31235b9f-f911-48b5-bbfa-c02bbf9a8976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15214 | 2025.01.31 23:43:49.139165 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15215 | 2025.01.31 23:43:49.139671 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15216 | 2025.01.31 23:43:49.140290 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15217 | 2025.01.31 23:43:49.140720 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15218 | 2025.01.31 23:43:49.141351 [ 189 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15219 | 2025.01.31 23:43:49.142790 [ 262 ] {31235b9f-f911-48b5-bbfa-c02bbf9a8976} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15220 | 2025.01.31 23:43:49.142839 [ 262 ] {31235b9f-f911-48b5-bbfa-c02bbf9a8976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15221 | 2025.01.31 23:43:49.143400 [ 262 ] {31235b9f-f911-48b5-bbfa-c02bbf9a8976} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15222 | 2025.01.31 23:43:49.143708 [ 262 ] {31235b9f-f911-48b5-bbfa-c02bbf9a8976} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15223 | 2025.01.31 23:43:49.143960 [ 262 ] {31235b9f-f911-48b5-bbfa-c02bbf9a8976} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005589 sec., 8230.452674897118 rows/sec., 606.31 KiB/sec. | ||
| 15224 | 2025.01.31 23:43:49.144022 [ 262 ] {31235b9f-f911-48b5-bbfa-c02bbf9a8976} <Debug> TCPHandler: Processed in 0.006425452 sec. | ||
| 15225 | 2025.01.31 23:43:49.144257 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15226 | 2025.01.31 23:43:49.144308 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006805164 sec., 485072.8064746125 rows/sec., 42.35 MiB/sec. | ||
| 15227 | 2025.01.31 23:43:49.144427 [ 259 ] {358f4355-394b-451d-bd2e-a3923afc0804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15228 | 2025.01.31 23:43:49.144492 [ 259 ] {358f4355-394b-451d-bd2e-a3923afc0804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15229 | 2025.01.31 23:43:49.144663 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15230 | 2025.01.31 23:43:49.145364 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_136_27} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15231 | 2025.01.31 23:43:49.145603 [ 195 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_136_27} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15232 | 2025.01.31 23:43:49.145800 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 15233 | 2025.01.31 23:43:49.145917 [ 259 ] {358f4355-394b-451d-bd2e-a3923afc0804} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15234 | 2025.01.31 23:43:49.145962 [ 259 ] {358f4355-394b-451d-bd2e-a3923afc0804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15235 | 2025.01.31 23:43:49.146336 [ 259 ] {358f4355-394b-451d-bd2e-a3923afc0804} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15236 | 2025.01.31 23:43:49.146590 [ 259 ] {358f4355-394b-451d-bd2e-a3923afc0804} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15237 | 2025.01.31 23:43:49.146826 [ 259 ] {358f4355-394b-451d-bd2e-a3923afc0804} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002439 sec., 5740.057400574005 rows/sec., 402.00 KiB/sec. | ||
| 15238 | 2025.01.31 23:43:49.146906 [ 259 ] {358f4355-394b-451d-bd2e-a3923afc0804} <Debug> TCPHandler: Processed in 0.002784958 sec. | ||
| 15239 | 2025.01.31 23:43:49.147136 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15240 | 2025.01.31 23:43:49.147297 [ 262 ] {71f1ffc7-a0bc-48d7-a00e-9590054016e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15241 | 2025.01.31 23:43:49.147356 [ 262 ] {71f1ffc7-a0bc-48d7-a00e-9590054016e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15242 | 2025.01.31 23:43:49.147932 [ 262 ] {71f1ffc7-a0bc-48d7-a00e-9590054016e3} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15243 | 2025.01.31 23:43:49.147971 [ 262 ] {71f1ffc7-a0bc-48d7-a00e-9590054016e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15244 | 2025.01.31 23:43:49.148331 [ 262 ] {71f1ffc7-a0bc-48d7-a00e-9590054016e3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15245 | 2025.01.31 23:43:49.148563 [ 262 ] {71f1ffc7-a0bc-48d7-a00e-9590054016e3} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15246 | 2025.01.31 23:43:49.148757 [ 262 ] {71f1ffc7-a0bc-48d7-a00e-9590054016e3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00149 sec., 8724.832214765102 rows/sec., 543.99 KiB/sec. | ||
| 15247 | 2025.01.31 23:43:49.148821 [ 262 ] {71f1ffc7-a0bc-48d7-a00e-9590054016e3} <Debug> TCPHandler: Processed in 0.001822697 sec. | ||
| 15248 | 2025.01.31 23:43:49.148978 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15249 | 2025.01.31 23:43:49.149096 [ 259 ] {0ab38312-819e-4f77-aca4-c338a18ac0f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15250 | 2025.01.31 23:43:49.149145 [ 259 ] {0ab38312-819e-4f77-aca4-c338a18ac0f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15251 | 2025.01.31 23:43:49.149905 [ 259 ] {0ab38312-819e-4f77-aca4-c338a18ac0f3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15252 | 2025.01.31 23:43:49.149945 [ 259 ] {0ab38312-819e-4f77-aca4-c338a18ac0f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15253 | 2025.01.31 23:43:49.150343 [ 259 ] {0ab38312-819e-4f77-aca4-c338a18ac0f3} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15254 | 2025.01.31 23:43:49.150586 [ 259 ] {0ab38312-819e-4f77-aca4-c338a18ac0f3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15255 | 2025.01.31 23:43:49.150773 [ 140 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15256 | 2025.01.31 23:43:49.150835 [ 140 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15257 | 2025.01.31 23:43:49.150840 [ 259 ] {0ab38312-819e-4f77-aca4-c338a18ac0f3} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001755 sec., 239886.0398860399 rows/sec., 17.14 MiB/sec. | ||
| 15258 | 2025.01.31 23:43:49.150879 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15259 | 2025.01.31 23:43:49.150981 [ 259 ] {0ab38312-819e-4f77-aca4-c338a18ac0f3} <Debug> TCPHandler: Processed in 0.002058275 sec. | ||
| 15260 | 2025.01.31 23:43:49.151169 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15261 | 2025.01.31 23:43:49.151197 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15262 | 2025.01.31 23:43:49.151453 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15263 | 2025.01.31 23:43:49.151459 [ 262 ] {5a82febc-9a32-4029-96f2-c8d45126e0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15264 | 2025.01.31 23:43:49.151502 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15265 | 2025.01.31 23:43:49.151614 [ 262 ] {5a82febc-9a32-4029-96f2-c8d45126e0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15266 | 2025.01.31 23:43:49.151833 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15267 | 2025.01.31 23:43:49.152255 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15268 | 2025.01.31 23:43:49.152673 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15269 | 2025.01.31 23:43:49.153120 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15270 | 2025.01.31 23:43:49.153359 [ 188 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15271 | 2025.01.31 23:43:49.154431 [ 262 ] {5a82febc-9a32-4029-96f2-c8d45126e0af} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15272 | 2025.01.31 23:43:49.154504 [ 262 ] {5a82febc-9a32-4029-96f2-c8d45126e0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15273 | 2025.01.31 23:43:49.155506 [ 262 ] {5a82febc-9a32-4029-96f2-c8d45126e0af} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15274 | 2025.01.31 23:43:49.156019 [ 262 ] {5a82febc-9a32-4029-96f2-c8d45126e0af} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15275 | 2025.01.31 23:43:49.156375 [ 262 ] {5a82febc-9a32-4029-96f2-c8d45126e0af} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004986 sec., 1203.3694344163657 rows/sec., 62.87 KiB/sec. | ||
| 15276 | 2025.01.31 23:43:49.156619 [ 262 ] {5a82febc-9a32-4029-96f2-c8d45126e0af} <Debug> TCPHandler: Processed in 0.005516003 sec. | ||
| 15277 | 2025.01.31 23:43:49.157035 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15278 | 2025.01.31 23:43:49.157441 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006424453 sec., 374350.9369591466 rows/sec., 28.70 MiB/sec. | ||
| 15279 | 2025.01.31 23:43:49.157507 [ 259 ] {d87a274c-429d-48d3-bd5d-8a2a1a5f8366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15280 | 2025.01.31 23:43:49.157621 [ 259 ] {d87a274c-429d-48d3-bd5d-8a2a1a5f8366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15281 | 2025.01.31 23:43:49.157849 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15282 | 2025.01.31 23:43:49.158459 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_136_27} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15283 | 2025.01.31 23:43:49.158689 [ 195 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_136_27} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15284 | 2025.01.31 23:43:49.158883 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 15285 | 2025.01.31 23:43:49.159035 [ 259 ] {d87a274c-429d-48d3-bd5d-8a2a1a5f8366} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15286 | 2025.01.31 23:43:49.159081 [ 259 ] {d87a274c-429d-48d3-bd5d-8a2a1a5f8366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15287 | 2025.01.31 23:43:49.159493 [ 259 ] {d87a274c-429d-48d3-bd5d-8a2a1a5f8366} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15288 | 2025.01.31 23:43:49.159737 [ 259 ] {d87a274c-429d-48d3-bd5d-8a2a1a5f8366} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15289 | 2025.01.31 23:43:49.159981 [ 259 ] {d87a274c-429d-48d3-bd5d-8a2a1a5f8366} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002595 sec., 91329.47976878613 rows/sec., 6.12 MiB/sec. | ||
| 15290 | 2025.01.31 23:43:49.160069 [ 259 ] {d87a274c-429d-48d3-bd5d-8a2a1a5f8366} <Debug> TCPHandler: Processed in 0.003315924 sec. | ||
| 15291 | 2025.01.31 23:43:49.160276 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15292 | 2025.01.31 23:43:49.160593 [ 262 ] {fa8d4c49-1ecc-4129-889b-ebff601c6b16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15293 | 2025.01.31 23:43:49.160686 [ 262 ] {fa8d4c49-1ecc-4129-889b-ebff601c6b16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15294 | 2025.01.31 23:43:49.161242 [ 262 ] {fa8d4c49-1ecc-4129-889b-ebff601c6b16} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15295 | 2025.01.31 23:43:49.161288 [ 262 ] {fa8d4c49-1ecc-4129-889b-ebff601c6b16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15296 | 2025.01.31 23:43:49.161666 [ 262 ] {fa8d4c49-1ecc-4129-889b-ebff601c6b16} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15297 | 2025.01.31 23:43:49.161911 [ 262 ] {fa8d4c49-1ecc-4129-889b-ebff601c6b16} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15298 | 2025.01.31 23:43:49.162117 [ 262 ] {fa8d4c49-1ecc-4129-889b-ebff601c6b16} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001643 sec., 608.6427267194157 rows/sec., 41.01 KiB/sec. | ||
| 15299 | 2025.01.31 23:43:49.162168 [ 262 ] {fa8d4c49-1ecc-4129-889b-ebff601c6b16} <Debug> TCPHandler: Processed in 0.002002363 sec. | ||
| 15300 | 2025.01.31 23:43:49.162307 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15301 | 2025.01.31 23:43:49.162437 [ 259 ] {66e372ee-0162-4c35-8d4e-206b7efa1720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15302 | 2025.01.31 23:43:49.162529 [ 259 ] {66e372ee-0162-4c35-8d4e-206b7efa1720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15303 | 2025.01.31 23:43:49.163832 [ 259 ] {66e372ee-0162-4c35-8d4e-206b7efa1720} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15304 | 2025.01.31 23:43:49.163872 [ 259 ] {66e372ee-0162-4c35-8d4e-206b7efa1720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15305 | 2025.01.31 23:43:49.164580 [ 259 ] {66e372ee-0162-4c35-8d4e-206b7efa1720} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15306 | 2025.01.31 23:43:49.164851 [ 259 ] {66e372ee-0162-4c35-8d4e-206b7efa1720} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15307 | 2025.01.31 23:43:49.165120 [ 259 ] {66e372ee-0162-4c35-8d4e-206b7efa1720} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002713 sec., 14375.230372281607 rows/sec., 25.76 MiB/sec. | ||
| 15308 | 2025.01.31 23:43:49.165445 [ 259 ] {66e372ee-0162-4c35-8d4e-206b7efa1720} <Debug> TCPHandler: Processed in 0.00319188 sec. | ||
| 15309 | 2025.01.31 23:43:49.165641 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15310 | 2025.01.31 23:43:49.165779 [ 262 ] {13d8c5c6-439c-45f4-b1cd-cb509d56765d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15311 | 2025.01.31 23:43:49.165837 [ 262 ] {13d8c5c6-439c-45f4-b1cd-cb509d56765d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15312 | 2025.01.31 23:43:49.166404 [ 262 ] {13d8c5c6-439c-45f4-b1cd-cb509d56765d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15313 | 2025.01.31 23:43:49.166442 [ 262 ] {13d8c5c6-439c-45f4-b1cd-cb509d56765d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15314 | 2025.01.31 23:43:49.166811 [ 262 ] {13d8c5c6-439c-45f4-b1cd-cb509d56765d} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15315 | 2025.01.31 23:43:49.167051 [ 262 ] {13d8c5c6-439c-45f4-b1cd-cb509d56765d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15316 | 2025.01.31 23:43:49.167222 [ 140 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15317 | 2025.01.31 23:43:49.167272 [ 140 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15318 | 2025.01.31 23:43:49.167296 [ 262 ] {13d8c5c6-439c-45f4-b1cd-cb509d56765d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec. | ||
| 15319 | 2025.01.31 23:43:49.167308 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15320 | 2025.01.31 23:43:49.167468 [ 262 ] {13d8c5c6-439c-45f4-b1cd-cb509d56765d} <Debug> TCPHandler: Processed in 0.001931831 sec. | ||
| 15321 | 2025.01.31 23:43:49.167594 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15322 | 2025.01.31 23:43:49.167732 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15323 | 2025.01.31 23:43:49.167774 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15324 | 2025.01.31 23:43:49.167868 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15325 | 2025.01.31 23:43:49.167969 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15326 | 2025.01.31 23:43:49.168090 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15327 | 2025.01.31 23:43:49.168179 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15328 | 2025.01.31 23:43:49.168301 [ 198 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15329 | 2025.01.31 23:43:49.170724 [ 195 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8284 rows, containing 4 columns (4 merged, 0 gathered) in 0.003282423 sec., 2523745.416114864 rows/sec., 164.46 MiB/sec. | ||
| 15330 | 2025.01.31 23:43:49.170932 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15331 | 2025.01.31 23:43:49.171302 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_136_27} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15332 | 2025.01.31 23:43:49.171400 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_136_27} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15333 | 2025.01.31 23:43:49.171494 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 15334 | 2025.01.31 23:43:51.139792 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 15335 | 2025.01.31 23:43:51.162324 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15336 | 2025.01.31 23:43:51.162392 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15337 | 2025.01.31 23:43:51.172511 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15338 | 2025.01.31 23:43:51.174344 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15339 | 2025.01.31 23:43:51.182622 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 15340 | 2025.01.31 23:43:54.125180 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15341 | 2025.01.31 23:43:54.125385 [ 262 ] {182cdb21-cf2b-4c26-9613-b8c46e90490f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15342 | 2025.01.31 23:43:54.125461 [ 262 ] {182cdb21-cf2b-4c26-9613-b8c46e90490f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15343 | 2025.01.31 23:43:54.126253 [ 262 ] {182cdb21-cf2b-4c26-9613-b8c46e90490f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15344 | 2025.01.31 23:43:54.126307 [ 262 ] {182cdb21-cf2b-4c26-9613-b8c46e90490f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15345 | 2025.01.31 23:43:54.126763 [ 262 ] {182cdb21-cf2b-4c26-9613-b8c46e90490f} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15346 | 2025.01.31 23:43:54.127022 [ 262 ] {182cdb21-cf2b-4c26-9613-b8c46e90490f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15347 | 2025.01.31 23:43:54.127256 [ 262 ] {182cdb21-cf2b-4c26-9613-b8c46e90490f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.22 MiB/sec. | ||
| 15348 | 2025.01.31 23:43:54.127328 [ 262 ] {182cdb21-cf2b-4c26-9613-b8c46e90490f} <Debug> TCPHandler: Processed in 0.002286332 sec. | ||
| 15349 | 2025.01.31 23:43:54.127610 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15350 | 2025.01.31 23:43:54.127804 [ 259 ] {c83c47fa-6d8e-4902-bde1-bcb8f531313e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15351 | 2025.01.31 23:43:54.127877 [ 259 ] {c83c47fa-6d8e-4902-bde1-bcb8f531313e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15352 | 2025.01.31 23:43:54.128675 [ 259 ] {c83c47fa-6d8e-4902-bde1-bcb8f531313e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15353 | 2025.01.31 23:43:54.128716 [ 259 ] {c83c47fa-6d8e-4902-bde1-bcb8f531313e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15354 | 2025.01.31 23:43:54.129167 [ 259 ] {c83c47fa-6d8e-4902-bde1-bcb8f531313e} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15355 | 2025.01.31 23:43:54.129424 [ 259 ] {c83c47fa-6d8e-4902-bde1-bcb8f531313e} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15356 | 2025.01.31 23:43:54.129623 [ 259 ] {c83c47fa-6d8e-4902-bde1-bcb8f531313e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001876 sec., 34115.13859275053 rows/sec., 2.66 MiB/sec. | ||
| 15357 | 2025.01.31 23:43:54.129681 [ 259 ] {c83c47fa-6d8e-4902-bde1-bcb8f531313e} <Debug> TCPHandler: Processed in 0.00221312 sec. | ||
| 15358 | 2025.01.31 23:43:54.129851 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15359 | 2025.01.31 23:43:54.129985 [ 262 ] {d15ab6a5-779e-4ac7-8254-18363f14dd29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15360 | 2025.01.31 23:43:54.130047 [ 262 ] {d15ab6a5-779e-4ac7-8254-18363f14dd29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15361 | 2025.01.31 23:43:54.130639 [ 262 ] {d15ab6a5-779e-4ac7-8254-18363f14dd29} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15362 | 2025.01.31 23:43:54.130683 [ 262 ] {d15ab6a5-779e-4ac7-8254-18363f14dd29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15363 | 2025.01.31 23:43:54.131134 [ 262 ] {d15ab6a5-779e-4ac7-8254-18363f14dd29} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15364 | 2025.01.31 23:43:54.131384 [ 262 ] {d15ab6a5-779e-4ac7-8254-18363f14dd29} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15365 | 2025.01.31 23:43:54.131608 [ 262 ] {d15ab6a5-779e-4ac7-8254-18363f14dd29} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec. | ||
| 15366 | 2025.01.31 23:43:54.131744 [ 262 ] {d15ab6a5-779e-4ac7-8254-18363f14dd29} <Debug> TCPHandler: Processed in 0.001954852 sec. | ||
| 15367 | 2025.01.31 23:43:54.131917 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15368 | 2025.01.31 23:43:54.132040 [ 259 ] {c9ac8a56-115f-4cab-83bd-87c10b59847c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15369 | 2025.01.31 23:43:54.132095 [ 259 ] {c9ac8a56-115f-4cab-83bd-87c10b59847c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15370 | 2025.01.31 23:43:54.132622 [ 259 ] {c9ac8a56-115f-4cab-83bd-87c10b59847c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15371 | 2025.01.31 23:43:54.132661 [ 259 ] {c9ac8a56-115f-4cab-83bd-87c10b59847c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15372 | 2025.01.31 23:43:54.133055 [ 259 ] {c9ac8a56-115f-4cab-83bd-87c10b59847c} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15373 | 2025.01.31 23:43:54.133300 [ 259 ] {c9ac8a56-115f-4cab-83bd-87c10b59847c} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15374 | 2025.01.31 23:43:54.133481 [ 259 ] {c9ac8a56-115f-4cab-83bd-87c10b59847c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
| 15375 | 2025.01.31 23:43:54.133530 [ 259 ] {c9ac8a56-115f-4cab-83bd-87c10b59847c} <Debug> TCPHandler: Processed in 0.001672403 sec. | ||
| 15376 | 2025.01.31 23:43:55.979837 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088 | ||
| 15377 | 2025.01.31 23:43:55.980480 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15378 | 2025.01.31 23:43:55.980530 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15379 | 2025.01.31 23:43:55.981064 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15380 | 2025.01.31 23:43:55.981333 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15381 | 2025.01.31 23:43:55.981558 [ 133 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15382 | 2025.01.31 23:43:55.981586 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088 | ||
| 15383 | 2025.01.31 23:43:55.981646 [ 133 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15384 | 2025.01.31 23:43:55.981678 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15385 | 2025.01.31 23:43:55.981903 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 15386 | 2025.01.31 23:43:55.982189 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15387 | 2025.01.31 23:43:55.982238 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 15388 | 2025.01.31 23:43:55.982328 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
| 15389 | 2025.01.31 23:43:55.982584 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part | ||
| 15390 | 2025.01.31 23:43:55.982797 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part | ||
| 15391 | 2025.01.31 23:43:55.982965 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part | ||
| 15392 | 2025.01.31 23:43:55.983151 [ 192 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part | ||
| 15393 | 2025.01.31 23:43:55.986216 [ 195 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.0044439 sec., 8345822.363239497 rows/sec., 119.39 MiB/sec. | ||
| 15394 | 2025.01.31 23:43:55.986564 [ 195 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15395 | 2025.01.31 23:43:55.986872 [ 195 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_81_16} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15396 | 2025.01.31 23:43:55.986953 [ 195 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_81_16} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15397 | 2025.01.31 23:43:55.987059 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB. | ||
| 15398 | 2025.01.31 23:43:58.681114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2130 | ||
| 15399 | 2025.01.31 23:43:58.683598 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 15400 | 2025.01.31 23:43:58.688463 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15401 | 2025.01.31 23:43:58.688568 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15402 | 2025.01.31 23:43:58.704078 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15403 | 2025.01.31 23:43:58.705092 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15404 | 2025.01.31 23:43:58.709854 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2130 | ||
| 15405 | 2025.01.31 23:43:58.729352 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15406 | 2025.01.31 23:43:58.729423 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15407 | 2025.01.31 23:43:58.737090 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15408 | 2025.01.31 23:43:58.737904 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15409 | 2025.01.31 23:43:58.738448 [ 130 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15410 | 2025.01.31 23:43:58.738545 [ 130 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15411 | 2025.01.31 23:43:58.738628 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15412 | 2025.01.31 23:43:58.739301 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 15413 | 2025.01.31 23:43:58.755099 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 15414 | 2025.01.31 23:43:58.756690 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15415 | 2025.01.31 23:43:58.758307 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 15416 | 2025.01.31 23:43:58.764510 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 15417 | 2025.01.31 23:43:58.770326 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 15418 | 2025.01.31 23:43:58.776355 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 15419 | 2025.01.31 23:43:58.782649 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 15420 | 2025.01.31 23:43:58.788496 [ 186 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 15421 | 2025.01.31 23:43:58.852524 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.113755465 sec., 5371.170519148245 rows/sec., 27.77 MiB/sec. | ||
| 15422 | 2025.01.31 23:43:58.856173 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15423 | 2025.01.31 23:43:58.859339 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_81_16} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15424 | 2025.01.31 23:43:58.859468 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_81_16} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15425 | 2025.01.31 23:43:58.862391 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 15426 | 2025.01.31 23:43:59.001170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.14 MiB, peak 286.56 MiB, free memory in arenas 0.00 B, will set to 268.07 MiB (RSS), difference: -1.06 MiB | ||
| 15427 | 2025.01.31 23:43:59.131990 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15428 | 2025.01.31 23:43:59.132215 [ 262 ] {d8d56577-c0f4-4052-bba8-69659be9c190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15429 | 2025.01.31 23:43:59.132301 [ 262 ] {d8d56577-c0f4-4052-bba8-69659be9c190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15430 | 2025.01.31 23:43:59.133148 [ 262 ] {d8d56577-c0f4-4052-bba8-69659be9c190} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15431 | 2025.01.31 23:43:59.133204 [ 262 ] {d8d56577-c0f4-4052-bba8-69659be9c190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15432 | 2025.01.31 23:43:59.133661 [ 262 ] {d8d56577-c0f4-4052-bba8-69659be9c190} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15433 | 2025.01.31 23:43:59.133929 [ 262 ] {d8d56577-c0f4-4052-bba8-69659be9c190} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15434 | 2025.01.31 23:43:59.134234 [ 262 ] {d8d56577-c0f4-4052-bba8-69659be9c190} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002072 sec., 6756.756756756757 rows/sec., 486.40 KiB/sec. | ||
| 15435 | 2025.01.31 23:43:59.134432 [ 262 ] {d8d56577-c0f4-4052-bba8-69659be9c190} <Debug> TCPHandler: Processed in 0.002583901 sec. | ||
| 15436 | 2025.01.31 23:43:59.134729 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15437 | 2025.01.31 23:43:59.134915 [ 259 ] {4ec9a7aa-b6e9-44d2-af38-f6728a3357a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15438 | 2025.01.31 23:43:59.134988 [ 259 ] {4ec9a7aa-b6e9-44d2-af38-f6728a3357a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15439 | 2025.01.31 23:43:59.135924 [ 259 ] {4ec9a7aa-b6e9-44d2-af38-f6728a3357a5} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15440 | 2025.01.31 23:43:59.135965 [ 259 ] {4ec9a7aa-b6e9-44d2-af38-f6728a3357a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15441 | 2025.01.31 23:43:59.136426 [ 259 ] {4ec9a7aa-b6e9-44d2-af38-f6728a3357a5} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15442 | 2025.01.31 23:43:59.136685 [ 259 ] {4ec9a7aa-b6e9-44d2-af38-f6728a3357a5} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15443 | 2025.01.31 23:43:59.136886 [ 259 ] {4ec9a7aa-b6e9-44d2-af38-f6728a3357a5} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002024 sec., 138833.99209486163 rows/sec., 12.25 MiB/sec. | ||
| 15444 | 2025.01.31 23:43:59.136943 [ 259 ] {4ec9a7aa-b6e9-44d2-af38-f6728a3357a5} <Debug> TCPHandler: Processed in 0.002370685 sec. | ||
| 15445 | 2025.01.31 23:43:59.137107 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15446 | 2025.01.31 23:43:59.137256 [ 262 ] {42200514-8af2-44cf-bebc-3e7189c9709c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15447 | 2025.01.31 23:43:59.137319 [ 262 ] {42200514-8af2-44cf-bebc-3e7189c9709c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15448 | 2025.01.31 23:43:59.137995 [ 262 ] {42200514-8af2-44cf-bebc-3e7189c9709c} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15449 | 2025.01.31 23:43:59.138038 [ 262 ] {42200514-8af2-44cf-bebc-3e7189c9709c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15450 | 2025.01.31 23:43:59.138413 [ 262 ] {42200514-8af2-44cf-bebc-3e7189c9709c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15451 | 2025.01.31 23:43:59.138675 [ 262 ] {42200514-8af2-44cf-bebc-3e7189c9709c} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15452 | 2025.01.31 23:43:59.138919 [ 262 ] {42200514-8af2-44cf-bebc-3e7189c9709c} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001697 sec., 27106.658809664114 rows/sec., 1.95 MiB/sec. | ||
| 15453 | 2025.01.31 23:43:59.138931 [ 223 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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] | ||
| 15454 | 2025.01.31 23:43:59.138998 [ 262 ] {42200514-8af2-44cf-bebc-3e7189c9709c} <Debug> TCPHandler: Processed in 0.001958421 sec. | ||
| 15455 | 2025.01.31 23:43:59.139014 [ 223 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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] | ||
| 15456 | 2025.01.31 23:43:59.139212 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15457 | 2025.01.31 23:43:59.139381 [ 259 ] {9e39da63-bc8e-42f2-944f-34a5ae3fb55a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15458 | 2025.01.31 23:43:59.139474 [ 259 ] {9e39da63-bc8e-42f2-944f-34a5ae3fb55a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15459 | 2025.01.31 23:43:59.140883 [ 259 ] {9e39da63-bc8e-42f2-944f-34a5ae3fb55a} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15460 | 2025.01.31 23:43:59.140926 [ 259 ] {9e39da63-bc8e-42f2-944f-34a5ae3fb55a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15461 | 2025.01.31 23:43:59.141587 [ 259 ] {9e39da63-bc8e-42f2-944f-34a5ae3fb55a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15462 | 2025.01.31 23:43:59.142029 [ 259 ] {9e39da63-bc8e-42f2-944f-34a5ae3fb55a} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15463 | 2025.01.31 23:43:59.142414 [ 259 ] {9e39da63-bc8e-42f2-944f-34a5ae3fb55a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003041 sec., 4603.748766853009 rows/sec., 322.42 KiB/sec. | ||
| 15464 | 2025.01.31 23:43:59.142610 [ 259 ] {9e39da63-bc8e-42f2-944f-34a5ae3fb55a} <Debug> TCPHandler: Processed in 0.003508561 sec. | ||
| 15465 | 2025.01.31 23:43:59.142795 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15466 | 2025.01.31 23:43:59.143031 [ 223 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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] | ||
| 15467 | 2025.01.31 23:43:59.143041 [ 262 ] {f4736eb1-b85b-479c-81d8-ed586a75cf8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15468 | 2025.01.31 23:43:59.143196 [ 262 ] {f4736eb1-b85b-479c-81d8-ed586a75cf8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15469 | 2025.01.31 23:43:59.144483 [ 262 ] {f4736eb1-b85b-479c-81d8-ed586a75cf8d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15470 | 2025.01.31 23:43:59.144526 [ 262 ] {f4736eb1-b85b-479c-81d8-ed586a75cf8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15471 | 2025.01.31 23:43:59.144889 [ 262 ] {f4736eb1-b85b-479c-81d8-ed586a75cf8d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15472 | 2025.01.31 23:43:59.145137 [ 262 ] {f4736eb1-b85b-479c-81d8-ed586a75cf8d} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15473 | 2025.01.31 23:43:59.145347 [ 262 ] {f4736eb1-b85b-479c-81d8-ed586a75cf8d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002378 sec., 5466.778805719092 rows/sec., 340.85 KiB/sec. | ||
| 15474 | 2025.01.31 23:43:59.145409 [ 262 ] {f4736eb1-b85b-479c-81d8-ed586a75cf8d} <Debug> TCPHandler: Processed in 0.002687755 sec. | ||
| 15475 | 2025.01.31 23:43:59.145562 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15476 | 2025.01.31 23:43:59.145704 [ 259 ] {96700fa9-3084-4a3c-a9a3-60135a60a503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15477 | 2025.01.31 23:43:59.145761 [ 259 ] {96700fa9-3084-4a3c-a9a3-60135a60a503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15478 | 2025.01.31 23:43:59.146659 [ 259 ] {96700fa9-3084-4a3c-a9a3-60135a60a503} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15479 | 2025.01.31 23:43:59.146704 [ 259 ] {96700fa9-3084-4a3c-a9a3-60135a60a503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15480 | 2025.01.31 23:43:59.147101 [ 259 ] {96700fa9-3084-4a3c-a9a3-60135a60a503} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15481 | 2025.01.31 23:43:59.147346 [ 259 ] {96700fa9-3084-4a3c-a9a3-60135a60a503} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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.31 23:43:59.147527 [ 259 ] {96700fa9-3084-4a3c-a9a3-60135a60a503} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001854 sec., 227076.59115426106 rows/sec., 16.23 MiB/sec. | ||
| 15483 | 2025.01.31 23:43:59.147583 [ 259 ] {96700fa9-3084-4a3c-a9a3-60135a60a503} <Debug> TCPHandler: Processed in 0.002088576 sec. | ||
| 15484 | 2025.01.31 23:43:59.147730 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15485 | 2025.01.31 23:43:59.147871 [ 262 ] {538e906b-2175-4150-aea8-4d78a4f7897b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15486 | 2025.01.31 23:43:59.147933 [ 262 ] {538e906b-2175-4150-aea8-4d78a4f7897b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15487 | 2025.01.31 23:43:59.148490 [ 262 ] {538e906b-2175-4150-aea8-4d78a4f7897b} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15488 | 2025.01.31 23:43:59.148538 [ 262 ] {538e906b-2175-4150-aea8-4d78a4f7897b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15489 | 2025.01.31 23:43:59.148938 [ 262 ] {538e906b-2175-4150-aea8-4d78a4f7897b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15490 | 2025.01.31 23:43:59.149182 [ 262 ] {538e906b-2175-4150-aea8-4d78a4f7897b} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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.31 23:43:59.149392 [ 262 ] {538e906b-2175-4150-aea8-4d78a4f7897b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 202.11 KiB/sec. | ||
| 15492 | 2025.01.31 23:43:59.149445 [ 262 ] {538e906b-2175-4150-aea8-4d78a4f7897b} <Debug> TCPHandler: Processed in 0.001780966 sec. | ||
| 15493 | 2025.01.31 23:43:59.149579 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15494 | 2025.01.31 23:43:59.149703 [ 259 ] {d67557a3-2b54-4ff8-bc32-934805d9e6d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15495 | 2025.01.31 23:43:59.149767 [ 259 ] {d67557a3-2b54-4ff8-bc32-934805d9e6d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15496 | 2025.01.31 23:43:59.150462 [ 259 ] {d67557a3-2b54-4ff8-bc32-934805d9e6d3} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15497 | 2025.01.31 23:43:59.150507 [ 259 ] {d67557a3-2b54-4ff8-bc32-934805d9e6d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15498 | 2025.01.31 23:43:59.150953 [ 259 ] {d67557a3-2b54-4ff8-bc32-934805d9e6d3} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15499 | 2025.01.31 23:43:59.151195 [ 259 ] {d67557a3-2b54-4ff8-bc32-934805d9e6d3} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15500 | 2025.01.31 23:43:59.151392 [ 259 ] {d67557a3-2b54-4ff8-bc32-934805d9e6d3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001717 sec., 138031.4502038439 rows/sec., 9.25 MiB/sec. | ||
| 15501 | 2025.01.31 23:43:59.151436 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_133_27 to all_138_138_0 | ||
| 15502 | 2025.01.31 23:43:59.151476 [ 259 ] {d67557a3-2b54-4ff8-bc32-934805d9e6d3} <Debug> TCPHandler: Processed in 0.001955131 sec. | ||
| 15503 | 2025.01.31 23:43:59.151563 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15504 | 2025.01.31 23:43:59.151657 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15505 | 2025.01.31 23:43:59.151707 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15506 | 2025.01.31 23:43:59.151840 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 15507 | 2025.01.31 23:43:59.151935 [ 262 ] {45556a52-e004-446b-9f00-2fbeff75ac40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15508 | 2025.01.31 23:43:59.152079 [ 262 ] {45556a52-e004-446b-9f00-2fbeff75ac40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15509 | 2025.01.31 23:43:59.152204 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_138_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15510 | 2025.01.31 23:43:59.152326 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_27, total 40150 rows starting from the beginning of the part | ||
| 15511 | 2025.01.31 23:43:59.152725 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 15512 | 2025.01.31 23:43:59.153206 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 15513 | 2025.01.31 23:43:59.153586 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 15514 | 2025.01.31 23:43:59.153946 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 15515 | 2025.01.31 23:43:59.154313 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 15516 | 2025.01.31 23:43:59.154467 [ 262 ] {45556a52-e004-446b-9f00-2fbeff75ac40} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15517 | 2025.01.31 23:43:59.154582 [ 262 ] {45556a52-e004-446b-9f00-2fbeff75ac40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15518 | 2025.01.31 23:43:59.155653 [ 262 ] {45556a52-e004-446b-9f00-2fbeff75ac40} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15519 | 2025.01.31 23:43:59.155942 [ 262 ] {45556a52-e004-446b-9f00-2fbeff75ac40} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15520 | 2025.01.31 23:43:59.156147 [ 128 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 6 parts from all_1_54_12 to all_59_59_0 | ||
| 15521 | 2025.01.31 23:43:59.156260 [ 128 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15522 | 2025.01.31 23:43:59.156331 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15523 | 2025.01.31 23:43:59.156377 [ 262 ] {45556a52-e004-446b-9f00-2fbeff75ac40} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004492 sec., 222.6179875333927 rows/sec., 15.00 KiB/sec. | ||
| 15524 | 2025.01.31 23:43:59.156658 [ 262 ] {45556a52-e004-446b-9f00-2fbeff75ac40} <Debug> TCPHandler: Processed in 0.005055829 sec. | ||
| 15525 | 2025.01.31 23:43:59.156658 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 15526 | 2025.01.31 23:43:59.157099 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_59_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15527 | 2025.01.31 23:43:59.157158 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15528 | 2025.01.31 23:43:59.157215 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 15529 | 2025.01.31 23:43:59.157633 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 15530 | 2025.01.31 23:43:59.158071 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 15531 | 2025.01.31 23:43:59.158447 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 15532 | 2025.01.31 23:43:59.158477 [ 259 ] {2a0fda5d-7f46-4cd4-8439-c50a02a29bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15533 | 2025.01.31 23:43:59.158822 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 15534 | 2025.01.31 23:43:59.159192 [ 195 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 15535 | 2025.01.31 23:43:59.159319 [ 259 ] {2a0fda5d-7f46-4cd4-8439-c50a02a29bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.31 23:43:59.164586 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_59_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 59 rows, containing 4 columns (4 merged, 0 gathered) in 0.008147556 sec., 7241.435345765037 rows/sec., 487.95 KiB/sec. | ||
| 15537 | 2025.01.31 23:43:59.164868 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_59_13} <Trace> MergedBlockOutputStream: filled checksums all_1_59_13 (state Temporary) | ||
| 15538 | 2025.01.31 23:43:59.165586 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_59_13} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_59_13 to all_1_59_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15539 | 2025.01.31 23:43:59.165894 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_59_13} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 6 parts: [all_1_54_12, all_59_59_0] -> all_1_59_13 | ||
| 15540 | 2025.01.31 23:43:59.166069 [ 259 ] {2a0fda5d-7f46-4cd4-8439-c50a02a29bf3} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15541 | 2025.01.31 23:43:59.166108 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15542 | 2025.01.31 23:43:59.166169 [ 259 ] {2a0fda5d-7f46-4cd4-8439-c50a02a29bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15543 | 2025.01.31 23:43:59.167101 [ 259 ] {2a0fda5d-7f46-4cd4-8439-c50a02a29bf3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15544 | 2025.01.31 23:43:59.167464 [ 259 ] {2a0fda5d-7f46-4cd4-8439-c50a02a29bf3} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15545 | 2025.01.31 23:43:59.167805 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): 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] | ||
| 15546 | 2025.01.31 23:43:59.167876 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): 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] | ||
| 15547 | 2025.01.31 23:43:59.167876 [ 259 ] {2a0fda5d-7f46-4cd4-8439-c50a02a29bf3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009993 sec., 3902.731912338637 rows/sec., 6.99 MiB/sec. | ||
| 15548 | 2025.01.31 23:43:59.168276 [ 259 ] {2a0fda5d-7f46-4cd4-8439-c50a02a29bf3} <Debug> TCPHandler: Processed in 0.01148586 sec. | ||
| 15549 | 2025.01.31 23:43:59.168514 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15550 | 2025.01.31 23:43:59.169025 [ 262 ] {67909586-994e-449f-be1e-5ae0b93792f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15551 | 2025.01.31 23:43:59.169218 [ 262 ] {67909586-994e-449f-be1e-5ae0b93792f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15552 | 2025.01.31 23:43:59.169526 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_138_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41072 rows, containing 5 columns (5 merged, 0 gathered) in 0.017764058 sec., 2312084.3221745845 rows/sec., 156.13 MiB/sec. | ||
| 15553 | 2025.01.31 23:43:59.169966 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_138_28} <Trace> MergedBlockOutputStream: filled checksums all_1_138_28 (state Temporary) | ||
| 15554 | 2025.01.31 23:43:59.171008 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_138_28 to all_1_138_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15555 | 2025.01.31 23:43:59.171137 [ 262 ] {67909586-994e-449f-be1e-5ae0b93792f9} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15556 | 2025.01.31 23:43:59.171245 [ 262 ] {67909586-994e-449f-be1e-5ae0b93792f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15557 | 2025.01.31 23:43:59.171323 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_133_27, all_138_138_0] -> all_1_138_28 | ||
| 15558 | 2025.01.31 23:43:59.171654 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 15559 | 2025.01.31 23:43:59.172289 [ 262 ] {67909586-994e-449f-be1e-5ae0b93792f9} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15560 | 2025.01.31 23:43:59.172771 [ 262 ] {67909586-994e-449f-be1e-5ae0b93792f9} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15561 | 2025.01.31 23:43:59.173271 [ 262 ] {67909586-994e-449f-be1e-5ae0b93792f9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004396 sec., 18653.3212010919 rows/sec., 1.18 MiB/sec. | ||
| 15562 | 2025.01.31 23:43:59.173438 [ 262 ] {67909586-994e-449f-be1e-5ae0b93792f9} <Debug> TCPHandler: Processed in 0.005042298 sec. | ||
| 15563 | 2025.01.31 23:43:59.173536 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): 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] | ||
| 15564 | 2025.01.31 23:43:59.844022 [ 220 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:43:59.844080 [ 220 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:43:59.846118 [ 220 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:43:59.985631 [ 224 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 15568 | 2025.01.31 23:43:59.985676 [ 224 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 15569 | 2025.01.31 23:43:59.987479 [ 224 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 15570 | 2025.01.31 23:44:00.005434 [ 220 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 15571 | 2025.01.31 23:44:00.005493 [ 220 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 15572 | 2025.01.31 23:44:00.007455 [ 220 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 15573 | 2025.01.31 23:44:00.084496 [ 224 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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] | ||
| 15574 | 2025.01.31 23:44:00.084548 [ 224 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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] | ||
| 15575 | 2025.01.31 23:44:00.086730 [ 224 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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] | ||
| 15576 | 2025.01.31 23:44:00.100990 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 15577 | 2025.01.31 23:44:00.101082 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 15578 | 2025.01.31 23:44:00.103505 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 15579 | 2025.01.31 23:44:00.378407 [ 225 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): 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] | ||
| 15580 | 2025.01.31 23:44:00.378479 [ 225 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): 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] | ||
| 15581 | 2025.01.31 23:44:00.380443 [ 225 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): 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] | ||
| 15582 | 2025.01.31 23:44:03.206380 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15583 | 2025.01.31 23:44:03.206452 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15584 | 2025.01.31 23:44:03.482631 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576 | ||
| 15585 | 2025.01.31 23:44:03.483303 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15586 | 2025.01.31 23:44:03.483351 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15587 | 2025.01.31 23:44:03.483875 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15588 | 2025.01.31 23:44:03.484140 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15589 | 2025.01.31 23:44:03.484384 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 15590 | 2025.01.31 23:44:04.124999 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15591 | 2025.01.31 23:44:04.125308 [ 262 ] {eaee80db-3f73-4b20-aa00-2dabbd1d83e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15592 | 2025.01.31 23:44:04.125425 [ 262 ] {eaee80db-3f73-4b20-aa00-2dabbd1d83e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15593 | 2025.01.31 23:44:04.126372 [ 262 ] {eaee80db-3f73-4b20-aa00-2dabbd1d83e8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15594 | 2025.01.31 23:44:04.126427 [ 262 ] {eaee80db-3f73-4b20-aa00-2dabbd1d83e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15595 | 2025.01.31 23:44:04.126860 [ 262 ] {eaee80db-3f73-4b20-aa00-2dabbd1d83e8} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15596 | 2025.01.31 23:44:04.127124 [ 262 ] {eaee80db-3f73-4b20-aa00-2dabbd1d83e8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15597 | 2025.01.31 23:44:04.127358 [ 262 ] {eaee80db-3f73-4b20-aa00-2dabbd1d83e8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002137 sec., 26204.960224613944 rows/sec., 2.00 MiB/sec. | ||
| 15598 | 2025.01.31 23:44:04.127426 [ 262 ] {eaee80db-3f73-4b20-aa00-2dabbd1d83e8} <Debug> TCPHandler: Processed in 0.002618083 sec. | ||
| 15599 | 2025.01.31 23:44:04.127719 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15600 | 2025.01.31 23:44:04.127959 [ 259 ] {875d7e4e-89df-4cf5-a1af-8b4ba9ea0c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15601 | 2025.01.31 23:44:04.128042 [ 259 ] {875d7e4e-89df-4cf5-a1af-8b4ba9ea0c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15602 | 2025.01.31 23:44:04.128918 [ 259 ] {875d7e4e-89df-4cf5-a1af-8b4ba9ea0c2a} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15603 | 2025.01.31 23:44:04.128969 [ 259 ] {875d7e4e-89df-4cf5-a1af-8b4ba9ea0c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15604 | 2025.01.31 23:44:04.129420 [ 259 ] {875d7e4e-89df-4cf5-a1af-8b4ba9ea0c2a} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15605 | 2025.01.31 23:44:04.129686 [ 259 ] {875d7e4e-89df-4cf5-a1af-8b4ba9ea0c2a} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15606 | 2025.01.31 23:44:04.129946 [ 259 ] {875d7e4e-89df-4cf5-a1af-8b4ba9ea0c2a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002045 sec., 31295.843520782397 rows/sec., 2.44 MiB/sec. | ||
| 15607 | 2025.01.31 23:44:04.130014 [ 259 ] {875d7e4e-89df-4cf5-a1af-8b4ba9ea0c2a} <Debug> TCPHandler: Processed in 0.002458097 sec. | ||
| 15608 | 2025.01.31 23:44:04.130182 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15609 | 2025.01.31 23:44:04.130336 [ 262 ] {3a04c4f5-05a4-4b24-aaaf-e461859032fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15610 | 2025.01.31 23:44:04.130403 [ 262 ] {3a04c4f5-05a4-4b24-aaaf-e461859032fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15611 | 2025.01.31 23:44:04.131073 [ 262 ] {3a04c4f5-05a4-4b24-aaaf-e461859032fa} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15612 | 2025.01.31 23:44:04.131115 [ 262 ] {3a04c4f5-05a4-4b24-aaaf-e461859032fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15613 | 2025.01.31 23:44:04.131522 [ 262 ] {3a04c4f5-05a4-4b24-aaaf-e461859032fa} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15614 | 2025.01.31 23:44:04.131771 [ 262 ] {3a04c4f5-05a4-4b24-aaaf-e461859032fa} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15615 | 2025.01.31 23:44:04.131979 [ 262 ] {3a04c4f5-05a4-4b24-aaaf-e461859032fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec. | ||
| 15616 | 2025.01.31 23:44:04.132064 [ 262 ] {3a04c4f5-05a4-4b24-aaaf-e461859032fa} <Debug> TCPHandler: Processed in 0.001956421 sec. | ||
| 15617 | 2025.01.31 23:44:04.132282 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15618 | 2025.01.31 23:44:04.132551 [ 259 ] {38cd6366-6e71-4607-8d55-a74d73d3a22a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15619 | 2025.01.31 23:44:04.132615 [ 259 ] {38cd6366-6e71-4607-8d55-a74d73d3a22a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15620 | 2025.01.31 23:44:04.133161 [ 259 ] {38cd6366-6e71-4607-8d55-a74d73d3a22a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15621 | 2025.01.31 23:44:04.133201 [ 259 ] {38cd6366-6e71-4607-8d55-a74d73d3a22a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15622 | 2025.01.31 23:44:04.133588 [ 259 ] {38cd6366-6e71-4607-8d55-a74d73d3a22a} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15623 | 2025.01.31 23:44:04.133824 [ 259 ] {38cd6366-6e71-4607-8d55-a74d73d3a22a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15624 | 2025.01.31 23:44:04.134048 [ 259 ] {38cd6366-6e71-4607-8d55-a74d73d3a22a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec. | ||
| 15625 | 2025.01.31 23:44:04.134102 [ 259 ] {38cd6366-6e71-4607-8d55-a74d73d3a22a} <Debug> TCPHandler: Processed in 0.001925391 sec. | ||
| 15626 | 2025.01.31 23:44:04.970473 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15627 | 2025.01.31 23:44:04.970692 [ 262 ] {22aed82c-8725-4b01-b655-06b96b2bb624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15628 | 2025.01.31 23:44:04.970777 [ 262 ] {22aed82c-8725-4b01-b655-06b96b2bb624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15629 | 2025.01.31 23:44:04.971534 [ 262 ] {22aed82c-8725-4b01-b655-06b96b2bb624} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15630 | 2025.01.31 23:44:04.971587 [ 262 ] {22aed82c-8725-4b01-b655-06b96b2bb624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15631 | 2025.01.31 23:44:04.972017 [ 262 ] {22aed82c-8725-4b01-b655-06b96b2bb624} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15632 | 2025.01.31 23:44:04.972269 [ 262 ] {22aed82c-8725-4b01-b655-06b96b2bb624} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15633 | 2025.01.31 23:44:04.972511 [ 262 ] {22aed82c-8725-4b01-b655-06b96b2bb624} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001875 sec., 7466.666666666667 rows/sec., 537.50 KiB/sec. | ||
| 15634 | 2025.01.31 23:44:04.972582 [ 262 ] {22aed82c-8725-4b01-b655-06b96b2bb624} <Debug> TCPHandler: Processed in 0.002252601 sec. | ||
| 15635 | 2025.01.31 23:44:04.972920 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15636 | 2025.01.31 23:44:04.973119 [ 259 ] {5df5cfeb-5d10-40c3-a8ec-b52f7f7abfdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15637 | 2025.01.31 23:44:04.973197 [ 259 ] {5df5cfeb-5d10-40c3-a8ec-b52f7f7abfdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15638 | 2025.01.31 23:44:04.973959 [ 259 ] {5df5cfeb-5d10-40c3-a8ec-b52f7f7abfdd} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15639 | 2025.01.31 23:44:04.974013 [ 259 ] {5df5cfeb-5d10-40c3-a8ec-b52f7f7abfdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15640 | 2025.01.31 23:44:04.974446 [ 259 ] {5df5cfeb-5d10-40c3-a8ec-b52f7f7abfdd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 15641 | 2025.01.31 23:44:04.974701 [ 259 ] {5df5cfeb-5d10-40c3-a8ec-b52f7f7abfdd} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15642 | 2025.01.31 23:44:04.974998 [ 259 ] {5df5cfeb-5d10-40c3-a8ec-b52f7f7abfdd} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001931 sec., 8285.862247540135 rows/sec., 675.65 KiB/sec. | ||
| 15643 | 2025.01.31 23:44:04.975204 [ 259 ] {5df5cfeb-5d10-40c3-a8ec-b52f7f7abfdd} <Debug> TCPHandler: Processed in 0.002448397 sec. | ||
| 15644 | 2025.01.31 23:44:04.975379 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15645 | 2025.01.31 23:44:04.975529 [ 262 ] {7cc3be84-1d17-4838-b222-dfca50a1b34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15646 | 2025.01.31 23:44:04.975590 [ 262 ] {7cc3be84-1d17-4838-b222-dfca50a1b34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15647 | 2025.01.31 23:44:04.976747 [ 262 ] {7cc3be84-1d17-4838-b222-dfca50a1b34c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15648 | 2025.01.31 23:44:04.976788 [ 262 ] {7cc3be84-1d17-4838-b222-dfca50a1b34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15649 | 2025.01.31 23:44:04.977258 [ 262 ] {7cc3be84-1d17-4838-b222-dfca50a1b34c} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15650 | 2025.01.31 23:44:04.977503 [ 262 ] {7cc3be84-1d17-4838-b222-dfca50a1b34c} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15651 | 2025.01.31 23:44:04.977742 [ 262 ] {7cc3be84-1d17-4838-b222-dfca50a1b34c} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002246 sec., 636242.2083704363 rows/sec., 53.08 MiB/sec. | ||
| 15652 | 2025.01.31 23:44:04.977805 [ 262 ] {7cc3be84-1d17-4838-b222-dfca50a1b34c} <Debug> TCPHandler: Processed in 0.002495849 sec. | ||
| 15653 | 2025.01.31 23:44:04.978062 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15654 | 2025.01.31 23:44:04.978331 [ 259 ] {ccdb566a-5969-4c41-8f89-0a71eb01f67a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15655 | 2025.01.31 23:44:04.978417 [ 259 ] {ccdb566a-5969-4c41-8f89-0a71eb01f67a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15656 | 2025.01.31 23:44:04.979248 [ 259 ] {ccdb566a-5969-4c41-8f89-0a71eb01f67a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15657 | 2025.01.31 23:44:04.979288 [ 259 ] {ccdb566a-5969-4c41-8f89-0a71eb01f67a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15658 | 2025.01.31 23:44:04.979660 [ 259 ] {ccdb566a-5969-4c41-8f89-0a71eb01f67a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15659 | 2025.01.31 23:44:04.979900 [ 259 ] {ccdb566a-5969-4c41-8f89-0a71eb01f67a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15660 | 2025.01.31 23:44:04.980077 [ 259 ] {ccdb566a-5969-4c41-8f89-0a71eb01f67a} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001802 sec., 34406.2153163152 rows/sec., 2.44 MiB/sec. | ||
| 15661 | 2025.01.31 23:44:04.980130 [ 259 ] {ccdb566a-5969-4c41-8f89-0a71eb01f67a} <Debug> TCPHandler: Processed in 0.00221812 sec. | ||
| 15662 | 2025.01.31 23:44:04.980293 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15663 | 2025.01.31 23:44:04.980434 [ 262 ] {d076c24b-dd80-4eab-9f69-6fb7d515c48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15664 | 2025.01.31 23:44:04.980493 [ 262 ] {d076c24b-dd80-4eab-9f69-6fb7d515c48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15665 | 2025.01.31 23:44:04.981236 [ 262 ] {d076c24b-dd80-4eab-9f69-6fb7d515c48b} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15666 | 2025.01.31 23:44:04.981275 [ 262 ] {d076c24b-dd80-4eab-9f69-6fb7d515c48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15667 | 2025.01.31 23:44:04.981680 [ 262 ] {d076c24b-dd80-4eab-9f69-6fb7d515c48b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15668 | 2025.01.31 23:44:04.981929 [ 262 ] {d076c24b-dd80-4eab-9f69-6fb7d515c48b} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15669 | 2025.01.31 23:44:04.982155 [ 262 ] {d076c24b-dd80-4eab-9f69-6fb7d515c48b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001753 sec., 138049.05875641757 rows/sec., 9.35 MiB/sec. | ||
| 15670 | 2025.01.31 23:44:04.982212 [ 262 ] {d076c24b-dd80-4eab-9f69-6fb7d515c48b} <Debug> TCPHandler: Processed in 0.001985992 sec. | ||
| 15671 | 2025.01.31 23:44:04.982366 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15672 | 2025.01.31 23:44:04.982503 [ 259 ] {e7119632-9e18-4134-b899-1786dc8c94eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15673 | 2025.01.31 23:44:04.982561 [ 259 ] {e7119632-9e18-4134-b899-1786dc8c94eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15674 | 2025.01.31 23:44:04.983178 [ 259 ] {e7119632-9e18-4134-b899-1786dc8c94eb} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15675 | 2025.01.31 23:44:04.983214 [ 259 ] {e7119632-9e18-4134-b899-1786dc8c94eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15676 | 2025.01.31 23:44:04.983573 [ 259 ] {e7119632-9e18-4134-b899-1786dc8c94eb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15677 | 2025.01.31 23:44:04.983806 [ 259 ] {e7119632-9e18-4134-b899-1786dc8c94eb} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15678 | 2025.01.31 23:44:04.984001 [ 259 ] {e7119632-9e18-4134-b899-1786dc8c94eb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001526 sec., 8519.003931847968 rows/sec., 531.16 KiB/sec. | ||
| 15679 | 2025.01.31 23:44:04.984097 [ 259 ] {e7119632-9e18-4134-b899-1786dc8c94eb} <Debug> TCPHandler: Processed in 0.001797936 sec. | ||
| 15680 | 2025.01.31 23:44:04.984308 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15681 | 2025.01.31 23:44:04.984455 [ 262 ] {54f76faa-91e9-4d44-914a-5cbc82959e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15682 | 2025.01.31 23:44:04.984511 [ 262 ] {54f76faa-91e9-4d44-914a-5cbc82959e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15683 | 2025.01.31 23:44:04.985479 [ 262 ] {54f76faa-91e9-4d44-914a-5cbc82959e2f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15684 | 2025.01.31 23:44:04.985517 [ 262 ] {54f76faa-91e9-4d44-914a-5cbc82959e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15685 | 2025.01.31 23:44:04.985924 [ 262 ] {54f76faa-91e9-4d44-914a-5cbc82959e2f} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15686 | 2025.01.31 23:44:04.986161 [ 262 ] {54f76faa-91e9-4d44-914a-5cbc82959e2f} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15687 | 2025.01.31 23:44:04.986380 [ 262 ] {54f76faa-91e9-4d44-914a-5cbc82959e2f} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001953 sec., 457245.2636968766 rows/sec., 33.20 MiB/sec. | ||
| 15688 | 2025.01.31 23:44:04.986437 [ 262 ] {54f76faa-91e9-4d44-914a-5cbc82959e2f} <Debug> TCPHandler: Processed in 0.002250811 sec. | ||
| 15689 | 2025.01.31 23:44:04.986637 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15690 | 2025.01.31 23:44:04.986949 [ 259 ] {8f2476f3-c6b1-423c-8c8c-630b598ffcfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15691 | 2025.01.31 23:44:04.987047 [ 259 ] {8f2476f3-c6b1-423c-8c8c-630b598ffcfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15692 | 2025.01.31 23:44:04.987522 [ 259 ] {8f2476f3-c6b1-423c-8c8c-630b598ffcfc} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15693 | 2025.01.31 23:44:04.987560 [ 259 ] {8f2476f3-c6b1-423c-8c8c-630b598ffcfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15694 | 2025.01.31 23:44:04.987925 [ 259 ] {8f2476f3-c6b1-423c-8c8c-630b598ffcfc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15695 | 2025.01.31 23:44:04.988159 [ 259 ] {8f2476f3-c6b1-423c-8c8c-630b598ffcfc} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15696 | 2025.01.31 23:44:04.988349 [ 259 ] {8f2476f3-c6b1-423c-8c8c-630b598ffcfc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec. | ||
| 15697 | 2025.01.31 23:44:04.988401 [ 259 ] {8f2476f3-c6b1-423c-8c8c-630b598ffcfc} <Debug> TCPHandler: Processed in 0.001874319 sec. | ||
| 15698 | 2025.01.31 23:44:04.988535 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15699 | 2025.01.31 23:44:04.988653 [ 262 ] {5c531ae9-32df-4216-9b0f-8fe490572403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15700 | 2025.01.31 23:44:04.988708 [ 262 ] {5c531ae9-32df-4216-9b0f-8fe490572403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15701 | 2025.01.31 23:44:04.989487 [ 262 ] {5c531ae9-32df-4216-9b0f-8fe490572403} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15702 | 2025.01.31 23:44:04.989527 [ 262 ] {5c531ae9-32df-4216-9b0f-8fe490572403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15703 | 2025.01.31 23:44:04.989966 [ 262 ] {5c531ae9-32df-4216-9b0f-8fe490572403} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15704 | 2025.01.31 23:44:04.990208 [ 262 ] {5c531ae9-32df-4216-9b0f-8fe490572403} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15705 | 2025.01.31 23:44:04.990422 [ 262 ] {5c531ae9-32df-4216-9b0f-8fe490572403} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001794 sec., 536789.2976588629 rows/sec., 35.67 MiB/sec. | ||
| 15706 | 2025.01.31 23:44:04.990476 [ 262 ] {5c531ae9-32df-4216-9b0f-8fe490572403} <Debug> TCPHandler: Processed in 0.002001353 sec. | ||
| 15707 | 2025.01.31 23:44:04.990628 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15708 | 2025.01.31 23:44:04.990767 [ 259 ] {a6bdc1e2-39e5-4bff-9bec-5cab465acc92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15709 | 2025.01.31 23:44:04.990827 [ 259 ] {a6bdc1e2-39e5-4bff-9bec-5cab465acc92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15710 | 2025.01.31 23:44:04.991368 [ 259 ] {a6bdc1e2-39e5-4bff-9bec-5cab465acc92} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15711 | 2025.01.31 23:44:04.991411 [ 259 ] {a6bdc1e2-39e5-4bff-9bec-5cab465acc92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15712 | 2025.01.31 23:44:04.991832 [ 259 ] {a6bdc1e2-39e5-4bff-9bec-5cab465acc92} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15713 | 2025.01.31 23:44:04.992070 [ 259 ] {a6bdc1e2-39e5-4bff-9bec-5cab465acc92} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15714 | 2025.01.31 23:44:04.992288 [ 259 ] {a6bdc1e2-39e5-4bff-9bec-5cab465acc92} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001541 sec., 648.9292667099286 rows/sec., 43.73 KiB/sec. | ||
| 15715 | 2025.01.31 23:44:04.992425 [ 259 ] {a6bdc1e2-39e5-4bff-9bec-5cab465acc92} <Debug> TCPHandler: Processed in 0.001860808 sec. | ||
| 15716 | 2025.01.31 23:44:04.992626 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15717 | 2025.01.31 23:44:04.992751 [ 262 ] {78f54569-3198-41fd-ba5d-9e5c8c625a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15718 | 2025.01.31 23:44:04.992825 [ 262 ] {78f54569-3198-41fd-ba5d-9e5c8c625a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15719 | 2025.01.31 23:44:04.994017 [ 262 ] {78f54569-3198-41fd-ba5d-9e5c8c625a19} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15720 | 2025.01.31 23:44:04.994056 [ 262 ] {78f54569-3198-41fd-ba5d-9e5c8c625a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15721 | 2025.01.31 23:44:04.994734 [ 262 ] {78f54569-3198-41fd-ba5d-9e5c8c625a19} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15722 | 2025.01.31 23:44:04.995016 [ 262 ] {78f54569-3198-41fd-ba5d-9e5c8c625a19} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15723 | 2025.01.31 23:44:04.995262 [ 262 ] {78f54569-3198-41fd-ba5d-9e5c8c625a19} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002534 sec., 15390.686661404894 rows/sec., 27.58 MiB/sec. | ||
| 15724 | 2025.01.31 23:44:04.995371 [ 262 ] {78f54569-3198-41fd-ba5d-9e5c8c625a19} <Debug> TCPHandler: Processed in 0.002840249 sec. | ||
| 15725 | 2025.01.31 23:44:04.995566 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15726 | 2025.01.31 23:44:04.995769 [ 259 ] {c0f54196-a430-48e0-9707-40c8302f68a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15727 | 2025.01.31 23:44:04.995852 [ 259 ] {c0f54196-a430-48e0-9707-40c8302f68a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15728 | 2025.01.31 23:44:04.996355 [ 259 ] {c0f54196-a430-48e0-9707-40c8302f68a4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15729 | 2025.01.31 23:44:04.996391 [ 259 ] {c0f54196-a430-48e0-9707-40c8302f68a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15730 | 2025.01.31 23:44:04.996763 [ 259 ] {c0f54196-a430-48e0-9707-40c8302f68a4} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15731 | 2025.01.31 23:44:04.996995 [ 259 ] {c0f54196-a430-48e0-9707-40c8302f68a4} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15732 | 2025.01.31 23:44:04.997170 [ 259 ] {c0f54196-a430-48e0-9707-40c8302f68a4} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001454 sec., 23383.768913342505 rows/sec., 1.36 MiB/sec. | ||
| 15733 | 2025.01.31 23:44:04.997220 [ 259 ] {c0f54196-a430-48e0-9707-40c8302f68a4} <Debug> TCPHandler: Processed in 0.001755185 sec. | ||
| 15734 | 2025.01.31 23:44:05.001155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.21 MiB, peak 286.56 MiB, free memory in arenas 0.00 B, will set to 268.07 MiB (RSS), difference: -1.14 MiB | ||
| 15735 | 2025.01.31 23:44:06.256088 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 619 | ||
| 15736 | 2025.01.31 23:44:06.279410 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15737 | 2025.01.31 23:44:06.279466 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15738 | 2025.01.31 23:44:06.287092 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15739 | 2025.01.31 23:44:06.287910 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15740 | 2025.01.31 23:44:06.292159 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 619 | ||
| 15741 | 2025.01.31 23:44:08.710941 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2184 | ||
| 15742 | 2025.01.31 23:44:08.714719 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15743 | 2025.01.31 23:44:08.714785 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15744 | 2025.01.31 23:44:08.716395 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15745 | 2025.01.31 23:44:08.716725 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15746 | 2025.01.31 23:44:08.716964 [ 113 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15747 | 2025.01.31 23:44:08.717099 [ 113 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15748 | 2025.01.31 23:44:08.717169 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15749 | 2025.01.31 23:44:08.717655 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 15750 | 2025.01.31 23:44:08.718342 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2184 | ||
| 15751 | 2025.01.31 23:44:08.718832 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15752 | 2025.01.31 23:44:08.719039 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 15753 | 2025.01.31 23:44:08.719625 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 15754 | 2025.01.31 23:44:08.720333 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 15755 | 2025.01.31 23:44:08.721073 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 15756 | 2025.01.31 23:44:08.721783 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 15757 | 2025.01.31 23:44:08.722442 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 15758 | 2025.01.31 23:44:08.732175 [ 193 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2184 rows, containing 72 columns (72 merged, 0 gathered) in 0.014866687 sec., 146905.6286716738 rows/sec., 110.61 MiB/sec. | ||
| 15759 | 2025.01.31 23:44:08.734366 [ 199 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15760 | 2025.01.31 23:44:08.735267 [ 199 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_61_12} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15761 | 2025.01.31 23:44:08.735373 [ 199 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_61_12} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15762 | 2025.01.31 23:44:08.735777 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.87 MiB. | ||
| 15763 | 2025.01.31 23:44:09.123684 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15764 | 2025.01.31 23:44:09.123873 [ 262 ] {fae8a966-bfe8-4386-99a2-f585378ec04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15765 | 2025.01.31 23:44:09.123951 [ 262 ] {fae8a966-bfe8-4386-99a2-f585378ec04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15766 | 2025.01.31 23:44:09.124744 [ 262 ] {fae8a966-bfe8-4386-99a2-f585378ec04e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15767 | 2025.01.31 23:44:09.124792 [ 262 ] {fae8a966-bfe8-4386-99a2-f585378ec04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15768 | 2025.01.31 23:44:09.125230 [ 262 ] {fae8a966-bfe8-4386-99a2-f585378ec04e} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15769 | 2025.01.31 23:44:09.125488 [ 262 ] {fae8a966-bfe8-4386-99a2-f585378ec04e} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15770 | 2025.01.31 23:44:09.125727 [ 112 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15771 | 2025.01.31 23:44:09.125742 [ 262 ] {fae8a966-bfe8-4386-99a2-f585378ec04e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.23 MiB/sec. | ||
| 15772 | 2025.01.31 23:44:09.125808 [ 112 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15773 | 2025.01.31 23:44:09.125877 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15774 | 2025.01.31 23:44:09.125897 [ 262 ] {fae8a966-bfe8-4386-99a2-f585378ec04e} <Debug> TCPHandler: Processed in 0.002342113 sec. | ||
| 15775 | 2025.01.31 23:44:09.126093 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15776 | 2025.01.31 23:44:09.126237 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15777 | 2025.01.31 23:44:09.126262 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15778 | 2025.01.31 23:44:09.126303 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15779 | 2025.01.31 23:44:09.126443 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15780 | 2025.01.31 23:44:09.126514 [ 259 ] {0552f28b-f766-4f6f-b2d5-8336f4874cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15781 | 2025.01.31 23:44:09.126594 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15782 | 2025.01.31 23:44:09.126657 [ 259 ] {0552f28b-f766-4f6f-b2d5-8336f4874cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15783 | 2025.01.31 23:44:09.126810 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15784 | 2025.01.31 23:44:09.127007 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15785 | 2025.01.31 23:44:09.127188 [ 198 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 15786 | 2025.01.31 23:44:09.128285 [ 259 ] {0552f28b-f766-4f6f-b2d5-8336f4874cee} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15787 | 2025.01.31 23:44:09.128339 [ 259 ] {0552f28b-f766-4f6f-b2d5-8336f4874cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15788 | 2025.01.31 23:44:09.128940 [ 259 ] {0552f28b-f766-4f6f-b2d5-8336f4874cee} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15789 | 2025.01.31 23:44:09.129225 [ 259 ] {0552f28b-f766-4f6f-b2d5-8336f4874cee} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15790 | 2025.01.31 23:44:09.129516 [ 112 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15791 | 2025.01.31 23:44:09.129651 [ 112 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15792 | 2025.01.31 23:44:09.129781 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15793 | 2025.01.31 23:44:09.129819 [ 259 ] {0552f28b-f766-4f6f-b2d5-8336f4874cee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003387 sec., 18895.777974608798 rows/sec., 1.47 MiB/sec. | ||
| 15794 | 2025.01.31 23:44:09.130107 [ 193 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.004066568 sec., 813462.359414622 rows/sec., 71.00 MiB/sec. | ||
| 15795 | 2025.01.31 23:44:09.130379 [ 259 ] {0552f28b-f766-4f6f-b2d5-8336f4874cee} <Debug> TCPHandler: Processed in 0.004325936 sec. | ||
| 15796 | 2025.01.31 23:44:09.130401 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15797 | 2025.01.31 23:44:09.130801 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15798 | 2025.01.31 23:44:09.130972 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15799 | 2025.01.31 23:44:09.131117 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15800 | 2025.01.31 23:44:09.131285 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15801 | 2025.01.31 23:44:09.131470 [ 262 ] {09e3982c-daac-47f4-b25d-6fa8c33fcc4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15802 | 2025.01.31 23:44:09.131747 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15803 | 2025.01.31 23:44:09.131860 [ 262 ] {09e3982c-daac-47f4-b25d-6fa8c33fcc4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15804 | 2025.01.31 23:44:09.132248 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15805 | 2025.01.31 23:44:09.132948 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15806 | 2025.01.31 23:44:09.133653 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15807 | 2025.01.31 23:44:09.134107 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 15808 | 2025.01.31 23:44:09.135969 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_141_28} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15809 | 2025.01.31 23:44:09.136428 [ 262 ] {09e3982c-daac-47f4-b25d-6fa8c33fcc4e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15810 | 2025.01.31 23:44:09.136450 [ 188 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_141_28} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15811 | 2025.01.31 23:44:09.136523 [ 262 ] {09e3982c-daac-47f4-b25d-6fa8c33fcc4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15812 | 2025.01.31 23:44:09.136855 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 15813 | 2025.01.31 23:44:09.137729 [ 262 ] {09e3982c-daac-47f4-b25d-6fa8c33fcc4e} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15814 | 2025.01.31 23:44:09.138112 [ 262 ] {09e3982c-daac-47f4-b25d-6fa8c33fcc4e} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15815 | 2025.01.31 23:44:09.138461 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.008500887 sec., 284558.54077345104 rows/sec., 21.83 MiB/sec. | ||
| 15816 | 2025.01.31 23:44:09.138614 [ 262 ] {09e3982c-daac-47f4-b25d-6fa8c33fcc4e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.007409 sec., 17276.285598596303 rows/sec., 1.20 MiB/sec. | ||
| 15817 | 2025.01.31 23:44:09.138746 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15818 | 2025.01.31 23:44:09.138755 [ 262 ] {09e3982c-daac-47f4-b25d-6fa8c33fcc4e} <Debug> TCPHandler: Processed in 0.008183067 sec. | ||
| 15819 | 2025.01.31 23:44:09.139006 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15820 | 2025.01.31 23:44:09.139199 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_141_28} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15821 | 2025.01.31 23:44:09.139217 [ 259 ] {60ec8591-f58f-43e6-add6-181d6d717de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15822 | 2025.01.31 23:44:09.139336 [ 259 ] {60ec8591-f58f-43e6-add6-181d6d717de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15823 | 2025.01.31 23:44:09.139369 [ 199 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_141_28} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15824 | 2025.01.31 23:44:09.139568 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 15825 | 2025.01.31 23:44:09.140038 [ 259 ] {60ec8591-f58f-43e6-add6-181d6d717de7} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15826 | 2025.01.31 23:44:09.140083 [ 259 ] {60ec8591-f58f-43e6-add6-181d6d717de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15827 | 2025.01.31 23:44:09.140497 [ 259 ] {60ec8591-f58f-43e6-add6-181d6d717de7} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15828 | 2025.01.31 23:44:09.140749 [ 259 ] {60ec8591-f58f-43e6-add6-181d6d717de7} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15829 | 2025.01.31 23:44:09.140939 [ 112 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15830 | 2025.01.31 23:44:09.140997 [ 112 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15831 | 2025.01.31 23:44:09.141002 [ 259 ] {60ec8591-f58f-43e6-add6-181d6d717de7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001844 sec., 26030.368763557486 rows/sec., 1.75 MiB/sec. | ||
| 15832 | 2025.01.31 23:44:09.141034 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15833 | 2025.01.31 23:44:09.141184 [ 259 ] {60ec8591-f58f-43e6-add6-181d6d717de7} <Debug> TCPHandler: Processed in 0.002285652 sec. | ||
| 15834 | 2025.01.31 23:44:09.141291 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15835 | 2025.01.31 23:44:09.141433 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15836 | 2025.01.31 23:44:09.141470 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15837 | 2025.01.31 23:44:09.141584 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15838 | 2025.01.31 23:44:09.141784 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15839 | 2025.01.31 23:44:09.141981 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15840 | 2025.01.31 23:44:09.142151 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15841 | 2025.01.31 23:44:09.142263 [ 193 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 15842 | 2025.01.31 23:44:09.144970 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8568 rows, containing 4 columns (4 merged, 0 gathered) in 0.00381034 sec., 2248618.233543463 rows/sec., 146.53 MiB/sec. | ||
| 15843 | 2025.01.31 23:44:09.145160 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15844 | 2025.01.31 23:44:09.145477 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_141_28} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15845 | 2025.01.31 23:44:09.145569 [ 191 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_141_28} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15846 | 2025.01.31 23:44:09.145657 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 15847 | 2025.01.31 23:44:10.985411 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003 | ||
| 15848 | 2025.01.31 23:44:10.986043 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15849 | 2025.01.31 23:44:10.986099 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15850 | 2025.01.31 23:44:10.986656 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15851 | 2025.01.31 23:44:10.986921 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15852 | 2025.01.31 23:44:10.987169 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003 | ||
| 15853 | 2025.01.31 23:44:13.793141 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 626 | ||
| 15854 | 2025.01.31 23:44:13.816618 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15855 | 2025.01.31 23:44:13.816667 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15856 | 2025.01.31 23:44:13.824359 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15857 | 2025.01.31 23:44:13.825171 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15858 | 2025.01.31 23:44:13.828036 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 15859 | 2025.01.31 23:44:14.125110 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15860 | 2025.01.31 23:44:14.125336 [ 262 ] {ecbfd894-6189-48f1-9617-54e8f776fe25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15861 | 2025.01.31 23:44:14.125419 [ 262 ] {ecbfd894-6189-48f1-9617-54e8f776fe25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15862 | 2025.01.31 23:44:14.126354 [ 262 ] {ecbfd894-6189-48f1-9617-54e8f776fe25} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15863 | 2025.01.31 23:44:14.126409 [ 262 ] {ecbfd894-6189-48f1-9617-54e8f776fe25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15864 | 2025.01.31 23:44:14.126881 [ 262 ] {ecbfd894-6189-48f1-9617-54e8f776fe25} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15865 | 2025.01.31 23:44:14.127140 [ 262 ] {ecbfd894-6189-48f1-9617-54e8f776fe25} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15866 | 2025.01.31 23:44:14.127391 [ 262 ] {ecbfd894-6189-48f1-9617-54e8f776fe25} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002107 sec., 26578.073089700996 rows/sec., 2.03 MiB/sec. | ||
| 15867 | 2025.01.31 23:44:14.127463 [ 262 ] {ecbfd894-6189-48f1-9617-54e8f776fe25} <Debug> TCPHandler: Processed in 0.002498869 sec. | ||
| 15868 | 2025.01.31 23:44:14.127730 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15869 | 2025.01.31 23:44:14.127950 [ 259 ] {02eb5ffb-fa67-4079-a191-d1f2349e0eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15870 | 2025.01.31 23:44:14.128032 [ 259 ] {02eb5ffb-fa67-4079-a191-d1f2349e0eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15871 | 2025.01.31 23:44:14.128837 [ 259 ] {02eb5ffb-fa67-4079-a191-d1f2349e0eb7} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15872 | 2025.01.31 23:44:14.128887 [ 259 ] {02eb5ffb-fa67-4079-a191-d1f2349e0eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15873 | 2025.01.31 23:44:14.129349 [ 259 ] {02eb5ffb-fa67-4079-a191-d1f2349e0eb7} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15874 | 2025.01.31 23:44:14.129620 [ 259 ] {02eb5ffb-fa67-4079-a191-d1f2349e0eb7} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15875 | 2025.01.31 23:44:14.129874 [ 259 ] {02eb5ffb-fa67-4079-a191-d1f2349e0eb7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001985 sec., 32241.813602015118 rows/sec., 2.52 MiB/sec. | ||
| 15876 | 2025.01.31 23:44:14.129947 [ 259 ] {02eb5ffb-fa67-4079-a191-d1f2349e0eb7} <Debug> TCPHandler: Processed in 0.002359194 sec. | ||
| 15877 | 2025.01.31 23:44:14.130118 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15878 | 2025.01.31 23:44:14.130263 [ 262 ] {9f291f46-d5a8-45a8-8176-d7c23dc7d9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15879 | 2025.01.31 23:44:14.130330 [ 262 ] {9f291f46-d5a8-45a8-8176-d7c23dc7d9f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15880 | 2025.01.31 23:44:14.131038 [ 262 ] {9f291f46-d5a8-45a8-8176-d7c23dc7d9f0} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15881 | 2025.01.31 23:44:14.131087 [ 262 ] {9f291f46-d5a8-45a8-8176-d7c23dc7d9f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15882 | 2025.01.31 23:44:14.131507 [ 262 ] {9f291f46-d5a8-45a8-8176-d7c23dc7d9f0} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15883 | 2025.01.31 23:44:14.131747 [ 262 ] {9f291f46-d5a8-45a8-8176-d7c23dc7d9f0} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15884 | 2025.01.31 23:44:14.131970 [ 262 ] {9f291f46-d5a8-45a8-8176-d7c23dc7d9f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001743 sec., 91795.75444635686 rows/sec., 6.39 MiB/sec. | ||
| 15885 | 2025.01.31 23:44:14.132029 [ 262 ] {9f291f46-d5a8-45a8-8176-d7c23dc7d9f0} <Debug> TCPHandler: Processed in 0.001983392 sec. | ||
| 15886 | 2025.01.31 23:44:14.132200 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15887 | 2025.01.31 23:44:14.132347 [ 259 ] {d2d4292e-ef72-4258-8e8f-1d3036053c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15888 | 2025.01.31 23:44:14.132412 [ 259 ] {d2d4292e-ef72-4258-8e8f-1d3036053c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15889 | 2025.01.31 23:44:14.133020 [ 259 ] {d2d4292e-ef72-4258-8e8f-1d3036053c3e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15890 | 2025.01.31 23:44:14.133068 [ 259 ] {d2d4292e-ef72-4258-8e8f-1d3036053c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15891 | 2025.01.31 23:44:14.133471 [ 259 ] {d2d4292e-ef72-4258-8e8f-1d3036053c3e} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15892 | 2025.01.31 23:44:14.133734 [ 259 ] {d2d4292e-ef72-4258-8e8f-1d3036053c3e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15893 | 2025.01.31 23:44:14.133936 [ 259 ] {d2d4292e-ef72-4258-8e8f-1d3036053c3e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001624 sec., 36945.812807881775 rows/sec., 2.49 MiB/sec. | ||
| 15894 | 2025.01.31 23:44:14.134034 [ 259 ] {d2d4292e-ef72-4258-8e8f-1d3036053c3e} <Debug> TCPHandler: Processed in 0.00190391 sec. | ||
| 15895 | 2025.01.31 23:44:15.586840 [ 105 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 15896 | 2025.01.31 23:44:15.586904 [ 105 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15897 | 2025.01.31 23:44:15.586926 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15898 | 2025.01.31 23:44:15.587058 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 15899 | 2025.01.31 23:44:15.587301 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15900 | 2025.01.31 23:44:15.587350 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 15901 | 2025.01.31 23:44:15.587447 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 15902 | 2025.01.31 23:44:15.587683 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 15903 | 2025.01.31 23:44:15.587894 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 15904 | 2025.01.31 23:44:15.588142 [ 189 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 15905 | 2025.01.31 23:44:15.589289 [ 194 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.002298732 sec., 115715.96862966192 rows/sec., 8.71 MiB/sec. | ||
| 15906 | 2025.01.31 23:44:15.589506 [ 194 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15907 | 2025.01.31 23:44:15.589869 [ 194 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_60_13} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15908 | 2025.01.31 23:44:15.589974 [ 194 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_60_13} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 15909 | 2025.01.31 23:44:15.590089 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15910 | 2025.01.31 23:44:15.667051 [ 105 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 15911 | 2025.01.31 23:44:15.667086 [ 105 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15912 | 2025.01.31 23:44:15.667104 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15913 | 2025.01.31 23:44:15.667237 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 15914 | 2025.01.31 23:44:15.667504 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15915 | 2025.01.31 23:44:15.667559 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 15916 | 2025.01.31 23:44:15.667680 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 15917 | 2025.01.31 23:44:15.667800 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 15918 | 2025.01.31 23:44:15.667904 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 15919 | 2025.01.31 23:44:15.668010 [ 202 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 15920 | 2025.01.31 23:44:15.669045 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001874039 sec., 402339.54576185445 rows/sec., 28.80 MiB/sec. | ||
| 15921 | 2025.01.31 23:44:15.669278 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15922 | 2025.01.31 23:44:15.669656 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_60_13} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15923 | 2025.01.31 23:44:15.669762 [ 187 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_60_13} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 15924 | 2025.01.31 23:44:15.669881 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 15925 | 2025.01.31 23:44:16.348346 [ 102 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 15926 | 2025.01.31 23:44:16.348420 [ 102 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15927 | 2025.01.31 23:44:16.348447 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15928 | 2025.01.31 23:44:16.348591 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 15929 | 2025.01.31 23:44:16.348856 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15930 | 2025.01.31 23:44:16.348906 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 15931 | 2025.01.31 23:44:16.348983 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 15932 | 2025.01.31 23:44:16.349097 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 15933 | 2025.01.31 23:44:16.349257 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 15934 | 2025.01.31 23:44:16.349341 [ 202 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 15935 | 2025.01.31 23:44:16.350319 [ 201 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.001798066 sec., 200215.1200234029 rows/sec., 10.22 MiB/sec. | ||
| 15936 | 2025.01.31 23:44:16.350579 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15937 | 2025.01.31 23:44:16.351002 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_60_13} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15938 | 2025.01.31 23:44:16.351114 [ 195 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_60_13} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 15939 | 2025.01.31 23:44:16.351230 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 15940 | 2025.01.31 23:44:18.206494 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15941 | 2025.01.31 23:44:18.206563 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15942 | 2025.01.31 23:44:18.488192 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491 | ||
| 15943 | 2025.01.31 23:44:18.488879 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15944 | 2025.01.31 23:44:18.488959 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15945 | 2025.01.31 23:44:18.489491 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15946 | 2025.01.31 23:44:18.489756 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15947 | 2025.01.31 23:44:18.490057 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 15948 | 2025.01.31 23:44:18.719504 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2200 | ||
| 15949 | 2025.01.31 23:44:18.722325 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15950 | 2025.01.31 23:44:18.722386 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15951 | 2025.01.31 23:44:18.723911 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 15952 | 2025.01.31 23:44:18.724236 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15953 | 2025.01.31 23:44:18.725969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2200 | ||
| 15954 | 2025.01.31 23:44:19.131249 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15955 | 2025.01.31 23:44:19.131457 [ 262 ] {8d407c17-1362-4a18-92f8-56337e431ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15956 | 2025.01.31 23:44:19.131531 [ 262 ] {8d407c17-1362-4a18-92f8-56337e431ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15957 | 2025.01.31 23:44:19.132279 [ 262 ] {8d407c17-1362-4a18-92f8-56337e431ecc} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15958 | 2025.01.31 23:44:19.132332 [ 262 ] {8d407c17-1362-4a18-92f8-56337e431ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15959 | 2025.01.31 23:44:19.132768 [ 262 ] {8d407c17-1362-4a18-92f8-56337e431ecc} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15960 | 2025.01.31 23:44:19.133021 [ 262 ] {8d407c17-1362-4a18-92f8-56337e431ecc} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15961 | 2025.01.31 23:44:19.133228 [ 100 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 15962 | 2025.01.31 23:44:19.133260 [ 262 ] {8d407c17-1362-4a18-92f8-56337e431ecc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001857 sec., 7539.041464728056 rows/sec., 542.71 KiB/sec. | ||
| 15963 | 2025.01.31 23:44:19.133309 [ 100 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15964 | 2025.01.31 23:44:19.133385 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15965 | 2025.01.31 23:44:19.133399 [ 262 ] {8d407c17-1362-4a18-92f8-56337e431ecc} <Debug> TCPHandler: Processed in 0.002304242 sec. | ||
| 15966 | 2025.01.31 23:44:19.133537 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 15967 | 2025.01.31 23:44:19.133653 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15968 | 2025.01.31 23:44:19.133708 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15969 | 2025.01.31 23:44:19.133715 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 15970 | 2025.01.31 23:44:19.133967 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 15971 | 2025.01.31 23:44:19.134081 [ 259 ] {4c98e113-1724-4e7c-a8ee-2326a5900d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15972 | 2025.01.31 23:44:19.134286 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 15973 | 2025.01.31 23:44:19.134344 [ 259 ] {4c98e113-1724-4e7c-a8ee-2326a5900d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15974 | 2025.01.31 23:44:19.134666 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 15975 | 2025.01.31 23:44:19.134994 [ 201 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 15976 | 2025.01.31 23:44:19.137248 [ 259 ] {4c98e113-1724-4e7c-a8ee-2326a5900d29} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15977 | 2025.01.31 23:44:19.137358 [ 259 ] {4c98e113-1724-4e7c-a8ee-2326a5900d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15978 | 2025.01.31 23:44:19.137568 [ 195 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004087498 sec., 17125.390642392973 rows/sec., 1.27 MiB/sec. | ||
| 15979 | 2025.01.31 23:44:19.137835 [ 195 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 15980 | 2025.01.31 23:44:19.138182 [ 259 ] {4c98e113-1724-4e7c-a8ee-2326a5900d29} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15981 | 2025.01.31 23:44:19.138369 [ 195 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_61_15} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15982 | 2025.01.31 23:44:19.138516 [ 195 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_61_15} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 15983 | 2025.01.31 23:44:19.138676 [ 259 ] {4c98e113-1724-4e7c-a8ee-2326a5900d29} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15984 | 2025.01.31 23:44:19.138710 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15985 | 2025.01.31 23:44:19.138994 [ 259 ] {4c98e113-1724-4e7c-a8ee-2326a5900d29} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.005046 sec., 55687.67340467697 rows/sec., 4.91 MiB/sec. | ||
| 15986 | 2025.01.31 23:44:19.139084 [ 259 ] {4c98e113-1724-4e7c-a8ee-2326a5900d29} <Debug> TCPHandler: Processed in 0.005544654 sec. | ||
| 15987 | 2025.01.31 23:44:19.139259 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15988 | 2025.01.31 23:44:19.139401 [ 262 ] {a5844ba7-9c0f-4c37-a366-5c61d3d3f1e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15989 | 2025.01.31 23:44:19.139465 [ 262 ] {a5844ba7-9c0f-4c37-a366-5c61d3d3f1e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15990 | 2025.01.31 23:44:19.140206 [ 262 ] {a5844ba7-9c0f-4c37-a366-5c61d3d3f1e0} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15991 | 2025.01.31 23:44:19.140255 [ 262 ] {a5844ba7-9c0f-4c37-a366-5c61d3d3f1e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15992 | 2025.01.31 23:44:19.140622 [ 262 ] {a5844ba7-9c0f-4c37-a366-5c61d3d3f1e0} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15993 | 2025.01.31 23:44:19.140873 [ 262 ] {a5844ba7-9c0f-4c37-a366-5c61d3d3f1e0} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15994 | 2025.01.31 23:44:19.141070 [ 262 ] {a5844ba7-9c0f-4c37-a366-5c61d3d3f1e0} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001702 sec., 27027.027027027027 rows/sec., 1.94 MiB/sec. | ||
| 15995 | 2025.01.31 23:44:19.141126 [ 262 ] {a5844ba7-9c0f-4c37-a366-5c61d3d3f1e0} <Debug> TCPHandler: Processed in 0.001936241 sec. | ||
| 15996 | 2025.01.31 23:44:19.141293 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15997 | 2025.01.31 23:44:19.141484 [ 259 ] {e7f81c5b-b9e9-430d-a637-0450729a800f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15998 | 2025.01.31 23:44:19.141540 [ 259 ] {e7f81c5b-b9e9-430d-a637-0450729a800f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15999 | 2025.01.31 23:44:19.142163 [ 259 ] {e7f81c5b-b9e9-430d-a637-0450729a800f} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16000 | 2025.01.31 23:44:19.142205 [ 259 ] {e7f81c5b-b9e9-430d-a637-0450729a800f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16001 | 2025.01.31 23:44:19.142593 [ 259 ] {e7f81c5b-b9e9-430d-a637-0450729a800f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16002 | 2025.01.31 23:44:19.142837 [ 259 ] {e7f81c5b-b9e9-430d-a637-0450729a800f} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16003 | 2025.01.31 23:44:19.143053 [ 259 ] {e7f81c5b-b9e9-430d-a637-0450729a800f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 611.65 KiB/sec. | ||
| 16004 | 2025.01.31 23:44:19.143112 [ 259 ] {e7f81c5b-b9e9-430d-a637-0450729a800f} <Debug> TCPHandler: Processed in 0.00188328 sec. | ||
| 16005 | 2025.01.31 23:44:19.143274 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16006 | 2025.01.31 23:44:19.143393 [ 262 ] {2f3f9280-0250-4f52-8ce5-6e7404046ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16007 | 2025.01.31 23:44:19.143450 [ 262 ] {2f3f9280-0250-4f52-8ce5-6e7404046ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16008 | 2025.01.31 23:44:19.144021 [ 262 ] {2f3f9280-0250-4f52-8ce5-6e7404046ae3} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16009 | 2025.01.31 23:44:19.144062 [ 262 ] {2f3f9280-0250-4f52-8ce5-6e7404046ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16010 | 2025.01.31 23:44:19.144421 [ 262 ] {2f3f9280-0250-4f52-8ce5-6e7404046ae3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16011 | 2025.01.31 23:44:19.144659 [ 262 ] {2f3f9280-0250-4f52-8ce5-6e7404046ae3} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16012 | 2025.01.31 23:44:19.144824 [ 100 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 16013 | 2025.01.31 23:44:19.144917 [ 100 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16014 | 2025.01.31 23:44:19.144933 [ 262 ] {2f3f9280-0250-4f52-8ce5-6e7404046ae3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001552 sec., 8376.288659793814 rows/sec., 522.26 KiB/sec. | ||
| 16015 | 2025.01.31 23:44:19.144949 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16016 | 2025.01.31 23:44:19.145143 [ 262 ] {2f3f9280-0250-4f52-8ce5-6e7404046ae3} <Debug> TCPHandler: Processed in 0.00192679 sec. | ||
| 16017 | 2025.01.31 23:44:19.145199 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 16018 | 2025.01.31 23:44:19.145349 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16019 | 2025.01.31 23:44:19.145416 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16020 | 2025.01.31 23:44:19.145488 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 16021 | 2025.01.31 23:44:19.145586 [ 259 ] {46cc5b1d-2b7d-4b78-a107-4e41c08a90eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16022 | 2025.01.31 23:44:19.145778 [ 259 ] {46cc5b1d-2b7d-4b78-a107-4e41c08a90eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16023 | 2025.01.31 23:44:19.145798 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 16024 | 2025.01.31 23:44:19.146193 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 16025 | 2025.01.31 23:44:19.146521 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 16026 | 2025.01.31 23:44:19.146886 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 16027 | 2025.01.31 23:44:19.148689 [ 259 ] {46cc5b1d-2b7d-4b78-a107-4e41c08a90eb} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16028 | 2025.01.31 23:44:19.148766 [ 259 ] {46cc5b1d-2b7d-4b78-a107-4e41c08a90eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16029 | 2025.01.31 23:44:19.149492 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004433419 sec., 14661.370829150143 rows/sec., 971.40 KiB/sec. | ||
| 16030 | 2025.01.31 23:44:19.149676 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 16031 | 2025.01.31 23:44:19.149701 [ 259 ] {46cc5b1d-2b7d-4b78-a107-4e41c08a90eb} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16032 | 2025.01.31 23:44:19.150031 [ 259 ] {46cc5b1d-2b7d-4b78-a107-4e41c08a90eb} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16033 | 2025.01.31 23:44:19.150043 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_61_15} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16034 | 2025.01.31 23:44:19.150149 [ 186 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_61_15} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 16035 | 2025.01.31 23:44:19.150377 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16036 | 2025.01.31 23:44:19.150411 [ 259 ] {46cc5b1d-2b7d-4b78-a107-4e41c08a90eb} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00489 sec., 86094.06952965235 rows/sec., 6.15 MiB/sec. | ||
| 16037 | 2025.01.31 23:44:19.150481 [ 219 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 16038 | 2025.01.31 23:44:19.150535 [ 259 ] {46cc5b1d-2b7d-4b78-a107-4e41c08a90eb} <Debug> TCPHandler: Processed in 0.005278806 sec. | ||
| 16039 | 2025.01.31 23:44:19.150547 [ 219 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 16040 | 2025.01.31 23:44:19.150739 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16041 | 2025.01.31 23:44:19.150902 [ 262 ] {46eefff8-82b7-45bd-ab58-6e2a12864e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16042 | 2025.01.31 23:44:19.151002 [ 262 ] {46eefff8-82b7-45bd-ab58-6e2a12864e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16043 | 2025.01.31 23:44:19.152164 [ 262 ] {46eefff8-82b7-45bd-ab58-6e2a12864e83} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16044 | 2025.01.31 23:44:19.152232 [ 262 ] {46eefff8-82b7-45bd-ab58-6e2a12864e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16045 | 2025.01.31 23:44:19.152908 [ 262 ] {46eefff8-82b7-45bd-ab58-6e2a12864e83} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16046 | 2025.01.31 23:44:19.153304 [ 262 ] {46eefff8-82b7-45bd-ab58-6e2a12864e83} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16047 | 2025.01.31 23:44:19.153593 [ 262 ] {46eefff8-82b7-45bd-ab58-6e2a12864e83} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002731 sec., 2196.9974368363237 rows/sec., 114.78 KiB/sec. | ||
| 16048 | 2025.01.31 23:44:19.153726 [ 262 ] {46eefff8-82b7-45bd-ab58-6e2a12864e83} <Debug> TCPHandler: Processed in 0.003077467 sec. | ||
| 16049 | 2025.01.31 23:44:19.153935 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16050 | 2025.01.31 23:44:19.154072 [ 259 ] {58369737-e1cd-4057-b1d6-0eddddf09611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16051 | 2025.01.31 23:44:19.154158 [ 259 ] {58369737-e1cd-4057-b1d6-0eddddf09611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16052 | 2025.01.31 23:44:19.154339 [ 219 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 16053 | 2025.01.31 23:44:19.155786 [ 259 ] {58369737-e1cd-4057-b1d6-0eddddf09611} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16054 | 2025.01.31 23:44:19.155827 [ 259 ] {58369737-e1cd-4057-b1d6-0eddddf09611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16055 | 2025.01.31 23:44:19.156243 [ 259 ] {58369737-e1cd-4057-b1d6-0eddddf09611} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16056 | 2025.01.31 23:44:19.156497 [ 259 ] {58369737-e1cd-4057-b1d6-0eddddf09611} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16057 | 2025.01.31 23:44:19.156641 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_138_28 to all_143_143_0 | ||
| 16058 | 2025.01.31 23:44:19.156686 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16059 | 2025.01.31 23:44:19.156692 [ 259 ] {58369737-e1cd-4057-b1d6-0eddddf09611} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002657 sec., 89198.34399698909 rows/sec., 5.98 MiB/sec. | ||
| 16060 | 2025.01.31 23:44:19.156712 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16061 | 2025.01.31 23:44:19.156820 [ 259 ] {58369737-e1cd-4057-b1d6-0eddddf09611} <Debug> TCPHandler: Processed in 0.002979863 sec. | ||
| 16062 | 2025.01.31 23:44:19.156989 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 16063 | 2025.01.31 23:44:19.157013 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 16064 | 2025.01.31 23:44:19.157043 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 16065 | 2025.01.31 23:44:19.157071 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16066 | 2025.01.31 23:44:19.157493 [ 262 ] {eb0b6e8a-1d53-4a51-a48b-24e769979adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16067 | 2025.01.31 23:44:19.157616 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_143_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16068 | 2025.01.31 23:44:19.157632 [ 262 ] {eb0b6e8a-1d53-4a51-a48b-24e769979adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16069 | 2025.01.31 23:44:19.157737 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_138_28, total 41072 rows starting from the beginning of the part | ||
| 16070 | 2025.01.31 23:44:19.158699 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 16071 | 2025.01.31 23:44:19.159362 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 16072 | 2025.01.31 23:44:19.160002 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 16073 | 2025.01.31 23:44:19.160503 [ 262 ] {eb0b6e8a-1d53-4a51-a48b-24e769979adc} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16074 | 2025.01.31 23:44:19.160614 [ 262 ] {eb0b6e8a-1d53-4a51-a48b-24e769979adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16075 | 2025.01.31 23:44:19.160702 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 16076 | 2025.01.31 23:44:19.161385 [ 186 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 16077 | 2025.01.31 23:44:19.162361 [ 262 ] {eb0b6e8a-1d53-4a51-a48b-24e769979adc} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16078 | 2025.01.31 23:44:19.163084 [ 262 ] {eb0b6e8a-1d53-4a51-a48b-24e769979adc} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16079 | 2025.01.31 23:44:19.163368 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 16080 | 2025.01.31 23:44:19.163887 [ 262 ] {eb0b6e8a-1d53-4a51-a48b-24e769979adc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006533 sec., 153.06903413439463 rows/sec., 10.31 KiB/sec. | ||
| 16081 | 2025.01.31 23:44:19.164333 [ 262 ] {eb0b6e8a-1d53-4a51-a48b-24e769979adc} <Debug> TCPHandler: Processed in 0.007384502 sec. | ||
| 16082 | 2025.01.31 23:44:19.164659 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16083 | 2025.01.31 23:44:19.165456 [ 259 ] {fba43f23-f850-49cf-a761-aa5c381188c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16084 | 2025.01.31 23:44:19.166201 [ 259 ] {fba43f23-f850-49cf-a761-aa5c381188c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16085 | 2025.01.31 23:44:19.169444 [ 259 ] {fba43f23-f850-49cf-a761-aa5c381188c7} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16086 | 2025.01.31 23:44:19.169483 [ 259 ] {fba43f23-f850-49cf-a761-aa5c381188c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16087 | 2025.01.31 23:44:19.170287 [ 259 ] {fba43f23-f850-49cf-a761-aa5c381188c7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16088 | 2025.01.31 23:44:19.170577 [ 259 ] {fba43f23-f850-49cf-a761-aa5c381188c7} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16089 | 2025.01.31 23:44:19.170718 [ 98 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 16090 | 2025.01.31 23:44:19.170763 [ 98 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16091 | 2025.01.31 23:44:19.170791 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16092 | 2025.01.31 23:44:19.170793 [ 259 ] {fba43f23-f850-49cf-a761-aa5c381188c7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00558 sec., 6989.247311827957 rows/sec., 12.52 MiB/sec. | ||
| 16093 | 2025.01.31 23:44:19.171377 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 16094 | 2025.01.31 23:44:19.171548 [ 259 ] {fba43f23-f850-49cf-a761-aa5c381188c7} <Debug> TCPHandler: Processed in 0.007090342 sec. | ||
| 16095 | 2025.01.31 23:44:19.171790 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16096 | 2025.01.31 23:44:19.172099 [ 262 ] {8aef5b5f-ef4d-47c0-8559-9cdb4b40068e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16097 | 2025.01.31 23:44:19.172151 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16098 | 2025.01.31 23:44:19.172210 [ 262 ] {8aef5b5f-ef4d-47c0-8559-9cdb4b40068e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16099 | 2025.01.31 23:44:19.172286 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2079 rows starting from the beginning of the part | ||
| 16100 | 2025.01.31 23:44:19.173336 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 16101 | 2025.01.31 23:44:19.174330 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 16102 | 2025.01.31 23:44:19.174525 [ 262 ] {8aef5b5f-ef4d-47c0-8559-9cdb4b40068e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16103 | 2025.01.31 23:44:19.174659 [ 262 ] {8aef5b5f-ef4d-47c0-8559-9cdb4b40068e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16104 | 2025.01.31 23:44:19.175172 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 16105 | 2025.01.31 23:44:19.175849 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 16106 | 2025.01.31 23:44:19.176061 [ 262 ] {8aef5b5f-ef4d-47c0-8559-9cdb4b40068e} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16107 | 2025.01.31 23:44:19.176575 [ 193 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::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 | ||
| 16108 | 2025.01.31 23:44:19.177126 [ 262 ] {8aef5b5f-ef4d-47c0-8559-9cdb4b40068e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16109 | 2025.01.31 23:44:19.177873 [ 262 ] {8aef5b5f-ef4d-47c0-8559-9cdb4b40068e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005847 sec., 14024.285958611254 rows/sec., 912.09 KiB/sec. | ||
| 16110 | 2025.01.31 23:44:19.177921 [ 225 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 16111 | 2025.01.31 23:44:19.177985 [ 225 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 16112 | 2025.01.31 23:44:19.178104 [ 262 ] {8aef5b5f-ef4d-47c0-8559-9cdb4b40068e} <Debug> TCPHandler: Processed in 0.006440502 sec. | ||
| 16113 | 2025.01.31 23:44:19.179941 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_143_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42720 rows, containing 5 columns (5 merged, 0 gathered) in 0.023145417 sec., 1845721.7685903 rows/sec., 124.63 MiB/sec. | ||
| 16114 | 2025.01.31 23:44:19.180300 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_143_29} <Trace> MergedBlockOutputStream: filled checksums all_1_143_29 (state Temporary) | ||
| 16115 | 2025.01.31 23:44:19.181195 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_143_29 to all_1_143_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16116 | 2025.01.31 23:44:19.181624 [ 191 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_138_28, all_143_143_0] -> all_1_143_29 | ||
| 16117 | 2025.01.31 23:44:19.181838 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 16118 | 2025.01.31 23:44:19.182055 [ 225 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 16119 | 2025.01.31 23:44:19.189263 [ 188 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2274 rows, containing 19 columns (19 merged, 0 gathered) in 0.018300865 sec., 124256.42175929935 rows/sec., 222.66 MiB/sec. | ||
| 16120 | 2025.01.31 23:44:19.191313 [ 198 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 16121 | 2025.01.31 23:44:19.191769 [ 198 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16122 | 2025.01.31 23:44:19.191854 [ 198 ] {05fe31e8-92bd-4f43-ba13-95c4f6098886::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 16123 | 2025.01.31 23:44:19.192009 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.56 MiB. | ||
| 16124 | 2025.01.31 23:44:19.952341 [ 223 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 16125 | 2025.01.31 23:44:19.952399 [ 223 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 16126 | 2025.01.31 23:44:19.954474 [ 223 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 16127 | 2025.01.31 23:44:19.977572 [ 225 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 16128 | 2025.01.31 23:44:19.977629 [ 225 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 16129 | 2025.01.31 23:44:19.979354 [ 225 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 16130 | 2025.01.31 23:44:20.001173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.98 MiB, peak 287.52 MiB, free memory in arenas 0.00 B, will set to 270.78 MiB (RSS), difference: 1.80 MiB | ||
| 16131 | 2025.01.31 23:44:20.230187 [ 221 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||
| 16132 | 2025.01.31 23:44:20.230232 [ 221 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||
| 16133 | 2025.01.31 23:44:20.231929 [ 221 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||
| 16134 | 2025.01.31 23:44:21.329010 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 16135 | 2025.01.31 23:44:21.352926 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16136 | 2025.01.31 23:44:21.352987 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16137 | 2025.01.31 23:44:21.361454 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16138 | 2025.01.31 23:44:21.362493 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16139 | 2025.01.31 23:44:21.368413 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 16140 | 2025.01.31 23:44:24.125765 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16141 | 2025.01.31 23:44:24.125993 [ 262 ] {a3c71e91-ea3a-4f63-8d0b-4124eb3a0477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16142 | 2025.01.31 23:44:24.126076 [ 262 ] {a3c71e91-ea3a-4f63-8d0b-4124eb3a0477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16143 | 2025.01.31 23:44:24.127010 [ 262 ] {a3c71e91-ea3a-4f63-8d0b-4124eb3a0477} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16144 | 2025.01.31 23:44:24.127061 [ 262 ] {a3c71e91-ea3a-4f63-8d0b-4124eb3a0477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16145 | 2025.01.31 23:44:24.127523 [ 262 ] {a3c71e91-ea3a-4f63-8d0b-4124eb3a0477} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16146 | 2025.01.31 23:44:24.127807 [ 262 ] {a3c71e91-ea3a-4f63-8d0b-4124eb3a0477} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16147 | 2025.01.31 23:44:24.128065 [ 262 ] {a3c71e91-ea3a-4f63-8d0b-4124eb3a0477} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00213 sec., 26291.07981220657 rows/sec., 2.01 MiB/sec. | ||
| 16148 | 2025.01.31 23:44:24.128133 [ 262 ] {a3c71e91-ea3a-4f63-8d0b-4124eb3a0477} <Debug> TCPHandler: Processed in 0.002520369 sec. | ||
| 16149 | 2025.01.31 23:44:24.128427 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16150 | 2025.01.31 23:44:24.128630 [ 259 ] {2272e0d7-46d1-4fde-b92a-58f514c46754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16151 | 2025.01.31 23:44:24.128720 [ 259 ] {2272e0d7-46d1-4fde-b92a-58f514c46754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16152 | 2025.01.31 23:44:24.129794 [ 259 ] {2272e0d7-46d1-4fde-b92a-58f514c46754} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16153 | 2025.01.31 23:44:24.129854 [ 259 ] {2272e0d7-46d1-4fde-b92a-58f514c46754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16154 | 2025.01.31 23:44:24.130459 [ 259 ] {2272e0d7-46d1-4fde-b92a-58f514c46754} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16155 | 2025.01.31 23:44:24.130811 [ 259 ] {2272e0d7-46d1-4fde-b92a-58f514c46754} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16156 | 2025.01.31 23:44:24.131081 [ 259 ] {2272e0d7-46d1-4fde-b92a-58f514c46754} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002499 sec., 25610.244097639057 rows/sec., 2.00 MiB/sec. | ||
| 16157 | 2025.01.31 23:44:24.131172 [ 259 ] {2272e0d7-46d1-4fde-b92a-58f514c46754} <Debug> TCPHandler: Processed in 0.002889421 sec. | ||
| 16158 | 2025.01.31 23:44:24.131438 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16159 | 2025.01.31 23:44:24.131786 [ 262 ] {30496f59-ffdf-42f6-a052-a23a2d130c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16160 | 2025.01.31 23:44:24.131978 [ 262 ] {30496f59-ffdf-42f6-a052-a23a2d130c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16161 | 2025.01.31 23:44:24.132896 [ 262 ] {30496f59-ffdf-42f6-a052-a23a2d130c65} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16162 | 2025.01.31 23:44:24.132947 [ 262 ] {30496f59-ffdf-42f6-a052-a23a2d130c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16163 | 2025.01.31 23:44:24.133481 [ 262 ] {30496f59-ffdf-42f6-a052-a23a2d130c65} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16164 | 2025.01.31 23:44:24.133803 [ 262 ] {30496f59-ffdf-42f6-a052-a23a2d130c65} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16165 | 2025.01.31 23:44:24.134020 [ 262 ] {30496f59-ffdf-42f6-a052-a23a2d130c65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00236 sec., 67796.61016949153 rows/sec., 4.72 MiB/sec. | ||
| 16166 | 2025.01.31 23:44:24.134100 [ 262 ] {30496f59-ffdf-42f6-a052-a23a2d130c65} <Debug> TCPHandler: Processed in 0.002775207 sec. | ||
| 16167 | 2025.01.31 23:44:24.134573 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16168 | 2025.01.31 23:44:24.134908 [ 259 ] {7b66f7ee-3cf1-4569-9d75-4d5930071d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16169 | 2025.01.31 23:44:24.135048 [ 259 ] {7b66f7ee-3cf1-4569-9d75-4d5930071d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16170 | 2025.01.31 23:44:24.136029 [ 259 ] {7b66f7ee-3cf1-4569-9d75-4d5930071d2b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16171 | 2025.01.31 23:44:24.136109 [ 259 ] {7b66f7ee-3cf1-4569-9d75-4d5930071d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16172 | 2025.01.31 23:44:24.136732 [ 259 ] {7b66f7ee-3cf1-4569-9d75-4d5930071d2b} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16173 | 2025.01.31 23:44:24.137118 [ 259 ] {7b66f7ee-3cf1-4569-9d75-4d5930071d2b} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16174 | 2025.01.31 23:44:24.137416 [ 259 ] {7b66f7ee-3cf1-4569-9d75-4d5930071d2b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002612 sec., 22970.903522205204 rows/sec., 1.55 MiB/sec. | ||
| 16175 | 2025.01.31 23:44:24.137564 [ 259 ] {7b66f7ee-3cf1-4569-9d75-4d5930071d2b} <Debug> TCPHandler: Processed in 0.003090957 sec. | ||
| 16176 | 2025.01.31 23:44:25.991109 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918 | ||
| 16177 | 2025.01.31 23:44:25.991785 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16178 | 2025.01.31 23:44:25.991838 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16179 | 2025.01.31 23:44:25.992394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16180 | 2025.01.31 23:44:25.992672 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16181 | 2025.01.31 23:44:25.992923 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918 | ||
| 16182 | 2025.01.31 23:44:25.993021 [ 222 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 16183 | 2025.01.31 23:44:25.993074 [ 222 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 16184 | 2025.01.31 23:44:25.995281 [ 222 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): 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] | ||
| 16185 | 2025.01.31 23:44:27.916905 [ 221 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 16186 | 2025.01.31 23:44:27.917015 [ 221 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 16187 | 2025.01.31 23:44:27.919265 [ 221 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): 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] | ||
| 16188 | 2025.01.31 23:44:28.000227 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.78 MiB, peak 287.52 MiB, free memory in arenas 0.00 B, will set to 270.78 MiB (RSS), difference: 4.00 MiB | ||
| 16189 | 2025.01.31 23:44:28.726982 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2230 | ||
| 16190 | 2025.01.31 23:44:28.730060 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16191 | 2025.01.31 23:44:28.730109 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16192 | 2025.01.31 23:44:28.731661 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16193 | 2025.01.31 23:44:28.731981 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16194 | 2025.01.31 23:44:28.734486 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2230 | ||
| 16195 | 2025.01.31 23:44:28.869409 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 16196 | 2025.01.31 23:44:28.893453 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16197 | 2025.01.31 23:44:28.893525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16198 | 2025.01.31 23:44:28.901270 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16199 | 2025.01.31 23:44:28.902257 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16200 | 2025.01.31 23:44:28.906330 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 16201 | 2025.01.31 23:44:29.130984 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16202 | 2025.01.31 23:44:29.131199 [ 262 ] {5103ac0b-3849-44b6-b5ce-488a4e6c61bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16203 | 2025.01.31 23:44:29.131279 [ 262 ] {5103ac0b-3849-44b6-b5ce-488a4e6c61bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16204 | 2025.01.31 23:44:29.132077 [ 262 ] {5103ac0b-3849-44b6-b5ce-488a4e6c61bd} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16205 | 2025.01.31 23:44:29.132127 [ 262 ] {5103ac0b-3849-44b6-b5ce-488a4e6c61bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16206 | 2025.01.31 23:44:29.132558 [ 262 ] {5103ac0b-3849-44b6-b5ce-488a4e6c61bd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16207 | 2025.01.31 23:44:29.132819 [ 262 ] {5103ac0b-3849-44b6-b5ce-488a4e6c61bd} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16208 | 2025.01.31 23:44:29.133058 [ 262 ] {5103ac0b-3849-44b6-b5ce-488a4e6c61bd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001912 sec., 7322.175732217573 rows/sec., 527.10 KiB/sec. | ||
| 16209 | 2025.01.31 23:44:29.133164 [ 262 ] {5103ac0b-3849-44b6-b5ce-488a4e6c61bd} <Debug> TCPHandler: Processed in 0.002317453 sec. | ||
| 16210 | 2025.01.31 23:44:29.133462 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16211 | 2025.01.31 23:44:29.133656 [ 259 ] {b02810f0-c8ca-46c9-b207-3c23c139c1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16212 | 2025.01.31 23:44:29.133733 [ 259 ] {b02810f0-c8ca-46c9-b207-3c23c139c1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16213 | 2025.01.31 23:44:29.134736 [ 259 ] {b02810f0-c8ca-46c9-b207-3c23c139c1c7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16214 | 2025.01.31 23:44:29.134784 [ 259 ] {b02810f0-c8ca-46c9-b207-3c23c139c1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16215 | 2025.01.31 23:44:29.135258 [ 259 ] {b02810f0-c8ca-46c9-b207-3c23c139c1c7} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16216 | 2025.01.31 23:44:29.135526 [ 259 ] {b02810f0-c8ca-46c9-b207-3c23c139c1c7} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16217 | 2025.01.31 23:44:29.135765 [ 259 ] {b02810f0-c8ca-46c9-b207-3c23c139c1c7} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002167 sec., 129672.35809875403 rows/sec., 11.44 MiB/sec. | ||
| 16218 | 2025.01.31 23:44:29.135833 [ 259 ] {b02810f0-c8ca-46c9-b207-3c23c139c1c7} <Debug> TCPHandler: Processed in 0.002512068 sec. | ||
| 16219 | 2025.01.31 23:44:29.136000 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16220 | 2025.01.31 23:44:29.136131 [ 262 ] {cffbf5e6-ca33-45c2-ac79-144dc298ac86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16221 | 2025.01.31 23:44:29.136185 [ 262 ] {cffbf5e6-ca33-45c2-ac79-144dc298ac86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16222 | 2025.01.31 23:44:29.136836 [ 262 ] {cffbf5e6-ca33-45c2-ac79-144dc298ac86} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16223 | 2025.01.31 23:44:29.136877 [ 262 ] {cffbf5e6-ca33-45c2-ac79-144dc298ac86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16224 | 2025.01.31 23:44:29.137256 [ 262 ] {cffbf5e6-ca33-45c2-ac79-144dc298ac86} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16225 | 2025.01.31 23:44:29.137496 [ 262 ] {cffbf5e6-ca33-45c2-ac79-144dc298ac86} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16226 | 2025.01.31 23:44:29.137712 [ 262 ] {cffbf5e6-ca33-45c2-ac79-144dc298ac86} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001612 sec., 28535.980148883376 rows/sec., 2.05 MiB/sec. | ||
| 16227 | 2025.01.31 23:44:29.137774 [ 262 ] {cffbf5e6-ca33-45c2-ac79-144dc298ac86} <Debug> TCPHandler: Processed in 0.001836087 sec. | ||
| 16228 | 2025.01.31 23:44:29.137947 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16229 | 2025.01.31 23:44:29.138095 [ 259 ] {9578a741-33c4-4297-858d-3befb6021afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16230 | 2025.01.31 23:44:29.138156 [ 259 ] {9578a741-33c4-4297-858d-3befb6021afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16231 | 2025.01.31 23:44:29.138829 [ 259 ] {9578a741-33c4-4297-858d-3befb6021afe} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16232 | 2025.01.31 23:44:29.138870 [ 259 ] {9578a741-33c4-4297-858d-3befb6021afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16233 | 2025.01.31 23:44:29.139257 [ 259 ] {9578a741-33c4-4297-858d-3befb6021afe} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16234 | 2025.01.31 23:44:29.139512 [ 259 ] {9578a741-33c4-4297-858d-3befb6021afe} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16235 | 2025.01.31 23:44:29.139731 [ 259 ] {9578a741-33c4-4297-858d-3befb6021afe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001674 sec., 8363.201911589009 rows/sec., 585.70 KiB/sec. | ||
| 16236 | 2025.01.31 23:44:29.139792 [ 259 ] {9578a741-33c4-4297-858d-3befb6021afe} <Debug> TCPHandler: Processed in 0.00191518 sec. | ||
| 16237 | 2025.01.31 23:44:29.139952 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16238 | 2025.01.31 23:44:29.140093 [ 262 ] {a8dced39-b75f-4337-abb1-7c87e5620f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16239 | 2025.01.31 23:44:29.140153 [ 262 ] {a8dced39-b75f-4337-abb1-7c87e5620f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16240 | 2025.01.31 23:44:29.140796 [ 262 ] {a8dced39-b75f-4337-abb1-7c87e5620f65} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16241 | 2025.01.31 23:44:29.140836 [ 262 ] {a8dced39-b75f-4337-abb1-7c87e5620f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16242 | 2025.01.31 23:44:29.141194 [ 262 ] {a8dced39-b75f-4337-abb1-7c87e5620f65} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16243 | 2025.01.31 23:44:29.141431 [ 262 ] {a8dced39-b75f-4337-abb1-7c87e5620f65} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16244 | 2025.01.31 23:44:29.141669 [ 262 ] {a8dced39-b75f-4337-abb1-7c87e5620f65} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec. | ||
| 16245 | 2025.01.31 23:44:29.141761 [ 262 ] {a8dced39-b75f-4337-abb1-7c87e5620f65} <Debug> TCPHandler: Processed in 0.001872999 sec. | ||
| 16246 | 2025.01.31 23:44:29.141983 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16247 | 2025.01.31 23:44:29.142129 [ 259 ] {5f1e3e53-86ad-4375-ac6c-9615e8da4bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16248 | 2025.01.31 23:44:29.142185 [ 259 ] {5f1e3e53-86ad-4375-ac6c-9615e8da4bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16249 | 2025.01.31 23:44:29.142989 [ 259 ] {5f1e3e53-86ad-4375-ac6c-9615e8da4bb3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16250 | 2025.01.31 23:44:29.143028 [ 259 ] {5f1e3e53-86ad-4375-ac6c-9615e8da4bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16251 | 2025.01.31 23:44:29.143437 [ 259 ] {5f1e3e53-86ad-4375-ac6c-9615e8da4bb3} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16252 | 2025.01.31 23:44:29.143689 [ 259 ] {5f1e3e53-86ad-4375-ac6c-9615e8da4bb3} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16253 | 2025.01.31 23:44:29.143901 [ 259 ] {5f1e3e53-86ad-4375-ac6c-9615e8da4bb3} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001804 sec., 233370.28824833702 rows/sec., 16.68 MiB/sec. | ||
| 16254 | 2025.01.31 23:44:29.143957 [ 259 ] {5f1e3e53-86ad-4375-ac6c-9615e8da4bb3} <Debug> TCPHandler: Processed in 0.002087586 sec. | ||
| 16255 | 2025.01.31 23:44:29.144128 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16256 | 2025.01.31 23:44:29.144273 [ 262 ] {557353ae-e68f-4fea-ba3b-f72c524b684a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16257 | 2025.01.31 23:44:29.144334 [ 262 ] {557353ae-e68f-4fea-ba3b-f72c524b684a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16258 | 2025.01.31 23:44:29.144854 [ 262 ] {557353ae-e68f-4fea-ba3b-f72c524b684a} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16259 | 2025.01.31 23:44:29.144892 [ 262 ] {557353ae-e68f-4fea-ba3b-f72c524b684a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16260 | 2025.01.31 23:44:29.145261 [ 262 ] {557353ae-e68f-4fea-ba3b-f72c524b684a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16261 | 2025.01.31 23:44:29.145495 [ 262 ] {557353ae-e68f-4fea-ba3b-f72c524b684a} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16262 | 2025.01.31 23:44:29.145721 [ 262 ] {557353ae-e68f-4fea-ba3b-f72c524b684a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 16263 | 2025.01.31 23:44:29.145800 [ 262 ] {557353ae-e68f-4fea-ba3b-f72c524b684a} <Debug> TCPHandler: Processed in 0.001741825 sec. | ||
| 16264 | 2025.01.31 23:44:29.146057 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16265 | 2025.01.31 23:44:29.146212 [ 259 ] {b3692a73-aa5c-4711-ac16-97f4bb2a5846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16266 | 2025.01.31 23:44:29.146275 [ 259 ] {b3692a73-aa5c-4711-ac16-97f4bb2a5846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16267 | 2025.01.31 23:44:29.146905 [ 259 ] {b3692a73-aa5c-4711-ac16-97f4bb2a5846} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16268 | 2025.01.31 23:44:29.146944 [ 259 ] {b3692a73-aa5c-4711-ac16-97f4bb2a5846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16269 | 2025.01.31 23:44:29.147350 [ 259 ] {b3692a73-aa5c-4711-ac16-97f4bb2a5846} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16270 | 2025.01.31 23:44:29.147599 [ 259 ] {b3692a73-aa5c-4711-ac16-97f4bb2a5846} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16271 | 2025.01.31 23:44:29.147810 [ 259 ] {b3692a73-aa5c-4711-ac16-97f4bb2a5846} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001632 sec., 145220.58823529413 rows/sec., 9.73 MiB/sec. | ||
| 16272 | 2025.01.31 23:44:29.147866 [ 259 ] {b3692a73-aa5c-4711-ac16-97f4bb2a5846} <Debug> TCPHandler: Processed in 0.001974952 sec. | ||
| 16273 | 2025.01.31 23:44:29.148028 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16274 | 2025.01.31 23:44:29.148167 [ 262 ] {6e89bdf2-9781-40fd-8291-3dddbdf8ca3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16275 | 2025.01.31 23:44:29.148227 [ 262 ] {6e89bdf2-9781-40fd-8291-3dddbdf8ca3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16276 | 2025.01.31 23:44:29.148741 [ 262 ] {6e89bdf2-9781-40fd-8291-3dddbdf8ca3c} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16277 | 2025.01.31 23:44:29.148780 [ 262 ] {6e89bdf2-9781-40fd-8291-3dddbdf8ca3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16278 | 2025.01.31 23:44:29.149142 [ 262 ] {6e89bdf2-9781-40fd-8291-3dddbdf8ca3c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16279 | 2025.01.31 23:44:29.149388 [ 262 ] {6e89bdf2-9781-40fd-8291-3dddbdf8ca3c} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16280 | 2025.01.31 23:44:29.149616 [ 262 ] {6e89bdf2-9781-40fd-8291-3dddbdf8ca3c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 45.59 KiB/sec. | ||
| 16281 | 2025.01.31 23:44:29.149683 [ 262 ] {6e89bdf2-9781-40fd-8291-3dddbdf8ca3c} <Debug> TCPHandler: Processed in 0.001724074 sec. | ||
| 16282 | 2025.01.31 23:44:29.149862 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16283 | 2025.01.31 23:44:29.150000 [ 259 ] {9e7adf5b-80e5-4a5b-b6a2-2baad42f1805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16284 | 2025.01.31 23:44:29.150083 [ 259 ] {9e7adf5b-80e5-4a5b-b6a2-2baad42f1805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16285 | 2025.01.31 23:44:29.151317 [ 259 ] {9e7adf5b-80e5-4a5b-b6a2-2baad42f1805} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16286 | 2025.01.31 23:44:29.151357 [ 259 ] {9e7adf5b-80e5-4a5b-b6a2-2baad42f1805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16287 | 2025.01.31 23:44:29.152069 [ 259 ] {9e7adf5b-80e5-4a5b-b6a2-2baad42f1805} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16288 | 2025.01.31 23:44:29.152332 [ 259 ] {9e7adf5b-80e5-4a5b-b6a2-2baad42f1805} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16289 | 2025.01.31 23:44:29.152582 [ 259 ] {9e7adf5b-80e5-4a5b-b6a2-2baad42f1805} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002607 sec., 14959.723820483314 rows/sec., 26.81 MiB/sec. | ||
| 16290 | 2025.01.31 23:44:29.152693 [ 259 ] {9e7adf5b-80e5-4a5b-b6a2-2baad42f1805} <Debug> TCPHandler: Processed in 0.002902002 sec. | ||
| 16291 | 2025.01.31 23:44:29.152886 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16292 | 2025.01.31 23:44:29.153025 [ 262 ] {ba70774e-b0fd-451e-8bc9-a6a483fc599f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16293 | 2025.01.31 23:44:29.153086 [ 262 ] {ba70774e-b0fd-451e-8bc9-a6a483fc599f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16294 | 2025.01.31 23:44:29.153650 [ 262 ] {ba70774e-b0fd-451e-8bc9-a6a483fc599f} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16295 | 2025.01.31 23:44:29.153690 [ 262 ] {ba70774e-b0fd-451e-8bc9-a6a483fc599f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16296 | 2025.01.31 23:44:29.154059 [ 262 ] {ba70774e-b0fd-451e-8bc9-a6a483fc599f} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16297 | 2025.01.31 23:44:29.154303 [ 262 ] {ba70774e-b0fd-451e-8bc9-a6a483fc599f} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16298 | 2025.01.31 23:44:29.154523 [ 262 ] {ba70774e-b0fd-451e-8bc9-a6a483fc599f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001528 sec., 53664.92146596858 rows/sec., 3.41 MiB/sec. | ||
| 16299 | 2025.01.31 23:44:29.154574 [ 262 ] {ba70774e-b0fd-451e-8bc9-a6a483fc599f} <Debug> TCPHandler: Processed in 0.001760365 sec. | ||
| 16300 | 2025.01.31 23:44:30.526714 [ 222 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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] | ||
| 16301 | 2025.01.31 23:44:30.526770 [ 222 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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] | ||
| 16302 | 2025.01.31 23:44:30.528666 [ 222 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): 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] | ||
| 16303 | 2025.01.31 23:44:33.206601 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16304 | 2025.01.31 23:44:33.206665 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16305 | 2025.01.31 23:44:33.493960 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406 | ||
| 16306 | 2025.01.31 23:44:33.494663 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16307 | 2025.01.31 23:44:33.494718 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16308 | 2025.01.31 23:44:33.495276 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16309 | 2025.01.31 23:44:33.495536 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16310 | 2025.01.31 23:44:33.495724 [ 95 ] {} <Debug> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16311 | 2025.01.31 23:44:33.495745 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 16312 | 2025.01.31 23:44:33.495781 [ 95 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16313 | 2025.01.31 23:44:33.495810 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16314 | 2025.01.31 23:44:33.495953 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::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 | ||
| 16315 | 2025.01.31 23:44:33.496250 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16316 | 2025.01.31 23:44:33.496357 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part | ||
| 16317 | 2025.01.31 23:44:33.496692 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part | ||
| 16318 | 2025.01.31 23:44:33.497007 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part | ||
| 16319 | 2025.01.31 23:44:33.497234 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part | ||
| 16320 | 2025.01.31 23:44:33.497355 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part | ||
| 16321 | 2025.01.31 23:44:33.497608 [ 199 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part | ||
| 16322 | 2025.01.31 23:44:33.500665 [ 188 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004793121 sec., 8221365.5778771285 rows/sec., 117.61 MiB/sec. | ||
| 16323 | 2025.01.31 23:44:33.501095 [ 188 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16324 | 2025.01.31 23:44:33.501424 [ 188 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_86_17} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16325 | 2025.01.31 23:44:33.501511 [ 188 ] {7e0f5879-8509-493b-8239-89dc5c321c7f::all_1_86_17} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16326 | 2025.01.31 23:44:33.501623 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 16327 | 2025.01.31 23:44:34.125528 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16328 | 2025.01.31 23:44:34.125737 [ 262 ] {4d08398d-498c-4130-a2bd-c82424c42d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16329 | 2025.01.31 23:44:34.125810 [ 262 ] {4d08398d-498c-4130-a2bd-c82424c42d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16330 | 2025.01.31 23:44:34.126597 [ 262 ] {4d08398d-498c-4130-a2bd-c82424c42d05} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16331 | 2025.01.31 23:44:34.126647 [ 262 ] {4d08398d-498c-4130-a2bd-c82424c42d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16332 | 2025.01.31 23:44:34.127079 [ 262 ] {4d08398d-498c-4130-a2bd-c82424c42d05} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16333 | 2025.01.31 23:44:34.127341 [ 262 ] {4d08398d-498c-4130-a2bd-c82424c42d05} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16334 | 2025.01.31 23:44:34.127557 [ 95 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16335 | 2025.01.31 23:44:34.127581 [ 262 ] {4d08398d-498c-4130-a2bd-c82424c42d05} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.25 MiB/sec. | ||
| 16336 | 2025.01.31 23:44:34.127640 [ 95 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16337 | 2025.01.31 23:44:34.127722 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16338 | 2025.01.31 23:44:34.127730 [ 262 ] {4d08398d-498c-4130-a2bd-c82424c42d05} <Debug> TCPHandler: Processed in 0.002343344 sec. | ||
| 16339 | 2025.01.31 23:44:34.128120 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16340 | 2025.01.31 23:44:34.128170 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16341 | 2025.01.31 23:44:34.128861 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16342 | 2025.01.31 23:44:34.128888 [ 259 ] {f3ba9b44-43a7-4769-8714-14bd445e4b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16343 | 2025.01.31 23:44:34.128970 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16344 | 2025.01.31 23:44:34.129160 [ 259 ] {f3ba9b44-43a7-4769-8714-14bd445e4b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16345 | 2025.01.31 23:44:34.129443 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16346 | 2025.01.31 23:44:34.130017 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16347 | 2025.01.31 23:44:34.130545 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16348 | 2025.01.31 23:44:34.131042 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16349 | 2025.01.31 23:44:34.131424 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16350 | 2025.01.31 23:44:34.133293 [ 259 ] {f3ba9b44-43a7-4769-8714-14bd445e4b15} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16351 | 2025.01.31 23:44:34.133382 [ 259 ] {f3ba9b44-43a7-4769-8714-14bd445e4b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16352 | 2025.01.31 23:44:34.134350 [ 259 ] {f3ba9b44-43a7-4769-8714-14bd445e4b15} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16353 | 2025.01.31 23:44:34.134928 [ 259 ] {f3ba9b44-43a7-4769-8714-14bd445e4b15} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16354 | 2025.01.31 23:44:34.134937 [ 192 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.007062082 sec., 305858.8104754377 rows/sec., 26.89 MiB/sec. | ||
| 16355 | 2025.01.31 23:44:34.135189 [ 95 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16356 | 2025.01.31 23:44:34.135266 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16357 | 2025.01.31 23:44:34.135285 [ 95 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16358 | 2025.01.31 23:44:34.135346 [ 259 ] {f3ba9b44-43a7-4769-8714-14bd445e4b15} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006733 sec., 9505.421060448536 rows/sec., 759.73 KiB/sec. | ||
| 16359 | 2025.01.31 23:44:34.135372 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16360 | 2025.01.31 23:44:34.135689 [ 259 ] {f3ba9b44-43a7-4769-8714-14bd445e4b15} <Debug> TCPHandler: Processed in 0.007788864 sec. | ||
| 16361 | 2025.01.31 23:44:34.135918 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16362 | 2025.01.31 23:44:34.136028 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16363 | 2025.01.31 23:44:34.136112 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_146_29} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16364 | 2025.01.31 23:44:34.136393 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16365 | 2025.01.31 23:44:34.136396 [ 262 ] {cbc85f0d-5f2e-4b04-b63e-4a8c6835d962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16366 | 2025.01.31 23:44:34.136488 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16367 | 2025.01.31 23:44:34.136485 [ 194 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_146_29} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16368 | 2025.01.31 23:44:34.136585 [ 262 ] {cbc85f0d-5f2e-4b04-b63e-4a8c6835d962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16369 | 2025.01.31 23:44:34.136872 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16370 | 2025.01.31 23:44:34.137030 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 16371 | 2025.01.31 23:44:34.137256 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16372 | 2025.01.31 23:44:34.137595 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16373 | 2025.01.31 23:44:34.137921 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16374 | 2025.01.31 23:44:34.138228 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16375 | 2025.01.31 23:44:34.139855 [ 262 ] {cbc85f0d-5f2e-4b04-b63e-4a8c6835d962} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16376 | 2025.01.31 23:44:34.139922 [ 262 ] {cbc85f0d-5f2e-4b04-b63e-4a8c6835d962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16377 | 2025.01.31 23:44:34.140974 [ 262 ] {cbc85f0d-5f2e-4b04-b63e-4a8c6835d962} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16378 | 2025.01.31 23:44:34.141296 [ 262 ] {cbc85f0d-5f2e-4b04-b63e-4a8c6835d962} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16379 | 2025.01.31 23:44:34.141830 [ 187 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.006272297 sec., 310412.5968524769 rows/sec., 23.75 MiB/sec. | ||
| 16380 | 2025.01.31 23:44:34.141857 [ 262 ] {cbc85f0d-5f2e-4b04-b63e-4a8c6835d962} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005602 sec., 28561.22813280971 rows/sec., 1.99 MiB/sec. | ||
| 16381 | 2025.01.31 23:44:34.141960 [ 262 ] {cbc85f0d-5f2e-4b04-b63e-4a8c6835d962} <Debug> TCPHandler: Processed in 0.006101882 sec. | ||
| 16382 | 2025.01.31 23:44:34.142059 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16383 | 2025.01.31 23:44:34.142141 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16384 | 2025.01.31 23:44:34.142377 [ 259 ] {5b914414-6aee-4760-91b8-6f19f9cf2963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16385 | 2025.01.31 23:44:34.142480 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_146_29} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16386 | 2025.01.31 23:44:34.142483 [ 259 ] {5b914414-6aee-4760-91b8-6f19f9cf2963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16387 | 2025.01.31 23:44:34.142690 [ 189 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_146_29} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16388 | 2025.01.31 23:44:34.142911 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 16389 | 2025.01.31 23:44:34.143364 [ 259 ] {5b914414-6aee-4760-91b8-6f19f9cf2963} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16390 | 2025.01.31 23:44:34.143409 [ 259 ] {5b914414-6aee-4760-91b8-6f19f9cf2963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16391 | 2025.01.31 23:44:34.143799 [ 259 ] {5b914414-6aee-4760-91b8-6f19f9cf2963} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16392 | 2025.01.31 23:44:34.144046 [ 259 ] {5b914414-6aee-4760-91b8-6f19f9cf2963} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16393 | 2025.01.31 23:44:34.144231 [ 95 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16394 | 2025.01.31 23:44:34.144282 [ 259 ] {5b914414-6aee-4760-91b8-6f19f9cf2963} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001977 sec., 30349.013657056144 rows/sec., 2.05 MiB/sec. | ||
| 16395 | 2025.01.31 23:44:34.144292 [ 95 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16396 | 2025.01.31 23:44:34.144369 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16397 | 2025.01.31 23:44:34.144417 [ 259 ] {5b914414-6aee-4760-91b8-6f19f9cf2963} <Debug> TCPHandler: Processed in 0.002352934 sec. | ||
| 16398 | 2025.01.31 23:44:34.144615 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16399 | 2025.01.31 23:44:34.144773 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16400 | 2025.01.31 23:44:34.144878 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16401 | 2025.01.31 23:44:34.145274 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16402 | 2025.01.31 23:44:34.145646 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16403 | 2025.01.31 23:44:34.145985 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16404 | 2025.01.31 23:44:34.146312 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16405 | 2025.01.31 23:44:34.146670 [ 194 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16406 | 2025.01.31 23:44:34.149517 [ 189 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8912 rows, containing 4 columns (4 merged, 0 gathered) in 0.005036028 sec., 1769648.6199044168 rows/sec., 115.34 MiB/sec. | ||
| 16407 | 2025.01.31 23:44:34.149723 [ 202 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16408 | 2025.01.31 23:44:34.150069 [ 202 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_146_29} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16409 | 2025.01.31 23:44:34.150159 [ 202 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_146_29} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16410 | 2025.01.31 23:44:34.150252 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 16411 | 2025.01.31 23:44:34.971341 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16412 | 2025.01.31 23:44:34.971553 [ 262 ] {34abe79a-8b23-49f1-95d0-9900ef57275c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16413 | 2025.01.31 23:44:34.971635 [ 262 ] {34abe79a-8b23-49f1-95d0-9900ef57275c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16414 | 2025.01.31 23:44:34.972394 [ 262 ] {34abe79a-8b23-49f1-95d0-9900ef57275c} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16415 | 2025.01.31 23:44:34.972447 [ 262 ] {34abe79a-8b23-49f1-95d0-9900ef57275c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16416 | 2025.01.31 23:44:34.972888 [ 262 ] {34abe79a-8b23-49f1-95d0-9900ef57275c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16417 | 2025.01.31 23:44:34.973149 [ 262 ] {34abe79a-8b23-49f1-95d0-9900ef57275c} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16418 | 2025.01.31 23:44:34.973353 [ 262 ] {34abe79a-8b23-49f1-95d0-9900ef57275c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001858 sec., 7534.983853606028 rows/sec., 542.42 KiB/sec. | ||
| 16419 | 2025.01.31 23:44:34.973422 [ 262 ] {34abe79a-8b23-49f1-95d0-9900ef57275c} <Debug> TCPHandler: Processed in 0.00222531 sec. | ||
| 16420 | 2025.01.31 23:44:34.973718 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16421 | 2025.01.31 23:44:34.973920 [ 259 ] {4c15ef69-e2a3-4e11-bbfb-b99689bf913a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16422 | 2025.01.31 23:44:34.974000 [ 259 ] {4c15ef69-e2a3-4e11-bbfb-b99689bf913a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16423 | 2025.01.31 23:44:34.974772 [ 259 ] {4c15ef69-e2a3-4e11-bbfb-b99689bf913a} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16424 | 2025.01.31 23:44:34.974830 [ 259 ] {4c15ef69-e2a3-4e11-bbfb-b99689bf913a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16425 | 2025.01.31 23:44:34.975268 [ 259 ] {4c15ef69-e2a3-4e11-bbfb-b99689bf913a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 16426 | 2025.01.31 23:44:34.975527 [ 259 ] {4c15ef69-e2a3-4e11-bbfb-b99689bf913a} <Trace> oximeter.fields_ipaddr (d0e53b81-e1fb-4a85-bce7-0cc047b57e57): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16427 | 2025.01.31 23:44:34.975780 [ 259 ] {4c15ef69-e2a3-4e11-bbfb-b99689bf913a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001914 sec., 1044.9320794148382 rows/sec., 85.21 KiB/sec. | ||
| 16428 | 2025.01.31 23:44:34.975854 [ 259 ] {4c15ef69-e2a3-4e11-bbfb-b99689bf913a} <Debug> TCPHandler: Processed in 0.002274121 sec. | ||
| 16429 | 2025.01.31 23:44:34.976021 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16430 | 2025.01.31 23:44:34.976172 [ 262 ] {246fa2b8-3e4d-489c-8c31-de738488e2b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16431 | 2025.01.31 23:44:34.976234 [ 262 ] {246fa2b8-3e4d-489c-8c31-de738488e2b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16432 | 2025.01.31 23:44:34.977675 [ 262 ] {246fa2b8-3e4d-489c-8c31-de738488e2b4} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16433 | 2025.01.31 23:44:34.977714 [ 262 ] {246fa2b8-3e4d-489c-8c31-de738488e2b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16434 | 2025.01.31 23:44:34.978173 [ 262 ] {246fa2b8-3e4d-489c-8c31-de738488e2b4} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16435 | 2025.01.31 23:44:34.978426 [ 262 ] {246fa2b8-3e4d-489c-8c31-de738488e2b4} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16436 | 2025.01.31 23:44:34.978609 [ 262 ] {246fa2b8-3e4d-489c-8c31-de738488e2b4} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002475 sec., 574545.4545454545 rows/sec., 47.97 MiB/sec. | ||
| 16437 | 2025.01.31 23:44:34.978666 [ 262 ] {246fa2b8-3e4d-489c-8c31-de738488e2b4} <Debug> TCPHandler: Processed in 0.002716005 sec. | ||
| 16438 | 2025.01.31 23:44:34.978855 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16439 | 2025.01.31 23:44:34.979015 [ 259 ] {e54798f0-c085-4e0b-a713-d2bdd9e838c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16440 | 2025.01.31 23:44:34.979080 [ 259 ] {e54798f0-c085-4e0b-a713-d2bdd9e838c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16441 | 2025.01.31 23:44:34.979824 [ 259 ] {e54798f0-c085-4e0b-a713-d2bdd9e838c5} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16442 | 2025.01.31 23:44:34.979868 [ 259 ] {e54798f0-c085-4e0b-a713-d2bdd9e838c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16443 | 2025.01.31 23:44:34.980272 [ 259 ] {e54798f0-c085-4e0b-a713-d2bdd9e838c5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16444 | 2025.01.31 23:44:34.980541 [ 259 ] {e54798f0-c085-4e0b-a713-d2bdd9e838c5} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16445 | 2025.01.31 23:44:34.980792 [ 259 ] {e54798f0-c085-4e0b-a713-d2bdd9e838c5} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001812 sec., 26490.066225165563 rows/sec., 1.90 MiB/sec. | ||
| 16446 | 2025.01.31 23:44:34.980866 [ 259 ] {e54798f0-c085-4e0b-a713-d2bdd9e838c5} <Debug> TCPHandler: Processed in 0.002083596 sec. | ||
| 16447 | 2025.01.31 23:44:34.981073 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16448 | 2025.01.31 23:44:34.981202 [ 262 ] {30f44abf-423d-4654-a732-d49698bb8d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16449 | 2025.01.31 23:44:34.981251 [ 262 ] {30f44abf-423d-4654-a732-d49698bb8d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16450 | 2025.01.31 23:44:34.981919 [ 262 ] {30f44abf-423d-4654-a732-d49698bb8d00} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16451 | 2025.01.31 23:44:34.981956 [ 262 ] {30f44abf-423d-4654-a732-d49698bb8d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16452 | 2025.01.31 23:44:34.982329 [ 262 ] {30f44abf-423d-4654-a732-d49698bb8d00} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16453 | 2025.01.31 23:44:34.982586 [ 262 ] {30f44abf-423d-4654-a732-d49698bb8d00} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16454 | 2025.01.31 23:44:34.982763 [ 262 ] {30f44abf-423d-4654-a732-d49698bb8d00} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001591 sec., 152105.5939660591 rows/sec., 10.31 MiB/sec. | ||
| 16455 | 2025.01.31 23:44:34.982817 [ 262 ] {30f44abf-423d-4654-a732-d49698bb8d00} <Debug> TCPHandler: Processed in 0.001841668 sec. | ||
| 16456 | 2025.01.31 23:44:34.982976 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16457 | 2025.01.31 23:44:34.983100 [ 259 ] {d2508ff3-bb69-497d-8bdb-7df879e7a7ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16458 | 2025.01.31 23:44:34.983155 [ 259 ] {d2508ff3-bb69-497d-8bdb-7df879e7a7ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16459 | 2025.01.31 23:44:34.983767 [ 259 ] {d2508ff3-bb69-497d-8bdb-7df879e7a7ff} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16460 | 2025.01.31 23:44:34.983808 [ 259 ] {d2508ff3-bb69-497d-8bdb-7df879e7a7ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16461 | 2025.01.31 23:44:34.984186 [ 259 ] {d2508ff3-bb69-497d-8bdb-7df879e7a7ff} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16462 | 2025.01.31 23:44:34.984431 [ 259 ] {d2508ff3-bb69-497d-8bdb-7df879e7a7ff} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16463 | 2025.01.31 23:44:34.984678 [ 259 ] {d2508ff3-bb69-497d-8bdb-7df879e7a7ff} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001601 sec., 8119.925046845721 rows/sec., 506.28 KiB/sec. | ||
| 16464 | 2025.01.31 23:44:34.984768 [ 259 ] {d2508ff3-bb69-497d-8bdb-7df879e7a7ff} <Debug> TCPHandler: Processed in 0.001849298 sec. | ||
| 16465 | 2025.01.31 23:44:34.985017 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16466 | 2025.01.31 23:44:34.985182 [ 262 ] {efb137a2-162c-42e4-ae06-28d866e53684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16467 | 2025.01.31 23:44:34.985240 [ 262 ] {efb137a2-162c-42e4-ae06-28d866e53684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16468 | 2025.01.31 23:44:34.986230 [ 262 ] {efb137a2-162c-42e4-ae06-28d866e53684} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16469 | 2025.01.31 23:44:34.986269 [ 262 ] {efb137a2-162c-42e4-ae06-28d866e53684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16470 | 2025.01.31 23:44:34.986664 [ 262 ] {efb137a2-162c-42e4-ae06-28d866e53684} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16471 | 2025.01.31 23:44:34.986908 [ 262 ] {efb137a2-162c-42e4-ae06-28d866e53684} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16472 | 2025.01.31 23:44:34.987081 [ 262 ] {efb137a2-162c-42e4-ae06-28d866e53684} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.001931 sec., 455204.55722423614 rows/sec., 33.00 MiB/sec. | ||
| 16473 | 2025.01.31 23:44:34.987135 [ 262 ] {efb137a2-162c-42e4-ae06-28d866e53684} <Debug> TCPHandler: Processed in 0.002260971 sec. | ||
| 16474 | 2025.01.31 23:44:34.987299 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16475 | 2025.01.31 23:44:34.987421 [ 259 ] {da094007-2d1d-49fa-b3c1-fc603c618532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16476 | 2025.01.31 23:44:34.987474 [ 259 ] {da094007-2d1d-49fa-b3c1-fc603c618532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16477 | 2025.01.31 23:44:34.987963 [ 259 ] {da094007-2d1d-49fa-b3c1-fc603c618532} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16478 | 2025.01.31 23:44:34.988003 [ 259 ] {da094007-2d1d-49fa-b3c1-fc603c618532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16479 | 2025.01.31 23:44:34.988383 [ 259 ] {da094007-2d1d-49fa-b3c1-fc603c618532} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16480 | 2025.01.31 23:44:34.988617 [ 259 ] {da094007-2d1d-49fa-b3c1-fc603c618532} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16481 | 2025.01.31 23:44:34.988864 [ 259 ] {da094007-2d1d-49fa-b3c1-fc603c618532} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 215.00 KiB/sec. | ||
| 16482 | 2025.01.31 23:44:34.988947 [ 259 ] {da094007-2d1d-49fa-b3c1-fc603c618532} <Debug> TCPHandler: Processed in 0.001700203 sec. | ||
| 16483 | 2025.01.31 23:44:34.989152 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16484 | 2025.01.31 23:44:34.989276 [ 262 ] {edb625db-2d74-483d-865f-232c91dbc4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16485 | 2025.01.31 23:44:34.989327 [ 262 ] {edb625db-2d74-483d-865f-232c91dbc4fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16486 | 2025.01.31 23:44:34.990174 [ 262 ] {edb625db-2d74-483d-865f-232c91dbc4fb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16487 | 2025.01.31 23:44:34.990211 [ 262 ] {edb625db-2d74-483d-865f-232c91dbc4fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16488 | 2025.01.31 23:44:34.990648 [ 262 ] {edb625db-2d74-483d-865f-232c91dbc4fb} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16489 | 2025.01.31 23:44:34.990884 [ 262 ] {edb625db-2d74-483d-865f-232c91dbc4fb} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16490 | 2025.01.31 23:44:34.991079 [ 262 ] {edb625db-2d74-483d-865f-232c91dbc4fb} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001823 sec., 524410.3126714207 rows/sec., 34.84 MiB/sec. | ||
| 16491 | 2025.01.31 23:44:34.991177 [ 262 ] {edb625db-2d74-483d-865f-232c91dbc4fb} <Debug> TCPHandler: Processed in 0.002125477 sec. | ||
| 16492 | 2025.01.31 23:44:34.991363 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16493 | 2025.01.31 23:44:34.991566 [ 259 ] {7ed00140-2d2f-4884-8a6c-e009235ba0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16494 | 2025.01.31 23:44:34.991652 [ 259 ] {7ed00140-2d2f-4884-8a6c-e009235ba0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16495 | 2025.01.31 23:44:34.992132 [ 259 ] {7ed00140-2d2f-4884-8a6c-e009235ba0a6} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16496 | 2025.01.31 23:44:34.992170 [ 259 ] {7ed00140-2d2f-4884-8a6c-e009235ba0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16497 | 2025.01.31 23:44:34.992528 [ 259 ] {7ed00140-2d2f-4884-8a6c-e009235ba0a6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16498 | 2025.01.31 23:44:34.992781 [ 259 ] {7ed00140-2d2f-4884-8a6c-e009235ba0a6} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16499 | 2025.01.31 23:44:34.993005 [ 259 ] {7ed00140-2d2f-4884-8a6c-e009235ba0a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec. | ||
| 16500 | 2025.01.31 23:44:34.993058 [ 259 ] {7ed00140-2d2f-4884-8a6c-e009235ba0a6} <Debug> TCPHandler: Processed in 0.001767326 sec. | ||
| 16501 | 2025.01.31 23:44:34.993207 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16502 | 2025.01.31 23:44:34.993325 [ 262 ] {5f024df6-c862-40ee-8d1d-7bae3a8d348b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16503 | 2025.01.31 23:44:34.993407 [ 262 ] {5f024df6-c862-40ee-8d1d-7bae3a8d348b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16504 | 2025.01.31 23:44:34.994638 [ 262 ] {5f024df6-c862-40ee-8d1d-7bae3a8d348b} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16505 | 2025.01.31 23:44:34.994676 [ 262 ] {5f024df6-c862-40ee-8d1d-7bae3a8d348b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16506 | 2025.01.31 23:44:34.995342 [ 262 ] {5f024df6-c862-40ee-8d1d-7bae3a8d348b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16507 | 2025.01.31 23:44:34.995615 [ 262 ] {5f024df6-c862-40ee-8d1d-7bae3a8d348b} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16508 | 2025.01.31 23:44:34.995853 [ 262 ] {5f024df6-c862-40ee-8d1d-7bae3a8d348b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002554 sec., 15270.164447924824 rows/sec., 27.36 MiB/sec. | ||
| 16509 | 2025.01.31 23:44:34.995962 [ 262 ] {5f024df6-c862-40ee-8d1d-7bae3a8d348b} <Debug> TCPHandler: Processed in 0.002813478 sec. | ||
| 16510 | 2025.01.31 23:44:34.996117 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16511 | 2025.01.31 23:44:34.996242 [ 259 ] {3a004e01-e505-4496-8e49-c78a5194964a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16512 | 2025.01.31 23:44:34.996295 [ 259 ] {3a004e01-e505-4496-8e49-c78a5194964a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16513 | 2025.01.31 23:44:34.996791 [ 259 ] {3a004e01-e505-4496-8e49-c78a5194964a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16514 | 2025.01.31 23:44:34.996832 [ 259 ] {3a004e01-e505-4496-8e49-c78a5194964a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16515 | 2025.01.31 23:44:34.997233 [ 259 ] {3a004e01-e505-4496-8e49-c78a5194964a} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16516 | 2025.01.31 23:44:34.997484 [ 259 ] {3a004e01-e505-4496-8e49-c78a5194964a} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16517 | 2025.01.31 23:44:34.997699 [ 259 ] {3a004e01-e505-4496-8e49-c78a5194964a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001482 sec., 22941.970310391363 rows/sec., 1.33 MiB/sec. | ||
| 16518 | 2025.01.31 23:44:34.997760 [ 259 ] {3a004e01-e505-4496-8e49-c78a5194964a} <Debug> TCPHandler: Processed in 0.001701573 sec. | ||
| 16519 | 2025.01.31 23:44:35.001153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.00 MiB, peak 287.52 MiB, free memory in arenas 0.00 B, will set to 270.78 MiB (RSS), difference: -1.22 MiB | ||
| 16520 | 2025.01.31 23:44:36.407293 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 16521 | 2025.01.31 23:44:36.430486 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16522 | 2025.01.31 23:44:36.430541 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16523 | 2025.01.31 23:44:36.438285 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16524 | 2025.01.31 23:44:36.439099 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16525 | 2025.01.31 23:44:36.439425 [ 92 ] {} <Debug> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16526 | 2025.01.31 23:44:36.439504 [ 92 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16527 | 2025.01.31 23:44:36.439553 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16528 | 2025.01.31 23:44:36.440053 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 16529 | 2025.01.31 23:44:36.454067 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 16530 | 2025.01.31 23:44:36.455903 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16531 | 2025.01.31 23:44:36.457199 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 16532 | 2025.01.31 23:44:36.462752 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 16533 | 2025.01.31 23:44:36.468847 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 16534 | 2025.01.31 23:44:36.475493 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 16535 | 2025.01.31 23:44:36.482030 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 16536 | 2025.01.31 23:44:36.488126 [ 195 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::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 | ||
| 16537 | 2025.01.31 23:44:36.556867 [ 189 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.117162652 sec., 5539.307867493474 rows/sec., 28.64 MiB/sec. | ||
| 16538 | 2025.01.31 23:44:36.560381 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16539 | 2025.01.31 23:44:36.563412 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_86_17} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16540 | 2025.01.31 23:44:36.563539 [ 196 ] {ea6d2253-5f36-4d7e-aa47-6b16b9a4166a::all_1_86_17} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16541 | 2025.01.31 23:44:36.565926 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 16542 | 2025.01.31 23:44:37.001178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.86 MiB, peak 289.27 MiB, free memory in arenas 0.00 B, will set to 270.78 MiB (RSS), difference: -1.08 MiB | ||
| 16543 | 2025.01.31 23:44:38.311275 [ 220 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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] | ||
| 16544 | 2025.01.31 23:44:38.311335 [ 220 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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] | ||
| 16545 | 2025.01.31 23:44:38.313375 [ 220 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): 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] | ||
| 16546 | 2025.01.31 23:44:38.735556 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2284 | ||
| 16547 | 2025.01.31 23:44:38.739537 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16548 | 2025.01.31 23:44:38.739583 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16549 | 2025.01.31 23:44:38.741114 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16550 | 2025.01.31 23:44:38.741433 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16551 | 2025.01.31 23:44:38.741963 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2284 | ||
| 16552 | 2025.01.31 23:44:39.124188 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16553 | 2025.01.31 23:44:39.124402 [ 262 ] {b8ecf143-047a-463e-91d5-8dd3bdd5018b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16554 | 2025.01.31 23:44:39.124483 [ 262 ] {b8ecf143-047a-463e-91d5-8dd3bdd5018b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16555 | 2025.01.31 23:44:39.125317 [ 262 ] {b8ecf143-047a-463e-91d5-8dd3bdd5018b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16556 | 2025.01.31 23:44:39.125365 [ 262 ] {b8ecf143-047a-463e-91d5-8dd3bdd5018b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16557 | 2025.01.31 23:44:39.125800 [ 262 ] {b8ecf143-047a-463e-91d5-8dd3bdd5018b} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16558 | 2025.01.31 23:44:39.126056 [ 262 ] {b8ecf143-047a-463e-91d5-8dd3bdd5018b} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:44:39.126286 [ 262 ] {b8ecf143-047a-463e-91d5-8dd3bdd5018b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.20 MiB/sec. | ||
| 16560 | 2025.01.31 23:44:39.126354 [ 262 ] {b8ecf143-047a-463e-91d5-8dd3bdd5018b} <Debug> TCPHandler: Processed in 0.002314462 sec. | ||
| 16561 | 2025.01.31 23:44:39.126608 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16562 | 2025.01.31 23:44:39.126824 [ 259 ] {921d75d0-c827-4df1-a8db-226771fd1d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16563 | 2025.01.31 23:44:39.126900 [ 259 ] {921d75d0-c827-4df1-a8db-226771fd1d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16564 | 2025.01.31 23:44:39.127649 [ 259 ] {921d75d0-c827-4df1-a8db-226771fd1d94} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16565 | 2025.01.31 23:44:39.127692 [ 259 ] {921d75d0-c827-4df1-a8db-226771fd1d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16566 | 2025.01.31 23:44:39.128142 [ 259 ] {921d75d0-c827-4df1-a8db-226771fd1d94} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16567 | 2025.01.31 23:44:39.128401 [ 259 ] {921d75d0-c827-4df1-a8db-226771fd1d94} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16568 | 2025.01.31 23:44:39.128630 [ 259 ] {921d75d0-c827-4df1-a8db-226771fd1d94} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001866 sec., 34297.96355841372 rows/sec., 2.68 MiB/sec. | ||
| 16569 | 2025.01.31 23:44:39.128687 [ 259 ] {921d75d0-c827-4df1-a8db-226771fd1d94} <Debug> TCPHandler: Processed in 0.00221853 sec. | ||
| 16570 | 2025.01.31 23:44:39.128852 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16571 | 2025.01.31 23:44:39.128996 [ 262 ] {e7fb88b3-248b-4d79-806b-3036a8443138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16572 | 2025.01.31 23:44:39.129064 [ 262 ] {e7fb88b3-248b-4d79-806b-3036a8443138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16573 | 2025.01.31 23:44:39.129754 [ 262 ] {e7fb88b3-248b-4d79-806b-3036a8443138} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16574 | 2025.01.31 23:44:39.129802 [ 262 ] {e7fb88b3-248b-4d79-806b-3036a8443138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16575 | 2025.01.31 23:44:39.130214 [ 262 ] {e7fb88b3-248b-4d79-806b-3036a8443138} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16576 | 2025.01.31 23:44:39.130462 [ 262 ] {e7fb88b3-248b-4d79-806b-3036a8443138} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16577 | 2025.01.31 23:44:39.130634 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 5 parts from all_1_143_29 to all_147_147_0 | ||
| 16578 | 2025.01.31 23:44:39.130690 [ 262 ] {e7fb88b3-248b-4d79-806b-3036a8443138} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001722 sec., 74332.1718931475 rows/sec., 5.18 MiB/sec. | ||
| 16579 | 2025.01.31 23:44:39.130730 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16580 | 2025.01.31 23:44:39.130793 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16581 | 2025.01.31 23:44:39.130809 [ 262 ] {e7fb88b3-248b-4d79-806b-3036a8443138} <Debug> TCPHandler: Processed in 0.002020683 sec. | ||
| 16582 | 2025.01.31 23:44:39.131097 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16583 | 2025.01.31 23:44:39.131150 [ 189 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 16584 | 2025.01.31 23:44:39.131187 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 16585 | 2025.01.31 23:44:39.131330 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 16586 | 2025.01.31 23:44:39.131451 [ 259 ] {0d619463-5b49-4bb4-b678-4b121c39ebed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16587 | 2025.01.31 23:44:39.131692 [ 259 ] {0d619463-5b49-4bb4-b678-4b121c39ebed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16588 | 2025.01.31 23:44:39.131696 [ 189 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_147_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16589 | 2025.01.31 23:44:39.131856 [ 189 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_143_29, total 42720 rows starting from the beginning of the part | ||
| 16590 | 2025.01.31 23:44:39.132345 [ 189 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 16591 | 2025.01.31 23:44:39.132798 [ 189 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 16592 | 2025.01.31 23:44:39.133287 [ 189 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 16593 | 2025.01.31 23:44:39.133760 [ 189 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 16594 | 2025.01.31 23:44:39.136151 [ 259 ] {0d619463-5b49-4bb4-b678-4b121c39ebed} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16595 | 2025.01.31 23:44:39.136208 [ 259 ] {0d619463-5b49-4bb4-b678-4b121c39ebed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16596 | 2025.01.31 23:44:39.137957 [ 259 ] {0d619463-5b49-4bb4-b678-4b121c39ebed} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16597 | 2025.01.31 23:44:39.138590 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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] | ||
| 16598 | 2025.01.31 23:44:39.138616 [ 259 ] {0d619463-5b49-4bb4-b678-4b121c39ebed} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16599 | 2025.01.31 23:44:39.139259 [ 259 ] {0d619463-5b49-4bb4-b678-4b121c39ebed} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.007936 sec., 6048.387096774193 rows/sec., 417.40 KiB/sec. | ||
| 16600 | 2025.01.31 23:44:39.139610 [ 259 ] {0d619463-5b49-4bb4-b678-4b121c39ebed} <Debug> TCPHandler: Processed in 0.008664872 sec. | ||
| 16601 | 2025.01.31 23:44:39.144867 [ 200 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_147_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44233 rows, containing 5 columns (5 merged, 0 gathered) in 0.013964919 sec., 3167436.918180478 rows/sec., 213.84 MiB/sec. | ||
| 16602 | 2025.01.31 23:44:39.145338 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_147_30} <Trace> MergedBlockOutputStream: filled checksums all_1_147_30 (state Temporary) | ||
| 16603 | 2025.01.31 23:44:39.145655 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_147_30 to all_1_147_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16604 | 2025.01.31 23:44:39.145735 [ 201 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 5 parts: [all_1_143_29, all_147_147_0] -> all_1_147_30 | ||
| 16605 | 2025.01.31 23:44:39.145814 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 16606 | 2025.01.31 23:44:40.058677 [ 219 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 16607 | 2025.01.31 23:44:40.058754 [ 219 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 16608 | 2025.01.31 23:44:40.060929 [ 219 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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] | ||
| 16609 | 2025.01.31 23:44:40.090024 [ 223 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 16610 | 2025.01.31 23:44:40.090086 [ 223 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 16611 | 2025.01.31 23:44:40.092727 [ 223 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): 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] | ||
| 16612 | 2025.01.31 23:44:40.125414 [ 223 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 16613 | 2025.01.31 23:44:40.125460 [ 223 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 16614 | 2025.01.31 23:44:40.127760 [ 223 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): 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] | ||
| 16615 | 2025.01.31 23:44:40.996772 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39833 | ||
| 16616 | 2025.01.31 23:44:40.997409 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16617 | 2025.01.31 23:44:40.997454 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16618 | 2025.01.31 23:44:40.997993 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16619 | 2025.01.31 23:44:40.998257 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16620 | 2025.01.31 23:44:40.998505 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833 | ||
| 16621 | 2025.01.31 23:44:43.955062 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 16622 | 2025.01.31 23:44:43.980609 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16623 | 2025.01.31 23:44:43.980656 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16624 | 2025.01.31 23:44:43.988329 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16625 | 2025.01.31 23:44:43.989131 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16626 | 2025.01.31 23:44:43.992044 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 16627 | 2025.01.31 23:44:44.124758 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16628 | 2025.01.31 23:44:44.125063 [ 262 ] {d90d59fe-7a46-48c1-a69b-6df8bfb554d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16629 | 2025.01.31 23:44:44.125138 [ 262 ] {d90d59fe-7a46-48c1-a69b-6df8bfb554d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16630 | 2025.01.31 23:44:44.125959 [ 262 ] {d90d59fe-7a46-48c1-a69b-6df8bfb554d8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16631 | 2025.01.31 23:44:44.126008 [ 262 ] {d90d59fe-7a46-48c1-a69b-6df8bfb554d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16632 | 2025.01.31 23:44:44.126468 [ 262 ] {d90d59fe-7a46-48c1-a69b-6df8bfb554d8} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16633 | 2025.01.31 23:44:44.126747 [ 262 ] {d90d59fe-7a46-48c1-a69b-6df8bfb554d8} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16634 | 2025.01.31 23:44:44.127033 [ 262 ] {d90d59fe-7a46-48c1-a69b-6df8bfb554d8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002046 sec., 27370.478983382207 rows/sec., 2.09 MiB/sec. | ||
| 16635 | 2025.01.31 23:44:44.127156 [ 262 ] {d90d59fe-7a46-48c1-a69b-6df8bfb554d8} <Debug> TCPHandler: Processed in 0.002579841 sec. | ||
| 16636 | 2025.01.31 23:44:44.127468 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16637 | 2025.01.31 23:44:44.127870 [ 259 ] {ccd85ac0-acb3-4dcf-a4d1-357437cfc12c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16638 | 2025.01.31 23:44:44.127982 [ 259 ] {ccd85ac0-acb3-4dcf-a4d1-357437cfc12c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16639 | 2025.01.31 23:44:44.128774 [ 259 ] {ccd85ac0-acb3-4dcf-a4d1-357437cfc12c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16640 | 2025.01.31 23:44:44.128826 [ 259 ] {ccd85ac0-acb3-4dcf-a4d1-357437cfc12c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16641 | 2025.01.31 23:44:44.129291 [ 259 ] {ccd85ac0-acb3-4dcf-a4d1-357437cfc12c} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16642 | 2025.01.31 23:44:44.129554 [ 259 ] {ccd85ac0-acb3-4dcf-a4d1-357437cfc12c} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16643 | 2025.01.31 23:44:44.129791 [ 259 ] {ccd85ac0-acb3-4dcf-a4d1-357437cfc12c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00206 sec., 31067.961165048542 rows/sec., 2.42 MiB/sec. | ||
| 16644 | 2025.01.31 23:44:44.129909 [ 259 ] {ccd85ac0-acb3-4dcf-a4d1-357437cfc12c} <Debug> TCPHandler: Processed in 0.002628793 sec. | ||
| 16645 | 2025.01.31 23:44:44.130122 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16646 | 2025.01.31 23:44:44.130436 [ 262 ] {0e542e50-c113-4be9-8206-f01dff5406fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16647 | 2025.01.31 23:44:44.130537 [ 262 ] {0e542e50-c113-4be9-8206-f01dff5406fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16648 | 2025.01.31 23:44:44.131220 [ 262 ] {0e542e50-c113-4be9-8206-f01dff5406fc} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16649 | 2025.01.31 23:44:44.131265 [ 262 ] {0e542e50-c113-4be9-8206-f01dff5406fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16650 | 2025.01.31 23:44:44.131691 [ 262 ] {0e542e50-c113-4be9-8206-f01dff5406fc} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16651 | 2025.01.31 23:44:44.131945 [ 262 ] {0e542e50-c113-4be9-8206-f01dff5406fc} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16652 | 2025.01.31 23:44:44.132169 [ 262 ] {0e542e50-c113-4be9-8206-f01dff5406fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001854 sec., 86299.89212513485 rows/sec., 6.01 MiB/sec. | ||
| 16653 | 2025.01.31 23:44:44.132231 [ 262 ] {0e542e50-c113-4be9-8206-f01dff5406fc} <Debug> TCPHandler: Processed in 0.00222268 sec. | ||
| 16654 | 2025.01.31 23:44:44.132396 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16655 | 2025.01.31 23:44:44.132543 [ 259 ] {fd957718-750d-4551-a346-c2a6f758426e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16656 | 2025.01.31 23:44:44.132609 [ 259 ] {fd957718-750d-4551-a346-c2a6f758426e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16657 | 2025.01.31 23:44:44.133182 [ 259 ] {fd957718-750d-4551-a346-c2a6f758426e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16658 | 2025.01.31 23:44:44.133223 [ 259 ] {fd957718-750d-4551-a346-c2a6f758426e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16659 | 2025.01.31 23:44:44.133621 [ 259 ] {fd957718-750d-4551-a346-c2a6f758426e} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16660 | 2025.01.31 23:44:44.133877 [ 259 ] {fd957718-750d-4551-a346-c2a6f758426e} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16661 | 2025.01.31 23:44:44.134099 [ 259 ] {fd957718-750d-4551-a346-c2a6f758426e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001594 sec., 37641.15432873275 rows/sec., 2.54 MiB/sec. | ||
| 16662 | 2025.01.31 23:44:44.134155 [ 259 ] {fd957718-750d-4551-a346-c2a6f758426e} <Debug> TCPHandler: Processed in 0.001828257 sec. | ||
| 16663 | 2025.01.31 23:44:46.205459 [ 79 ] {} <Debug> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Selected 5 parts from all_1_59_13 to all_63_63_0 | ||
| 16664 | 2025.01.31 23:44:46.205531 [ 79 ] {} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16665 | 2025.01.31 23:44:46.205557 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16666 | 2025.01.31 23:44:46.205784 [ 200 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 16667 | 2025.01.31 23:44:46.206044 [ 200 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_63_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16668 | 2025.01.31 23:44:46.206091 [ 200 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 16669 | 2025.01.31 23:44:46.206174 [ 200 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 16670 | 2025.01.31 23:44:46.206435 [ 200 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 16671 | 2025.01.31 23:44:46.206609 [ 200 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 16672 | 2025.01.31 23:44:46.206706 [ 200 ] {db5e6857-4a45-4b1d-a375-6193d9273960::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 | ||
| 16673 | 2025.01.31 23:44:46.207912 [ 201 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_63_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 63 rows, containing 4 columns (4 merged, 0 gathered) in 0.002253001 sec., 27962.703966842444 rows/sec., 1.84 MiB/sec. | ||
| 16674 | 2025.01.31 23:44:46.208142 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_63_14} <Trace> MergedBlockOutputStream: filled checksums all_1_63_14 (state Temporary) | ||
| 16675 | 2025.01.31 23:44:46.208514 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_63_14} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_merge_all_1_63_14 to all_1_63_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16676 | 2025.01.31 23:44:46.208614 [ 190 ] {db5e6857-4a45-4b1d-a375-6193d9273960::all_1_63_14} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960) (MergerMutator): Merged 5 parts: [all_1_59_13, all_63_63_0] -> all_1_63_14 | ||
| 16677 | 2025.01.31 23:44:46.208718 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16678 | 2025.01.31 23:44:46.942812 [ 221 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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] | ||
| 16679 | 2025.01.31 23:44:46.942863 [ 221 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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] | ||
| 16680 | 2025.01.31 23:44:46.944351 [ 221 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): 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] | ||
| 16681 | 2025.01.31 23:44:47.318494 [ 218 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): 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] | ||
| 16682 | 2025.01.31 23:44:47.318572 [ 218 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): 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] | ||
| 16683 | 2025.01.31 23:44:47.320148 [ 218 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): 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] | ||
| 16684 | 2025.01.31 23:44:48.206913 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16685 | 2025.01.31 23:44:48.206968 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16686 | 2025.01.31 23:44:48.326936 [ 218 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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] | ||
| 16687 | 2025.01.31 23:44:48.327011 [ 218 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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] | ||
| 16688 | 2025.01.31 23:44:48.328715 [ 218 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): 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] | ||
| 16689 | 2025.01.31 23:44:48.499524 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40321 | ||
| 16690 | 2025.01.31 23:44:48.500209 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16691 | 2025.01.31 23:44:48.500264 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16692 | 2025.01.31 23:44:48.500808 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16693 | 2025.01.31 23:44:48.501084 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16694 | 2025.01.31 23:44:48.501322 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 16695 | 2025.01.31 23:44:48.743113 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2300 | ||
| 16696 | 2025.01.31 23:44:48.745855 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16697 | 2025.01.31 23:44:48.745908 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16698 | 2025.01.31 23:44:48.747444 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16699 | 2025.01.31 23:44:48.747768 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16700 | 2025.01.31 23:44:48.749399 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2300 | ||
| 16701 | 2025.01.31 23:44:49.131249 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16702 | 2025.01.31 23:44:49.131579 [ 262 ] {db0c555b-1674-48fa-821f-6ddf299e598f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16703 | 2025.01.31 23:44:49.131706 [ 262 ] {db0c555b-1674-48fa-821f-6ddf299e598f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16704 | 2025.01.31 23:44:49.132653 [ 262 ] {db0c555b-1674-48fa-821f-6ddf299e598f} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16705 | 2025.01.31 23:44:49.132705 [ 262 ] {db0c555b-1674-48fa-821f-6ddf299e598f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16706 | 2025.01.31 23:44:49.133149 [ 262 ] {db0c555b-1674-48fa-821f-6ddf299e598f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16707 | 2025.01.31 23:44:49.133407 [ 262 ] {db0c555b-1674-48fa-821f-6ddf299e598f} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16708 | 2025.01.31 23:44:49.133638 [ 262 ] {db0c555b-1674-48fa-821f-6ddf299e598f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002142 sec., 6535.947712418301 rows/sec., 470.50 KiB/sec. | ||
| 16709 | 2025.01.31 23:44:49.133723 [ 262 ] {db0c555b-1674-48fa-821f-6ddf299e598f} <Debug> TCPHandler: Processed in 0.002778987 sec. | ||
| 16710 | 2025.01.31 23:44:49.134008 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16711 | 2025.01.31 23:44:49.134206 [ 259 ] {9a2b25f7-e9bb-4a88-86b3-8cd5bfe50310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16712 | 2025.01.31 23:44:49.134278 [ 259 ] {9a2b25f7-e9bb-4a88-86b3-8cd5bfe50310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16713 | 2025.01.31 23:44:49.135207 [ 259 ] {9a2b25f7-e9bb-4a88-86b3-8cd5bfe50310} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16714 | 2025.01.31 23:44:49.135257 [ 259 ] {9a2b25f7-e9bb-4a88-86b3-8cd5bfe50310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16715 | 2025.01.31 23:44:49.135735 [ 259 ] {9a2b25f7-e9bb-4a88-86b3-8cd5bfe50310} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16716 | 2025.01.31 23:44:49.136001 [ 259 ] {9a2b25f7-e9bb-4a88-86b3-8cd5bfe50310} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16717 | 2025.01.31 23:44:49.136245 [ 259 ] {9a2b25f7-e9bb-4a88-86b3-8cd5bfe50310} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002095 sec., 134128.87828162292 rows/sec., 11.83 MiB/sec. | ||
| 16718 | 2025.01.31 23:44:49.136306 [ 259 ] {9a2b25f7-e9bb-4a88-86b3-8cd5bfe50310} <Debug> TCPHandler: Processed in 0.002433436 sec. | ||
| 16719 | 2025.01.31 23:44:49.136477 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16720 | 2025.01.31 23:44:49.136630 [ 262 ] {535870ec-d146-4970-80bc-535a9b738d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16721 | 2025.01.31 23:44:49.136692 [ 262 ] {535870ec-d146-4970-80bc-535a9b738d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16722 | 2025.01.31 23:44:49.137379 [ 262 ] {535870ec-d146-4970-80bc-535a9b738d2a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16723 | 2025.01.31 23:44:49.137420 [ 262 ] {535870ec-d146-4970-80bc-535a9b738d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16724 | 2025.01.31 23:44:49.137789 [ 262 ] {535870ec-d146-4970-80bc-535a9b738d2a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16725 | 2025.01.31 23:44:49.138048 [ 262 ] {535870ec-d146-4970-80bc-535a9b738d2a} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16726 | 2025.01.31 23:44:49.138276 [ 262 ] {535870ec-d146-4970-80bc-535a9b738d2a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001683 sec., 27332.144979203804 rows/sec., 1.97 MiB/sec. | ||
| 16727 | 2025.01.31 23:44:49.138334 [ 262 ] {535870ec-d146-4970-80bc-535a9b738d2a} <Debug> TCPHandler: Processed in 0.001927201 sec. | ||
| 16728 | 2025.01.31 23:44:49.138488 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16729 | 2025.01.31 23:44:49.138608 [ 259 ] {cbad56ac-70f8-41cd-9a8e-f5ac67ccf227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16730 | 2025.01.31 23:44:49.138658 [ 259 ] {cbad56ac-70f8-41cd-9a8e-f5ac67ccf227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16731 | 2025.01.31 23:44:49.139254 [ 259 ] {cbad56ac-70f8-41cd-9a8e-f5ac67ccf227} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16732 | 2025.01.31 23:44:49.139293 [ 259 ] {cbad56ac-70f8-41cd-9a8e-f5ac67ccf227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16733 | 2025.01.31 23:44:49.139657 [ 259 ] {cbad56ac-70f8-41cd-9a8e-f5ac67ccf227} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16734 | 2025.01.31 23:44:49.139899 [ 259 ] {cbad56ac-70f8-41cd-9a8e-f5ac67ccf227} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16735 | 2025.01.31 23:44:49.140107 [ 259 ] {cbad56ac-70f8-41cd-9a8e-f5ac67ccf227} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001525 sec., 9180.327868852459 rows/sec., 642.93 KiB/sec. | ||
| 16736 | 2025.01.31 23:44:49.140162 [ 259 ] {cbad56ac-70f8-41cd-9a8e-f5ac67ccf227} <Debug> TCPHandler: Processed in 0.001731224 sec. | ||
| 16737 | 2025.01.31 23:44:49.140330 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16738 | 2025.01.31 23:44:49.140473 [ 262 ] {d4e5a65a-9651-4ded-bc8c-93d2273c754b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16739 | 2025.01.31 23:44:49.140531 [ 262 ] {d4e5a65a-9651-4ded-bc8c-93d2273c754b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16740 | 2025.01.31 23:44:49.141243 [ 262 ] {d4e5a65a-9651-4ded-bc8c-93d2273c754b} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16741 | 2025.01.31 23:44:49.141289 [ 262 ] {d4e5a65a-9651-4ded-bc8c-93d2273c754b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16742 | 2025.01.31 23:44:49.141680 [ 262 ] {d4e5a65a-9651-4ded-bc8c-93d2273c754b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16743 | 2025.01.31 23:44:49.141926 [ 262 ] {d4e5a65a-9651-4ded-bc8c-93d2273c754b} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16744 | 2025.01.31 23:44:49.142157 [ 262 ] {d4e5a65a-9651-4ded-bc8c-93d2273c754b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001711 sec., 7597.895967270601 rows/sec., 473.73 KiB/sec. | ||
| 16745 | 2025.01.31 23:44:49.142255 [ 262 ] {d4e5a65a-9651-4ded-bc8c-93d2273c754b} <Debug> TCPHandler: Processed in 0.001992113 sec. | ||
| 16746 | 2025.01.31 23:44:49.142511 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16747 | 2025.01.31 23:44:49.142662 [ 259 ] {4320a712-6ac7-4f17-bb91-814af1f1a950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16748 | 2025.01.31 23:44:49.142714 [ 259 ] {4320a712-6ac7-4f17-bb91-814af1f1a950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16749 | 2025.01.31 23:44:49.143477 [ 259 ] {4320a712-6ac7-4f17-bb91-814af1f1a950} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16750 | 2025.01.31 23:44:49.143518 [ 259 ] {4320a712-6ac7-4f17-bb91-814af1f1a950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16751 | 2025.01.31 23:44:49.143913 [ 259 ] {4320a712-6ac7-4f17-bb91-814af1f1a950} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16752 | 2025.01.31 23:44:49.144167 [ 259 ] {4320a712-6ac7-4f17-bb91-814af1f1a950} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16753 | 2025.01.31 23:44:49.144380 [ 259 ] {4320a712-6ac7-4f17-bb91-814af1f1a950} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001742 sec., 241676.23421354764 rows/sec., 17.27 MiB/sec. | ||
| 16754 | 2025.01.31 23:44:49.144433 [ 259 ] {4320a712-6ac7-4f17-bb91-814af1f1a950} <Debug> TCPHandler: Processed in 0.002084736 sec. | ||
| 16755 | 2025.01.31 23:44:49.144587 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16756 | 2025.01.31 23:44:49.144709 [ 262 ] {07781867-7312-43fa-a185-9123b90bf6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16757 | 2025.01.31 23:44:49.144761 [ 262 ] {07781867-7312-43fa-a185-9123b90bf6c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16758 | 2025.01.31 23:44:49.145281 [ 262 ] {07781867-7312-43fa-a185-9123b90bf6c4} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16759 | 2025.01.31 23:44:49.145321 [ 262 ] {07781867-7312-43fa-a185-9123b90bf6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16760 | 2025.01.31 23:44:49.145698 [ 262 ] {07781867-7312-43fa-a185-9123b90bf6c4} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16761 | 2025.01.31 23:44:49.145932 [ 262 ] {07781867-7312-43fa-a185-9123b90bf6c4} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16762 | 2025.01.31 23:44:49.146165 [ 262 ] {07781867-7312-43fa-a185-9123b90bf6c4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 16763 | 2025.01.31 23:44:49.146268 [ 262 ] {07781867-7312-43fa-a185-9123b90bf6c4} <Debug> TCPHandler: Processed in 0.001746895 sec. | ||
| 16764 | 2025.01.31 23:44:49.146476 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16765 | 2025.01.31 23:44:49.146594 [ 259 ] {c78b8183-1997-4e16-9327-5ce0a522039b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16766 | 2025.01.31 23:44:49.146648 [ 259 ] {c78b8183-1997-4e16-9327-5ce0a522039b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16767 | 2025.01.31 23:44:49.147254 [ 259 ] {c78b8183-1997-4e16-9327-5ce0a522039b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16768 | 2025.01.31 23:44:49.147295 [ 259 ] {c78b8183-1997-4e16-9327-5ce0a522039b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16769 | 2025.01.31 23:44:49.147702 [ 259 ] {c78b8183-1997-4e16-9327-5ce0a522039b} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16770 | 2025.01.31 23:44:49.147943 [ 259 ] {c78b8183-1997-4e16-9327-5ce0a522039b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16771 | 2025.01.31 23:44:49.148170 [ 259 ] {c78b8183-1997-4e16-9327-5ce0a522039b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001602 sec., 147940.07490636705 rows/sec., 9.92 MiB/sec. | ||
| 16772 | 2025.01.31 23:44:49.148258 [ 259 ] {c78b8183-1997-4e16-9327-5ce0a522039b} <Debug> TCPHandler: Processed in 0.001880799 sec. | ||
| 16773 | 2025.01.31 23:44:49.148445 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16774 | 2025.01.31 23:44:49.148718 [ 262 ] {a2c8ee94-1c44-476f-ab26-f1dea52b3a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16775 | 2025.01.31 23:44:49.148857 [ 262 ] {a2c8ee94-1c44-476f-ab26-f1dea52b3a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16776 | 2025.01.31 23:44:49.149411 [ 262 ] {a2c8ee94-1c44-476f-ab26-f1dea52b3a85} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16777 | 2025.01.31 23:44:49.149452 [ 262 ] {a2c8ee94-1c44-476f-ab26-f1dea52b3a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16778 | 2025.01.31 23:44:49.149833 [ 262 ] {a2c8ee94-1c44-476f-ab26-f1dea52b3a85} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16779 | 2025.01.31 23:44:49.150079 [ 262 ] {a2c8ee94-1c44-476f-ab26-f1dea52b3a85} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16780 | 2025.01.31 23:44:49.150302 [ 262 ] {a2c8ee94-1c44-476f-ab26-f1dea52b3a85} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00168 sec., 595.2380952380952 rows/sec., 40.11 KiB/sec. | ||
| 16781 | 2025.01.31 23:44:49.150412 [ 262 ] {a2c8ee94-1c44-476f-ab26-f1dea52b3a85} <Debug> TCPHandler: Processed in 0.002055264 sec. | ||
| 16782 | 2025.01.31 23:44:49.150609 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16783 | 2025.01.31 23:44:49.150725 [ 259 ] {a4db193c-2aed-47e1-aa0e-b1003e195c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16784 | 2025.01.31 23:44:49.150809 [ 259 ] {a4db193c-2aed-47e1-aa0e-b1003e195c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16785 | 2025.01.31 23:44:49.152037 [ 259 ] {a4db193c-2aed-47e1-aa0e-b1003e195c64} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16786 | 2025.01.31 23:44:49.152076 [ 259 ] {a4db193c-2aed-47e1-aa0e-b1003e195c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16787 | 2025.01.31 23:44:49.152775 [ 259 ] {a4db193c-2aed-47e1-aa0e-b1003e195c64} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16788 | 2025.01.31 23:44:49.153039 [ 259 ] {a4db193c-2aed-47e1-aa0e-b1003e195c64} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16789 | 2025.01.31 23:44:49.153307 [ 259 ] {a4db193c-2aed-47e1-aa0e-b1003e195c64} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002603 sec., 14982.71225509028 rows/sec., 26.85 MiB/sec. | ||
| 16790 | 2025.01.31 23:44:49.153307 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): 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] | ||
| 16791 | 2025.01.31 23:44:49.153371 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): 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] | ||
| 16792 | 2025.01.31 23:44:49.153496 [ 259 ] {a4db193c-2aed-47e1-aa0e-b1003e195c64} <Debug> TCPHandler: Processed in 0.002994964 sec. | ||
| 16793 | 2025.01.31 23:44:49.153783 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16794 | 2025.01.31 23:44:49.154073 [ 262 ] {da76cd69-ed00-4880-9455-934af6a784b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16795 | 2025.01.31 23:44:49.154214 [ 262 ] {da76cd69-ed00-4880-9455-934af6a784b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16796 | 2025.01.31 23:44:49.155218 [ 262 ] {da76cd69-ed00-4880-9455-934af6a784b5} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16797 | 2025.01.31 23:44:49.155264 [ 262 ] {da76cd69-ed00-4880-9455-934af6a784b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16798 | 2025.01.31 23:44:49.156104 [ 262 ] {da76cd69-ed00-4880-9455-934af6a784b5} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16799 | 2025.01.31 23:44:49.156515 [ 262 ] {da76cd69-ed00-4880-9455-934af6a784b5} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16800 | 2025.01.31 23:44:49.156828 [ 262 ] {da76cd69-ed00-4880-9455-934af6a784b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002842 sec., 28852.92047853624 rows/sec., 1.83 MiB/sec. | ||
| 16801 | 2025.01.31 23:44:49.156951 [ 262 ] {da76cd69-ed00-4880-9455-934af6a784b5} <Debug> TCPHandler: Processed in 0.003355636 sec. | ||
| 16802 | 2025.01.31 23:44:49.157036 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): 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] | ||
| 16803 | 2025.01.31 23:44:51.493014 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 16804 | 2025.01.31 23:44:51.517527 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16805 | 2025.01.31 23:44:51.517585 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16806 | 2025.01.31 23:44:51.525232 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16807 | 2025.01.31 23:44:51.526053 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16808 | 2025.01.31 23:44:51.529071 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 16809 | 2025.01.31 23:44:54.123659 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16810 | 2025.01.31 23:44:54.123862 [ 262 ] {a0a1e95c-7585-46e0-9c9f-22f68d27529f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16811 | 2025.01.31 23:44:54.123933 [ 262 ] {a0a1e95c-7585-46e0-9c9f-22f68d27529f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16812 | 2025.01.31 23:44:54.124715 [ 262 ] {a0a1e95c-7585-46e0-9c9f-22f68d27529f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16813 | 2025.01.31 23:44:54.124758 [ 262 ] {a0a1e95c-7585-46e0-9c9f-22f68d27529f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16814 | 2025.01.31 23:44:54.125189 [ 262 ] {a0a1e95c-7585-46e0-9c9f-22f68d27529f} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16815 | 2025.01.31 23:44:54.125446 [ 262 ] {a0a1e95c-7585-46e0-9c9f-22f68d27529f} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16816 | 2025.01.31 23:44:54.125599 [ 69 ] {} <Debug> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16817 | 2025.01.31 23:44:54.125642 [ 262 ] {a0a1e95c-7585-46e0-9c9f-22f68d27529f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00183 sec., 30601.09289617486 rows/sec., 2.34 MiB/sec. | ||
| 16818 | 2025.01.31 23:44:54.125643 [ 69 ] {} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16819 | 2025.01.31 23:44:54.125685 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16820 | 2025.01.31 23:44:54.125719 [ 262 ] {a0a1e95c-7585-46e0-9c9f-22f68d27529f} <Debug> TCPHandler: Processed in 0.002189038 sec. | ||
| 16821 | 2025.01.31 23:44:54.125840 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16822 | 2025.01.31 23:44:54.125967 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16823 | 2025.01.31 23:44:54.125990 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16824 | 2025.01.31 23:44:54.126017 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16825 | 2025.01.31 23:44:54.126255 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16826 | 2025.01.31 23:44:54.126414 [ 259 ] {bf18d9a0-5ab0-4a89-837b-8cc8817e2bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16827 | 2025.01.31 23:44:54.126601 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16828 | 2025.01.31 23:44:54.126611 [ 259 ] {bf18d9a0-5ab0-4a89-837b-8cc8817e2bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16829 | 2025.01.31 23:44:54.126986 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16830 | 2025.01.31 23:44:54.127313 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16831 | 2025.01.31 23:44:54.127686 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::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 | ||
| 16832 | 2025.01.31 23:44:54.129547 [ 259 ] {bf18d9a0-5ab0-4a89-837b-8cc8817e2bfe} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16833 | 2025.01.31 23:44:54.129622 [ 259 ] {bf18d9a0-5ab0-4a89-837b-8cc8817e2bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16834 | 2025.01.31 23:44:54.130716 [ 259 ] {bf18d9a0-5ab0-4a89-837b-8cc8817e2bfe} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16835 | 2025.01.31 23:44:54.131067 [ 259 ] {bf18d9a0-5ab0-4a89-837b-8cc8817e2bfe} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16836 | 2025.01.31 23:44:54.131368 [ 69 ] {} <Debug> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16837 | 2025.01.31 23:44:54.131515 [ 69 ] {} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16838 | 2025.01.31 23:44:54.131602 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16839 | 2025.01.31 23:44:54.131700 [ 259 ] {bf18d9a0-5ab0-4a89-837b-8cc8817e2bfe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005386 sec., 11882.65874489417 rows/sec., 949.73 KiB/sec. | ||
| 16840 | 2025.01.31 23:44:54.132085 [ 259 ] {bf18d9a0-5ab0-4a89-837b-8cc8817e2bfe} <Debug> TCPHandler: Processed in 0.006242216 sec. | ||
| 16841 | 2025.01.31 23:44:54.132104 [ 201 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.00634978 sec., 519860.5306010602 rows/sec., 45.39 MiB/sec. | ||
| 16842 | 2025.01.31 23:44:54.132123 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16843 | 2025.01.31 23:44:54.132363 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16844 | 2025.01.31 23:44:54.132363 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16845 | 2025.01.31 23:44:54.132420 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16846 | 2025.01.31 23:44:54.132445 [ 190 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16847 | 2025.01.31 23:44:54.132893 [ 262 ] {10cb3214-9a25-4f3f-b13a-6089895b5670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16848 | 2025.01.31 23:44:54.132899 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16849 | 2025.01.31 23:44:54.133182 [ 262 ] {10cb3214-9a25-4f3f-b13a-6089895b5670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16850 | 2025.01.31 23:44:54.133467 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16851 | 2025.01.31 23:44:54.133682 [ 190 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_151_30} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): 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.31 23:44:54.134095 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16853 | 2025.01.31 23:44:54.134192 [ 190 ] {c8f6b969-1dce-40f3-b5d3-67d98825bd35::all_1_151_30} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16854 | 2025.01.31 23:44:54.134608 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 16855 | 2025.01.31 23:44:54.134769 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16856 | 2025.01.31 23:44:54.135080 [ 198 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::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 | ||
| 16857 | 2025.01.31 23:44:54.136454 [ 262 ] {10cb3214-9a25-4f3f-b13a-6089895b5670} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16858 | 2025.01.31 23:44:54.136527 [ 262 ] {10cb3214-9a25-4f3f-b13a-6089895b5670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16859 | 2025.01.31 23:44:54.137671 [ 262 ] {10cb3214-9a25-4f3f-b13a-6089895b5670} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16860 | 2025.01.31 23:44:54.138060 [ 262 ] {10cb3214-9a25-4f3f-b13a-6089895b5670} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): 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.31 23:44:54.138326 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006526355 sec., 368505.8505092046 rows/sec., 28.25 MiB/sec. | ||
| 16862 | 2025.01.31 23:44:54.138503 [ 262 ] {10cb3214-9a25-4f3f-b13a-6089895b5670} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005867 sec., 27271.177773990115 rows/sec., 1.90 MiB/sec. | ||
| 16863 | 2025.01.31 23:44:54.138618 [ 262 ] {10cb3214-9a25-4f3f-b13a-6089895b5670} <Debug> TCPHandler: Processed in 0.00639225 sec. | ||
| 16864 | 2025.01.31 23:44:54.138643 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16865 | 2025.01.31 23:44:54.138826 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16866 | 2025.01.31 23:44:54.138986 [ 259 ] {9b9cb599-ae42-4d42-8552-03448fc9f395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16867 | 2025.01.31 23:44:54.139061 [ 259 ] {9b9cb599-ae42-4d42-8552-03448fc9f395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16868 | 2025.01.31 23:44:54.139065 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_151_30} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16869 | 2025.01.31 23:44:54.139232 [ 194 ] {67b4d178-ac3d-4725-a053-2dfc6fc8fc6d::all_1_151_30} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16870 | 2025.01.31 23:44:54.139352 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 16871 | 2025.01.31 23:44:54.139715 [ 259 ] {9b9cb599-ae42-4d42-8552-03448fc9f395} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16872 | 2025.01.31 23:44:54.139752 [ 259 ] {9b9cb599-ae42-4d42-8552-03448fc9f395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16873 | 2025.01.31 23:44:54.140148 [ 259 ] {9b9cb599-ae42-4d42-8552-03448fc9f395} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16874 | 2025.01.31 23:44:54.140381 [ 259 ] {9b9cb599-ae42-4d42-8552-03448fc9f395} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16875 | 2025.01.31 23:44:54.140550 [ 69 ] {} <Debug> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16876 | 2025.01.31 23:44:54.140603 [ 69 ] {} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16877 | 2025.01.31 23:44:54.140626 [ 259 ] {9b9cb599-ae42-4d42-8552-03448fc9f395} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001676 sec., 35799.522673031024 rows/sec., 2.41 MiB/sec. | ||
| 16878 | 2025.01.31 23:44:54.140643 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16879 | 2025.01.31 23:44:54.140785 [ 259 ] {9b9cb599-ae42-4d42-8552-03448fc9f395} <Debug> TCPHandler: Processed in 0.002036684 sec. | ||
| 16880 | 2025.01.31 23:44:54.140919 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16881 | 2025.01.31 23:44:54.141083 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16882 | 2025.01.31 23:44:54.141122 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16883 | 2025.01.31 23:44:54.141239 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16884 | 2025.01.31 23:44:54.141418 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16885 | 2025.01.31 23:44:54.141598 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16886 | 2025.01.31 23:44:54.141773 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16887 | 2025.01.31 23:44:54.141956 [ 192 ] {187290f2-51db-404e-aae1-6f06561d550e::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 | ||
| 16888 | 2025.01.31 23:44:54.144894 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9196 rows, containing 4 columns (4 merged, 0 gathered) in 0.004102859 sec., 2241363.8879620284 rows/sec., 146.09 MiB/sec. | ||
| 16889 | 2025.01.31 23:44:54.145160 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16890 | 2025.01.31 23:44:54.145502 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_151_30} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16891 | 2025.01.31 23:44:54.145600 [ 199 ] {187290f2-51db-404e-aae1-6f06561d550e::all_1_151_30} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16892 | 2025.01.31 23:44:54.145703 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB. | ||
| 16893 | 2025.01.31 23:44:56.002356 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 16894 | 2025.01.31 23:44:56.003048 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16895 | 2025.01.31 23:44:56.003101 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16896 | 2025.01.31 23:44:56.003649 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16897 | 2025.01.31 23:44:56.003922 [ 243 ] {} <Trace> system.asynchronous_metric_log (7e0f5879-8509-493b-8239-89dc5c321c7f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16898 | 2025.01.31 23:44:56.004247 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 16899 | 2025.01.31 23:44:58.750438 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2330 | ||
| 16900 | 2025.01.31 23:44:58.754026 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16901 | 2025.01.31 23:44:58.754093 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16902 | 2025.01.31 23:44:58.755685 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 16903 | 2025.01.31 23:44:58.756016 [ 242 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16904 | 2025.01.31 23:44:58.756268 [ 65 ] {} <Debug> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 16905 | 2025.01.31 23:44:58.756393 [ 65 ] {} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16906 | 2025.01.31 23:44:58.756460 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16907 | 2025.01.31 23:44:58.757123 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 16908 | 2025.01.31 23:44:58.759805 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2330 | ||
| 16909 | 2025.01.31 23:44:58.760046 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16910 | 2025.01.31 23:44:58.760239 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 16911 | 2025.01.31 23:44:58.760761 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 16912 | 2025.01.31 23:44:58.761280 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 16913 | 2025.01.31 23:44:58.761782 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 16914 | 2025.01.31 23:44:58.762281 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 16915 | 2025.01.31 23:44:58.762767 [ 187 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::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 | ||
| 16916 | 2025.01.31 23:44:58.774959 [ 196 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2330 rows, containing 72 columns (72 merged, 0 gathered) in 0.018320176 sec., 127182.18427595892 rows/sec., 95.39 MiB/sec. | ||
| 16917 | 2025.01.31 23:44:58.776860 [ 195 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 16918 | 2025.01.31 23:44:58.777587 [ 195 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_66_13} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16919 | 2025.01.31 23:44:58.777673 [ 195 ] {cfaf91ed-0f46-4e30-aade-cf44ce9083e0::all_1_66_13} <Trace> system.query_log (cfaf91ed-0f46-4e30-aade-cf44ce9083e0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 16920 | 2025.01.31 23:44:58.777904 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 16921 | 2025.01.31 23:44:59.030033 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 16922 | 2025.01.31 23:44:59.053885 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16923 | 2025.01.31 23:44:59.053938 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16924 | 2025.01.31 23:44:59.061622 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16925 | 2025.01.31 23:44:59.062438 [ 244 ] {} <Trace> system.metric_log (ea6d2253-5f36-4d7e-aa47-6b16b9a4166a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16926 | 2025.01.31 23:44:59.066858 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 16927 | 2025.01.31 23:44:59.131435 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16928 | 2025.01.31 23:44:59.131640 [ 262 ] {642e2d62-b8ac-4f2d-99b9-a7c3afbc62e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16929 | 2025.01.31 23:44:59.131719 [ 262 ] {642e2d62-b8ac-4f2d-99b9-a7c3afbc62e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16930 | 2025.01.31 23:44:59.132572 [ 262 ] {642e2d62-b8ac-4f2d-99b9-a7c3afbc62e3} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16931 | 2025.01.31 23:44:59.132618 [ 262 ] {642e2d62-b8ac-4f2d-99b9-a7c3afbc62e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16932 | 2025.01.31 23:44:59.133065 [ 262 ] {642e2d62-b8ac-4f2d-99b9-a7c3afbc62e3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16933 | 2025.01.31 23:44:59.133322 [ 262 ] {642e2d62-b8ac-4f2d-99b9-a7c3afbc62e3} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16934 | 2025.01.31 23:44:59.133479 [ 65 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 16935 | 2025.01.31 23:44:59.133523 [ 65 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16936 | 2025.01.31 23:44:59.133537 [ 262 ] {642e2d62-b8ac-4f2d-99b9-a7c3afbc62e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001952 sec., 7172.131147540984 rows/sec., 516.30 KiB/sec. | ||
| 16937 | 2025.01.31 23:44:59.133548 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16938 | 2025.01.31 23:44:59.133709 [ 262 ] {642e2d62-b8ac-4f2d-99b9-a7c3afbc62e3} <Debug> TCPHandler: Processed in 0.002408565 sec. | ||
| 16939 | 2025.01.31 23:44:59.133737 [ 219 ] {} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 16940 | 2025.01.31 23:44:59.133813 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 16941 | 2025.01.31 23:44:59.133836 [ 219 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 16942 | 2025.01.31 23:44:59.134052 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16943 | 2025.01.31 23:44:59.134120 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16944 | 2025.01.31 23:44:59.134141 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 16945 | 2025.01.31 23:44:59.134348 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 16946 | 2025.01.31 23:44:59.134832 [ 259 ] {bafc48fa-5222-4891-bd3c-ebb654de18ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16947 | 2025.01.31 23:44:59.135035 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 16948 | 2025.01.31 23:44:59.135097 [ 259 ] {bafc48fa-5222-4891-bd3c-ebb654de18ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16949 | 2025.01.31 23:44:59.135688 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 16950 | 2025.01.31 23:44:59.136180 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::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 | ||
| 16951 | 2025.01.31 23:44:59.139718 [ 259 ] {bafc48fa-5222-4891-bd3c-ebb654de18ce} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16952 | 2025.01.31 23:44:59.139863 [ 259 ] {bafc48fa-5222-4891-bd3c-ebb654de18ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16953 | 2025.01.31 23:44:59.140287 [ 219 ] {} <Debug> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): 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] | ||
| 16954 | 2025.01.31 23:44:59.140676 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007020671 sec., 9970.55694534041 rows/sec., 756.69 KiB/sec. | ||
| 16955 | 2025.01.31 23:44:59.140974 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 16956 | 2025.01.31 23:44:59.141881 [ 259 ] {bafc48fa-5222-4891-bd3c-ebb654de18ce} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 16957 | 2025.01.31 23:44:59.141892 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_65_16} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16958 | 2025.01.31 23:44:59.142044 [ 191 ] {3cef511e-cbdd-4492-b09d-5139effaa3ac::all_1_65_16} <Trace> oximeter.fields_i16 (3cef511e-cbdd-4492-b09d-5139effaa3ac) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 16959 | 2025.01.31 23:44:59.142211 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16960 | 2025.01.31 23:44:59.142336 [ 259 ] {bafc48fa-5222-4891-bd3c-ebb654de18ce} <Trace> oximeter.fields_string (c8f6b969-1dce-40f3-b5d3-67d98825bd35): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16961 | 2025.01.31 23:44:59.142559 [ 259 ] {bafc48fa-5222-4891-bd3c-ebb654de18ce} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.008012 sec., 35072.39141288068 rows/sec., 3.09 MiB/sec. | ||
| 16962 | 2025.01.31 23:44:59.142620 [ 259 ] {bafc48fa-5222-4891-bd3c-ebb654de18ce} <Debug> TCPHandler: Processed in 0.008696903 sec. | ||
| 16963 | 2025.01.31 23:44:59.142800 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16964 | 2025.01.31 23:44:59.142948 [ 262 ] {ea7937b4-5c36-4591-be46-27cf8d32986b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16965 | 2025.01.31 23:44:59.143010 [ 262 ] {ea7937b4-5c36-4591-be46-27cf8d32986b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16966 | 2025.01.31 23:44:59.143678 [ 262 ] {ea7937b4-5c36-4591-be46-27cf8d32986b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16967 | 2025.01.31 23:44:59.143715 [ 262 ] {ea7937b4-5c36-4591-be46-27cf8d32986b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16968 | 2025.01.31 23:44:59.144104 [ 262 ] {ea7937b4-5c36-4591-be46-27cf8d32986b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16969 | 2025.01.31 23:44:59.144353 [ 262 ] {ea7937b4-5c36-4591-be46-27cf8d32986b} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16970 | 2025.01.31 23:44:59.144488 [ 65 ] {} <Debug> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 16971 | 2025.01.31 23:44:59.144527 [ 65 ] {} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16972 | 2025.01.31 23:44:59.144537 [ 262 ] {ea7937b4-5c36-4591-be46-27cf8d32986b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001622 sec., 28360.049321824907 rows/sec., 2.04 MiB/sec. | ||
| 16973 | 2025.01.31 23:44:59.144551 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16974 | 2025.01.31 23:44:59.144680 [ 262 ] {ea7937b4-5c36-4591-be46-27cf8d32986b} <Debug> TCPHandler: Processed in 0.001945561 sec. | ||
| 16975 | 2025.01.31 23:44:59.144771 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 16976 | 2025.01.31 23:44:59.144898 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16977 | 2025.01.31 23:44:59.144951 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16978 | 2025.01.31 23:44:59.144993 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 16979 | 2025.01.31 23:44:59.145179 [ 259 ] {78545610-c00a-4539-8f2b-3fabcbf31eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16980 | 2025.01.31 23:44:59.145270 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 16981 | 2025.01.31 23:44:59.145381 [ 259 ] {78545610-c00a-4539-8f2b-3fabcbf31eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16982 | 2025.01.31 23:44:59.145567 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 16983 | 2025.01.31 23:44:59.145966 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 16984 | 2025.01.31 23:44:59.146298 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 16985 | 2025.01.31 23:44:59.146728 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::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 | ||
| 16986 | 2025.01.31 23:44:59.148316 [ 259 ] {78545610-c00a-4539-8f2b-3fabcbf31eef} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16987 | 2025.01.31 23:44:59.148389 [ 259 ] {78545610-c00a-4539-8f2b-3fabcbf31eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16988 | 2025.01.31 23:44:59.149375 [ 259 ] {78545610-c00a-4539-8f2b-3fabcbf31eef} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16989 | 2025.01.31 23:44:59.149552 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.004899784 sec., 60410.82627315816 rows/sec., 4.56 MiB/sec. | ||
| 16990 | 2025.01.31 23:44:59.149733 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 16991 | 2025.01.31 23:44:59.149907 [ 259 ] {78545610-c00a-4539-8f2b-3fabcbf31eef} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16992 | 2025.01.31 23:44:59.150152 [ 64 ] {} <Debug> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 16993 | 2025.01.31 23:44:59.150255 [ 64 ] {} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16994 | 2025.01.31 23:44:59.150343 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 16995 | 2025.01.31 23:44:59.150414 [ 259 ] {78545610-c00a-4539-8f2b-3fabcbf31eef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005325 sec., 2629.107981220657 rows/sec., 184.13 KiB/sec. | ||
| 16996 | 2025.01.31 23:44:59.150427 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_65_14} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16997 | 2025.01.31 23:44:59.150801 [ 259 ] {78545610-c00a-4539-8f2b-3fabcbf31eef} <Debug> TCPHandler: Processed in 0.005993398 sec. | ||
| 16998 | 2025.01.31 23:44:59.150830 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 16999 | 2025.01.31 23:44:59.150847 [ 196 ] {c4185a90-d4d2-4b6f-992d-254efed74e71::all_1_65_14} <Trace> oximeter.fields_u16 (c4185a90-d4d2-4b6f-992d-254efed74e71) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 17000 | 2025.01.31 23:44:59.151079 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 17001 | 2025.01.31 23:44:59.151108 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17002 | 2025.01.31 23:44:59.151182 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17003 | 2025.01.31 23:44:59.151229 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 17004 | 2025.01.31 23:44:59.151493 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 17005 | 2025.01.31 23:44:59.151485 [ 262 ] {b031e4a9-383f-40a4-bfcc-e8b67ac1cbeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17006 | 2025.01.31 23:44:59.151702 [ 262 ] {b031e4a9-383f-40a4-bfcc-e8b67ac1cbeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17007 | 2025.01.31 23:44:59.151768 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 17008 | 2025.01.31 23:44:59.152138 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 17009 | 2025.01.31 23:44:59.152455 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 17010 | 2025.01.31 23:44:59.152761 [ 186 ] {5e39067f-2629-463c-8c6b-ff98667e4838::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 | ||
| 17011 | 2025.01.31 23:44:59.154586 [ 262 ] {b031e4a9-383f-40a4-bfcc-e8b67ac1cbeb} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17012 | 2025.01.31 23:44:59.154666 [ 262 ] {b031e4a9-383f-40a4-bfcc-e8b67ac1cbeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 17013 | 2025.01.31 23:44:59.155739 [ 262 ] {b031e4a9-383f-40a4-bfcc-e8b67ac1cbeb} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17014 | 2025.01.31 23:44:59.155793 [ 193 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005333467 sec., 101247.46248547146 rows/sec., 7.25 MiB/sec. | ||
| 17015 | 2025.01.31 23:44:59.155983 [ 193 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 17016 | 2025.01.31 23:44:59.156071 [ 262 ] {b031e4a9-383f-40a4-bfcc-e8b67ac1cbeb} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17017 | 2025.01.31 23:44:59.156339 [ 64 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 17018 | 2025.01.31 23:44:59.156451 [ 262 ] {b031e4a9-383f-40a4-bfcc-e8b67ac1cbeb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005144 sec., 2527.216174183515 rows/sec., 157.57 KiB/sec. | ||
| 17019 | 2025.01.31 23:44:59.156479 [ 64 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17020 | 2025.01.31 23:44:59.156558 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 17021 | 2025.01.31 23:44:59.156724 [ 193 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_65_14} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17022 | 2025.01.31 23:44:59.156732 [ 262 ] {b031e4a9-383f-40a4-bfcc-e8b67ac1cbeb} <Debug> TCPHandler: Processed in 0.005773122 sec. | ||
| 17023 | 2025.01.31 23:44:59.157113 [ 193 ] {5e39067f-2629-463c-8c6b-ff98667e4838::all_1_65_14} <Trace> oximeter.fields_u32 (5e39067f-2629-463c-8c6b-ff98667e4838) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 17024 | 2025.01.31 23:44:59.157215 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 17025 | 2025.01.31 23:44:59.157519 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 17026 | 2025.01.31 23:44:59.157788 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17027 | 2025.01.31 23:44:59.157870 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17028 | 2025.01.31 23:44:59.157888 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 17029 | 2025.01.31 23:44:59.158275 [ 259 ] {8a77cc60-ef02-4d94-97bd-cfd9fac24a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17030 | 2025.01.31 23:44:59.158279 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 17031 | 2025.01.31 23:44:59.158390 [ 259 ] {8a77cc60-ef02-4d94-97bd-cfd9fac24a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17032 | 2025.01.31 23:44:59.158611 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 17033 | 2025.01.31 23:44:59.158934 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 17034 | 2025.01.31 23:44:59.159269 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::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 | ||
| 17035 | 2025.01.31 23:44:59.161206 [ 259 ] {8a77cc60-ef02-4d94-97bd-cfd9fac24a71} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17036 | 2025.01.31 23:44:59.161277 [ 259 ] {8a77cc60-ef02-4d94-97bd-cfd9fac24a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 17037 | 2025.01.31 23:44:59.161682 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004952936 sec., 13123.529155232372 rows/sec., 869.51 KiB/sec. | ||
| 17038 | 2025.01.31 23:44:59.161874 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 17039 | 2025.01.31 23:44:59.162196 [ 259 ] {8a77cc60-ef02-4d94-97bd-cfd9fac24a71} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17040 | 2025.01.31 23:44:59.162407 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_65_16} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17041 | 2025.01.31 23:44:59.162566 [ 200 ] {f2582e53-766c-46f2-9f2d-7805eaccab55::all_1_65_16} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 17042 | 2025.01.31 23:44:59.162723 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17043 | 2025.01.31 23:44:59.162761 [ 259 ] {8a77cc60-ef02-4d94-97bd-cfd9fac24a71} <Trace> oximeter.fields_uuid (67b4d178-ac3d-4725-a053-2dfc6fc8fc6d): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17044 | 2025.01.31 23:44:59.163007 [ 259 ] {8a77cc60-ef02-4d94-97bd-cfd9fac24a71} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004868 sec., 86483.15529991784 rows/sec., 6.18 MiB/sec. | ||
| 17045 | 2025.01.31 23:44:59.163072 [ 259 ] {8a77cc60-ef02-4d94-97bd-cfd9fac24a71} <Debug> TCPHandler: Processed in 0.006187834 sec. | ||
| 17046 | 2025.01.31 23:44:59.163265 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17047 | 2025.01.31 23:44:59.163409 [ 262 ] {6e376743-60bf-4b3a-8fcc-536db76f0be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17048 | 2025.01.31 23:44:59.163467 [ 262 ] {6e376743-60bf-4b3a-8fcc-536db76f0be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17049 | 2025.01.31 23:44:59.163958 [ 262 ] {6e376743-60bf-4b3a-8fcc-536db76f0be8} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17050 | 2025.01.31 23:44:59.163997 [ 262 ] {6e376743-60bf-4b3a-8fcc-536db76f0be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 17051 | 2025.01.31 23:44:59.164373 [ 262 ] {6e376743-60bf-4b3a-8fcc-536db76f0be8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17052 | 2025.01.31 23:44:59.164615 [ 262 ] {6e376743-60bf-4b3a-8fcc-536db76f0be8} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17053 | 2025.01.31 23:44:59.164776 [ 64 ] {} <Debug> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 17054 | 2025.01.31 23:44:59.164837 [ 64 ] {} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17055 | 2025.01.31 23:44:59.164869 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 17056 | 2025.01.31 23:44:59.164866 [ 262 ] {6e376743-60bf-4b3a-8fcc-536db76f0be8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 17057 | 2025.01.31 23:44:59.165015 [ 262 ] {6e376743-60bf-4b3a-8fcc-536db76f0be8} <Debug> TCPHandler: Processed in 0.001815567 sec. | ||
| 17058 | 2025.01.31 23:44:59.165037 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 17059 | 2025.01.31 23:44:59.165171 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17060 | 2025.01.31 23:44:59.165203 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17061 | 2025.01.31 23:44:59.165222 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 17062 | 2025.01.31 23:44:59.165468 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 17063 | 2025.01.31 23:44:59.165689 [ 259 ] {9344170a-fb35-4742-9caa-a7b3b039b06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17064 | 2025.01.31 23:44:59.165747 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 17065 | 2025.01.31 23:44:59.165970 [ 259 ] {9344170a-fb35-4742-9caa-a7b3b039b06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17066 | 2025.01.31 23:44:59.166019 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 17067 | 2025.01.31 23:44:59.166292 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 17068 | 2025.01.31 23:44:59.166552 [ 193 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::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 | ||
| 17069 | 2025.01.31 23:44:59.168440 [ 259 ] {9344170a-fb35-4742-9caa-a7b3b039b06b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17070 | 2025.01.31 23:44:59.168530 [ 259 ] {9344170a-fb35-4742-9caa-a7b3b039b06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 17071 | 2025.01.31 23:44:59.169334 [ 188 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.004389208 sec., 88854.29899881709 rows/sec., 4.53 MiB/sec. | ||
| 17072 | 2025.01.31 23:44:59.169555 [ 259 ] {9344170a-fb35-4742-9caa-a7b3b039b06b} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17073 | 2025.01.31 23:44:59.169564 [ 188 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 17074 | 2025.01.31 23:44:59.170024 [ 259 ] {9344170a-fb35-4742-9caa-a7b3b039b06b} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17075 | 2025.01.31 23:44:59.170133 [ 188 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_65_14} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17076 | 2025.01.31 23:44:59.170336 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Selected 6 parts from all_1_147_30 to all_152_152_0 | ||
| 17077 | 2025.01.31 23:44:59.170409 [ 188 ] {f9be6213-a85d-4b08-9d1c-d17c1a480196::all_1_65_14} <Trace> oximeter.measurements_bool (f9be6213-a85d-4b08-9d1c-d17c1a480196) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 17078 | 2025.01.31 23:44:59.170432 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17079 | 2025.01.31 23:44:59.170488 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 17080 | 2025.01.31 23:44:59.170645 [ 259 ] {9344170a-fb35-4742-9caa-a7b3b039b06b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005199 sec., 45585.68955568379 rows/sec., 3.06 MiB/sec. | ||
| 17081 | 2025.01.31 23:44:59.170778 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17082 | 2025.01.31 23:44:59.170803 [ 259 ] {9344170a-fb35-4742-9caa-a7b3b039b06b} <Debug> TCPHandler: Processed in 0.005689549 sec. | ||
| 17083 | 2025.01.31 23:44:59.170862 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 17084 | 2025.01.31 23:44:59.171026 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_152_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17085 | 2025.01.31 23:44:59.171037 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17086 | 2025.01.31 23:44:59.171079 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_147_30, total 44233 rows starting from the beginning of the part | ||
| 17087 | 2025.01.31 23:44:59.171362 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 17088 | 2025.01.31 23:44:59.171387 [ 262 ] {874bf14f-f9ea-4ea2-8191-2a8aff917070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17089 | 2025.01.31 23:44:59.171568 [ 262 ] {874bf14f-f9ea-4ea2-8191-2a8aff917070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17090 | 2025.01.31 23:44:59.171745 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 17091 | 2025.01.31 23:44:59.172248 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 17092 | 2025.01.31 23:44:59.172579 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 17093 | 2025.01.31 23:44:59.172926 [ 194 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::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 | ||
| 17094 | 2025.01.31 23:44:59.173913 [ 262 ] {874bf14f-f9ea-4ea2-8191-2a8aff917070} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17095 | 2025.01.31 23:44:59.174002 [ 262 ] {874bf14f-f9ea-4ea2-8191-2a8aff917070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 17096 | 2025.01.31 23:44:59.174613 [ 262 ] {874bf14f-f9ea-4ea2-8191-2a8aff917070} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17097 | 2025.01.31 23:44:59.175021 [ 262 ] {874bf14f-f9ea-4ea2-8191-2a8aff917070} <Trace> oximeter.measurements_f64 (db5e6857-4a45-4b1d-a375-6193d9273960): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17098 | 2025.01.31 23:44:59.175504 [ 262 ] {874bf14f-f9ea-4ea2-8191-2a8aff917070} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004235 sec., 236.12750885478158 rows/sec., 15.91 KiB/sec. | ||
| 17099 | 2025.01.31 23:44:59.175712 [ 262 ] {874bf14f-f9ea-4ea2-8191-2a8aff917070} <Debug> TCPHandler: Processed in 0.00477902 sec. | ||
| 17100 | 2025.01.31 23:44:59.175922 [ 259 ] {} <Trace> TCP-Session: ec0d59ef-3d8c-49cf-ac72-7a5604f89b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17101 | 2025.01.31 23:44:59.176101 [ 259 ] {a8d846a5-11aa-4201-b397-7ebe65bf26b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64637) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17102 | 2025.01.31 23:44:59.176208 [ 259 ] {a8d846a5-11aa-4201-b397-7ebe65bf26b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17103 | 2025.01.31 23:44:59.177643 [ 259 ] {a8d846a5-11aa-4201-b397-7ebe65bf26b3} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17104 | 2025.01.31 23:44:59.177684 [ 259 ] {a8d846a5-11aa-4201-b397-7ebe65bf26b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 17105 | 2025.01.31 23:44:59.178471 [ 259 ] {a8d846a5-11aa-4201-b397-7ebe65bf26b3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17106 | 2025.01.31 23:44:59.178828 [ 259 ] {a8d846a5-11aa-4201-b397-7ebe65bf26b3} <Trace> oximeter.measurements_histogramu64 (05fe31e8-92bd-4f43-ba13-95c4f6098886): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17107 | 2025.01.31 23:44:59.179160 [ 259 ] {a8d846a5-11aa-4201-b397-7ebe65bf26b3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003111 sec., 12536.16200578592 rows/sec., 22.46 MiB/sec. | ||
| 17108 | 2025.01.31 23:44:59.179311 [ 259 ] {a8d846a5-11aa-4201-b397-7ebe65bf26b3} <Debug> TCPHandler: Processed in 0.003468769 sec. | ||
| 17109 | 2025.01.31 23:44:59.179492 [ 262 ] {} <Trace> TCP-Session: 066a02af-0c24-401f-a8a2-dc9cbec74adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17110 | 2025.01.31 23:44:59.179687 [ 262 ] {251a9205-f3d4-4fc7-b7a2-4b1afbd5961d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60937) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17111 | 2025.01.31 23:44:59.179772 [ 262 ] {251a9205-f3d4-4fc7-b7a2-4b1afbd5961d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17112 | 2025.01.31 23:44:59.180661 [ 262 ] {251a9205-f3d4-4fc7-b7a2-4b1afbd5961d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17113 | 2025.01.31 23:44:59.180710 [ 262 ] {251a9205-f3d4-4fc7-b7a2-4b1afbd5961d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 17114 | 2025.01.31 23:44:59.181178 [ 262 ] {251a9205-f3d4-4fc7-b7a2-4b1afbd5961d} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17115 | 2025.01.31 23:44:59.181432 [ 262 ] {251a9205-f3d4-4fc7-b7a2-4b1afbd5961d} <Trace> oximeter.measurements_u64 (187290f2-51db-404e-aae1-6f06561d550e): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17116 | 2025.01.31 23:44:59.181675 [ 262 ] {251a9205-f3d4-4fc7-b7a2-4b1afbd5961d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002013 sec., 40735.22106308991 rows/sec., 2.59 MiB/sec. | ||
| 17117 | 2025.01.31 23:44:59.181787 [ 262 ] {251a9205-f3d4-4fc7-b7a2-4b1afbd5961d} <Debug> TCPHandler: Processed in 0.002368815 sec. | ||
| 17118 | 2025.01.31 23:44:59.184354 [ 190 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_152_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45155 rows, containing 5 columns (5 merged, 0 gathered) in 0.01370611 sec., 3294516.0953764413 rows/sec., 222.47 MiB/sec. | ||
| 17119 | 2025.01.31 23:44:59.184758 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_152_31} <Trace> MergedBlockOutputStream: filled checksums all_1_152_31 (state Temporary) | ||
| 17120 | 2025.01.31 23:44:59.185102 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70): Renaming temporary part tmp_merge_all_1_152_31 to all_1_152_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17121 | 2025.01.31 23:44:59.185189 [ 192 ] {f929a70c-c53c-44b6-9626-2de5d96bdb70::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (f929a70c-c53c-44b6-9626-2de5d96bdb70) (MergerMutator): Merged 6 parts: [all_1_147_30, all_152_152_0] -> all_1_152_31 | ||
| 17122 | 2025.01.31 23:44:59.185289 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 17123 | 2025.01.31 23:45:00.001171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.30 MiB, peak 289.27 MiB, free memory in arenas 0.00 B, will set to 270.80 MiB (RSS), difference: 2.51 MiB | ||
| 17124 | 2025.01.31 23:45:00.238048 [ 221 ] {} <Trace> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||
| 17125 | 2025.01.31 23:45:00.238098 [ 221 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||
| 17126 | 2025.01.31 23:45:00.239606 [ 221 ] {} <Debug> oximeter.fields_u8 (f2582e53-766c-46f2-9f2d-7805eaccab55): 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] | ||