| 1 | [ Feb 28 11:08:58 Enabled. ] | ||
| 2 | [ Feb 28 11:08:58 Rereading configuration. ] | ||
| 3 | [ Feb 28 11:08:58 Rereading configuration. ] | ||
| 4 | [ Feb 28 11:08:59 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 | [ Feb 28 11:08:59 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.02.28 11:09:00.444134 [ 1 ] {} <Information> Application: Will watch for the process with pid 24823 | ||
| 29 | 2025.02.28 11:09:00.444879 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.28 11:09:00.603559 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24823 | ||
| 31 | 2025.02.28 11:09:00.604474 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.28 11:09:00.605356 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.28 11:09:00.691736 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.28 11:09:00.737889 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.28 11:09:00.737950 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.28 11:09:00.737963 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.28 11:09:00.738035 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.28 11:09:00.738474 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.28 11:09:00.739616 [ 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.02.28 11:09:00.740385 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.28 11:09:00.740730 [ 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.02.28 11:09:00.740755 [ 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.02.28 11:09:00.740771 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.28 11:09:00.740958 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.28 11:09:00.741858 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.28 11:09:00.747250 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.28 11:09:00.748073 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.28 11:09:00.749309 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.28 11:09:00.749373 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.28 11:09:00.750943 [ 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.02.28 11:09:00.751441 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.28 11:09:00.755759 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.28 11:09:00.756457 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.28 11:09:00.757921 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.28 11:09:00.758454 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.28 11:09:00.758791 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.28 11:09:00.759132 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.28 11:09:00.760421 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.28 11:09:00.760450 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.28 11:09:00.760528 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.28 11:09:00.760701 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.28 11:09:00.768652 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.28 11:09:00.768678 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000144363 sec | ||
| 68 | 2025.02.28 11:09:00.768723 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.28 11:09:00.768739 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.28 11:09:00.769337 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.28 11:09:00.770353 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.28 11:09:00.781932 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.28 11:09:00.781977 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.28 11:09:00.781999 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.28 11:09:00.782012 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.28 11:09:00.782042 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.28 11:09:00.782063 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.28 11:09:00.784649 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.28 11:09:00.784696 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.28 11:09:00.784719 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.28 11:09:00.784903 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.28 11:09:00.784924 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.28 11:09:00.784962 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.28 11:09:00.784983 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.28 11:09:00.784996 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.28 11:09:00.785028 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.28 11:09:00.785047 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.28 11:09:00.812603 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.28 11:09:00.814109 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.28 11:09:00.814146 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9441e-05 sec | ||
| 91 | 2025.02.28 11:09:00.814161 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.28 11:09:00.814172 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.28 11:09:00.814197 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.28 11:09:00.814417 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.28 11:09:00.814466 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.28 11:09:00.814481 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.28 11:09:00.814493 [ 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.02.28 11:09:00.814505 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.28 11:09:00.819079 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.28 11:09:00.819278 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2025.02.28 11:09:00.820156 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4681e-05 sec. | ||
| 102 | 2025.02.28 11:09:00.821069 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.28 11:09:00.821161 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.28 11:09:00.821179 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.28 11:09:01.096601 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41917 | ||
| 106 | 2025.02.28 11:09:01.096926 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.28 11:09:01.096988 [ 3 ] {} <Debug> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Authenticating user 'default' from [fd00:1122:3344:101::d]:41917 | ||
| 108 | 2025.02.28 11:09:01.097024 [ 3 ] {} <Debug> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.28 11:09:01.097052 [ 3 ] {} <Debug> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.28 11:09:01.097148 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.28 11:09:01.097179 [ 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.02.28 11:09:01.097215 [ 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.02.28 11:09:01.097710 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49240 | ||
| 114 | 2025.02.28 11:09:01.097794 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40694 | ||
| 115 | 2025.02.28 11:09:01.097854 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.02.28 11:09:01.097894 [ 4 ] {} <Debug> TCP-Session: 0d86fa88-b3f3-4b4d-accc-43392dd9eb04 Authenticating user 'default' from [fd00:1122:3344:101::d]:49240 | ||
| 117 | 2025.02.28 11:09:01.097943 [ 4 ] {} <Debug> TCP-Session: 0d86fa88-b3f3-4b4d-accc-43392dd9eb04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.02.28 11:09:01.097970 [ 4 ] {} <Debug> TCP-Session: 0d86fa88-b3f3-4b4d-accc-43392dd9eb04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2025.02.28 11:09:01.097985 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 120 | 2025.02.28 11:09:01.098072 [ 5 ] {} <Debug> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Authenticating user 'default' from [fd00:1122:3344:101::d]:40694 | ||
| 121 | 2025.02.28 11:09:01.098105 [ 5 ] {} <Debug> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.02.28 11:09:01.098127 [ 5 ] {} <Debug> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.02.28 11:09:01.098673 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32814 | ||
| 124 | 2025.02.28 11:09:01.099048 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.02.28 11:09:01.099055 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48573 | ||
| 126 | 2025.02.28 11:09:01.099102 [ 253 ] {} <Debug> TCP-Session: 9bf2c683-8ead-459e-94bd-ba83f71883e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:32814 | ||
| 127 | 2025.02.28 11:09:01.099149 [ 253 ] {} <Debug> TCP-Session: 9bf2c683-8ead-459e-94bd-ba83f71883e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.02.28 11:09:01.099167 [ 253 ] {} <Debug> TCP-Session: 9bf2c683-8ead-459e-94bd-ba83f71883e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.02.28 11:09:01.099974 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2025.02.28 11:09:01.100087 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51121 | ||
| 131 | 2025.02.28 11:09:01.100105 [ 254 ] {} <Debug> TCP-Session: 23767557-a9ac-4e4b-80d2-b8432d9bc4db Authenticating user 'default' from [fd00:1122:3344:101::d]:48573 | ||
| 132 | 2025.02.28 11:09:01.100122 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 133 | 2025.02.28 11:09:01.100161 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45237 | ||
| 134 | 2025.02.28 11:09:01.100402 [ 254 ] {} <Debug> TCP-Session: 23767557-a9ac-4e4b-80d2-b8432d9bc4db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.02.28 11:09:01.100408 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63310 | ||
| 136 | 2025.02.28 11:09:01.100401 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.02.28 11:09:01.100422 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2025.02.28 11:09:01.100458 [ 254 ] {} <Debug> TCP-Session: 23767557-a9ac-4e4b-80d2-b8432d9bc4db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.02.28 11:09:01.100656 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2025.02.28 11:09:01.100694 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32800 | ||
| 141 | 2025.02.28 11:09:01.100679 [ 255 ] {} <Debug> TCP-Session: 5cf83f02-bdcf-4bed-a9a3-95270d8d1bab Authenticating user 'default' from [fd00:1122:3344:101::d]:51121 | ||
| 142 | 2025.02.28 11:09:01.100718 [ 256 ] {} <Debug> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Authenticating user 'default' from [fd00:1122:3344:101::d]:45237 | ||
| 143 | 2025.02.28 11:09:01.100756 [ 257 ] {} <Debug> TCP-Session: 73fe7a81-797f-4c44-b968-b54fe947d6c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63310 | ||
| 144 | 2025.02.28 11:09:01.100792 [ 255 ] {} <Debug> TCP-Session: 5cf83f02-bdcf-4bed-a9a3-95270d8d1bab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.02.28 11:09:01.102129 [ 257 ] {} <Debug> TCP-Session: 73fe7a81-797f-4c44-b968-b54fe947d6c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.02.28 11:09:01.102115 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 147 | 2025.02.28 11:09:01.102126 [ 256 ] {} <Debug> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.02.28 11:09:01.102173 [ 255 ] {} <Debug> TCP-Session: 5cf83f02-bdcf-4bed-a9a3-95270d8d1bab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.02.28 11:09:01.102201 [ 257 ] {} <Debug> TCP-Session: 73fe7a81-797f-4c44-b968-b54fe947d6c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.02.28 11:09:01.102225 [ 258 ] {} <Debug> TCP-Session: e8722c97-5e63-48ff-83cb-1aedd9c7f84d Authenticating user 'default' from [fd00:1122:3344:101::d]:32800 | ||
| 151 | 2025.02.28 11:09:01.102239 [ 256 ] {} <Debug> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.28 11:09:01.102284 [ 258 ] {} <Debug> TCP-Session: e8722c97-5e63-48ff-83cb-1aedd9c7f84d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.28 11:09:01.102881 [ 258 ] {} <Debug> TCP-Session: e8722c97-5e63-48ff-83cb-1aedd9c7f84d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.02.28 11:09:01.103669 [ 3 ] {caeeee9c-7bec-4608-9d3e-a81d22458e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.02.28 11:09:01.150027 [ 3 ] {caeeee9c-7bec-4608-9d3e-a81d22458e47} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41917) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.02.28 11:09:01.150908 [ 3 ] {caeeee9c-7bec-4608-9d3e-a81d22458e47} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.02.28 11:09:01.151076 [ 3 ] {caeeee9c-7bec-4608-9d3e-a81d22458e47} <Debug> TCPHandler: Processed in 0.052832641 sec. | ||
| 204 | 2025.02.28 11:09:01.151499 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.02.28 11:09:01.151751 [ 256 ] {e71ec3de-8c8f-4abc-adb0-1f48235cd67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.02.28 11:09:01.152115 [ 256 ] {e71ec3de-8c8f-4abc-adb0-1f48235cd67e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45237) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.02.28 11:09:01.152248 [ 256 ] {e71ec3de-8c8f-4abc-adb0-1f48235cd67e} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.02.28 11:09:01.152339 [ 256 ] {e71ec3de-8c8f-4abc-adb0-1f48235cd67e} <Debug> TCPHandler: Processed in 0.001046192 sec. | ||
| 255 | 2025.02.28 11:09:01.153154 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.02.28 11:09:01.154532 [ 3 ] {5c5c2af7-82a6-45ed-87b1-fb7d7d384a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.02.28 11:09:01.154631 [ 3 ] {5c5c2af7-82a6-45ed-87b1-fb7d7d384a95} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.02.28 11:09:01.155881 [ 3 ] {5c5c2af7-82a6-45ed-87b1-fb7d7d384a95} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.02.28 11:09:01.155903 [ 3 ] {5c5c2af7-82a6-45ed-87b1-fb7d7d384a95} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4911e-05 sec | ||
| 260 | 2025.02.28 11:09:01.155925 [ 3 ] {5c5c2af7-82a6-45ed-87b1-fb7d7d384a95} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.02.28 11:09:01.155958 [ 3 ] {5c5c2af7-82a6-45ed-87b1-fb7d7d384a95} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.02.28 11:09:01.155985 [ 3 ] {5c5c2af7-82a6-45ed-87b1-fb7d7d384a95} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.02.28 11:09:01.156702 [ 3 ] {5c5c2af7-82a6-45ed-87b1-fb7d7d384a95} <Debug> TCPHandler: Processed in 0.003673029 sec. | ||
| 264 | 2025.02.28 11:09:01.156901 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.02.28 11:09:01.157105 [ 256 ] {f7a3eaa5-ed12-454c-940a-6da0071547ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) /* The version table contains metadata about the `oximeter` database */ | ||
| 266 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 267 | 2025.02.28 11:09:01.157160 [ 256 ] {f7a3eaa5-ed12-454c-940a-6da0071547ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.02.28 11:09:01.166258 [ 256 ] {f7a3eaa5-ed12-454c-940a-6da0071547ca} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.02.28 11:09:01.167428 [ 256 ] {f7a3eaa5-ed12-454c-940a-6da0071547ca} <Debug> oximeter.version (3e3ff9b6-438a-4d59-99aa-1f6254ef10ef): Loading data parts | ||
| 270 | 2025.02.28 11:09:01.167910 [ 256 ] {f7a3eaa5-ed12-454c-940a-6da0071547ca} <Debug> oximeter.version (3e3ff9b6-438a-4d59-99aa-1f6254ef10ef): There are no data parts | ||
| 271 | 2025.02.28 11:09:01.170534 [ 256 ] {f7a3eaa5-ed12-454c-940a-6da0071547ca} <Debug> TCPHandler: Processed in 0.013690213 sec. | ||
| 272 | 2025.02.28 11:09:01.170783 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.02.28 11:09:01.171055 [ 3 ] {d7c583f5-0a77-49d8-996d-2ae14ed9bd67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) /* The measurement tables contain all individual samples from each timeseries. | ||
| 274 | * | ||
| 275 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 276 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 277 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 278 | * by all samples from the same timeseries. | ||
| 279 | * | ||
| 280 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 281 | * and then uses that to index quickly into the measurements tables. | ||
| 282 | */ | ||
| 283 | 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) | ||
| 284 | 2025.02.28 11:09:01.171145 [ 3 ] {d7c583f5-0a77-49d8-996d-2ae14ed9bd67} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.02.28 11:09:01.178401 [ 3 ] {d7c583f5-0a77-49d8-996d-2ae14ed9bd67} <Debug> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Loading data parts | ||
| 286 | 2025.02.28 11:09:01.178667 [ 3 ] {d7c583f5-0a77-49d8-996d-2ae14ed9bd67} <Debug> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): There are no data parts | ||
| 287 | 2025.02.28 11:09:01.179931 [ 3 ] {d7c583f5-0a77-49d8-996d-2ae14ed9bd67} <Debug> TCPHandler: Processed in 0.009220187 sec. | ||
| 288 | 2025.02.28 11:09:01.180164 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.02.28 11:09:01.180473 [ 256 ] {70bf1d1d-9f24-47ad-a545-a62fd9ba4670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 290 | 2025.02.28 11:09:01.180546 [ 256 ] {70bf1d1d-9f24-47ad-a545-a62fd9ba4670} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.02.28 11:09:01.182404 [ 256 ] {70bf1d1d-9f24-47ad-a545-a62fd9ba4670} <Debug> oximeter.measurements_i8 (97d9e192-fc5d-482a-bc4b-f95269a8e270): Loading data parts | ||
| 292 | 2025.02.28 11:09:01.182629 [ 256 ] {70bf1d1d-9f24-47ad-a545-a62fd9ba4670} <Debug> oximeter.measurements_i8 (97d9e192-fc5d-482a-bc4b-f95269a8e270): There are no data parts | ||
| 293 | 2025.02.28 11:09:01.183847 [ 256 ] {70bf1d1d-9f24-47ad-a545-a62fd9ba4670} <Debug> TCPHandler: Processed in 0.003767211 sec. | ||
| 294 | 2025.02.28 11:09:01.184034 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.02.28 11:09:01.184242 [ 3 ] {b0f78569-1dd9-4643-9937-c0d0d5ae634c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 296 | 2025.02.28 11:09:01.184333 [ 3 ] {b0f78569-1dd9-4643-9937-c0d0d5ae634c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.02.28 11:09:01.186134 [ 3 ] {b0f78569-1dd9-4643-9937-c0d0d5ae634c} <Debug> oximeter.measurements_u8 (2c299cab-12ea-440f-ae7f-6cc1287de196): Loading data parts | ||
| 298 | 2025.02.28 11:09:01.186329 [ 3 ] {b0f78569-1dd9-4643-9937-c0d0d5ae634c} <Debug> oximeter.measurements_u8 (2c299cab-12ea-440f-ae7f-6cc1287de196): There are no data parts | ||
| 299 | 2025.02.28 11:09:01.187525 [ 3 ] {b0f78569-1dd9-4643-9937-c0d0d5ae634c} <Debug> TCPHandler: Processed in 0.003551496 sec. | ||
| 300 | 2025.02.28 11:09:01.187722 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.02.28 11:09:01.187994 [ 256 ] {f2c5b8bf-8405-498b-b094-76c19f6cc755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 302 | 2025.02.28 11:09:01.188061 [ 256 ] {f2c5b8bf-8405-498b-b094-76c19f6cc755} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.02.28 11:09:01.189938 [ 256 ] {f2c5b8bf-8405-498b-b094-76c19f6cc755} <Debug> oximeter.measurements_i16 (6adf9a7c-2fb4-4070-9b7d-071553fb4033): Loading data parts | ||
| 304 | 2025.02.28 11:09:01.190110 [ 256 ] {f2c5b8bf-8405-498b-b094-76c19f6cc755} <Debug> oximeter.measurements_i16 (6adf9a7c-2fb4-4070-9b7d-071553fb4033): There are no data parts | ||
| 305 | 2025.02.28 11:09:01.191354 [ 256 ] {f2c5b8bf-8405-498b-b094-76c19f6cc755} <Debug> TCPHandler: Processed in 0.003698399 sec. | ||
| 306 | 2025.02.28 11:09:01.191527 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.02.28 11:09:01.191736 [ 3 ] {44c4a573-4e97-4b5b-adc1-ddaf3bea973c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 308 | 2025.02.28 11:09:01.191836 [ 3 ] {44c4a573-4e97-4b5b-adc1-ddaf3bea973c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.02.28 11:09:01.193610 [ 3 ] {44c4a573-4e97-4b5b-adc1-ddaf3bea973c} <Debug> oximeter.measurements_u16 (432131cb-e7a0-4585-a2fc-a2370531f9c9): Loading data parts | ||
| 310 | 2025.02.28 11:09:01.193812 [ 3 ] {44c4a573-4e97-4b5b-adc1-ddaf3bea973c} <Debug> oximeter.measurements_u16 (432131cb-e7a0-4585-a2fc-a2370531f9c9): There are no data parts | ||
| 311 | 2025.02.28 11:09:01.195486 [ 3 ] {44c4a573-4e97-4b5b-adc1-ddaf3bea973c} <Debug> TCPHandler: Processed in 0.004016326 sec. | ||
| 312 | 2025.02.28 11:09:01.195675 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.02.28 11:09:01.195937 [ 256 ] {e794c08f-8b3c-4f71-8cae-b8c9d3276bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 314 | 2025.02.28 11:09:01.196018 [ 256 ] {e794c08f-8b3c-4f71-8cae-b8c9d3276bc4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.02.28 11:09:01.197898 [ 256 ] {e794c08f-8b3c-4f71-8cae-b8c9d3276bc4} <Debug> oximeter.measurements_i32 (3a8aeabf-5bab-4752-ab74-871ee3cc4e60): Loading data parts | ||
| 316 | 2025.02.28 11:09:01.198064 [ 256 ] {e794c08f-8b3c-4f71-8cae-b8c9d3276bc4} <Debug> oximeter.measurements_i32 (3a8aeabf-5bab-4752-ab74-871ee3cc4e60): There are no data parts | ||
| 317 | 2025.02.28 11:09:01.199257 [ 256 ] {e794c08f-8b3c-4f71-8cae-b8c9d3276bc4} <Debug> TCPHandler: Processed in 0.003647318 sec. | ||
| 318 | 2025.02.28 11:09:01.199439 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.02.28 11:09:01.199645 [ 3 ] {daa2f490-40eb-4883-bda1-ed4432d5b6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 320 | 2025.02.28 11:09:01.199724 [ 3 ] {daa2f490-40eb-4883-bda1-ed4432d5b6a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.02.28 11:09:01.201462 [ 3 ] {daa2f490-40eb-4883-bda1-ed4432d5b6a7} <Debug> oximeter.measurements_u32 (63fff617-8648-40c2-b7cd-929f4ef8151d): Loading data parts | ||
| 322 | 2025.02.28 11:09:01.201634 [ 3 ] {daa2f490-40eb-4883-bda1-ed4432d5b6a7} <Debug> oximeter.measurements_u32 (63fff617-8648-40c2-b7cd-929f4ef8151d): There are no data parts | ||
| 323 | 2025.02.28 11:09:01.202807 [ 3 ] {daa2f490-40eb-4883-bda1-ed4432d5b6a7} <Debug> TCPHandler: Processed in 0.003424183 sec. | ||
| 324 | 2025.02.28 11:09:01.202999 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.02.28 11:09:01.203264 [ 256 ] {229cc993-76e3-4b83-8447-227c369dcd14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 326 | 2025.02.28 11:09:01.203320 [ 256 ] {229cc993-76e3-4b83-8447-227c369dcd14} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.02.28 11:09:01.205123 [ 256 ] {229cc993-76e3-4b83-8447-227c369dcd14} <Debug> oximeter.measurements_i64 (e9ceebce-711c-4d07-890b-d850cb2ea57d): Loading data parts | ||
| 328 | 2025.02.28 11:09:01.205290 [ 256 ] {229cc993-76e3-4b83-8447-227c369dcd14} <Debug> oximeter.measurements_i64 (e9ceebce-711c-4d07-890b-d850cb2ea57d): There are no data parts | ||
| 329 | 2025.02.28 11:09:01.206474 [ 256 ] {229cc993-76e3-4b83-8447-227c369dcd14} <Debug> TCPHandler: Processed in 0.003546226 sec. | ||
| 330 | 2025.02.28 11:09:01.206657 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.02.28 11:09:01.206868 [ 3 ] {d0582673-ee4f-44c1-8d5d-6721674d8afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 332 | 2025.02.28 11:09:01.206975 [ 3 ] {d0582673-ee4f-44c1-8d5d-6721674d8afe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.02.28 11:09:01.208733 [ 3 ] {d0582673-ee4f-44c1-8d5d-6721674d8afe} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Loading data parts | ||
| 334 | 2025.02.28 11:09:01.208940 [ 3 ] {d0582673-ee4f-44c1-8d5d-6721674d8afe} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): There are no data parts | ||
| 335 | 2025.02.28 11:09:01.210119 [ 3 ] {d0582673-ee4f-44c1-8d5d-6721674d8afe} <Debug> TCPHandler: Processed in 0.003520976 sec. | ||
| 336 | 2025.02.28 11:09:01.210303 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.02.28 11:09:01.210578 [ 256 ] {d390b058-22e2-4400-a595-339f8fdf36f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 338 | 2025.02.28 11:09:01.210626 [ 256 ] {d390b058-22e2-4400-a595-339f8fdf36f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.02.28 11:09:01.212417 [ 256 ] {d390b058-22e2-4400-a595-339f8fdf36f5} <Debug> oximeter.measurements_f32 (3d6cf839-b4ea-4b2f-8346-6495b5fe0fbf): Loading data parts | ||
| 340 | 2025.02.28 11:09:01.212560 [ 256 ] {d390b058-22e2-4400-a595-339f8fdf36f5} <Debug> oximeter.measurements_f32 (3d6cf839-b4ea-4b2f-8346-6495b5fe0fbf): There are no data parts | ||
| 341 | 2025.02.28 11:09:01.213759 [ 256 ] {d390b058-22e2-4400-a595-339f8fdf36f5} <Debug> TCPHandler: Processed in 0.003515846 sec. | ||
| 342 | 2025.02.28 11:09:01.213955 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.02.28 11:09:01.214158 [ 3 ] {8c43fa41-d0c8-4411-83dc-1f13b3018a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 344 | 2025.02.28 11:09:01.214232 [ 3 ] {8c43fa41-d0c8-4411-83dc-1f13b3018a7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.02.28 11:09:01.215959 [ 3 ] {8c43fa41-d0c8-4411-83dc-1f13b3018a7b} <Debug> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Loading data parts | ||
| 346 | 2025.02.28 11:09:01.216129 [ 3 ] {8c43fa41-d0c8-4411-83dc-1f13b3018a7b} <Debug> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): There are no data parts | ||
| 347 | 2025.02.28 11:09:01.217300 [ 3 ] {8c43fa41-d0c8-4411-83dc-1f13b3018a7b} <Debug> TCPHandler: Processed in 0.003401673 sec. | ||
| 348 | 2025.02.28 11:09:01.217495 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2025.02.28 11:09:01.217733 [ 256 ] {4b9a2ff6-db39-488c-b5e7-43c601d8b3c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 350 | 2025.02.28 11:09:01.217795 [ 256 ] {4b9a2ff6-db39-488c-b5e7-43c601d8b3c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 351 | 2025.02.28 11:09:01.219548 [ 256 ] {4b9a2ff6-db39-488c-b5e7-43c601d8b3c5} <Debug> oximeter.measurements_string (67a4c77a-7b29-4ac7-b104-04624e7ffe87): Loading data parts | ||
| 352 | 2025.02.28 11:09:01.219710 [ 256 ] {4b9a2ff6-db39-488c-b5e7-43c601d8b3c5} <Debug> oximeter.measurements_string (67a4c77a-7b29-4ac7-b104-04624e7ffe87): There are no data parts | ||
| 353 | 2025.02.28 11:09:01.221026 [ 256 ] {4b9a2ff6-db39-488c-b5e7-43c601d8b3c5} <Debug> TCPHandler: Processed in 0.003589266 sec. | ||
| 354 | 2025.02.28 11:09:01.221247 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.02.28 11:09:01.221451 [ 3 ] {adcfc8d6-abf4-408e-be50-a24bdd6891c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 356 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 357 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 358 | * a string isn't palatable for a few reasons. | ||
| 359 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 360 | * details. | ||
| 361 | */ | ||
| 362 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 363 | 2025.02.28 11:09:01.221530 [ 3 ] {adcfc8d6-abf4-408e-be50-a24bdd6891c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 364 | 2025.02.28 11:09:01.223279 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51740 | ||
| 365 | 2025.02.28 11:09:01.223395 [ 3 ] {adcfc8d6-abf4-408e-be50-a24bdd6891c5} <Debug> oximeter.measurements_bytes (5a615ce9-d9fe-4056-b093-b20e1695cbaf): Loading data parts | ||
| 366 | 2025.02.28 11:09:01.223442 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 367 | 2025.02.28 11:09:01.223514 [ 261 ] {} <Debug> TCP-Session: d21e9c97-2d69-44ef-9716-469705c3babe Authenticating user 'default' from [fd00:1122:3344:101::a]:51740 | ||
| 368 | 2025.02.28 11:09:01.223565 [ 261 ] {} <Debug> TCP-Session: d21e9c97-2d69-44ef-9716-469705c3babe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 369 | 2025.02.28 11:09:01.223581 [ 261 ] {} <Debug> TCP-Session: d21e9c97-2d69-44ef-9716-469705c3babe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 370 | 2025.02.28 11:09:01.223638 [ 3 ] {adcfc8d6-abf4-408e-be50-a24bdd6891c5} <Debug> oximeter.measurements_bytes (5a615ce9-d9fe-4056-b093-b20e1695cbaf): There are no data parts | ||
| 371 | 2025.02.28 11:09:01.223692 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 372 | 2025.02.28 11:09:01.223752 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 373 | 2025.02.28 11:09:01.223828 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 374 | 2025.02.28 11:09:01.224746 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52086 | ||
| 375 | 2025.02.28 11:09:01.224894 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61526 | ||
| 376 | 2025.02.28 11:09:01.224916 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 377 | 2025.02.28 11:09:01.224962 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43466 | ||
| 378 | 2025.02.28 11:09:01.225065 [ 262 ] {} <Debug> TCP-Session: cf9f07f7-9fe2-444d-bd51-5616ef6ceaa7 Authenticating user 'default' from [fd00:1122:3344:101::a]:52086 | ||
| 379 | 2025.02.28 11:09:01.225147 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 380 | 2025.02.28 11:09:01.225312 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63247 | ||
| 381 | 2025.02.28 11:09:01.225429 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 382 | 2025.02.28 11:09:01.225448 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35652 | ||
| 383 | 2025.02.28 11:09:01.225409 [ 262 ] {} <Debug> TCP-Session: cf9f07f7-9fe2-444d-bd51-5616ef6ceaa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2025.02.28 11:09:01.225395 [ 263 ] {} <Debug> TCP-Session: 7b70840b-8a31-4fd5-b0ed-c692a7ba320e Authenticating user 'default' from [fd00:1122:3344:101::a]:61526 | ||
| 385 | 2025.02.28 11:09:01.225818 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52315 | ||
| 386 | 2025.02.28 11:09:01.225851 [ 262 ] {} <Debug> TCP-Session: cf9f07f7-9fe2-444d-bd51-5616ef6ceaa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 387 | 2025.02.28 11:09:01.226048 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64329 | ||
| 388 | 2025.02.28 11:09:01.225878 [ 263 ] {} <Debug> TCP-Session: 7b70840b-8a31-4fd5-b0ed-c692a7ba320e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 389 | 2025.02.28 11:09:01.226193 [ 264 ] {} <Debug> TCP-Session: ac95d4da-a8f9-4eea-92e1-944ca64991d8 Authenticating user 'default' from [fd00:1122:3344:101::a]:43466 | ||
| 390 | 2025.02.28 11:09:01.226242 [ 3 ] {adcfc8d6-abf4-408e-be50-a24bdd6891c5} <Debug> TCPHandler: Processed in 0.005042268 sec. | ||
| 391 | 2025.02.28 11:09:01.226317 [ 263 ] {} <Debug> TCP-Session: 7b70840b-8a31-4fd5-b0ed-c692a7ba320e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 392 | 2025.02.28 11:09:01.226328 [ 264 ] {} <Debug> TCP-Session: ac95d4da-a8f9-4eea-92e1-944ca64991d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 393 | 2025.02.28 11:09:01.226418 [ 264 ] {} <Debug> TCP-Session: ac95d4da-a8f9-4eea-92e1-944ca64991d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 394 | 2025.02.28 11:09:01.226547 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.02.28 11:09:01.226801 [ 256 ] {76085712-d24a-4560-9526-b768c452e61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 396 | 2025.02.28 11:09:01.226861 [ 256 ] {76085712-d24a-4560-9526-b768c452e61c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 397 | 2025.02.28 11:09:01.228813 [ 256 ] {76085712-d24a-4560-9526-b768c452e61c} <Debug> oximeter.measurements_cumulativei64 (eeb79f1b-7097-46b3-8df2-384c31436772): Loading data parts | ||
| 398 | 2025.02.28 11:09:01.228984 [ 256 ] {76085712-d24a-4560-9526-b768c452e61c} <Debug> oximeter.measurements_cumulativei64 (eeb79f1b-7097-46b3-8df2-384c31436772): There are no data parts | ||
| 399 | 2025.02.28 11:09:01.230296 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 400 | 2025.02.28 11:09:01.230334 [ 265 ] {} <Debug> TCP-Session: d1a94b9b-379f-4848-93fc-220852f8aaa5 Authenticating user 'default' from [fd00:1122:3344:101::a]:35652 | ||
| 401 | 2025.02.28 11:09:01.230357 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 402 | 2025.02.28 11:09:01.230392 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 403 | 2025.02.28 11:09:01.230412 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 404 | 2025.02.28 11:09:01.230367 [ 265 ] {} <Debug> TCP-Session: d1a94b9b-379f-4848-93fc-220852f8aaa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 405 | 2025.02.28 11:09:01.230498 [ 267 ] {} <Debug> TCP-Session: 6a7c36a5-7e70-422f-ae8b-74e59ef87ef3 Authenticating user 'default' from [fd00:1122:3344:101::a]:52315 | ||
| 406 | 2025.02.28 11:09:01.230489 [ 268 ] {} <Debug> TCP-Session: 6942cc90-58cb-4c7b-b3d3-1a6916c6f56f Authenticating user 'default' from [fd00:1122:3344:101::a]:64329 | ||
| 407 | 2025.02.28 11:09:01.230604 [ 266 ] {} <Debug> TCP-Session: 385efe00-93d0-4bee-bcd4-9f14991d4636 Authenticating user 'default' from [fd00:1122:3344:101::a]:63247 | ||
| 408 | 2025.02.28 11:09:01.230645 [ 265 ] {} <Debug> TCP-Session: d1a94b9b-379f-4848-93fc-220852f8aaa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 409 | 2025.02.28 11:09:01.230685 [ 268 ] {} <Debug> TCP-Session: 6942cc90-58cb-4c7b-b3d3-1a6916c6f56f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 410 | 2025.02.28 11:09:01.230626 [ 267 ] {} <Debug> TCP-Session: 6a7c36a5-7e70-422f-ae8b-74e59ef87ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 411 | 2025.02.28 11:09:01.230767 [ 266 ] {} <Debug> TCP-Session: 385efe00-93d0-4bee-bcd4-9f14991d4636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 412 | 2025.02.28 11:09:01.230866 [ 267 ] {} <Debug> TCP-Session: 6a7c36a5-7e70-422f-ae8b-74e59ef87ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 413 | 2025.02.28 11:09:01.230892 [ 266 ] {} <Debug> TCP-Session: 385efe00-93d0-4bee-bcd4-9f14991d4636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 414 | 2025.02.28 11:09:01.230859 [ 268 ] {} <Debug> TCP-Session: 6942cc90-58cb-4c7b-b3d3-1a6916c6f56f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2025.02.28 11:09:01.230997 [ 256 ] {76085712-d24a-4560-9526-b768c452e61c} <Debug> TCPHandler: Processed in 0.004547278 sec. | ||
| 416 | 2025.02.28 11:09:01.231212 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 417 | 2025.02.28 11:09:01.231470 [ 3 ] {b06010aa-a1c3-4a74-af39-7dde6627c0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 418 | 2025.02.28 11:09:01.231525 [ 3 ] {b06010aa-a1c3-4a74-af39-7dde6627c0d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 419 | 2025.02.28 11:09:01.233548 [ 3 ] {b06010aa-a1c3-4a74-af39-7dde6627c0d7} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Loading data parts | ||
| 420 | 2025.02.28 11:09:01.233720 [ 3 ] {b06010aa-a1c3-4a74-af39-7dde6627c0d7} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): There are no data parts | ||
| 421 | 2025.02.28 11:09:01.235147 [ 3 ] {b06010aa-a1c3-4a74-af39-7dde6627c0d7} <Debug> TCPHandler: Processed in 0.003993226 sec. | ||
| 422 | 2025.02.28 11:09:01.235379 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 423 | 2025.02.28 11:09:01.235608 [ 256 ] {8588f340-2584-46b2-87f9-e7c38c11253a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 424 | 2025.02.28 11:09:01.235701 [ 256 ] {8588f340-2584-46b2-87f9-e7c38c11253a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 425 | 2025.02.28 11:09:01.237551 [ 256 ] {8588f340-2584-46b2-87f9-e7c38c11253a} <Debug> oximeter.measurements_cumulativef32 (885c580f-db98-4d49-8875-d8bd913ee160): Loading data parts | ||
| 426 | 2025.02.28 11:09:01.237733 [ 256 ] {8588f340-2584-46b2-87f9-e7c38c11253a} <Debug> oximeter.measurements_cumulativef32 (885c580f-db98-4d49-8875-d8bd913ee160): There are no data parts | ||
| 427 | 2025.02.28 11:09:01.239008 [ 256 ] {8588f340-2584-46b2-87f9-e7c38c11253a} <Debug> TCPHandler: Processed in 0.003694009 sec. | ||
| 428 | 2025.02.28 11:09:01.239199 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 429 | 2025.02.28 11:09:01.239462 [ 3 ] {42e0f3b0-1928-4ada-a9eb-5d8e6582a33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 430 | 2025.02.28 11:09:01.239532 [ 3 ] {42e0f3b0-1928-4ada-a9eb-5d8e6582a33a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 431 | 2025.02.28 11:09:01.241422 [ 3 ] {42e0f3b0-1928-4ada-a9eb-5d8e6582a33a} <Debug> oximeter.measurements_cumulativef64 (c23f0087-65f0-4770-b84e-5a4a65246c24): Loading data parts | ||
| 432 | 2025.02.28 11:09:01.241595 [ 3 ] {42e0f3b0-1928-4ada-a9eb-5d8e6582a33a} <Debug> oximeter.measurements_cumulativef64 (c23f0087-65f0-4770-b84e-5a4a65246c24): There are no data parts | ||
| 433 | 2025.02.28 11:09:01.242824 [ 3 ] {42e0f3b0-1928-4ada-a9eb-5d8e6582a33a} <Debug> TCPHandler: Processed in 0.003684399 sec. | ||
| 434 | 2025.02.28 11:09:01.243045 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 435 | 2025.02.28 11:09:01.243428 [ 256 ] {7c7e447d-588a-4b05-be96-f34976f887a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 436 | * NOTE: Array types cannot be Nullable, see | ||
| 437 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 438 | * for more details. | ||
| 439 | * | ||
| 440 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 441 | * is unfortunate, and at this point relies on the fact that an | ||
| 442 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 443 | * to figure out another way to represent missing samples here. | ||
| 444 | */ | ||
| 445 | 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) | ||
| 446 | 2025.02.28 11:09:01.243543 [ 256 ] {7c7e447d-588a-4b05-be96-f34976f887a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 447 | 2025.02.28 11:09:01.245863 [ 256 ] {7c7e447d-588a-4b05-be96-f34976f887a0} <Debug> oximeter.measurements_histogrami8 (9fd57b02-9701-4095-b7fc-4e49356c101e): Loading data parts | ||
| 448 | 2025.02.28 11:09:01.246030 [ 256 ] {7c7e447d-588a-4b05-be96-f34976f887a0} <Debug> oximeter.measurements_histogrami8 (9fd57b02-9701-4095-b7fc-4e49356c101e): There are no data parts | ||
| 449 | 2025.02.28 11:09:01.247530 [ 256 ] {7c7e447d-588a-4b05-be96-f34976f887a0} <Debug> TCPHandler: Processed in 0.004563568 sec. | ||
| 450 | 2025.02.28 11:09:01.247736 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 451 | 2025.02.28 11:09:01.248163 [ 3 ] {07a6fc25-ca13-40b3-bbb9-3acebcaf325a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 452 | 2025.02.28 11:09:01.248254 [ 3 ] {07a6fc25-ca13-40b3-bbb9-3acebcaf325a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 453 | 2025.02.28 11:09:01.250499 [ 3 ] {07a6fc25-ca13-40b3-bbb9-3acebcaf325a} <Debug> oximeter.measurements_histogramu8 (337917d1-7ca4-432b-b11f-413adcbd6d6e): Loading data parts | ||
| 454 | 2025.02.28 11:09:01.250675 [ 3 ] {07a6fc25-ca13-40b3-bbb9-3acebcaf325a} <Debug> oximeter.measurements_histogramu8 (337917d1-7ca4-432b-b11f-413adcbd6d6e): There are no data parts | ||
| 455 | 2025.02.28 11:09:01.251981 [ 3 ] {07a6fc25-ca13-40b3-bbb9-3acebcaf325a} <Debug> TCPHandler: Processed in 0.004311932 sec. | ||
| 456 | 2025.02.28 11:09:01.252197 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2025.02.28 11:09:01.252601 [ 256 ] {87db4e50-687f-4856-9d1b-5c093c229469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 458 | 2025.02.28 11:09:01.252713 [ 256 ] {87db4e50-687f-4856-9d1b-5c093c229469} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 459 | 2025.02.28 11:09:01.255291 [ 256 ] {87db4e50-687f-4856-9d1b-5c093c229469} <Debug> oximeter.measurements_histogrami16 (30a05711-57fa-43fd-aecf-5abe033d5e8e): Loading data parts | ||
| 460 | 2025.02.28 11:09:01.255567 [ 256 ] {87db4e50-687f-4856-9d1b-5c093c229469} <Debug> oximeter.measurements_histogrami16 (30a05711-57fa-43fd-aecf-5abe033d5e8e): There are no data parts | ||
| 461 | 2025.02.28 11:09:01.256951 [ 256 ] {87db4e50-687f-4856-9d1b-5c093c229469} <Debug> TCPHandler: Processed in 0.004823624 sec. | ||
| 462 | 2025.02.28 11:09:01.257174 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2025.02.28 11:09:01.257496 [ 3 ] {2338992c-5950-43c4-8eb2-4bd5480d8bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 464 | 2025.02.28 11:09:01.257567 [ 3 ] {2338992c-5950-43c4-8eb2-4bd5480d8bae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 465 | 2025.02.28 11:09:01.259767 [ 3 ] {2338992c-5950-43c4-8eb2-4bd5480d8bae} <Debug> oximeter.measurements_histogramu16 (9c81b5c8-3cb0-4700-ad7e-1ac313e12c72): Loading data parts | ||
| 466 | 2025.02.28 11:09:01.259936 [ 3 ] {2338992c-5950-43c4-8eb2-4bd5480d8bae} <Debug> oximeter.measurements_histogramu16 (9c81b5c8-3cb0-4700-ad7e-1ac313e12c72): There are no data parts | ||
| 467 | 2025.02.28 11:09:01.261298 [ 3 ] {2338992c-5950-43c4-8eb2-4bd5480d8bae} <Debug> TCPHandler: Processed in 0.00418438 sec. | ||
| 468 | 2025.02.28 11:09:01.261516 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 469 | 2025.02.28 11:09:01.261910 [ 256 ] {ee871c50-2b9b-4c1e-9cf6-88d8fe6f996f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 470 | 2025.02.28 11:09:01.262094 [ 256 ] {ee871c50-2b9b-4c1e-9cf6-88d8fe6f996f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 471 | 2025.02.28 11:09:01.264483 [ 256 ] {ee871c50-2b9b-4c1e-9cf6-88d8fe6f996f} <Debug> oximeter.measurements_histogrami32 (57f31380-2d43-4302-8ea3-a3ee1590ea86): Loading data parts | ||
| 472 | 2025.02.28 11:09:01.264725 [ 256 ] {ee871c50-2b9b-4c1e-9cf6-88d8fe6f996f} <Debug> oximeter.measurements_histogrami32 (57f31380-2d43-4302-8ea3-a3ee1590ea86): There are no data parts | ||
| 473 | 2025.02.28 11:09:01.266096 [ 256 ] {ee871c50-2b9b-4c1e-9cf6-88d8fe6f996f} <Debug> TCPHandler: Processed in 0.004651229 sec. | ||
| 474 | 2025.02.28 11:09:01.266291 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 475 | 2025.02.28 11:09:01.266610 [ 3 ] {da6efbc8-8f3f-4d14-9ca1-7fc83640b0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 476 | 2025.02.28 11:09:01.266686 [ 3 ] {da6efbc8-8f3f-4d14-9ca1-7fc83640b0b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 477 | 2025.02.28 11:09:01.268983 [ 3 ] {da6efbc8-8f3f-4d14-9ca1-7fc83640b0b3} <Debug> oximeter.measurements_histogramu32 (5442f29c-94e9-49fb-84ed-a4c45c3e3a7d): Loading data parts | ||
| 478 | 2025.02.28 11:09:01.269137 [ 3 ] {da6efbc8-8f3f-4d14-9ca1-7fc83640b0b3} <Debug> oximeter.measurements_histogramu32 (5442f29c-94e9-49fb-84ed-a4c45c3e3a7d): There are no data parts | ||
| 479 | 2025.02.28 11:09:01.270750 [ 3 ] {da6efbc8-8f3f-4d14-9ca1-7fc83640b0b3} <Debug> TCPHandler: Processed in 0.004517927 sec. | ||
| 480 | 2025.02.28 11:09:01.270964 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 481 | 2025.02.28 11:09:01.271325 [ 256 ] {82b73305-dabd-465f-8df8-55a08f40d08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 482 | 2025.02.28 11:09:01.271434 [ 256 ] {82b73305-dabd-465f-8df8-55a08f40d08e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 483 | 2025.02.28 11:09:01.273653 [ 256 ] {82b73305-dabd-465f-8df8-55a08f40d08e} <Debug> oximeter.measurements_histogrami64 (b6528fe3-d123-43b0-bc2e-d701caf2e03a): Loading data parts | ||
| 484 | 2025.02.28 11:09:01.273857 [ 256 ] {82b73305-dabd-465f-8df8-55a08f40d08e} <Debug> oximeter.measurements_histogrami64 (b6528fe3-d123-43b0-bc2e-d701caf2e03a): There are no data parts | ||
| 485 | 2025.02.28 11:09:01.275311 [ 256 ] {82b73305-dabd-465f-8df8-55a08f40d08e} <Debug> TCPHandler: Processed in 0.004427325 sec. | ||
| 486 | 2025.02.28 11:09:01.275491 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 487 | 2025.02.28 11:09:01.275811 [ 3 ] {e9d709d8-9738-490c-9d95-2fefcf2107cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 488 | 2025.02.28 11:09:01.275884 [ 3 ] {e9d709d8-9738-490c-9d95-2fefcf2107cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 489 | 2025.02.28 11:09:01.277998 [ 3 ] {e9d709d8-9738-490c-9d95-2fefcf2107cb} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Loading data parts | ||
| 490 | 2025.02.28 11:09:01.278143 [ 3 ] {e9d709d8-9738-490c-9d95-2fefcf2107cb} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): There are no data parts | ||
| 491 | 2025.02.28 11:09:01.279443 [ 3 ] {e9d709d8-9738-490c-9d95-2fefcf2107cb} <Debug> TCPHandler: Processed in 0.004009156 sec. | ||
| 492 | 2025.02.28 11:09:01.279659 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 493 | 2025.02.28 11:09:01.280039 [ 256 ] {e5b22199-c5cd-4226-902d-fc6315fc6b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 494 | 2025.02.28 11:09:01.280141 [ 256 ] {e5b22199-c5cd-4226-902d-fc6315fc6b63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 495 | 2025.02.28 11:09:01.282602 [ 256 ] {e5b22199-c5cd-4226-902d-fc6315fc6b63} <Debug> oximeter.measurements_histogramf32 (661a1729-9eab-452e-bdc8-1e66cf4d728c): Loading data parts | ||
| 496 | 2025.02.28 11:09:01.282845 [ 256 ] {e5b22199-c5cd-4226-902d-fc6315fc6b63} <Debug> oximeter.measurements_histogramf32 (661a1729-9eab-452e-bdc8-1e66cf4d728c): There are no data parts | ||
| 497 | 2025.02.28 11:09:01.284197 [ 256 ] {e5b22199-c5cd-4226-902d-fc6315fc6b63} <Debug> TCPHandler: Processed in 0.004609249 sec. | ||
| 498 | 2025.02.28 11:09:01.284416 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.02.28 11:09:01.284803 [ 3 ] {b8b29e71-e1f8-4262-8d98-af58d4c52d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 500 | 2025.02.28 11:09:01.284874 [ 3 ] {b8b29e71-e1f8-4262-8d98-af58d4c52d72} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 501 | 2025.02.28 11:09:01.287000 [ 3 ] {b8b29e71-e1f8-4262-8d98-af58d4c52d72} <Debug> oximeter.measurements_histogramf64 (9106c121-37b3-415a-ab14-8bc47d527977): Loading data parts | ||
| 502 | 2025.02.28 11:09:01.287180 [ 3 ] {b8b29e71-e1f8-4262-8d98-af58d4c52d72} <Debug> oximeter.measurements_histogramf64 (9106c121-37b3-415a-ab14-8bc47d527977): There are no data parts | ||
| 503 | 2025.02.28 11:09:01.288467 [ 3 ] {b8b29e71-e1f8-4262-8d98-af58d4c52d72} <Debug> TCPHandler: Processed in 0.004124759 sec. | ||
| 504 | 2025.02.28 11:09:01.288667 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 505 | 2025.02.28 11:09:01.288888 [ 256 ] {6476364d-bb12-431e-84a2-4687adfc9b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) /* The field tables store named dimensions of each timeseries. | ||
| 506 | * | ||
| 507 | * As with the measurement tables, there is one field table for each field data | ||
| 508 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 509 | * this behavior **must not** be relied upon for query correctness. | ||
| 510 | * | ||
| 511 | * The index for the fields differs from the measurements, however. Rows are | ||
| 512 | * sorted by timeseries name, then field name, field value, and finally | ||
| 513 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 514 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 515 | * usually then used to look up measurements. | ||
| 516 | * | ||
| 517 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 518 | * timeseries name and then key, since it would improve lookups where one | ||
| 519 | * already has the key. Realistically though, these tables are quite small and | ||
| 520 | * so performance benefits will be low in absolute terms. | ||
| 521 | * | ||
| 522 | * TTL: We use a materialized column to expire old field table records. This | ||
| 523 | * column is generated automatically by the database whenever a new row is | ||
| 524 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 525 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 526 | * record will remain during a deduplication, which will have the last | ||
| 527 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 528 | * measurement tables. | ||
| 529 | */ | ||
| 530 | 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) | ||
| 531 | 2025.02.28 11:09:01.288979 [ 256 ] {6476364d-bb12-431e-84a2-4687adfc9b41} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 532 | 2025.02.28 11:09:01.290995 [ 256 ] {6476364d-bb12-431e-84a2-4687adfc9b41} <Debug> oximeter.fields_bool (e1dc2f24-b755-4be1-b656-f0065573fabf): Loading data parts | ||
| 533 | 2025.02.28 11:09:01.291185 [ 256 ] {6476364d-bb12-431e-84a2-4687adfc9b41} <Debug> oximeter.fields_bool (e1dc2f24-b755-4be1-b656-f0065573fabf): There are no data parts | ||
| 534 | 2025.02.28 11:09:01.292413 [ 256 ] {6476364d-bb12-431e-84a2-4687adfc9b41} <Debug> TCPHandler: Processed in 0.003805462 sec. | ||
| 535 | 2025.02.28 11:09:01.292590 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 536 | 2025.02.28 11:09:01.292816 [ 3 ] {e9b29e73-a799-428f-a06c-dafa5518040a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 537 | 2025.02.28 11:09:01.292879 [ 3 ] {e9b29e73-a799-428f-a06c-dafa5518040a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 538 | 2025.02.28 11:09:01.294739 [ 3 ] {e9b29e73-a799-428f-a06c-dafa5518040a} <Debug> oximeter.fields_i8 (251bedde-14e0-4d5e-8d5f-8627ebba49fb): Loading data parts | ||
| 539 | 2025.02.28 11:09:01.294900 [ 3 ] {e9b29e73-a799-428f-a06c-dafa5518040a} <Debug> oximeter.fields_i8 (251bedde-14e0-4d5e-8d5f-8627ebba49fb): There are no data parts | ||
| 540 | 2025.02.28 11:09:01.296292 [ 3 ] {e9b29e73-a799-428f-a06c-dafa5518040a} <Debug> TCPHandler: Processed in 0.00375784 sec. | ||
| 541 | 2025.02.28 11:09:01.296524 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 542 | 2025.02.28 11:09:01.296734 [ 256 ] {ec4623ff-4d67-4f29-92c3-2947d2d3a4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 543 | 2025.02.28 11:09:01.296818 [ 256 ] {ec4623ff-4d67-4f29-92c3-2947d2d3a4d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 544 | 2025.02.28 11:09:01.298772 [ 256 ] {ec4623ff-4d67-4f29-92c3-2947d2d3a4d8} <Debug> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Loading data parts | ||
| 545 | 2025.02.28 11:09:01.298953 [ 256 ] {ec4623ff-4d67-4f29-92c3-2947d2d3a4d8} <Debug> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): There are no data parts | ||
| 546 | 2025.02.28 11:09:01.300158 [ 256 ] {ec4623ff-4d67-4f29-92c3-2947d2d3a4d8} <Debug> TCPHandler: Processed in 0.003691739 sec. | ||
| 547 | 2025.02.28 11:09:01.300365 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 548 | 2025.02.28 11:09:01.300630 [ 3 ] {de2f057e-40d3-4f48-addf-510cbb061de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 549 | 2025.02.28 11:09:01.300700 [ 3 ] {de2f057e-40d3-4f48-addf-510cbb061de8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 550 | 2025.02.28 11:09:01.302561 [ 3 ] {de2f057e-40d3-4f48-addf-510cbb061de8} <Debug> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Loading data parts | ||
| 551 | 2025.02.28 11:09:01.302726 [ 3 ] {de2f057e-40d3-4f48-addf-510cbb061de8} <Debug> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): There are no data parts | ||
| 552 | 2025.02.28 11:09:01.303929 [ 3 ] {de2f057e-40d3-4f48-addf-510cbb061de8} <Debug> TCPHandler: Processed in 0.003630138 sec. | ||
| 553 | 2025.02.28 11:09:01.304144 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 554 | 2025.02.28 11:09:01.304347 [ 256 ] {e71c2532-1bb2-4396-9b3a-e18ad96a8801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 555 | 2025.02.28 11:09:01.304422 [ 256 ] {e71c2532-1bb2-4396-9b3a-e18ad96a8801} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 556 | 2025.02.28 11:09:01.306325 [ 256 ] {e71c2532-1bb2-4396-9b3a-e18ad96a8801} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Loading data parts | ||
| 557 | 2025.02.28 11:09:01.306497 [ 256 ] {e71c2532-1bb2-4396-9b3a-e18ad96a8801} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): There are no data parts | ||
| 558 | 2025.02.28 11:09:01.307726 [ 256 ] {e71c2532-1bb2-4396-9b3a-e18ad96a8801} <Debug> TCPHandler: Processed in 0.003637898 sec. | ||
| 559 | 2025.02.28 11:09:01.307919 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 560 | 2025.02.28 11:09:01.308190 [ 3 ] {e375c39b-b099-48bf-82df-e6ea7323af88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 561 | 2025.02.28 11:09:01.308238 [ 3 ] {e375c39b-b099-48bf-82df-e6ea7323af88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 562 | 2025.02.28 11:09:01.310230 [ 3 ] {e375c39b-b099-48bf-82df-e6ea7323af88} <Debug> oximeter.fields_i32 (8318f297-5f32-4849-9ac6-20bbd01d9418): Loading data parts | ||
| 563 | 2025.02.28 11:09:01.310394 [ 3 ] {e375c39b-b099-48bf-82df-e6ea7323af88} <Debug> oximeter.fields_i32 (8318f297-5f32-4849-9ac6-20bbd01d9418): There are no data parts | ||
| 564 | 2025.02.28 11:09:01.311743 [ 3 ] {e375c39b-b099-48bf-82df-e6ea7323af88} <Debug> TCPHandler: Processed in 0.003882443 sec. | ||
| 565 | 2025.02.28 11:09:01.311970 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 566 | 2025.02.28 11:09:01.312192 [ 256 ] {f5c13991-bc18-4894-a252-8fe79e5aea80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 567 | 2025.02.28 11:09:01.312353 [ 256 ] {f5c13991-bc18-4894-a252-8fe79e5aea80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 568 | 2025.02.28 11:09:01.314318 [ 256 ] {f5c13991-bc18-4894-a252-8fe79e5aea80} <Debug> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Loading data parts | ||
| 569 | 2025.02.28 11:09:01.314526 [ 256 ] {f5c13991-bc18-4894-a252-8fe79e5aea80} <Debug> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): There are no data parts | ||
| 570 | 2025.02.28 11:09:01.316859 [ 256 ] {f5c13991-bc18-4894-a252-8fe79e5aea80} <Debug> TCPHandler: Processed in 0.004950706 sec. | ||
| 571 | 2025.02.28 11:09:01.317067 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 572 | 2025.02.28 11:09:01.317306 [ 3 ] {4c1fe60c-4176-46e9-883e-47b5d910a248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 573 | 2025.02.28 11:09:01.317365 [ 3 ] {4c1fe60c-4176-46e9-883e-47b5d910a248} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 574 | 2025.02.28 11:09:01.319413 [ 3 ] {4c1fe60c-4176-46e9-883e-47b5d910a248} <Debug> oximeter.fields_i64 (2668cba6-d508-4b6e-bc9a-e90b844871b1): Loading data parts | ||
| 575 | 2025.02.28 11:09:01.319577 [ 3 ] {4c1fe60c-4176-46e9-883e-47b5d910a248} <Debug> oximeter.fields_i64 (2668cba6-d508-4b6e-bc9a-e90b844871b1): There are no data parts | ||
| 576 | 2025.02.28 11:09:01.320789 [ 3 ] {4c1fe60c-4176-46e9-883e-47b5d910a248} <Debug> TCPHandler: Processed in 0.003783191 sec. | ||
| 577 | 2025.02.28 11:09:01.321014 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 578 | 2025.02.28 11:09:01.321280 [ 256 ] {5e9c35d8-344b-4872-bffb-331a3e183aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 579 | 2025.02.28 11:09:01.321386 [ 256 ] {5e9c35d8-344b-4872-bffb-331a3e183aef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 580 | 2025.02.28 11:09:01.323614 [ 256 ] {5e9c35d8-344b-4872-bffb-331a3e183aef} <Debug> oximeter.fields_u64 (bcf6ec6a-4c77-490b-9a94-60a4727b1bc4): Loading data parts | ||
| 581 | 2025.02.28 11:09:01.323837 [ 256 ] {5e9c35d8-344b-4872-bffb-331a3e183aef} <Debug> oximeter.fields_u64 (bcf6ec6a-4c77-490b-9a94-60a4727b1bc4): There are no data parts | ||
| 582 | 2025.02.28 11:09:01.325091 [ 256 ] {5e9c35d8-344b-4872-bffb-331a3e183aef} <Debug> TCPHandler: Processed in 0.004147759 sec. | ||
| 583 | 2025.02.28 11:09:01.325306 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 584 | 2025.02.28 11:09:01.325559 [ 3 ] {c53d3735-190c-47b7-98fd-4c34ebd1fd93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 585 | 2025.02.28 11:09:01.325621 [ 3 ] {c53d3735-190c-47b7-98fd-4c34ebd1fd93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 586 | 2025.02.28 11:09:01.327630 [ 3 ] {c53d3735-190c-47b7-98fd-4c34ebd1fd93} <Debug> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Loading data parts | ||
| 587 | 2025.02.28 11:09:01.327810 [ 3 ] {c53d3735-190c-47b7-98fd-4c34ebd1fd93} <Debug> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): There are no data parts | ||
| 588 | 2025.02.28 11:09:01.329323 [ 3 ] {c53d3735-190c-47b7-98fd-4c34ebd1fd93} <Debug> TCPHandler: Processed in 0.004081028 sec. | ||
| 589 | 2025.02.28 11:09:01.329521 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 590 | 2025.02.28 11:09:01.329756 [ 256 ] {0f68ca3c-e2c3-4a91-9450-479f6e17ce02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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) | ||
| 591 | 2025.02.28 11:09:01.329850 [ 256 ] {0f68ca3c-e2c3-4a91-9450-479f6e17ce02} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 592 | 2025.02.28 11:09:01.331812 [ 256 ] {0f68ca3c-e2c3-4a91-9450-479f6e17ce02} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Loading data parts | ||
| 593 | 2025.02.28 11:09:01.331991 [ 256 ] {0f68ca3c-e2c3-4a91-9450-479f6e17ce02} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): There are no data parts | ||
| 594 | 2025.02.28 11:09:01.334484 [ 256 ] {0f68ca3c-e2c3-4a91-9450-479f6e17ce02} <Debug> TCPHandler: Processed in 0.005021288 sec. | ||
| 595 | 2025.02.28 11:09:01.334687 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 596 | 2025.02.28 11:09:01.334926 [ 3 ] {e2406bc1-0f56-427f-b537-5852d7d8b820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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) | ||
| 597 | 2025.02.28 11:09:01.334988 [ 3 ] {e2406bc1-0f56-427f-b537-5852d7d8b820} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 598 | 2025.02.28 11:09:01.337064 [ 3 ] {e2406bc1-0f56-427f-b537-5852d7d8b820} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Loading data parts | ||
| 599 | 2025.02.28 11:09:01.337232 [ 3 ] {e2406bc1-0f56-427f-b537-5852d7d8b820} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): There are no data parts | ||
| 600 | 2025.02.28 11:09:01.338816 [ 3 ] {e2406bc1-0f56-427f-b537-5852d7d8b820} <Debug> TCPHandler: Processed in 0.004188 sec. | ||
| 601 | 2025.02.28 11:09:01.339033 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 602 | 2025.02.28 11:09:01.339336 [ 256 ] {a455d0a1-53c2-48d6-992e-7246fa55a0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) /* The timeseries schema table stores the extracted schema for the samples | ||
| 603 | * oximeter collects. | ||
| 604 | */ | ||
| 605 | 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) | ||
| 606 | 2025.02.28 11:09:01.339433 [ 256 ] {a455d0a1-53c2-48d6-992e-7246fa55a0d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 607 | 2025.02.28 11:09:01.341238 [ 256 ] {a455d0a1-53c2-48d6-992e-7246fa55a0d3} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Loading data parts | ||
| 608 | 2025.02.28 11:09:01.341416 [ 256 ] {a455d0a1-53c2-48d6-992e-7246fa55a0d3} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): There are no data parts | ||
| 609 | 2025.02.28 11:09:01.342853 [ 256 ] {a455d0a1-53c2-48d6-992e-7246fa55a0d3} <Debug> TCPHandler: Processed in 0.003879293 sec. | ||
| 610 | 2025.02.28 11:09:01.343171 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 611 | 2025.02.28 11:09:01.343415 [ 3 ] {e27bfe4e-3e8d-440d-b6ec-64c80cfcf2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 612 | 2025.02.28 11:09:01.344685 [ 3 ] {e27bfe4e-3e8d-440d-b6ec-64c80cfcf2d1} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 613 | 2025.02.28 11:09:01.353718 [ 260 ] {e27bfe4e-3e8d-440d-b6ec-64c80cfcf2d1} <Trace> oximeter.version (3e3ff9b6-438a-4d59-99aa-1f6254ef10ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 614 | 2025.02.28 11:09:01.353781 [ 260 ] {e27bfe4e-3e8d-440d-b6ec-64c80cfcf2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 615 | 2025.02.28 11:09:01.357722 [ 260 ] {e27bfe4e-3e8d-440d-b6ec-64c80cfcf2d1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 616 | 2025.02.28 11:09:01.358184 [ 260 ] {e27bfe4e-3e8d-440d-b6ec-64c80cfcf2d1} <Trace> oximeter.version (3e3ff9b6-438a-4d59-99aa-1f6254ef10ef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 617 | 2025.02.28 11:09:01.358525 [ 3 ] {e27bfe4e-3e8d-440d-b6ec-64c80cfcf2d1} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015222 sec., 65.6943896991197 rows/sec., 1.03 KiB/sec. | ||
| 618 | 2025.02.28 11:09:01.358911 [ 3 ] {e27bfe4e-3e8d-440d-b6ec-64c80cfcf2d1} <Debug> TCPHandler: Processed in 0.015797338 sec. | ||
| 619 | 2025.02.28 11:09:01.936013 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56380 | ||
| 620 | 2025.02.28 11:09:01.936139 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 621 | 2025.02.28 11:09:01.936169 [ 269 ] {} <Debug> TCP-Session: 5a5c2fb2-7a24-4ab4-be9d-cdc0d27bba82 Authenticating user 'default' from [fd00:1122:3344:101::c]:56380 | ||
| 622 | 2025.02.28 11:09:01.936237 [ 269 ] {} <Debug> TCP-Session: 5a5c2fb2-7a24-4ab4-be9d-cdc0d27bba82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 623 | 2025.02.28 11:09:01.936252 [ 269 ] {} <Debug> TCP-Session: 5a5c2fb2-7a24-4ab4-be9d-cdc0d27bba82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2025.02.28 11:09:01.936304 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 625 | 2025.02.28 11:09:01.936358 [ 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 | ||
| 626 | 2025.02.28 11:09:01.936376 [ 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 | ||
| 627 | 2025.02.28 11:09:01.937448 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40316 | ||
| 628 | 2025.02.28 11:09:01.937453 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33834 | ||
| 629 | 2025.02.28 11:09:01.937536 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45117 | ||
| 630 | 2025.02.28 11:09:01.937667 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47391 | ||
| 631 | 2025.02.28 11:09:01.937665 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 632 | 2025.02.28 11:09:01.937935 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43126 | ||
| 633 | 2025.02.28 11:09:01.937955 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2025.02.28 11:09:01.938221 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2025.02.28 11:09:01.938238 [ 272 ] {} <Debug> TCP-Session: c218196c-848b-446b-ac11-92589e100783 Authenticating user 'default' from [fd00:1122:3344:101::c]:45117 | ||
| 636 | 2025.02.28 11:09:01.938247 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2025.02.28 11:09:01.938312 [ 271 ] {} <Debug> TCP-Session: 9a71030a-67af-4cfd-a3dc-a719ccbba564 Authenticating user 'default' from [fd00:1122:3344:101::c]:40316 | ||
| 638 | 2025.02.28 11:09:01.938341 [ 273 ] {} <Debug> TCP-Session: 8386909f-bc57-47be-9ada-5a8ede037f9d Authenticating user 'default' from [fd00:1122:3344:101::c]:47391 | ||
| 639 | 2025.02.28 11:09:01.938355 [ 272 ] {} <Debug> TCP-Session: c218196c-848b-446b-ac11-92589e100783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2025.02.28 11:09:01.938405 [ 270 ] {} <Debug> TCP-Session: 12712723-a0e3-4263-87b1-f80209890520 Authenticating user 'default' from [fd00:1122:3344:101::c]:33834 | ||
| 641 | 2025.02.28 11:09:01.938369 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60409 | ||
| 642 | 2025.02.28 11:09:01.938427 [ 271 ] {} <Debug> TCP-Session: 9a71030a-67af-4cfd-a3dc-a719ccbba564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2025.02.28 11:09:01.938480 [ 272 ] {} <Debug> TCP-Session: c218196c-848b-446b-ac11-92589e100783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2025.02.28 11:09:01.938468 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63816 | ||
| 645 | 2025.02.28 11:09:01.938526 [ 270 ] {} <Debug> TCP-Session: 12712723-a0e3-4263-87b1-f80209890520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2025.02.28 11:09:01.938538 [ 271 ] {} <Debug> TCP-Session: 9a71030a-67af-4cfd-a3dc-a719ccbba564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.02.28 11:09:01.938458 [ 273 ] {} <Debug> TCP-Session: 8386909f-bc57-47be-9ada-5a8ede037f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.02.28 11:09:01.938693 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 649 | 2025.02.28 11:09:01.938697 [ 273 ] {} <Debug> TCP-Session: 8386909f-bc57-47be-9ada-5a8ede037f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.02.28 11:09:01.938746 [ 270 ] {} <Debug> TCP-Session: 12712723-a0e3-4263-87b1-f80209890520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.02.28 11:09:01.938774 [ 275 ] {} <Debug> TCP-Session: 785c1de7-3da2-4f55-8832-030416d0afd2 Authenticating user 'default' from [fd00:1122:3344:101::c]:60409 | ||
| 652 | 2025.02.28 11:09:01.938975 [ 275 ] {} <Debug> TCP-Session: 785c1de7-3da2-4f55-8832-030416d0afd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.02.28 11:09:01.939088 [ 275 ] {} <Debug> TCP-Session: 785c1de7-3da2-4f55-8832-030416d0afd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2025.02.28 11:09:01.942748 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 655 | 2025.02.28 11:09:01.942787 [ 274 ] {} <Debug> TCP-Session: 6f500d94-f7a4-4dbd-8a73-0531ba505af4 Authenticating user 'default' from [fd00:1122:3344:101::c]:43126 | ||
| 656 | 2025.02.28 11:09:01.942850 [ 274 ] {} <Debug> TCP-Session: 6f500d94-f7a4-4dbd-8a73-0531ba505af4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.02.28 11:09:01.942864 [ 274 ] {} <Debug> TCP-Session: 6f500d94-f7a4-4dbd-8a73-0531ba505af4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.02.28 11:09:01.943830 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 659 | 2025.02.28 11:09:01.943920 [ 276 ] {} <Debug> TCP-Session: bb45184e-991f-4a48-995b-aa6cbaddafef Authenticating user 'default' from [fd00:1122:3344:101::c]:63816 | ||
| 660 | 2025.02.28 11:09:01.943940 [ 276 ] {} <Debug> TCP-Session: bb45184e-991f-4a48-995b-aa6cbaddafef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2025.02.28 11:09:01.943955 [ 276 ] {} <Debug> TCP-Session: bb45184e-991f-4a48-995b-aa6cbaddafef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.02.28 11:09:02.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.15 MiB, peak 125.15 MiB, free memory in arenas 0.00 B, will set to 140.30 MiB (RSS), difference: 15.15 MiB | ||
| 663 | 2025.02.28 11:09:02.380789 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32841 | ||
| 664 | 2025.02.28 11:09:02.380957 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 665 | 2025.02.28 11:09:02.381034 [ 277 ] {} <Debug> TCP-Session: 32d4fe08-54ae-455c-a5c7-922d68cee68b Authenticating user 'default' from [fd00:1122:3344:101::b]:32841 | ||
| 666 | 2025.02.28 11:09:02.381059 [ 277 ] {} <Debug> TCP-Session: 32d4fe08-54ae-455c-a5c7-922d68cee68b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.02.28 11:09:02.381073 [ 277 ] {} <Debug> TCP-Session: 32d4fe08-54ae-455c-a5c7-922d68cee68b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.02.28 11:09:02.381158 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 669 | 2025.02.28 11:09:02.381202 [ 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 | ||
| 670 | 2025.02.28 11:09:02.381244 [ 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 | ||
| 671 | 2025.02.28 11:09:02.382158 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36742 | ||
| 672 | 2025.02.28 11:09:02.382241 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44334 | ||
| 673 | 2025.02.28 11:09:02.382524 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45958 | ||
| 674 | 2025.02.28 11:09:02.382596 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 675 | 2025.02.28 11:09:02.382628 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 676 | 2025.02.28 11:09:02.382797 [ 278 ] {} <Debug> TCP-Session: 4f980eb1-ad75-4ddc-b4e6-b34242706b11 Authenticating user 'default' from [fd00:1122:3344:101::b]:36742 | ||
| 677 | 2025.02.28 11:09:02.382821 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65277 | ||
| 678 | 2025.02.28 11:09:02.382846 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2025.02.28 11:09:02.382863 [ 278 ] {} <Debug> TCP-Session: 4f980eb1-ad75-4ddc-b4e6-b34242706b11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 680 | 2025.02.28 11:09:02.382907 [ 280 ] {} <Debug> TCP-Session: a44a13a3-8dd2-4cef-b752-a79045baba41 Authenticating user 'default' from [fd00:1122:3344:101::b]:45958 | ||
| 681 | 2025.02.28 11:09:02.382834 [ 279 ] {} <Debug> TCP-Session: d919782d-d387-42d3-91aa-febaa5645c62 Authenticating user 'default' from [fd00:1122:3344:101::b]:44334 | ||
| 682 | 2025.02.28 11:09:02.383060 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38525 | ||
| 683 | 2025.02.28 11:09:02.383065 [ 278 ] {} <Debug> TCP-Session: 4f980eb1-ad75-4ddc-b4e6-b34242706b11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2025.02.28 11:09:02.383164 [ 279 ] {} <Debug> TCP-Session: d919782d-d387-42d3-91aa-febaa5645c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.02.28 11:09:02.383429 [ 279 ] {} <Debug> TCP-Session: d919782d-d387-42d3-91aa-febaa5645c62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.02.28 11:09:02.383477 [ 280 ] {} <Debug> TCP-Session: a44a13a3-8dd2-4cef-b752-a79045baba41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.02.28 11:09:02.383456 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48923 | ||
| 688 | 2025.02.28 11:09:02.383571 [ 280 ] {} <Debug> TCP-Session: a44a13a3-8dd2-4cef-b752-a79045baba41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.02.28 11:09:02.383593 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63640 | ||
| 690 | 2025.02.28 11:09:02.387563 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 691 | 2025.02.28 11:09:02.387602 [ 283 ] {} <Debug> TCP-Session: 6998da6c-227e-4250-85fc-1a89ea4f4ad0 Authenticating user 'default' from [fd00:1122:3344:101::b]:48923 | ||
| 692 | 2025.02.28 11:09:02.387621 [ 283 ] {} <Debug> TCP-Session: 6998da6c-227e-4250-85fc-1a89ea4f4ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.02.28 11:09:02.387628 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 694 | 2025.02.28 11:09:02.387657 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 695 | 2025.02.28 11:09:02.387652 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2025.02.28 11:09:02.387744 [ 282 ] {} <Debug> TCP-Session: 43478224-0eec-40c6-afc1-5725bdf21d5b Authenticating user 'default' from [fd00:1122:3344:101::b]:38525 | ||
| 697 | 2025.02.28 11:09:02.387738 [ 284 ] {} <Debug> TCP-Session: 84c4964d-1631-4b09-9a06-08d5a7fdaf9c Authenticating user 'default' from [fd00:1122:3344:101::b]:63640 | ||
| 698 | 2025.02.28 11:09:02.387710 [ 283 ] {} <Debug> TCP-Session: 6998da6c-227e-4250-85fc-1a89ea4f4ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.02.28 11:09:02.387836 [ 281 ] {} <Debug> TCP-Session: 3ac7d043-f684-4cde-a35c-1c08383bf363 Authenticating user 'default' from [fd00:1122:3344:101::b]:65277 | ||
| 700 | 2025.02.28 11:09:02.387885 [ 282 ] {} <Debug> TCP-Session: 43478224-0eec-40c6-afc1-5725bdf21d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.02.28 11:09:02.387885 [ 284 ] {} <Debug> TCP-Session: 84c4964d-1631-4b09-9a06-08d5a7fdaf9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.02.28 11:09:02.387965 [ 281 ] {} <Debug> TCP-Session: 3ac7d043-f684-4cde-a35c-1c08383bf363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.02.28 11:09:02.387985 [ 282 ] {} <Debug> TCP-Session: 43478224-0eec-40c6-afc1-5725bdf21d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.02.28 11:09:02.387983 [ 284 ] {} <Debug> TCP-Session: 84c4964d-1631-4b09-9a06-08d5a7fdaf9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.02.28 11:09:02.388215 [ 281 ] {} <Debug> TCP-Session: 3ac7d043-f684-4cde-a35c-1c08383bf363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.02.28 11:09:08.285429 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 707 | 2025.02.28 11:09:08.285454 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 708 | 2025.02.28 11:09:08.285542 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 709 | 2025.02.28 11:09:08.285566 [ 242 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 710 | 2025.02.28 11:09:08.291921 [ 242 ] {} <Debug> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Loading data parts | ||
| 711 | 2025.02.28 11:09:08.292286 [ 242 ] {} <Debug> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): There are no data parts | ||
| 712 | 2025.02.28 11:09:08.299050 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 713 | 2025.02.28 11:09:08.299338 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 714 | 2025.02.28 11:09:08.302678 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 715 | 2025.02.28 11:09:08.303359 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 716 | 2025.02.28 11:09:08.304117 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 717 | 2025.02.28 11:09:08.311207 [ 244 ] {} <Debug> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Loading data parts | ||
| 718 | 2025.02.28 11:09:08.311396 [ 244 ] {} <Debug> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): There are no data parts | ||
| 719 | 2025.02.28 11:09:08.334207 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 720 | 2025.02.28 11:09:08.334278 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 721 | 2025.02.28 11:09:08.341582 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 722 | 2025.02.28 11:09:08.342312 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 723 | 2025.02.28 11:09:08.344711 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 724 | 2025.02.28 11:09:09.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.90 MiB, peak 149.90 MiB, free memory in arenas 0.00 B, will set to 150.67 MiB (RSS), difference: 4.78 MiB | ||
| 725 | 2025.02.28 11:09:10.785402 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 726 | 2025.02.28 11:09:10.785563 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 727 | 2025.02.28 11:09:10.790515 [ 243 ] {} <Debug> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Loading data parts | ||
| 728 | 2025.02.28 11:09:10.790722 [ 243 ] {} <Debug> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): There are no data parts | ||
| 729 | 2025.02.28 11:09:10.796033 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 730 | 2025.02.28 11:09:10.796143 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 731 | 2025.02.28 11:09:10.797747 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 732 | 2025.02.28 11:09:10.798035 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 733 | 2025.02.28 11:09:10.798590 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 734 | 2025.02.28 11:09:11.001128 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.85 MiB, peak 154.85 MiB, free memory in arenas 0.00 B, will set to 151.06 MiB (RSS), difference: -3.79 MiB | ||
| 735 | 2025.02.28 11:09:15.760959 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 736 | 2025.02.28 11:09:15.761015 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 737 | 2025.02.28 11:09:15.804220 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 738 | 2025.02.28 11:09:15.805120 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 739 | 2025.02.28 11:09:15.805164 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 740 | 2025.02.28 11:09:15.805763 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 741 | 2025.02.28 11:09:15.806078 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 742 | 2025.02.28 11:09:15.806298 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 743 | 2025.02.28 11:09:15.844790 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 744 | 2025.02.28 11:09:15.866214 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 745 | 2025.02.28 11:09:15.866278 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 746 | 2025.02.28 11:09:15.872834 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 747 | 2025.02.28 11:09:15.873582 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 748 | 2025.02.28 11:09:15.876158 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 749 | 2025.02.28 11:09:16.000367 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.73 MiB, peak 155.73 MiB, free memory in arenas 0.00 B, will set to 152.85 MiB (RSS), difference: 1.12 MiB | ||
| 750 | 2025.02.28 11:09:21.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.87 MiB, peak 155.73 MiB, free memory in arenas 0.00 B, will set to 152.89 MiB (RSS), difference: 4.02 MiB | ||
| 751 | 2025.02.28 11:09:23.306436 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 752 | 2025.02.28 11:09:23.307092 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 753 | 2025.02.28 11:09:23.307141 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 754 | 2025.02.28 11:09:23.307936 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 755 | 2025.02.28 11:09:23.308508 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 756 | 2025.02.28 11:09:23.308733 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 757 | 2025.02.28 11:09:23.376267 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 758 | 2025.02.28 11:09:23.395711 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 759 | 2025.02.28 11:09:23.395786 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 760 | 2025.02.28 11:09:23.402342 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 761 | 2025.02.28 11:09:23.403590 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 762 | 2025.02.28 11:09:23.406781 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 763 | 2025.02.28 11:09:30.761107 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 764 | 2025.02.28 11:09:30.761168 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 765 | 2025.02.28 11:09:30.808937 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 766 | 2025.02.28 11:09:30.809550 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.02.28 11:09:30.809596 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 768 | 2025.02.28 11:09:30.810160 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 769 | 2025.02.28 11:09:30.810417 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 770 | 2025.02.28 11:09:30.810594 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 771 | 2025.02.28 11:09:30.906891 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 772 | 2025.02.28 11:09:30.925691 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 773 | 2025.02.28 11:09:30.925740 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 774 | 2025.02.28 11:09:30.932590 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 775 | 2025.02.28 11:09:30.933349 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 776 | 2025.02.28 11:09:30.935845 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 777 | 2025.02.28 11:09:38.310765 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 778 | 2025.02.28 11:09:38.311824 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 779 | 2025.02.28 11:09:38.311875 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 780 | 2025.02.28 11:09:38.312458 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 781 | 2025.02.28 11:09:38.312718 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 782 | 2025.02.28 11:09:38.312971 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 783 | 2025.02.28 11:09:38.435951 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 784 | 2025.02.28 11:09:38.455089 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 785 | 2025.02.28 11:09:38.455139 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 786 | 2025.02.28 11:09:38.461665 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 787 | 2025.02.28 11:09:38.462398 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 788 | 2025.02.28 11:09:38.465348 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 789 | 2025.02.28 11:09:45.761208 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 790 | 2025.02.28 11:09:45.761268 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 791 | 2025.02.28 11:09:45.813085 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 792 | 2025.02.28 11:09:45.813676 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 793 | 2025.02.28 11:09:45.813715 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 794 | 2025.02.28 11:09:45.814278 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 795 | 2025.02.28 11:09:45.814540 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 796 | 2025.02.28 11:09:45.814681 [ 86 ] {} <Debug> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 797 | 2025.02.28 11:09:45.814726 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 798 | 2025.02.28 11:09:45.814760 [ 86 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 799 | 2025.02.28 11:09:45.814782 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 800 | 2025.02.28 11:09:45.820720 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 801 | 2025.02.28 11:09:45.820905 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 802 | 2025.02.28 11:09:45.822887 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 803 | 2025.02.28 11:09:45.825002 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 804 | 2025.02.28 11:09:45.825095 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 805 | 2025.02.28 11:09:45.827479 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 806 | 2025.02.28 11:09:45.829480 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 807 | 2025.02.28 11:09:45.833978 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 808 | 2025.02.28 11:09:45.855619 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.038800951 sec., 72317.81509685163 rows/sec., 1.03 MiB/sec. | ||
| 809 | 2025.02.28 11:09:45.856374 [ 196 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 810 | 2025.02.28 11:09:45.856721 [ 196 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_6_1} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 811 | 2025.02.28 11:09:45.856803 [ 196 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_6_1} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 812 | 2025.02.28 11:09:45.856894 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 813 | 2025.02.28 11:09:45.965441 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 814 | 2025.02.28 11:09:45.984866 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 815 | 2025.02.28 11:09:45.984923 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 816 | 2025.02.28 11:09:45.991873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 817 | 2025.02.28 11:09:45.993026 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 818 | 2025.02.28 11:09:45.993421 [ 86 ] {} <Debug> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 819 | 2025.02.28 11:09:45.993552 [ 86 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 820 | 2025.02.28 11:09:45.993618 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 821 | 2025.02.28 11:09:45.994016 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 822 | 2025.02.28 11:09:46.000212 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.08 MiB, peak 160.87 MiB, free memory in arenas 0.00 B, will set to 157.21 MiB (RSS), difference: 2.13 MiB | ||
| 823 | 2025.02.28 11:09:46.003191 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 824 | 2025.02.28 11:09:46.004345 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 825 | 2025.02.28 11:09:46.005362 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 826 | 2025.02.28 11:09:46.009906 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 827 | 2025.02.28 11:09:46.014494 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 828 | 2025.02.28 11:09:46.019222 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 829 | 2025.02.28 11:09:46.026279 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 830 | 2025.02.28 11:09:46.030873 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 831 | 2025.02.28 11:09:46.096149 [ 201 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.102404123 sec., 449.2006635318775 rows/sec., 2.32 MiB/sec. | ||
| 832 | 2025.02.28 11:09:46.098338 [ 200 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 833 | 2025.02.28 11:09:46.101046 [ 200 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_6_1} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 834 | 2025.02.28 11:09:46.101174 [ 200 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_6_1} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 835 | 2025.02.28 11:09:46.102833 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 836 | 2025.02.28 11:09:46.364964 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2025.02.28 11:09:46.365192 [ 3 ] {b658552b-96f2-40d0-8604-dd5602484ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 838 | 2025.02.28 11:09:46.371321 [ 3 ] {b658552b-96f2-40d0-8604-dd5602484ac1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2025.02.28 11:09:46.379187 [ 3 ] {b658552b-96f2-40d0-8604-dd5602484ac1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2025.02.28 11:09:46.387517 [ 3 ] {b658552b-96f2-40d0-8604-dd5602484ac1} <Debug> TCPHandler: Processed in 0.022691906 sec. | ||
| 841 | 2025.02.28 11:09:46.405414 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 842 | 2025.02.28 11:09:46.405673 [ 256 ] {af3ee098-eea1-4e98-b8d4-f33429dc8db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 843 | 2025.02.28 11:09:46.419267 [ 256 ] {af3ee098-eea1-4e98-b8d4-f33429dc8db9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 844 | 2025.02.28 11:09:46.419336 [ 256 ] {af3ee098-eea1-4e98-b8d4-f33429dc8db9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 845 | 2025.02.28 11:09:46.419966 [ 256 ] {af3ee098-eea1-4e98-b8d4-f33429dc8db9} <Debug> TCPHandler: Processed in 0.014688235 sec. | ||
| 846 | 2025.02.28 11:09:46.420257 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 847 | 2025.02.28 11:09:46.420421 [ 3 ] {a7c95b3a-28ec-4016-aa73-0e3d14f11088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 848 | 2025.02.28 11:09:46.420901 [ 3 ] {a7c95b3a-28ec-4016-aa73-0e3d14f11088} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 849 | 2025.02.28 11:09:46.420956 [ 3 ] {a7c95b3a-28ec-4016-aa73-0e3d14f11088} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 850 | 2025.02.28 11:09:46.421458 [ 3 ] {a7c95b3a-28ec-4016-aa73-0e3d14f11088} <Debug> TCPHandler: Processed in 0.001260457 sec. | ||
| 851 | 2025.02.28 11:09:46.421792 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 852 | 2025.02.28 11:09:46.421940 [ 256 ] {ad2c39a3-bf81-4254-9ae0-f352d539e105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 853 | 2025.02.28 11:09:46.422296 [ 256 ] {ad2c39a3-bf81-4254-9ae0-f352d539e105} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 854 | 2025.02.28 11:09:46.422352 [ 256 ] {ad2c39a3-bf81-4254-9ae0-f352d539e105} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 855 | 2025.02.28 11:09:46.422860 [ 256 ] {ad2c39a3-bf81-4254-9ae0-f352d539e105} <Debug> TCPHandler: Processed in 0.001120964 sec. | ||
| 856 | 2025.02.28 11:09:46.423670 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 857 | 2025.02.28 11:09:46.423799 [ 3 ] {52c7029c-95cc-40c6-a7ac-24f8e33bf342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 858 | 2025.02.28 11:09:46.423851 [ 3 ] {52c7029c-95cc-40c6-a7ac-24f8e33bf342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 859 | 2025.02.28 11:09:46.428811 [ 3 ] {52c7029c-95cc-40c6-a7ac-24f8e33bf342} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 860 | 2025.02.28 11:09:46.428860 [ 3 ] {52c7029c-95cc-40c6-a7ac-24f8e33bf342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 861 | 2025.02.28 11:09:46.431335 [ 3 ] {52c7029c-95cc-40c6-a7ac-24f8e33bf342} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 862 | 2025.02.28 11:09:46.431583 [ 3 ] {52c7029c-95cc-40c6-a7ac-24f8e33bf342} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 863 | 2025.02.28 11:09:46.431858 [ 3 ] {52c7029c-95cc-40c6-a7ac-24f8e33bf342} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.008083 sec., 494.86576766052207 rows/sec., 52.31 KiB/sec. | ||
| 864 | 2025.02.28 11:09:46.431978 [ 3 ] {52c7029c-95cc-40c6-a7ac-24f8e33bf342} <Debug> TCPHandler: Processed in 0.008361489 sec. | ||
| 865 | 2025.02.28 11:09:46.432175 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 866 | 2025.02.28 11:09:46.432327 [ 256 ] {0d91232c-3f3c-4c54-b738-9ca25ab7895f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 867 | 2025.02.28 11:09:46.432385 [ 256 ] {0d91232c-3f3c-4c54-b738-9ca25ab7895f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 868 | 2025.02.28 11:09:46.436110 [ 256 ] {0d91232c-3f3c-4c54-b738-9ca25ab7895f} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 869 | 2025.02.28 11:09:46.436151 [ 256 ] {0d91232c-3f3c-4c54-b738-9ca25ab7895f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 870 | 2025.02.28 11:09:46.436647 [ 256 ] {0d91232c-3f3c-4c54-b738-9ca25ab7895f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 871 | 2025.02.28 11:09:46.436905 [ 256 ] {0d91232c-3f3c-4c54-b738-9ca25ab7895f} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 872 | 2025.02.28 11:09:46.437137 [ 256 ] {0d91232c-3f3c-4c54-b738-9ca25ab7895f} <Debug> executeQuery: Read 44 rows, 4.13 KiB in 0.00485 sec., 9072.164948453608 rows/sec., 850.92 KiB/sec. | ||
| 873 | 2025.02.28 11:09:46.437193 [ 256 ] {0d91232c-3f3c-4c54-b738-9ca25ab7895f} <Debug> TCPHandler: Processed in 0.005085009 sec. | ||
| 874 | 2025.02.28 11:09:46.437345 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 875 | 2025.02.28 11:09:46.437464 [ 3 ] {9f0496e0-3376-4805-bdcb-5adb9fce1d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 876 | 2025.02.28 11:09:46.437511 [ 3 ] {9f0496e0-3376-4805-bdcb-5adb9fce1d32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 877 | 2025.02.28 11:09:46.438142 [ 3 ] {9f0496e0-3376-4805-bdcb-5adb9fce1d32} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 878 | 2025.02.28 11:09:46.438178 [ 3 ] {9f0496e0-3376-4805-bdcb-5adb9fce1d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 879 | 2025.02.28 11:09:46.438552 [ 3 ] {9f0496e0-3376-4805-bdcb-5adb9fce1d32} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 880 | 2025.02.28 11:09:46.438789 [ 3 ] {9f0496e0-3376-4805-bdcb-5adb9fce1d32} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 881 | 2025.02.28 11:09:46.439057 [ 3 ] {9f0496e0-3376-4805-bdcb-5adb9fce1d32} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001596 sec., 13784.461152882206 rows/sec., 1.01 MiB/sec. | ||
| 882 | 2025.02.28 11:09:46.439146 [ 3 ] {9f0496e0-3376-4805-bdcb-5adb9fce1d32} <Debug> TCPHandler: Processed in 0.00185904 sec. | ||
| 883 | 2025.02.28 11:09:46.439288 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2025.02.28 11:09:46.439403 [ 256 ] {1d84c0d3-a47b-4345-94d6-c81390f353fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 885 | 2025.02.28 11:09:46.439451 [ 256 ] {1d84c0d3-a47b-4345-94d6-c81390f353fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 886 | 2025.02.28 11:09:46.440120 [ 256 ] {1d84c0d3-a47b-4345-94d6-c81390f353fc} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 887 | 2025.02.28 11:09:46.440165 [ 256 ] {1d84c0d3-a47b-4345-94d6-c81390f353fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 888 | 2025.02.28 11:09:46.440575 [ 256 ] {1d84c0d3-a47b-4345-94d6-c81390f353fc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 889 | 2025.02.28 11:09:46.440804 [ 256 ] {1d84c0d3-a47b-4345-94d6-c81390f353fc} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 890 | 2025.02.28 11:09:46.441033 [ 256 ] {1d84c0d3-a47b-4345-94d6-c81390f353fc} <Debug> executeQuery: Read 32 rows, 2.58 KiB in 0.001654 sec., 19347.037484885124 rows/sec., 1.52 MiB/sec. | ||
| 891 | 2025.02.28 11:09:46.441087 [ 256 ] {1d84c0d3-a47b-4345-94d6-c81390f353fc} <Debug> TCPHandler: Processed in 0.001855409 sec. | ||
| 892 | 2025.02.28 11:09:46.441232 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 893 | 2025.02.28 11:09:46.441349 [ 3 ] {5e60d085-412e-4423-a5ad-e95e6196b0b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 894 | 2025.02.28 11:09:46.441429 [ 3 ] {5e60d085-412e-4423-a5ad-e95e6196b0b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 895 | 2025.02.28 11:09:46.442574 [ 3 ] {5e60d085-412e-4423-a5ad-e95e6196b0b6} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 896 | 2025.02.28 11:09:46.442613 [ 3 ] {5e60d085-412e-4423-a5ad-e95e6196b0b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 897 | 2025.02.28 11:09:46.449183 [ 3 ] {5e60d085-412e-4423-a5ad-e95e6196b0b6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 898 | 2025.02.28 11:09:46.449443 [ 3 ] {5e60d085-412e-4423-a5ad-e95e6196b0b6} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 899 | 2025.02.28 11:09:46.449768 [ 3 ] {5e60d085-412e-4423-a5ad-e95e6196b0b6} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.008432 sec., 2609.1081593927893 rows/sec., 4.68 MiB/sec. | ||
| 900 | 2025.02.28 11:09:46.449862 [ 3 ] {5e60d085-412e-4423-a5ad-e95e6196b0b6} <Debug> TCPHandler: Processed in 0.008691836 sec. | ||
| 901 | 2025.02.28 11:09:46.450025 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 902 | 2025.02.28 11:09:46.450161 [ 256 ] {339e0d29-299c-44a3-95ae-2f730b6773d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 903 | 2025.02.28 11:09:46.450220 [ 256 ] {339e0d29-299c-44a3-95ae-2f730b6773d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 904 | 2025.02.28 11:09:46.452876 [ 256 ] {339e0d29-299c-44a3-95ae-2f730b6773d8} <Trace> oximeter.measurements_i64 (e9ceebce-711c-4d07-890b-d850cb2ea57d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 905 | 2025.02.28 11:09:46.452918 [ 256 ] {339e0d29-299c-44a3-95ae-2f730b6773d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 906 | 2025.02.28 11:09:46.453365 [ 256 ] {339e0d29-299c-44a3-95ae-2f730b6773d8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 907 | 2025.02.28 11:09:46.453617 [ 256 ] {339e0d29-299c-44a3-95ae-2f730b6773d8} <Trace> oximeter.measurements_i64 (e9ceebce-711c-4d07-890b-d850cb2ea57d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 908 | 2025.02.28 11:09:46.453800 [ 256 ] {339e0d29-299c-44a3-95ae-2f730b6773d8} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.003667 sec., 4908.644668666485 rows/sec., 369.91 KiB/sec. | ||
| 909 | 2025.02.28 11:09:46.453885 [ 256 ] {339e0d29-299c-44a3-95ae-2f730b6773d8} <Debug> TCPHandler: Processed in 0.003925444 sec. | ||
| 910 | 2025.02.28 11:09:47.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.37 MiB, peak 167.30 MiB, free memory in arenas 0.00 B, will set to 161.05 MiB (RSS), difference: 2.67 MiB | ||
| 911 | 2025.02.28 11:09:47.230163 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 912 | 2025.02.28 11:09:47.230426 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 913 | 2025.02.28 11:09:47.232923 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 914 | 2025.02.28 11:09:47.236927 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 915 | 2025.02.28 11:09:47.237204 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 916 | 2025.02.28 11:09:47.241070 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 917 | 2025.02.28 11:09:47.243339 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 918 | 2025.02.28 11:09:47.247053 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 919 | 2025.02.28 11:09:47.249217 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 920 | 2025.02.28 11:09:47.249253 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 921 | 2025.02.28 11:09:47.249357 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <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', 'http_service:request_latency_histogram'))" | ||
| 922 | 2025.02.28 11:09:47.249385 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 923 | 2025.02.28 11:09:47.260087 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.029754 sec., 134.43570612354642 rows/sec., 6.20 KiB/sec. | ||
| 924 | 2025.02.28 11:09:47.260303 [ 3 ] {00ea30e6-d7c3-4eae-8f65-6c01052553c5} <Debug> TCPHandler: Processed in 0.030271947 sec. | ||
| 925 | 2025.02.28 11:09:47.263584 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.02.28 11:09:47.263821 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:errors_received') FORMAT Native; (stage: Complete) | ||
| 927 | 2025.02.28 11:09:47.264186 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 928 | 2025.02.28 11:09:47.264220 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:errors_received')" moved to PREWHERE | ||
| 929 | 2025.02.28 11:09:47.264463 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 930 | 2025.02.28 11:09:47.264544 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 931 | 2025.02.28 11:09:47.264722 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 932 | 2025.02.28 11:09:47.264761 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 933 | 2025.02.28 11:09:47.264786 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 934 | 2025.02.28 11:09:47.264803 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 935 | 2025.02.28 11:09:47.264851 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <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', 'http_service:request_latency_histogram', 'sled_data_link:errors_received'))" | ||
| 936 | 2025.02.28 11:09:47.264874 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 937 | 2025.02.28 11:09:47.265530 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001803 sec., 2218.524681087077 rows/sec., 102.37 KiB/sec. | ||
| 938 | 2025.02.28 11:09:47.265653 [ 256 ] {bc4010da-e723-4668-9e6d-213695a599f8} <Debug> TCPHandler: Processed in 0.002210987 sec. | ||
| 939 | 2025.02.28 11:09:47.265972 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 940 | 2025.02.28 11:09:47.266281 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
| 941 | 2025.02.28 11:09:47.266699 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 942 | 2025.02.28 11:09:47.266734 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 943 | 2025.02.28 11:09:47.266955 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 944 | 2025.02.28 11:09:47.267025 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 945 | 2025.02.28 11:09:47.267181 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 946 | 2025.02.28 11:09:47.267214 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 947 | 2025.02.28 11:09:47.267244 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 948 | 2025.02.28 11:09:47.267263 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 949 | 2025.02.28 11:09:47.267307 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <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', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 950 | 2025.02.28 11:09:47.267330 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 951 | 2025.02.28 11:09:47.267975 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001823 sec., 2194.1854086670323 rows/sec., 101.25 KiB/sec. | ||
| 952 | 2025.02.28 11:09:47.268161 [ 3 ] {d6d909ea-3d91-42f5-89bf-e04a3b1135b5} <Debug> TCPHandler: Processed in 0.00230148 sec. | ||
| 953 | 2025.02.28 11:09:47.268476 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 954 | 2025.02.28 11:09:47.268659 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
| 955 | 2025.02.28 11:09:47.268980 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 956 | 2025.02.28 11:09:47.269022 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 957 | 2025.02.28 11:09:47.269283 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 958 | 2025.02.28 11:09:47.269364 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 959 | 2025.02.28 11:09:47.269541 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 960 | 2025.02.28 11:09:47.269574 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 961 | 2025.02.28 11:09:47.269596 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 962 | 2025.02.28 11:09:47.269613 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 963 | 2025.02.28 11:09:47.269655 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <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', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 964 | 2025.02.28 11:09:47.269677 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 965 | 2025.02.28 11:09:47.270301 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001716 sec., 2331.0023310023307 rows/sec., 107.56 KiB/sec. | ||
| 966 | 2025.02.28 11:09:47.270415 [ 256 ] {28a8d0b7-cad5-4359-b245-0ee57f51c7a2} <Debug> TCPHandler: Processed in 0.002006433 sec. | ||
| 967 | 2025.02.28 11:09:47.270715 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 968 | 2025.02.28 11:09:47.270901 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received') FORMAT Native; (stage: Complete) | ||
| 969 | 2025.02.28 11:09:47.271235 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 970 | 2025.02.28 11:09:47.271275 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received')" moved to PREWHERE | ||
| 971 | 2025.02.28 11:09:47.271544 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 972 | 2025.02.28 11:09:47.271612 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 973 | 2025.02.28 11:09:47.271762 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 974 | 2025.02.28 11:09:47.271795 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 975 | 2025.02.28 11:09:47.271819 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 976 | 2025.02.28 11:09:47.271836 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 977 | 2025.02.28 11:09:47.271878 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <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', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received'))" | ||
| 978 | 2025.02.28 11:09:47.271901 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 979 | 2025.02.28 11:09:47.272504 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00168 sec., 2380.9523809523807 rows/sec., 109.86 KiB/sec. | ||
| 980 | 2025.02.28 11:09:47.272620 [ 3 ] {45ff2bce-927e-420a-935d-754d3dfdf2e9} <Debug> TCPHandler: Processed in 0.001970752 sec. | ||
| 981 | 2025.02.28 11:09:47.272882 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 982 | 2025.02.28 11:09:47.273039 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) | ||
| 983 | 2025.02.28 11:09:47.273316 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 984 | 2025.02.28 11:09:47.273349 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 985 | 2025.02.28 11:09:47.273569 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 986 | 2025.02.28 11:09:47.273633 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 987 | 2025.02.28 11:09:47.273781 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 988 | 2025.02.28 11:09:47.273813 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 989 | 2025.02.28 11:09:47.273835 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 990 | 2025.02.28 11:09:47.273851 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 991 | 2025.02.28 11:09:47.273893 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 992 | 2025.02.28 11:09:47.273916 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 993 | 2025.02.28 11:09:47.274485 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001511 sec., 2647.253474520185 rows/sec., 122.15 KiB/sec. | ||
| 994 | 2025.02.28 11:09:47.274600 [ 256 ] {5ae4b216-5d2b-4adf-abb4-905d95e944f8} <Debug> TCPHandler: Processed in 0.001772798 sec. | ||
| 995 | 2025.02.28 11:09:47.338873 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 996 | 2025.02.28 11:09:47.339208 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) | ||
| 997 | 2025.02.28 11:09:47.339683 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 998 | 2025.02.28 11:09:47.339719 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 999 | 2025.02.28 11:09:47.339960 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1000 | 2025.02.28 11:09:47.340033 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1001 | 2025.02.28 11:09:47.340191 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1002 | 2025.02.28 11:09:47.340226 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1003 | 2025.02.28 11:09:47.340251 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1004 | 2025.02.28 11:09:47.340268 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1005 | 2025.02.28 11:09:47.340315 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <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', 'http_service:request_latency_histogram', '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'))" | ||
| 1006 | 2025.02.28 11:09:47.340339 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1007 | 2025.02.28 11:09:47.341175 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.002112 sec., 1893.9393939393938 rows/sec., 87.39 KiB/sec. | ||
| 1008 | 2025.02.28 11:09:47.341311 [ 3 ] {77678d2c-4674-4442-8467-056d56f26982} <Debug> TCPHandler: Processed in 0.002563655 sec. | ||
| 1009 | 2025.02.28 11:09:47.341882 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1010 | 2025.02.28 11:09:47.342019 [ 256 ] {82a1f434-208d-4606-adca-675aca05a71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1011 | 2025.02.28 11:09:47.342073 [ 256 ] {82a1f434-208d-4606-adca-675aca05a71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1012 | 2025.02.28 11:09:47.342823 [ 256 ] {82a1f434-208d-4606-adca-675aca05a71f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1013 | 2025.02.28 11:09:47.342867 [ 256 ] {82a1f434-208d-4606-adca-675aca05a71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1014 | 2025.02.28 11:09:47.343364 [ 256 ] {82a1f434-208d-4606-adca-675aca05a71f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1015 | 2025.02.28 11:09:47.343592 [ 256 ] {82a1f434-208d-4606-adca-675aca05a71f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1016 | 2025.02.28 11:09:47.343815 [ 256 ] {82a1f434-208d-4606-adca-675aca05a71f} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001836 sec., 3812.636165577342 rows/sec., 775.51 KiB/sec. | ||
| 1017 | 2025.02.28 11:09:47.343868 [ 256 ] {82a1f434-208d-4606-adca-675aca05a71f} <Debug> TCPHandler: Processed in 0.002045244 sec. | ||
| 1018 | 2025.02.28 11:09:47.344072 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1019 | 2025.02.28 11:09:47.344309 [ 3 ] {ab57a9cf-6ab7-4a15-be69-53926c474134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1020 | 2025.02.28 11:09:47.344400 [ 3 ] {ab57a9cf-6ab7-4a15-be69-53926c474134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1021 | 2025.02.28 11:09:47.345592 [ 3 ] {ab57a9cf-6ab7-4a15-be69-53926c474134} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1022 | 2025.02.28 11:09:47.345639 [ 3 ] {ab57a9cf-6ab7-4a15-be69-53926c474134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1023 | 2025.02.28 11:09:47.346165 [ 3 ] {ab57a9cf-6ab7-4a15-be69-53926c474134} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1024 | 2025.02.28 11:09:47.346434 [ 3 ] {ab57a9cf-6ab7-4a15-be69-53926c474134} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1025 | 2025.02.28 11:09:47.346659 [ 3 ] {ab57a9cf-6ab7-4a15-be69-53926c474134} <Debug> executeQuery: Read 1141 rows, 96.64 KiB in 0.002418 sec., 471877.5847808106 rows/sec., 39.03 MiB/sec. | ||
| 1026 | 2025.02.28 11:09:47.346722 [ 3 ] {ab57a9cf-6ab7-4a15-be69-53926c474134} <Debug> TCPHandler: Processed in 0.002756929 sec. | ||
| 1027 | 2025.02.28 11:09:47.346872 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1028 | 2025.02.28 11:09:47.346993 [ 256 ] {27f9cf57-cc94-4da1-8ba5-4e9860fdd224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1029 | 2025.02.28 11:09:47.347042 [ 256 ] {27f9cf57-cc94-4da1-8ba5-4e9860fdd224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1030 | 2025.02.28 11:09:47.347728 [ 256 ] {27f9cf57-cc94-4da1-8ba5-4e9860fdd224} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1031 | 2025.02.28 11:09:47.347766 [ 256 ] {27f9cf57-cc94-4da1-8ba5-4e9860fdd224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1032 | 2025.02.28 11:09:47.348146 [ 256 ] {27f9cf57-cc94-4da1-8ba5-4e9860fdd224} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1033 | 2025.02.28 11:09:47.348385 [ 256 ] {27f9cf57-cc94-4da1-8ba5-4e9860fdd224} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1034 | 2025.02.28 11:09:47.348623 [ 256 ] {27f9cf57-cc94-4da1-8ba5-4e9860fdd224} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001643 sec., 138770.54169202677 rows/sec., 9.40 MiB/sec. | ||
| 1035 | 2025.02.28 11:09:47.348736 [ 256 ] {27f9cf57-cc94-4da1-8ba5-4e9860fdd224} <Debug> TCPHandler: Processed in 0.001923371 sec. | ||
| 1036 | 2025.02.28 11:09:47.348893 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1037 | 2025.02.28 11:09:47.349019 [ 3 ] {75160a24-9efc-4111-9867-d1ffec7ec911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1038 | 2025.02.28 11:09:47.349069 [ 3 ] {75160a24-9efc-4111-9867-d1ffec7ec911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1039 | 2025.02.28 11:09:47.349828 [ 3 ] {75160a24-9efc-4111-9867-d1ffec7ec911} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1040 | 2025.02.28 11:09:47.349868 [ 3 ] {75160a24-9efc-4111-9867-d1ffec7ec911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1041 | 2025.02.28 11:09:47.350260 [ 3 ] {75160a24-9efc-4111-9867-d1ffec7ec911} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1042 | 2025.02.28 11:09:47.350512 [ 3 ] {75160a24-9efc-4111-9867-d1ffec7ec911} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1043 | 2025.02.28 11:09:47.350721 [ 3 ] {75160a24-9efc-4111-9867-d1ffec7ec911} <Debug> executeQuery: Read 456 rows, 34.29 KiB in 0.001732 sec., 263279.4457274827 rows/sec., 19.33 MiB/sec. | ||
| 1044 | 2025.02.28 11:09:47.350779 [ 3 ] {75160a24-9efc-4111-9867-d1ffec7ec911} <Debug> TCPHandler: Processed in 0.001940871 sec. | ||
| 1045 | 2025.02.28 11:09:47.350921 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1046 | 2025.02.28 11:09:47.351037 [ 256 ] {079c8ddb-a27f-4a99-a47e-cd73383f41a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1047 | 2025.02.28 11:09:47.351088 [ 256 ] {079c8ddb-a27f-4a99-a47e-cd73383f41a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1048 | 2025.02.28 11:09:47.352205 [ 256 ] {079c8ddb-a27f-4a99-a47e-cd73383f41a0} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1049 | 2025.02.28 11:09:47.352244 [ 256 ] {079c8ddb-a27f-4a99-a47e-cd73383f41a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1050 | 2025.02.28 11:09:47.352731 [ 256 ] {079c8ddb-a27f-4a99-a47e-cd73383f41a0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1051 | 2025.02.28 11:09:47.352967 [ 256 ] {079c8ddb-a27f-4a99-a47e-cd73383f41a0} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1052 | 2025.02.28 11:09:47.353189 [ 256 ] {079c8ddb-a27f-4a99-a47e-cd73383f41a0} <Debug> executeQuery: Read 1663 rows, 113.69 KiB in 0.002173 sec., 765301.4265991716 rows/sec., 51.09 MiB/sec. | ||
| 1053 | 2025.02.28 11:09:47.353242 [ 256 ] {079c8ddb-a27f-4a99-a47e-cd73383f41a0} <Debug> TCPHandler: Processed in 0.002374871 sec. | ||
| 1054 | 2025.02.28 11:09:50.799220 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 132 | ||
| 1055 | 2025.02.28 11:09:50.803792 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1056 | 2025.02.28 11:09:50.803841 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1057 | 2025.02.28 11:09:50.805326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1058 | 2025.02.28 11:09:50.805638 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1059 | 2025.02.28 11:09:50.806398 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 132 | ||
| 1060 | 2025.02.28 11:09:51.361806 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1061 | 2025.02.28 11:09:51.362079 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1062 | 2025.02.28 11:09:51.362507 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1063 | 2025.02.28 11:09:51.362554 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1064 | 2025.02.28 11:09:51.362846 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1065 | 2025.02.28 11:09:51.362925 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1066 | 2025.02.28 11:09:51.363100 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1067 | 2025.02.28 11:09:51.363301 [ 291 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1068 | 2025.02.28 11:09:51.363309 [ 289 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1069 | 2025.02.28 11:09:51.363441 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1070 | 2025.02.28 11:09:51.363472 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1071 | 2025.02.28 11:09:51.367413 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1072 | 2025.02.28 11:09:51.367444 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1073 | 2025.02.28 11:09:51.367504 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1074 | 2025.02.28 11:09:51.367552 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1075 | 2025.02.28 11:09:51.368879 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.006917 sec., 1590.2848055515396 rows/sec., 63.39 KiB/sec. | ||
| 1076 | 2025.02.28 11:09:51.369044 [ 3 ] {4aaebd9a-4ecb-425b-a209-7489e3c08c80} <Debug> TCPHandler: Processed in 0.007380258 sec. | ||
| 1077 | 2025.02.28 11:09:51.369417 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1078 | 2025.02.28 11:09:51.369664 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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_underlay_prefixes', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1079 | 2025.02.28 11:09:51.370051 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1080 | 2025.02.28 11:09:51.370090 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1081 | 2025.02.28 11:09:51.370373 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1082 | 2025.02.28 11:09:51.370454 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1083 | 2025.02.28 11:09:51.370635 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1084 | 2025.02.28 11:09:51.370734 [ 291 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1085 | 2025.02.28 11:09:51.370738 [ 289 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1086 | 2025.02.28 11:09:51.370844 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1087 | 2025.02.28 11:09:51.370873 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1088 | 2025.02.28 11:09:51.370965 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1089 | 2025.02.28 11:09:51.370989 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1090 | 2025.02.28 11:09:51.371030 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1091 | 2025.02.28 11:09:51.371076 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1092 | 2025.02.28 11:09:51.372163 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002605 sec., 4222.648752399232 rows/sec., 168.32 KiB/sec. | ||
| 1093 | 2025.02.28 11:09:51.372322 [ 256 ] {a36180ef-0a73-4043-b390-0fbf666d4d35} <Debug> TCPHandler: Processed in 0.003034665 sec. | ||
| 1094 | 2025.02.28 11:09:51.372589 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2025.02.28 11:09:51.372754 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1096 | 2025.02.28 11:09:51.373043 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1097 | 2025.02.28 11:09:51.373080 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1098 | 2025.02.28 11:09:51.373319 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1099 | 2025.02.28 11:09:51.373387 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1100 | 2025.02.28 11:09:51.373535 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1101 | 2025.02.28 11:09:51.373645 [ 289 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1102 | 2025.02.28 11:09:51.373655 [ 292 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1103 | 2025.02.28 11:09:51.373767 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1104 | 2025.02.28 11:09:51.373794 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1105 | 2025.02.28 11:09:51.373876 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1106 | 2025.02.28 11:09:51.373895 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1107 | 2025.02.28 11:09:51.373935 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1108 | 2025.02.28 11:09:51.373980 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1109 | 2025.02.28 11:09:51.375037 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002352 sec., 4676.8707482993195 rows/sec., 186.43 KiB/sec. | ||
| 1110 | 2025.02.28 11:09:51.375187 [ 3 ] {ffc5fb71-dbb0-4029-8ccd-9e35e4aed1af} <Debug> TCPHandler: Processed in 0.002656237 sec. | ||
| 1111 | 2025.02.28 11:09:51.375435 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1112 | 2025.02.28 11:09:51.375629 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1113 | 2025.02.28 11:09:51.375928 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1114 | 2025.02.28 11:09:51.375966 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <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:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1115 | 2025.02.28 11:09:51.376204 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1116 | 2025.02.28 11:09:51.376278 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1117 | 2025.02.28 11:09:51.376427 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1118 | 2025.02.28 11:09:51.376523 [ 291 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1119 | 2025.02.28 11:09:51.376536 [ 292 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1120 | 2025.02.28 11:09:51.376632 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1121 | 2025.02.28 11:09:51.376660 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1122 | 2025.02.28 11:09:51.376742 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1123 | 2025.02.28 11:09:51.376761 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1124 | 2025.02.28 11:09:51.376801 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <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:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1125 | 2025.02.28 11:09:51.376847 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <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:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1126 | 2025.02.28 11:09:51.377648 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002103 sec., 5230.622919638612 rows/sec., 208.50 KiB/sec. | ||
| 1127 | 2025.02.28 11:09:51.377798 [ 256 ] {c5ad62d8-8681-4c35-85b9-089170d5448a} <Debug> TCPHandler: Processed in 0.002429652 sec. | ||
| 1128 | 2025.02.28 11:09:51.378052 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1129 | 2025.02.28 11:09:51.378249 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1130 | 2025.02.28 11:09:51.378609 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1131 | 2025.02.28 11:09:51.378656 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1132 | 2025.02.28 11:09:51.378904 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1133 | 2025.02.28 11:09:51.378971 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1134 | 2025.02.28 11:09:51.379118 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1135 | 2025.02.28 11:09:51.379229 [ 289 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1136 | 2025.02.28 11:09:51.379231 [ 292 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1137 | 2025.02.28 11:09:51.379346 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1138 | 2025.02.28 11:09:51.379373 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1139 | 2025.02.28 11:09:51.379454 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1140 | 2025.02.28 11:09:51.379475 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1141 | 2025.02.28 11:09:51.379515 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1142 | 2025.02.28 11:09:51.379562 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1143 | 2025.02.28 11:09:51.380623 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.00246 sec., 4471.544715447155 rows/sec., 178.24 KiB/sec. | ||
| 1144 | 2025.02.28 11:09:51.380776 [ 3 ] {f11cb920-4a0f-4cd0-ad41-c7bb734728d3} <Debug> TCPHandler: Processed in 0.002790599 sec. | ||
| 1145 | 2025.02.28 11:09:51.381030 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1146 | 2025.02.28 11:09:51.381226 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1147 | 2025.02.28 11:09:51.381556 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1148 | 2025.02.28 11:09:51.381600 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1149 | 2025.02.28 11:09:51.381842 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1150 | 2025.02.28 11:09:51.381904 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1151 | 2025.02.28 11:09:51.382041 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1152 | 2025.02.28 11:09:51.382131 [ 292 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1153 | 2025.02.28 11:09:51.382148 [ 289 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1154 | 2025.02.28 11:09:51.382309 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1155 | 2025.02.28 11:09:51.382336 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1156 | 2025.02.28 11:09:51.382417 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1157 | 2025.02.28 11:09:51.382437 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1158 | 2025.02.28 11:09:51.382475 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1159 | 2025.02.28 11:09:51.382521 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1160 | 2025.02.28 11:09:51.383352 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002212 sec., 4972.875226039783 rows/sec., 198.23 KiB/sec. | ||
| 1161 | 2025.02.28 11:09:51.383502 [ 256 ] {3c12d2c4-3c4a-4e6b-848c-21c9acee68de} <Debug> TCPHandler: Processed in 0.002539165 sec. | ||
| 1162 | 2025.02.28 11:09:51.383789 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1163 | 2025.02.28 11:09:51.383988 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1164 | 2025.02.28 11:09:51.384345 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1165 | 2025.02.28 11:09:51.384394 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1166 | 2025.02.28 11:09:51.384702 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1167 | 2025.02.28 11:09:51.384768 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1168 | 2025.02.28 11:09:51.384914 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1169 | 2025.02.28 11:09:51.384994 [ 291 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1170 | 2025.02.28 11:09:51.384997 [ 289 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1171 | 2025.02.28 11:09:51.385093 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1172 | 2025.02.28 11:09:51.385121 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1173 | 2025.02.28 11:09:51.385201 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1174 | 2025.02.28 11:09:51.385220 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1175 | 2025.02.28 11:09:51.385259 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1176 | 2025.02.28 11:09:51.385306 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1177 | 2025.02.28 11:09:51.386331 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002432 sec., 4523.026315789473 rows/sec., 180.29 KiB/sec. | ||
| 1178 | 2025.02.28 11:09:51.386482 [ 3 ] {d62648eb-1943-4fa0-b0e1-a6bbee69b75d} <Debug> TCPHandler: Processed in 0.00277471 sec. | ||
| 1179 | 2025.02.28 11:09:51.386768 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1180 | 2025.02.28 11:09:51.386967 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1181 | 2025.02.28 11:09:51.387324 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1182 | 2025.02.28 11:09:51.387372 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1183 | 2025.02.28 11:09:51.387683 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1184 | 2025.02.28 11:09:51.387751 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1185 | 2025.02.28 11:09:51.387897 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1186 | 2025.02.28 11:09:51.388010 [ 292 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1187 | 2025.02.28 11:09:51.388013 [ 291 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1188 | 2025.02.28 11:09:51.388124 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1189 | 2025.02.28 11:09:51.388152 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1190 | 2025.02.28 11:09:51.388231 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1191 | 2025.02.28 11:09:51.388257 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1192 | 2025.02.28 11:09:51.388299 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1193 | 2025.02.28 11:09:51.388345 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1194 | 2025.02.28 11:09:51.389353 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002476 sec., 4442.64943457189 rows/sec., 177.09 KiB/sec. | ||
| 1195 | 2025.02.28 11:09:51.389505 [ 256 ] {d7328f60-3c34-4bfa-bb56-9077c0f300eb} <Debug> TCPHandler: Processed in 0.00280345 sec. | ||
| 1196 | 2025.02.28 11:09:51.389771 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1197 | 2025.02.28 11:09:51.389975 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1198 | 2025.02.28 11:09:51.390337 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1199 | 2025.02.28 11:09:51.390387 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1200 | 2025.02.28 11:09:51.390705 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1201 | 2025.02.28 11:09:51.390772 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1202 | 2025.02.28 11:09:51.390917 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1203 | 2025.02.28 11:09:51.391022 [ 289 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1204 | 2025.02.28 11:09:51.391023 [ 292 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1205 | 2025.02.28 11:09:51.391130 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1206 | 2025.02.28 11:09:51.391158 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1207 | 2025.02.28 11:09:51.391239 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1208 | 2025.02.28 11:09:51.391260 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1209 | 2025.02.28 11:09:51.391298 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1210 | 2025.02.28 11:09:51.391343 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1211 | 2025.02.28 11:09:51.392427 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002547 sec., 4318.806438947782 rows/sec., 172.15 KiB/sec. | ||
| 1212 | 2025.02.28 11:09:51.392580 [ 3 ] {33d154b8-bacb-4fdc-91a4-10668a105d54} <Debug> TCPHandler: Processed in 0.002878321 sec. | ||
| 1213 | 2025.02.28 11:09:51.392861 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1214 | 2025.02.28 11:09:51.393059 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1215 | 2025.02.28 11:09:51.393425 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1216 | 2025.02.28 11:09:51.393475 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1217 | 2025.02.28 11:09:51.393775 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1218 | 2025.02.28 11:09:51.393840 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1219 | 2025.02.28 11:09:51.393986 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1220 | 2025.02.28 11:09:51.394087 [ 292 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1221 | 2025.02.28 11:09:51.394100 [ 289 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1222 | 2025.02.28 11:09:51.394200 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1223 | 2025.02.28 11:09:51.394228 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1224 | 2025.02.28 11:09:51.394308 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1225 | 2025.02.28 11:09:51.394328 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1226 | 2025.02.28 11:09:51.394367 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1227 | 2025.02.28 11:09:51.394412 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1228 | 2025.02.28 11:09:51.395468 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002499 sec., 4401.760704281713 rows/sec., 175.46 KiB/sec. | ||
| 1229 | 2025.02.28 11:09:51.395622 [ 256 ] {8bf89ae0-6d50-49fb-a50a-cb10674e82a6} <Debug> TCPHandler: Processed in 0.00282958 sec. | ||
| 1230 | 2025.02.28 11:09:51.395868 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1231 | 2025.02.28 11:09:51.396073 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1232 | 2025.02.28 11:09:51.396439 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1233 | 2025.02.28 11:09:51.396489 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1234 | 2025.02.28 11:09:51.396794 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1235 | 2025.02.28 11:09:51.396858 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1236 | 2025.02.28 11:09:51.397004 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1237 | 2025.02.28 11:09:51.397094 [ 291 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1238 | 2025.02.28 11:09:51.397110 [ 292 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1239 | 2025.02.28 11:09:51.397204 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1240 | 2025.02.28 11:09:51.397231 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1241 | 2025.02.28 11:09:51.397311 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1242 | 2025.02.28 11:09:51.397332 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1243 | 2025.02.28 11:09:51.397371 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1244 | 2025.02.28 11:09:51.397414 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1245 | 2025.02.28 11:09:51.398409 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002431 sec., 4524.886877828054 rows/sec., 180.37 KiB/sec. | ||
| 1246 | 2025.02.28 11:09:51.398557 [ 3 ] {a4db3f4b-90db-4fe1-873c-16e97d150dfd} <Debug> TCPHandler: Processed in 0.002755799 sec. | ||
| 1247 | 2025.02.28 11:09:51.398835 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1248 | 2025.02.28 11:09:51.399039 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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: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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1249 | 2025.02.28 11:09:51.399404 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1250 | 2025.02.28 11:09:51.399455 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <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: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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1251 | 2025.02.28 11:09:51.399764 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1252 | 2025.02.28 11:09:51.399829 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1253 | 2025.02.28 11:09:51.399974 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1254 | 2025.02.28 11:09:51.400088 [ 289 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1255 | 2025.02.28 11:09:51.400091 [ 292 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1256 | 2025.02.28 11:09:51.400198 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1257 | 2025.02.28 11:09:51.400225 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1258 | 2025.02.28 11:09:51.400306 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1259 | 2025.02.28 11:09:51.400327 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1260 | 2025.02.28 11:09:51.400395 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <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: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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1261 | 2025.02.28 11:09:51.400441 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <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: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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1262 | 2025.02.28 11:09:51.401463 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002521 sec., 4363.34787782626 rows/sec., 173.93 KiB/sec. | ||
| 1263 | 2025.02.28 11:09:51.401612 [ 256 ] {20c6ce0d-2ac6-48a0-ae69-2ccb12ad236b} <Debug> TCPHandler: Processed in 0.002844251 sec. | ||
| 1264 | 2025.02.28 11:09:51.401873 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1265 | 2025.02.28 11:09:51.402080 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1266 | 2025.02.28 11:09:51.402452 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1267 | 2025.02.28 11:09:51.402506 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1268 | 2025.02.28 11:09:51.402814 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1269 | 2025.02.28 11:09:51.402881 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1270 | 2025.02.28 11:09:51.403027 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1271 | 2025.02.28 11:09:51.403138 [ 292 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1272 | 2025.02.28 11:09:51.403139 [ 289 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1273 | 2025.02.28 11:09:51.403253 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1274 | 2025.02.28 11:09:51.403281 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1275 | 2025.02.28 11:09:51.403359 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1276 | 2025.02.28 11:09:51.403379 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1277 | 2025.02.28 11:09:51.403420 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', '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'))" | ||
| 1278 | 2025.02.28 11:09:51.403465 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', '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'))" | ||
| 1279 | 2025.02.28 11:09:51.404488 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002502 sec., 4396.482813749001 rows/sec., 175.25 KiB/sec. | ||
| 1280 | 2025.02.28 11:09:51.404637 [ 3 ] {670a9092-78d5-4771-8c00-4f183f6947d2} <Debug> TCPHandler: Processed in 0.00283307 sec. | ||
| 1281 | 2025.02.28 11:09:51.404882 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1282 | 2025.02.28 11:09:51.405095 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1283 | 2025.02.28 11:09:51.405466 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1284 | 2025.02.28 11:09:51.405518 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1285 | 2025.02.28 11:09:51.405828 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1286 | 2025.02.28 11:09:51.405892 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1287 | 2025.02.28 11:09:51.406037 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1288 | 2025.02.28 11:09:51.406151 [ 289 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1289 | 2025.02.28 11:09:51.406159 [ 292 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1290 | 2025.02.28 11:09:51.406270 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1291 | 2025.02.28 11:09:51.406298 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1292 | 2025.02.28 11:09:51.406378 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1293 | 2025.02.28 11:09:51.406398 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 11 rows with 2 streams | ||
| 1294 | 2025.02.28 11:09:51.406438 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', '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'))" | ||
| 1295 | 2025.02.28 11:09:51.406485 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', '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'))" | ||
| 1296 | 2025.02.28 11:09:51.407518 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Debug> executeQuery: Read 11 rows, 449.00 B in 0.002526 sec., 4354.711005542359 rows/sec., 173.59 KiB/sec. | ||
| 1297 | 2025.02.28 11:09:51.407668 [ 256 ] {710c75c4-1654-4598-8dcf-c614ffc2b2bc} <Debug> TCPHandler: Processed in 0.002852631 sec. | ||
| 1298 | 2025.02.28 11:09:51.409445 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1299 | 2025.02.28 11:09:51.409597 [ 3 ] {c8a5ed8b-554d-46e6-9238-c29a44ba7ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1300 | 2025.02.28 11:09:51.409658 [ 3 ] {c8a5ed8b-554d-46e6-9238-c29a44ba7ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1301 | 2025.02.28 11:09:51.410407 [ 3 ] {c8a5ed8b-554d-46e6-9238-c29a44ba7ddd} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1302 | 2025.02.28 11:09:51.410455 [ 3 ] {c8a5ed8b-554d-46e6-9238-c29a44ba7ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1303 | 2025.02.28 11:09:51.410969 [ 3 ] {c8a5ed8b-554d-46e6-9238-c29a44ba7ddd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1304 | 2025.02.28 11:09:51.411193 [ 3 ] {c8a5ed8b-554d-46e6-9238-c29a44ba7ddd} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1305 | 2025.02.28 11:09:51.411428 [ 3 ] {c8a5ed8b-554d-46e6-9238-c29a44ba7ddd} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001876 sec., 7462.686567164179 rows/sec., 1.05 MiB/sec. | ||
| 1306 | 2025.02.28 11:09:51.411488 [ 3 ] {c8a5ed8b-554d-46e6-9238-c29a44ba7ddd} <Debug> TCPHandler: Processed in 0.002110935 sec. | ||
| 1307 | 2025.02.28 11:09:51.411627 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1308 | 2025.02.28 11:09:51.411755 [ 256 ] {c80dabab-fdb7-4491-8396-3235ce192427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1309 | 2025.02.28 11:09:51.411806 [ 256 ] {c80dabab-fdb7-4491-8396-3235ce192427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1310 | 2025.02.28 11:09:51.412426 [ 256 ] {c80dabab-fdb7-4491-8396-3235ce192427} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1311 | 2025.02.28 11:09:51.412474 [ 256 ] {c80dabab-fdb7-4491-8396-3235ce192427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1312 | 2025.02.28 11:09:51.412880 [ 256 ] {c80dabab-fdb7-4491-8396-3235ce192427} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1313 | 2025.02.28 11:09:51.413120 [ 256 ] {c80dabab-fdb7-4491-8396-3235ce192427} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1314 | 2025.02.28 11:09:51.413332 [ 256 ] {c80dabab-fdb7-4491-8396-3235ce192427} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001614 sec., 16109.045848822801 rows/sec., 1.25 MiB/sec. | ||
| 1315 | 2025.02.28 11:09:51.413384 [ 256 ] {c80dabab-fdb7-4491-8396-3235ce192427} <Debug> TCPHandler: Processed in 0.001815199 sec. | ||
| 1316 | 2025.02.28 11:09:51.413519 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1317 | 2025.02.28 11:09:51.413640 [ 3 ] {e68e7930-e64e-4ff0-a981-43e986125ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1318 | 2025.02.28 11:09:51.413689 [ 3 ] {e68e7930-e64e-4ff0-a981-43e986125ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1319 | 2025.02.28 11:09:51.414912 [ 3 ] {e68e7930-e64e-4ff0-a981-43e986125ba6} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1320 | 2025.02.28 11:09:51.414953 [ 3 ] {e68e7930-e64e-4ff0-a981-43e986125ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1321 | 2025.02.28 11:09:51.415311 [ 3 ] {e68e7930-e64e-4ff0-a981-43e986125ba6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1322 | 2025.02.28 11:09:51.415559 [ 3 ] {e68e7930-e64e-4ff0-a981-43e986125ba6} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1323 | 2025.02.28 11:09:51.415822 [ 3 ] {e68e7930-e64e-4ff0-a981-43e986125ba6} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002199 sec., 12733.06048203729 rows/sec., 1016.98 KiB/sec. | ||
| 1324 | 2025.02.28 11:09:51.415991 [ 3 ] {e68e7930-e64e-4ff0-a981-43e986125ba6} <Debug> TCPHandler: Processed in 0.002521774 sec. | ||
| 1325 | 2025.02.28 11:09:51.416134 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1326 | 2025.02.28 11:09:51.416272 [ 256 ] {6591a963-aa97-4ae8-a09b-03415c4b6c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1327 | 2025.02.28 11:09:51.416334 [ 256 ] {6591a963-aa97-4ae8-a09b-03415c4b6c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1328 | 2025.02.28 11:09:51.416922 [ 256 ] {6591a963-aa97-4ae8-a09b-03415c4b6c1e} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2025.02.28 11:09:51.416960 [ 256 ] {6591a963-aa97-4ae8-a09b-03415c4b6c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1330 | 2025.02.28 11:09:51.417342 [ 256 ] {6591a963-aa97-4ae8-a09b-03415c4b6c1e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1331 | 2025.02.28 11:09:51.417575 [ 256 ] {6591a963-aa97-4ae8-a09b-03415c4b6c1e} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1332 | 2025.02.28 11:09:51.417853 [ 256 ] {6591a963-aa97-4ae8-a09b-03415c4b6c1e} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.001594 sec., 25094.102885821834 rows/sec., 1.74 MiB/sec. | ||
| 1333 | 2025.02.28 11:09:51.417943 [ 256 ] {6591a963-aa97-4ae8-a09b-03415c4b6c1e} <Debug> TCPHandler: Processed in 0.00187551 sec. | ||
| 1334 | 2025.02.28 11:09:51.418144 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1335 | 2025.02.28 11:09:51.418371 [ 3 ] {a1b85d5a-7421-47c7-86e9-7a4c704e69bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1336 | 2025.02.28 11:09:51.418463 [ 3 ] {a1b85d5a-7421-47c7-86e9-7a4c704e69bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1337 | 2025.02.28 11:09:51.419053 [ 3 ] {a1b85d5a-7421-47c7-86e9-7a4c704e69bd} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1338 | 2025.02.28 11:09:51.419092 [ 3 ] {a1b85d5a-7421-47c7-86e9-7a4c704e69bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1339 | 2025.02.28 11:09:51.419465 [ 3 ] {a1b85d5a-7421-47c7-86e9-7a4c704e69bd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1340 | 2025.02.28 11:09:51.419697 [ 3 ] {a1b85d5a-7421-47c7-86e9-7a4c704e69bd} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1341 | 2025.02.28 11:09:51.419969 [ 3 ] {a1b85d5a-7421-47c7-86e9-7a4c704e69bd} <Debug> executeQuery: Read 16 rows, 1.13 KiB in 0.001637 sec., 9773.976786805131 rows/sec., 687.23 KiB/sec. | ||
| 1342 | 2025.02.28 11:09:51.420054 [ 3 ] {a1b85d5a-7421-47c7-86e9-7a4c704e69bd} <Debug> TCPHandler: Processed in 0.002020774 sec. | ||
| 1343 | 2025.02.28 11:09:53.314893 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1344 | 2025.02.28 11:09:53.315969 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1345 | 2025.02.28 11:09:53.316016 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1346 | 2025.02.28 11:09:53.316627 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1347 | 2025.02.28 11:09:53.316872 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1348 | 2025.02.28 11:09:53.317102 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1349 | 2025.02.28 11:09:53.503306 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1350 | 2025.02.28 11:09:53.522687 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1351 | 2025.02.28 11:09:53.522753 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1352 | 2025.02.28 11:09:53.529950 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1353 | 2025.02.28 11:09:53.530692 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1354 | 2025.02.28 11:09:53.533833 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1355 | 2025.02.28 11:09:54.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.78 MiB, peak 167.30 MiB, free memory in arenas 0.00 B, will set to 164.70 MiB (RSS), difference: 1.92 MiB | ||
| 1356 | 2025.02.28 11:09:56.365572 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1357 | 2025.02.28 11:09:56.365806 [ 3 ] {89444b76-6f40-4931-bc41-ecea32256ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1358 | 2025.02.28 11:09:56.365889 [ 3 ] {89444b76-6f40-4931-bc41-ecea32256ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1359 | 2025.02.28 11:09:56.366643 [ 3 ] {89444b76-6f40-4931-bc41-ecea32256ad8} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1360 | 2025.02.28 11:09:56.366696 [ 3 ] {89444b76-6f40-4931-bc41-ecea32256ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1361 | 2025.02.28 11:09:56.367129 [ 3 ] {89444b76-6f40-4931-bc41-ecea32256ad8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1362 | 2025.02.28 11:09:56.367385 [ 3 ] {89444b76-6f40-4931-bc41-ecea32256ad8} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1363 | 2025.02.28 11:09:56.367615 [ 3 ] {89444b76-6f40-4931-bc41-ecea32256ad8} <Debug> executeQuery: Read 70 rows, 6.19 KiB in 0.001872 sec., 37393.16239316239 rows/sec., 3.23 MiB/sec. | ||
| 1364 | 2025.02.28 11:09:56.367685 [ 3 ] {89444b76-6f40-4931-bc41-ecea32256ad8} <Debug> TCPHandler: Processed in 0.002259468 sec. | ||
| 1365 | 2025.02.28 11:09:56.367927 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1366 | 2025.02.28 11:09:56.368127 [ 256 ] {15eb0fa7-c356-4564-9b1a-6457502c4c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1367 | 2025.02.28 11:09:56.368206 [ 256 ] {15eb0fa7-c356-4564-9b1a-6457502c4c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1368 | 2025.02.28 11:09:56.368948 [ 256 ] {15eb0fa7-c356-4564-9b1a-6457502c4c20} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1369 | 2025.02.28 11:09:56.369000 [ 256 ] {15eb0fa7-c356-4564-9b1a-6457502c4c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1370 | 2025.02.28 11:09:56.369439 [ 256 ] {15eb0fa7-c356-4564-9b1a-6457502c4c20} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1371 | 2025.02.28 11:09:56.369689 [ 256 ] {15eb0fa7-c356-4564-9b1a-6457502c4c20} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1372 | 2025.02.28 11:09:56.369965 [ 256 ] {15eb0fa7-c356-4564-9b1a-6457502c4c20} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001881 sec., 11695.906432748538 rows/sec., 879.48 KiB/sec. | ||
| 1373 | 2025.02.28 11:09:56.370082 [ 256 ] {15eb0fa7-c356-4564-9b1a-6457502c4c20} <Debug> TCPHandler: Processed in 0.002287919 sec. | ||
| 1374 | 2025.02.28 11:09:56.370243 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1375 | 2025.02.28 11:09:56.370386 [ 3 ] {48c0c661-e73c-4d1b-9200-108aca29c607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1376 | 2025.02.28 11:09:56.370443 [ 3 ] {48c0c661-e73c-4d1b-9200-108aca29c607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1377 | 2025.02.28 11:09:56.371107 [ 3 ] {48c0c661-e73c-4d1b-9200-108aca29c607} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1378 | 2025.02.28 11:09:56.371145 [ 3 ] {48c0c661-e73c-4d1b-9200-108aca29c607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1379 | 2025.02.28 11:09:56.371508 [ 3 ] {48c0c661-e73c-4d1b-9200-108aca29c607} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1380 | 2025.02.28 11:09:56.371749 [ 3 ] {48c0c661-e73c-4d1b-9200-108aca29c607} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1381 | 2025.02.28 11:09:56.371960 [ 3 ] {48c0c661-e73c-4d1b-9200-108aca29c607} <Debug> executeQuery: Read 50 rows, 4.00 KiB in 0.001605 sec., 31152.647975077878 rows/sec., 2.43 MiB/sec. | ||
| 1382 | 2025.02.28 11:09:56.372011 [ 3 ] {48c0c661-e73c-4d1b-9200-108aca29c607} <Debug> TCPHandler: Processed in 0.00183719 sec. | ||
| 1383 | 2025.02.28 11:09:56.372161 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1384 | 2025.02.28 11:09:56.372300 [ 256 ] {b20cb6d8-fd75-4162-ad8a-e2638682bce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1385 | 2025.02.28 11:09:56.372363 [ 256 ] {b20cb6d8-fd75-4162-ad8a-e2638682bce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1386 | 2025.02.28 11:09:56.372990 [ 256 ] {b20cb6d8-fd75-4162-ad8a-e2638682bce7} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1387 | 2025.02.28 11:09:56.373031 [ 256 ] {b20cb6d8-fd75-4162-ad8a-e2638682bce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1388 | 2025.02.28 11:09:56.373414 [ 256 ] {b20cb6d8-fd75-4162-ad8a-e2638682bce7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1389 | 2025.02.28 11:09:56.373657 [ 256 ] {b20cb6d8-fd75-4162-ad8a-e2638682bce7} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1390 | 2025.02.28 11:09:56.373831 [ 256 ] {b20cb6d8-fd75-4162-ad8a-e2638682bce7} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001564 sec., 31969.3094629156 rows/sec., 2.22 MiB/sec. | ||
| 1391 | 2025.02.28 11:09:56.373880 [ 256 ] {b20cb6d8-fd75-4162-ad8a-e2638682bce7} <Debug> TCPHandler: Processed in 0.001786648 sec. | ||
| 1392 | 2025.02.28 11:09:56.374024 [ 3 ] {} <Trace> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1393 | 2025.02.28 11:09:56.374143 [ 3 ] {03756eed-c6e8-4647-8c74-ee0eddea3db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1394 | 2025.02.28 11:09:56.374223 [ 3 ] {03756eed-c6e8-4647-8c74-ee0eddea3db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1395 | 2025.02.28 11:09:56.375364 [ 3 ] {03756eed-c6e8-4647-8c74-ee0eddea3db9} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1396 | 2025.02.28 11:09:56.375403 [ 3 ] {03756eed-c6e8-4647-8c74-ee0eddea3db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1397 | 2025.02.28 11:09:56.376045 [ 3 ] {03756eed-c6e8-4647-8c74-ee0eddea3db9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1398 | 2025.02.28 11:09:56.376385 [ 3 ] {03756eed-c6e8-4647-8c74-ee0eddea3db9} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1399 | 2025.02.28 11:09:56.376697 [ 3 ] {03756eed-c6e8-4647-8c74-ee0eddea3db9} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002566 sec., 8573.655494933748 rows/sec., 15.36 MiB/sec. | ||
| 1400 | 2025.02.28 11:09:56.376806 [ 3 ] {03756eed-c6e8-4647-8c74-ee0eddea3db9} <Debug> TCPHandler: Processed in 0.002840191 sec. | ||
| 1401 | 2025.02.28 11:09:56.376948 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1402 | 2025.02.28 11:09:56.377067 [ 256 ] {ba5b047f-2c3d-4793-a7e4-1e1d0f463a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1403 | 2025.02.28 11:09:56.377118 [ 256 ] {ba5b047f-2c3d-4793-a7e4-1e1d0f463a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1404 | 2025.02.28 11:09:56.377601 [ 256 ] {ba5b047f-2c3d-4793-a7e4-1e1d0f463a12} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1405 | 2025.02.28 11:09:56.377637 [ 256 ] {ba5b047f-2c3d-4793-a7e4-1e1d0f463a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1406 | 2025.02.28 11:09:56.378006 [ 256 ] {ba5b047f-2c3d-4793-a7e4-1e1d0f463a12} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1407 | 2025.02.28 11:09:56.378242 [ 256 ] {ba5b047f-2c3d-4793-a7e4-1e1d0f463a12} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1408 | 2025.02.28 11:09:56.378477 [ 256 ] {ba5b047f-2c3d-4793-a7e4-1e1d0f463a12} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001427 sec., 14015.41695865452 rows/sec., 985.46 KiB/sec. | ||
| 1409 | 2025.02.28 11:09:56.378556 [ 256 ] {ba5b047f-2c3d-4793-a7e4-1e1d0f463a12} <Debug> TCPHandler: Processed in 0.001667196 sec. | ||
| 1410 | 2025.02.28 11:10:00.761322 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1411 | 2025.02.28 11:10:00.761422 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1412 | 2025.02.28 11:10:00.806704 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 182 | ||
| 1413 | 2025.02.28 11:10:00.810032 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1414 | 2025.02.28 11:10:00.810079 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1415 | 2025.02.28 11:10:00.811564 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1416 | 2025.02.28 11:10:00.811864 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1417 | 2025.02.28 11:10:00.812422 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 182 | ||
| 1418 | 2025.02.28 11:10:00.817292 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1419 | 2025.02.28 11:10:00.818271 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1420 | 2025.02.28 11:10:00.818321 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1421 | 2025.02.28 11:10:00.818943 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1422 | 2025.02.28 11:10:00.819206 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1423 | 2025.02.28 11:10:00.819536 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1424 | 2025.02.28 11:10:01.033948 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1425 | 2025.02.28 11:10:01.053718 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1426 | 2025.02.28 11:10:01.053789 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1427 | 2025.02.28 11:10:01.060827 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1428 | 2025.02.28 11:10:01.061591 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1429 | 2025.02.28 11:10:01.064380 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1430 | 2025.02.28 11:10:01.099223 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1431 | 2025.02.28 11:10:01.099310 [ 3 ] {} <Debug> TCP-Session: a62d7117-4754-4497-a9e7-7d2f63fe068d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1432 | 2025.02.28 11:10:01.364543 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1433 | 2025.02.28 11:10:01.364743 [ 256 ] {abf04162-a7b8-4276-a4af-5b95c8543ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1434 | 2025.02.28 11:10:01.364822 [ 256 ] {abf04162-a7b8-4276-a4af-5b95c8543ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1435 | 2025.02.28 11:10:01.365561 [ 256 ] {abf04162-a7b8-4276-a4af-5b95c8543ab0} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1436 | 2025.02.28 11:10:01.365611 [ 256 ] {abf04162-a7b8-4276-a4af-5b95c8543ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1437 | 2025.02.28 11:10:01.366036 [ 256 ] {abf04162-a7b8-4276-a4af-5b95c8543ab0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1438 | 2025.02.28 11:10:01.366287 [ 256 ] {abf04162-a7b8-4276-a4af-5b95c8543ab0} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1439 | 2025.02.28 11:10:01.366563 [ 256 ] {abf04162-a7b8-4276-a4af-5b95c8543ab0} <Debug> executeQuery: Read 42 rows, 3.65 KiB in 0.001871 sec., 22447.88882950294 rows/sec., 1.90 MiB/sec. | ||
| 1440 | 2025.02.28 11:10:01.366690 [ 256 ] {abf04162-a7b8-4276-a4af-5b95c8543ab0} <Debug> TCPHandler: Processed in 0.002279549 sec. | ||
| 1441 | 2025.02.28 11:10:01.366956 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1442 | 2025.02.28 11:10:01.367167 [ 5 ] {a845fd20-f568-4f83-b632-6f43b6ad12c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1443 | 2025.02.28 11:10:01.367271 [ 5 ] {a845fd20-f568-4f83-b632-6f43b6ad12c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1444 | 2025.02.28 11:10:01.368106 [ 5 ] {a845fd20-f568-4f83-b632-6f43b6ad12c5} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1445 | 2025.02.28 11:10:01.368151 [ 5 ] {a845fd20-f568-4f83-b632-6f43b6ad12c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1446 | 2025.02.28 11:10:01.368581 [ 5 ] {a845fd20-f568-4f83-b632-6f43b6ad12c5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1447 | 2025.02.28 11:10:01.368827 [ 5 ] {a845fd20-f568-4f83-b632-6f43b6ad12c5} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1448 | 2025.02.28 11:10:01.369033 [ 5 ] {a845fd20-f568-4f83-b632-6f43b6ad12c5} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001923 sec., 4160.166406656266 rows/sec., 312.83 KiB/sec. | ||
| 1449 | 2025.02.28 11:10:01.369110 [ 5 ] {a845fd20-f568-4f83-b632-6f43b6ad12c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1450 | 2025.02.28 11:10:01.369125 [ 5 ] {a845fd20-f568-4f83-b632-6f43b6ad12c5} <Debug> TCPHandler: Processed in 0.00233682 sec. | ||
| 1451 | 2025.02.28 11:10:01.369290 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1452 | 2025.02.28 11:10:01.369435 [ 256 ] {d564975e-ea6f-47c5-a986-71e69dc1660d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1453 | 2025.02.28 11:10:01.369493 [ 256 ] {d564975e-ea6f-47c5-a986-71e69dc1660d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1454 | 2025.02.28 11:10:01.370178 [ 256 ] {d564975e-ea6f-47c5-a986-71e69dc1660d} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2025.02.28 11:10:01.370217 [ 256 ] {d564975e-ea6f-47c5-a986-71e69dc1660d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1456 | 2025.02.28 11:10:01.370584 [ 256 ] {d564975e-ea6f-47c5-a986-71e69dc1660d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1457 | 2025.02.28 11:10:01.370826 [ 256 ] {d564975e-ea6f-47c5-a986-71e69dc1660d} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1458 | 2025.02.28 11:10:01.371014 [ 256 ] {d564975e-ea6f-47c5-a986-71e69dc1660d} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001603 sec., 22457.89145352464 rows/sec., 1.75 MiB/sec. | ||
| 1459 | 2025.02.28 11:10:01.371131 [ 256 ] {d564975e-ea6f-47c5-a986-71e69dc1660d} <Debug> TCPHandler: Processed in 0.001910891 sec. | ||
| 1460 | 2025.02.28 11:10:01.371296 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1461 | 2025.02.28 11:10:01.371433 [ 5 ] {6fd96b60-4ce3-4609-96e9-e0aac0d13bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1462 | 2025.02.28 11:10:01.371490 [ 5 ] {6fd96b60-4ce3-4609-96e9-e0aac0d13bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1463 | 2025.02.28 11:10:01.372079 [ 5 ] {6fd96b60-4ce3-4609-96e9-e0aac0d13bdc} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1464 | 2025.02.28 11:10:01.372120 [ 5 ] {6fd96b60-4ce3-4609-96e9-e0aac0d13bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1465 | 2025.02.28 11:10:01.372524 [ 5 ] {6fd96b60-4ce3-4609-96e9-e0aac0d13bdc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1466 | 2025.02.28 11:10:01.372782 [ 5 ] {6fd96b60-4ce3-4609-96e9-e0aac0d13bdc} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1467 | 2025.02.28 11:10:01.373096 [ 5 ] {6fd96b60-4ce3-4609-96e9-e0aac0d13bdc} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001683 sec., 29708.853238265 rows/sec., 2.06 MiB/sec. | ||
| 1468 | 2025.02.28 11:10:01.373281 [ 5 ] {6fd96b60-4ce3-4609-96e9-e0aac0d13bdc} <Debug> TCPHandler: Processed in 0.002054444 sec. | ||
| 1469 | 2025.02.28 11:10:01.373432 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1470 | 2025.02.28 11:10:01.373570 [ 256 ] {8d3c187b-27f3-4c2b-8045-69751f71e4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1471 | 2025.02.28 11:10:01.373666 [ 256 ] {8d3c187b-27f3-4c2b-8045-69751f71e4dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1472 | 2025.02.28 11:10:01.374800 [ 256 ] {8d3c187b-27f3-4c2b-8045-69751f71e4dc} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1473 | 2025.02.28 11:10:01.374838 [ 256 ] {8d3c187b-27f3-4c2b-8045-69751f71e4dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1474 | 2025.02.28 11:10:01.375448 [ 256 ] {8d3c187b-27f3-4c2b-8045-69751f71e4dc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1475 | 2025.02.28 11:10:01.375709 [ 256 ] {8d3c187b-27f3-4c2b-8045-69751f71e4dc} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1476 | 2025.02.28 11:10:01.375973 [ 256 ] {8d3c187b-27f3-4c2b-8045-69751f71e4dc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00242 sec., 3305.785123966942 rows/sec., 5.92 MiB/sec. | ||
| 1477 | 2025.02.28 11:10:01.376080 [ 256 ] {8d3c187b-27f3-4c2b-8045-69751f71e4dc} <Debug> TCPHandler: Processed in 0.002714658 sec. | ||
| 1478 | 2025.02.28 11:10:01.376233 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1479 | 2025.02.28 11:10:01.376380 [ 5 ] {4958bb63-7c16-4746-a67f-69b555ae9b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1480 | 2025.02.28 11:10:01.376443 [ 5 ] {4958bb63-7c16-4746-a67f-69b555ae9b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1481 | 2025.02.28 11:10:01.377014 [ 5 ] {4958bb63-7c16-4746-a67f-69b555ae9b84} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1482 | 2025.02.28 11:10:01.377063 [ 5 ] {4958bb63-7c16-4746-a67f-69b555ae9b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1483 | 2025.02.28 11:10:01.377443 [ 5 ] {4958bb63-7c16-4746-a67f-69b555ae9b84} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1484 | 2025.02.28 11:10:01.377697 [ 5 ] {4958bb63-7c16-4746-a67f-69b555ae9b84} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1485 | 2025.02.28 11:10:01.377906 [ 5 ] {4958bb63-7c16-4746-a67f-69b555ae9b84} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001561 sec., 12812.299807815501 rows/sec., 900.86 KiB/sec. | ||
| 1486 | 2025.02.28 11:10:01.377963 [ 5 ] {4958bb63-7c16-4746-a67f-69b555ae9b84} <Debug> TCPHandler: Processed in 0.001799588 sec. | ||
| 1487 | 2025.02.28 11:10:06.365193 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1488 | 2025.02.28 11:10:06.365429 [ 256 ] {a9523efc-8949-45d9-ab97-1bec0b2c2fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1489 | 2025.02.28 11:10:06.365515 [ 256 ] {a9523efc-8949-45d9-ab97-1bec0b2c2fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1490 | 2025.02.28 11:10:06.366397 [ 256 ] {a9523efc-8949-45d9-ab97-1bec0b2c2fe4} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1491 | 2025.02.28 11:10:06.366449 [ 256 ] {a9523efc-8949-45d9-ab97-1bec0b2c2fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1492 | 2025.02.28 11:10:06.366889 [ 256 ] {a9523efc-8949-45d9-ab97-1bec0b2c2fe4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1493 | 2025.02.28 11:10:06.367182 [ 256 ] {a9523efc-8949-45d9-ab97-1bec0b2c2fe4} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1494 | 2025.02.28 11:10:06.367410 [ 61 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1495 | 2025.02.28 11:10:06.367452 [ 256 ] {a9523efc-8949-45d9-ab97-1bec0b2c2fe4} <Debug> executeQuery: Read 70 rows, 6.19 KiB in 0.002082 sec., 33621.51777137368 rows/sec., 2.90 MiB/sec. | ||
| 1496 | 2025.02.28 11:10:06.367504 [ 61 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1497 | 2025.02.28 11:10:06.367584 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1498 | 2025.02.28 11:10:06.367596 [ 256 ] {a9523efc-8949-45d9-ab97-1bec0b2c2fe4} <Debug> TCPHandler: Processed in 0.002546375 sec. | ||
| 1499 | 2025.02.28 11:10:06.368008 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1500 | 2025.02.28 11:10:06.368036 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 1501 | 2025.02.28 11:10:06.368278 [ 5 ] {62d72e09-d0ef-4546-8931-12bf815dbc32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1502 | 2025.02.28 11:10:06.368369 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1503 | 2025.02.28 11:10:06.368413 [ 5 ] {62d72e09-d0ef-4546-8931-12bf815dbc32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1504 | 2025.02.28 11:10:06.368450 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 44 rows starting from the beginning of the part | ||
| 1505 | 2025.02.28 11:10:06.368740 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1141 rows starting from the beginning of the part | ||
| 1506 | 2025.02.28 11:10:06.369083 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 1507 | 2025.02.28 11:10:06.369418 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 70 rows starting from the beginning of the part | ||
| 1508 | 2025.02.28 11:10:06.369754 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 1509 | 2025.02.28 11:10:06.370053 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 70 rows starting from the beginning of the part | ||
| 1510 | 2025.02.28 11:10:06.371392 [ 5 ] {62d72e09-d0ef-4546-8931-12bf815dbc32} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1511 | 2025.02.28 11:10:06.371478 [ 5 ] {62d72e09-d0ef-4546-8931-12bf815dbc32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1512 | 2025.02.28 11:10:06.372532 [ 5 ] {62d72e09-d0ef-4546-8931-12bf815dbc32} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1513 | 2025.02.28 11:10:06.373037 [ 5 ] {62d72e09-d0ef-4546-8931-12bf815dbc32} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1514 | 2025.02.28 11:10:06.373050 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1393 rows, containing 5 columns (5 merged, 0 gathered) in 0.005331204 sec., 261291.8207594382 rows/sec., 22.77 MiB/sec. | ||
| 1515 | 2025.02.28 11:10:06.373319 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1516 | 2025.02.28 11:10:06.373351 [ 5 ] {62d72e09-d0ef-4546-8931-12bf815dbc32} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.005166 sec., 4258.614014711576 rows/sec., 320.23 KiB/sec. | ||
| 1517 | 2025.02.28 11:10:06.373469 [ 5 ] {62d72e09-d0ef-4546-8931-12bf815dbc32} <Debug> TCPHandler: Processed in 0.005741512 sec. | ||
| 1518 | 2025.02.28 11:10:06.373671 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1519 | 2025.02.28 11:10:06.373781 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_6_1} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1520 | 2025.02.28 11:10:06.373906 [ 256 ] {fa77e010-1436-41f4-bda2-52c359c6caee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1521 | 2025.02.28 11:10:06.373951 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_6_1} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1522 | 2025.02.28 11:10:06.373992 [ 256 ] {fa77e010-1436-41f4-bda2-52c359c6caee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1523 | 2025.02.28 11:10:06.374128 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 1524 | 2025.02.28 11:10:06.374765 [ 256 ] {fa77e010-1436-41f4-bda2-52c359c6caee} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1525 | 2025.02.28 11:10:06.374811 [ 256 ] {fa77e010-1436-41f4-bda2-52c359c6caee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1526 | 2025.02.28 11:10:06.375183 [ 256 ] {fa77e010-1436-41f4-bda2-52c359c6caee} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1527 | 2025.02.28 11:10:06.375428 [ 256 ] {fa77e010-1436-41f4-bda2-52c359c6caee} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1528 | 2025.02.28 11:10:06.375585 [ 61 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1529 | 2025.02.28 11:10:06.375641 [ 61 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1530 | 2025.02.28 11:10:06.375672 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1531 | 2025.02.28 11:10:06.375692 [ 256 ] {fa77e010-1436-41f4-bda2-52c359c6caee} <Debug> executeQuery: Read 50 rows, 4.00 KiB in 0.001871 sec., 26723.67717797969 rows/sec., 2.09 MiB/sec. | ||
| 1532 | 2025.02.28 11:10:06.376069 [ 256 ] {fa77e010-1436-41f4-bda2-52c359c6caee} <Debug> TCPHandler: Processed in 0.002480523 sec. | ||
| 1533 | 2025.02.28 11:10:06.376091 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 1534 | 2025.02.28 11:10:06.376307 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1535 | 2025.02.28 11:10:06.376321 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1536 | 2025.02.28 11:10:06.376345 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
| 1537 | 2025.02.28 11:10:06.376567 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 456 rows starting from the beginning of the part | ||
| 1538 | 2025.02.28 11:10:06.376695 [ 5 ] {83632a7f-0887-441b-8970-325ca3445638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1539 | 2025.02.28 11:10:06.376886 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
| 1540 | 2025.02.28 11:10:06.376914 [ 5 ] {83632a7f-0887-441b-8970-325ca3445638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1541 | 2025.02.28 11:10:06.377214 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
| 1542 | 2025.02.28 11:10:06.377562 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 1543 | 2025.02.28 11:10:06.377902 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
| 1544 | 2025.02.28 11:10:06.379356 [ 5 ] {83632a7f-0887-441b-8970-325ca3445638} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1545 | 2025.02.28 11:10:06.379439 [ 5 ] {83632a7f-0887-441b-8970-325ca3445638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1546 | 2025.02.28 11:10:06.380462 [ 5 ] {83632a7f-0887-441b-8970-325ca3445638} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1547 | 2025.02.28 11:10:06.380642 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 652 rows, containing 5 columns (5 merged, 0 gathered) in 0.004875474 sec., 133730.5870157445 rows/sec., 10.52 MiB/sec. | ||
| 1548 | 2025.02.28 11:10:06.380827 [ 5 ] {83632a7f-0887-441b-8970-325ca3445638} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1549 | 2025.02.28 11:10:06.380834 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1550 | 2025.02.28 11:10:06.381082 [ 5 ] {83632a7f-0887-441b-8970-325ca3445638} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.004531 sec., 11035.091591260207 rows/sec., 783.45 KiB/sec. | ||
| 1551 | 2025.02.28 11:10:06.381180 [ 5 ] {83632a7f-0887-441b-8970-325ca3445638} <Debug> TCPHandler: Processed in 0.004973497 sec. | ||
| 1552 | 2025.02.28 11:10:06.381293 [ 188 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_6_1} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1553 | 2025.02.28 11:10:06.381328 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1554 | 2025.02.28 11:10:06.381427 [ 188 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_6_1} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1555 | 2025.02.28 11:10:06.381461 [ 256 ] {d3995ee8-bdab-4ff9-a4cd-c20ea13c5b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1556 | 2025.02.28 11:10:06.381548 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1557 | 2025.02.28 11:10:06.381584 [ 256 ] {d3995ee8-bdab-4ff9-a4cd-c20ea13c5b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1558 | 2025.02.28 11:10:06.382730 [ 256 ] {d3995ee8-bdab-4ff9-a4cd-c20ea13c5b46} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1559 | 2025.02.28 11:10:06.382770 [ 256 ] {d3995ee8-bdab-4ff9-a4cd-c20ea13c5b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1560 | 2025.02.28 11:10:06.383423 [ 256 ] {d3995ee8-bdab-4ff9-a4cd-c20ea13c5b46} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1561 | 2025.02.28 11:10:06.383697 [ 256 ] {d3995ee8-bdab-4ff9-a4cd-c20ea13c5b46} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1562 | 2025.02.28 11:10:06.383942 [ 256 ] {d3995ee8-bdab-4ff9-a4cd-c20ea13c5b46} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002517 sec., 8740.564163686928 rows/sec., 15.66 MiB/sec. | ||
| 1563 | 2025.02.28 11:10:06.384055 [ 256 ] {d3995ee8-bdab-4ff9-a4cd-c20ea13c5b46} <Debug> TCPHandler: Processed in 0.002788899 sec. | ||
| 1564 | 2025.02.28 11:10:06.384200 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1565 | 2025.02.28 11:10:06.384322 [ 5 ] {b0b2cd2a-8d9d-46b2-adda-d7246522592b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1566 | 2025.02.28 11:10:06.384375 [ 5 ] {b0b2cd2a-8d9d-46b2-adda-d7246522592b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1567 | 2025.02.28 11:10:06.384861 [ 5 ] {b0b2cd2a-8d9d-46b2-adda-d7246522592b} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1568 | 2025.02.28 11:10:06.384897 [ 5 ] {b0b2cd2a-8d9d-46b2-adda-d7246522592b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1569 | 2025.02.28 11:10:06.385265 [ 5 ] {b0b2cd2a-8d9d-46b2-adda-d7246522592b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1570 | 2025.02.28 11:10:06.385498 [ 5 ] {b0b2cd2a-8d9d-46b2-adda-d7246522592b} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1571 | 2025.02.28 11:10:06.385744 [ 5 ] {b0b2cd2a-8d9d-46b2-adda-d7246522592b} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001425 sec., 14035.087719298244 rows/sec., 986.84 KiB/sec. | ||
| 1572 | 2025.02.28 11:10:06.385868 [ 5 ] {b0b2cd2a-8d9d-46b2-adda-d7246522592b} <Debug> TCPHandler: Processed in 0.001726477 sec. | ||
| 1573 | 2025.02.28 11:10:08.319717 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 1574 | 2025.02.28 11:10:08.320662 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1575 | 2025.02.28 11:10:08.320716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1576 | 2025.02.28 11:10:08.321252 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1577 | 2025.02.28 11:10:08.321524 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1578 | 2025.02.28 11:10:08.321900 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 1579 | 2025.02.28 11:10:08.564478 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1580 | 2025.02.28 11:10:08.584470 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1581 | 2025.02.28 11:10:08.584524 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1582 | 2025.02.28 11:10:08.591652 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1583 | 2025.02.28 11:10:08.592405 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1584 | 2025.02.28 11:10:08.595296 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1585 | 2025.02.28 11:10:10.812755 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 206 | ||
| 1586 | 2025.02.28 11:10:10.815570 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1587 | 2025.02.28 11:10:10.815620 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1588 | 2025.02.28 11:10:10.817049 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1589 | 2025.02.28 11:10:10.817341 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1590 | 2025.02.28 11:10:10.818106 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 206 | ||
| 1591 | 2025.02.28 11:10:11.365578 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1592 | 2025.02.28 11:10:11.365799 [ 256 ] {ee40a56e-5662-4e4a-ae52-4d821164ddff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1593 | 2025.02.28 11:10:11.365884 [ 256 ] {ee40a56e-5662-4e4a-ae52-4d821164ddff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1594 | 2025.02.28 11:10:11.366716 [ 256 ] {ee40a56e-5662-4e4a-ae52-4d821164ddff} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1595 | 2025.02.28 11:10:11.366773 [ 256 ] {ee40a56e-5662-4e4a-ae52-4d821164ddff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1596 | 2025.02.28 11:10:11.367223 [ 256 ] {ee40a56e-5662-4e4a-ae52-4d821164ddff} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1597 | 2025.02.28 11:10:11.367487 [ 256 ] {ee40a56e-5662-4e4a-ae52-4d821164ddff} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1598 | 2025.02.28 11:10:11.367725 [ 256 ] {ee40a56e-5662-4e4a-ae52-4d821164ddff} <Debug> executeQuery: Read 42 rows, 3.65 KiB in 0.001988 sec., 21126.76056338028 rows/sec., 1.79 MiB/sec. | ||
| 1599 | 2025.02.28 11:10:11.367790 [ 256 ] {ee40a56e-5662-4e4a-ae52-4d821164ddff} <Debug> TCPHandler: Processed in 0.00235726 sec. | ||
| 1600 | 2025.02.28 11:10:11.368042 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1601 | 2025.02.28 11:10:11.368253 [ 5 ] {abc1d34e-2f61-4bae-812c-61a89eaf3a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1602 | 2025.02.28 11:10:11.368335 [ 5 ] {abc1d34e-2f61-4bae-812c-61a89eaf3a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1603 | 2025.02.28 11:10:11.369079 [ 5 ] {abc1d34e-2f61-4bae-812c-61a89eaf3a1e} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1604 | 2025.02.28 11:10:11.369129 [ 5 ] {abc1d34e-2f61-4bae-812c-61a89eaf3a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1605 | 2025.02.28 11:10:11.369581 [ 5 ] {abc1d34e-2f61-4bae-812c-61a89eaf3a1e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1606 | 2025.02.28 11:10:11.369842 [ 5 ] {abc1d34e-2f61-4bae-812c-61a89eaf3a1e} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1607 | 2025.02.28 11:10:11.370079 [ 5 ] {abc1d34e-2f61-4bae-812c-61a89eaf3a1e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001885 sec., 4244.031830238727 rows/sec., 319.13 KiB/sec. | ||
| 1608 | 2025.02.28 11:10:11.370146 [ 5 ] {abc1d34e-2f61-4bae-812c-61a89eaf3a1e} <Debug> TCPHandler: Processed in 0.002255088 sec. | ||
| 1609 | 2025.02.28 11:10:11.370296 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1610 | 2025.02.28 11:10:11.370443 [ 256 ] {fa44e252-4fb3-43b4-a0d5-fb80980e5b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1611 | 2025.02.28 11:10:11.370498 [ 256 ] {fa44e252-4fb3-43b4-a0d5-fb80980e5b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1612 | 2025.02.28 11:10:11.371105 [ 256 ] {fa44e252-4fb3-43b4-a0d5-fb80980e5b7a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1613 | 2025.02.28 11:10:11.371147 [ 256 ] {fa44e252-4fb3-43b4-a0d5-fb80980e5b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1614 | 2025.02.28 11:10:11.371516 [ 256 ] {fa44e252-4fb3-43b4-a0d5-fb80980e5b7a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1615 | 2025.02.28 11:10:11.371752 [ 256 ] {fa44e252-4fb3-43b4-a0d5-fb80980e5b7a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1616 | 2025.02.28 11:10:11.371960 [ 256 ] {fa44e252-4fb3-43b4-a0d5-fb80980e5b7a} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001553 sec., 23180.9401159047 rows/sec., 1.81 MiB/sec. | ||
| 1617 | 2025.02.28 11:10:11.372014 [ 256 ] {fa44e252-4fb3-43b4-a0d5-fb80980e5b7a} <Debug> TCPHandler: Processed in 0.001787399 sec. | ||
| 1618 | 2025.02.28 11:10:11.372149 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1619 | 2025.02.28 11:10:11.372277 [ 5 ] {fb4251f1-9fe5-403d-8820-2eb8e0f0a9ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1620 | 2025.02.28 11:10:11.372335 [ 5 ] {fb4251f1-9fe5-403d-8820-2eb8e0f0a9ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1621 | 2025.02.28 11:10:11.372874 [ 5 ] {fb4251f1-9fe5-403d-8820-2eb8e0f0a9ea} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1622 | 2025.02.28 11:10:11.372915 [ 5 ] {fb4251f1-9fe5-403d-8820-2eb8e0f0a9ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1623 | 2025.02.28 11:10:11.373307 [ 5 ] {fb4251f1-9fe5-403d-8820-2eb8e0f0a9ea} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1624 | 2025.02.28 11:10:11.373545 [ 5 ] {fb4251f1-9fe5-403d-8820-2eb8e0f0a9ea} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1625 | 2025.02.28 11:10:11.373699 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1626 | 2025.02.28 11:10:11.373769 [ 5 ] {fb4251f1-9fe5-403d-8820-2eb8e0f0a9ea} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001516 sec., 32981.530343007915 rows/sec., 2.29 MiB/sec. | ||
| 1627 | 2025.02.28 11:10:11.373780 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1628 | 2025.02.28 11:10:11.373850 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1629 | 2025.02.28 11:10:11.373893 [ 5 ] {fb4251f1-9fe5-403d-8820-2eb8e0f0a9ea} <Debug> TCPHandler: Processed in 0.001803509 sec. | ||
| 1630 | 2025.02.28 11:10:11.374075 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 1631 | 2025.02.28 11:10:11.374094 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1632 | 2025.02.28 11:10:11.374360 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1633 | 2025.02.28 11:10:11.374367 [ 256 ] {8fed2733-c772-40db-a16d-b65cb95130bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1634 | 2025.02.28 11:10:11.374438 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1663 rows starting from the beginning of the part | ||
| 1635 | 2025.02.28 11:10:11.374556 [ 256 ] {8fed2733-c772-40db-a16d-b65cb95130bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1636 | 2025.02.28 11:10:11.374735 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
| 1637 | 2025.02.28 11:10:11.375300 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 1638 | 2025.02.28 11:10:11.375708 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
| 1639 | 2025.02.28 11:10:11.376119 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
| 1640 | 2025.02.28 11:10:11.376541 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
| 1641 | 2025.02.28 11:10:11.380211 [ 256 ] {8fed2733-c772-40db-a16d-b65cb95130bf} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1642 | 2025.02.28 11:10:11.380336 [ 256 ] {8fed2733-c772-40db-a16d-b65cb95130bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1643 | 2025.02.28 11:10:11.380413 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1903 rows, containing 5 columns (5 merged, 0 gathered) in 0.006450228 sec., 295028.3307814856 rows/sec., 19.79 MiB/sec. | ||
| 1644 | 2025.02.28 11:10:11.380709 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1645 | 2025.02.28 11:10:11.381446 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1646 | 2025.02.28 11:10:11.381657 [ 197 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1647 | 2025.02.28 11:10:11.381832 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 1648 | 2025.02.28 11:10:11.381900 [ 256 ] {8fed2733-c772-40db-a16d-b65cb95130bf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1649 | 2025.02.28 11:10:11.382199 [ 256 ] {8fed2733-c772-40db-a16d-b65cb95130bf} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1650 | 2025.02.28 11:10:11.382417 [ 256 ] {8fed2733-c772-40db-a16d-b65cb95130bf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008158 sec., 980.6325079676391 rows/sec., 1.76 MiB/sec. | ||
| 1651 | 2025.02.28 11:10:11.382545 [ 256 ] {8fed2733-c772-40db-a16d-b65cb95130bf} <Debug> TCPHandler: Processed in 0.008540553 sec. | ||
| 1652 | 2025.02.28 11:10:11.382718 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1653 | 2025.02.28 11:10:11.382872 [ 5 ] {32102b4a-dcaf-42f2-aa02-c07e21f6087f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1654 | 2025.02.28 11:10:11.382942 [ 5 ] {32102b4a-dcaf-42f2-aa02-c07e21f6087f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1655 | 2025.02.28 11:10:11.383513 [ 5 ] {32102b4a-dcaf-42f2-aa02-c07e21f6087f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1656 | 2025.02.28 11:10:11.383554 [ 5 ] {32102b4a-dcaf-42f2-aa02-c07e21f6087f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1657 | 2025.02.28 11:10:11.383955 [ 5 ] {32102b4a-dcaf-42f2-aa02-c07e21f6087f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1658 | 2025.02.28 11:10:11.384196 [ 5 ] {32102b4a-dcaf-42f2-aa02-c07e21f6087f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1659 | 2025.02.28 11:10:11.384417 [ 5 ] {32102b4a-dcaf-42f2-aa02-c07e21f6087f} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001582 sec., 12642.225031605562 rows/sec., 888.91 KiB/sec. | ||
| 1660 | 2025.02.28 11:10:11.384470 [ 5 ] {32102b4a-dcaf-42f2-aa02-c07e21f6087f} <Debug> TCPHandler: Processed in 0.00182616 sec. | ||
| 1661 | 2025.02.28 11:10:15.761693 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1662 | 2025.02.28 11:10:15.761765 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1663 | 2025.02.28 11:10:15.822105 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 1664 | 2025.02.28 11:10:15.822972 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1665 | 2025.02.28 11:10:15.823020 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1666 | 2025.02.28 11:10:15.823556 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1667 | 2025.02.28 11:10:15.823818 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1668 | 2025.02.28 11:10:15.824119 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 1669 | 2025.02.28 11:10:16.095405 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 1670 | 2025.02.28 11:10:16.116046 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1671 | 2025.02.28 11:10:16.116100 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1672 | 2025.02.28 11:10:16.122978 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1673 | 2025.02.28 11:10:16.123731 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1674 | 2025.02.28 11:10:16.126899 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 1675 | 2025.02.28 11:10:16.366106 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1676 | 2025.02.28 11:10:16.366319 [ 256 ] {9966360f-c565-4586-8beb-bb4d08fc1ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1677 | 2025.02.28 11:10:16.366397 [ 256 ] {9966360f-c565-4586-8beb-bb4d08fc1ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1678 | 2025.02.28 11:10:16.367173 [ 256 ] {9966360f-c565-4586-8beb-bb4d08fc1ddf} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1679 | 2025.02.28 11:10:16.367220 [ 256 ] {9966360f-c565-4586-8beb-bb4d08fc1ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1680 | 2025.02.28 11:10:16.367648 [ 256 ] {9966360f-c565-4586-8beb-bb4d08fc1ddf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1681 | 2025.02.28 11:10:16.367900 [ 256 ] {9966360f-c565-4586-8beb-bb4d08fc1ddf} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1682 | 2025.02.28 11:10:16.368096 [ 256 ] {9966360f-c565-4586-8beb-bb4d08fc1ddf} <Debug> executeQuery: Read 72 rows, 6.38 KiB in 0.001838 sec., 39173.01414581067 rows/sec., 3.39 MiB/sec. | ||
| 1683 | 2025.02.28 11:10:16.368150 [ 256 ] {9966360f-c565-4586-8beb-bb4d08fc1ddf} <Debug> TCPHandler: Processed in 0.002183076 sec. | ||
| 1684 | 2025.02.28 11:10:16.368421 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1685 | 2025.02.28 11:10:16.368632 [ 5 ] {9b5846b0-4742-46b0-bad9-56acc907c6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1686 | 2025.02.28 11:10:16.368706 [ 5 ] {9b5846b0-4742-46b0-bad9-56acc907c6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1687 | 2025.02.28 11:10:16.369423 [ 5 ] {9b5846b0-4742-46b0-bad9-56acc907c6c7} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1688 | 2025.02.28 11:10:16.369472 [ 5 ] {9b5846b0-4742-46b0-bad9-56acc907c6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1689 | 2025.02.28 11:10:16.369906 [ 5 ] {9b5846b0-4742-46b0-bad9-56acc907c6c7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1690 | 2025.02.28 11:10:16.370155 [ 5 ] {9b5846b0-4742-46b0-bad9-56acc907c6c7} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1691 | 2025.02.28 11:10:16.370319 [ 56 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1692 | 2025.02.28 11:10:16.370391 [ 56 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1693 | 2025.02.28 11:10:16.370424 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1694 | 2025.02.28 11:10:16.370432 [ 5 ] {9b5846b0-4742-46b0-bad9-56acc907c6c7} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001852 sec., 12419.006479481643 rows/sec., 933.85 KiB/sec. | ||
| 1695 | 2025.02.28 11:10:16.370571 [ 5 ] {9b5846b0-4742-46b0-bad9-56acc907c6c7} <Debug> TCPHandler: Processed in 0.002302569 sec. | ||
| 1696 | 2025.02.28 11:10:16.370774 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1697 | 2025.02.28 11:10:16.370792 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 1698 | 2025.02.28 11:10:16.370972 [ 256 ] {a7589f76-a6b5-4ade-be19-1f096ba980b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1699 | 2025.02.28 11:10:16.371075 [ 256 ] {a7589f76-a6b5-4ade-be19-1f096ba980b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1700 | 2025.02.28 11:10:16.371090 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1701 | 2025.02.28 11:10:16.371200 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1702 | 2025.02.28 11:10:16.371554 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1703 | 2025.02.28 11:10:16.371886 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 1704 | 2025.02.28 11:10:16.372297 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 1705 | 2025.02.28 11:10:16.372649 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 1706 | 2025.02.28 11:10:16.372893 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 23 rows starting from the beginning of the part | ||
| 1707 | 2025.02.28 11:10:16.374050 [ 256 ] {a7589f76-a6b5-4ade-be19-1f096ba980b1} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1708 | 2025.02.28 11:10:16.374130 [ 256 ] {a7589f76-a6b5-4ade-be19-1f096ba980b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1709 | 2025.02.28 11:10:16.375115 [ 256 ] {a7589f76-a6b5-4ade-be19-1f096ba980b1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1710 | 2025.02.28 11:10:16.375784 [ 256 ] {a7589f76-a6b5-4ade-be19-1f096ba980b1} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1711 | 2025.02.28 11:10:16.375868 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 105 rows, containing 5 columns (5 merged, 0 gathered) in 0.005286344 sec., 19862.498543416772 rows/sec., 1.53 MiB/sec. | ||
| 1712 | 2025.02.28 11:10:16.376098 [ 256 ] {a7589f76-a6b5-4ade-be19-1f096ba980b1} <Debug> executeQuery: Read 51 rows, 4.08 KiB in 0.005169 sec., 9866.511897852582 rows/sec., 788.96 KiB/sec. | ||
| 1713 | 2025.02.28 11:10:16.376211 [ 256 ] {a7589f76-a6b5-4ade-be19-1f096ba980b1} <Debug> TCPHandler: Processed in 0.005537859 sec. | ||
| 1714 | 2025.02.28 11:10:16.376239 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1715 | 2025.02.28 11:10:16.376393 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1716 | 2025.02.28 11:10:16.376577 [ 5 ] {1745d14e-8141-489d-a3de-6e90c2df47c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1717 | 2025.02.28 11:10:16.376667 [ 5 ] {1745d14e-8141-489d-a3de-6e90c2df47c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1718 | 2025.02.28 11:10:16.376826 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_6_1} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1719 | 2025.02.28 11:10:16.377098 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_6_1} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1720 | 2025.02.28 11:10:16.377292 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1721 | 2025.02.28 11:10:16.377575 [ 5 ] {1745d14e-8141-489d-a3de-6e90c2df47c9} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1722 | 2025.02.28 11:10:16.377620 [ 5 ] {1745d14e-8141-489d-a3de-6e90c2df47c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1723 | 2025.02.28 11:10:16.378015 [ 5 ] {1745d14e-8141-489d-a3de-6e90c2df47c9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1724 | 2025.02.28 11:10:16.378266 [ 5 ] {1745d14e-8141-489d-a3de-6e90c2df47c9} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1725 | 2025.02.28 11:10:16.378514 [ 5 ] {1745d14e-8141-489d-a3de-6e90c2df47c9} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001986 sec., 25176.233635448138 rows/sec., 1.75 MiB/sec. | ||
| 1726 | 2025.02.28 11:10:16.378727 [ 5 ] {1745d14e-8141-489d-a3de-6e90c2df47c9} <Debug> TCPHandler: Processed in 0.002430822 sec. | ||
| 1727 | 2025.02.28 11:10:16.378882 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1728 | 2025.02.28 11:10:16.379007 [ 256 ] {3e8b28fe-80f4-4b5a-a4e0-c55db335db7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1729 | 2025.02.28 11:10:16.379090 [ 256 ] {3e8b28fe-80f4-4b5a-a4e0-c55db335db7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1730 | 2025.02.28 11:10:16.380240 [ 256 ] {3e8b28fe-80f4-4b5a-a4e0-c55db335db7f} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1731 | 2025.02.28 11:10:16.380280 [ 256 ] {3e8b28fe-80f4-4b5a-a4e0-c55db335db7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1732 | 2025.02.28 11:10:16.380933 [ 256 ] {3e8b28fe-80f4-4b5a-a4e0-c55db335db7f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1733 | 2025.02.28 11:10:16.381192 [ 256 ] {3e8b28fe-80f4-4b5a-a4e0-c55db335db7f} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1734 | 2025.02.28 11:10:16.381403 [ 55 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1735 | 2025.02.28 11:10:16.381436 [ 256 ] {3e8b28fe-80f4-4b5a-a4e0-c55db335db7f} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002453 sec., 9376.273950264982 rows/sec., 16.80 MiB/sec. | ||
| 1736 | 2025.02.28 11:10:16.381492 [ 55 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1737 | 2025.02.28 11:10:16.381598 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1738 | 2025.02.28 11:10:16.381694 [ 256 ] {3e8b28fe-80f4-4b5a-a4e0-c55db335db7f} <Debug> TCPHandler: Processed in 0.002867991 sec. | ||
| 1739 | 2025.02.28 11:10:16.381883 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 1740 | 2025.02.28 11:10:16.381959 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1741 | 2025.02.28 11:10:16.382205 [ 5 ] {b30dc602-7076-4def-b7e6-8ef44be74d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1742 | 2025.02.28 11:10:16.382340 [ 5 ] {b30dc602-7076-4def-b7e6-8ef44be74d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1743 | 2025.02.28 11:10:16.382916 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1744 | 2025.02.28 11:10:16.383156 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1745 | 2025.02.28 11:10:16.383841 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1746 | 2025.02.28 11:10:16.384471 [ 5 ] {b30dc602-7076-4def-b7e6-8ef44be74d98} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1747 | 2025.02.28 11:10:16.384567 [ 5 ] {b30dc602-7076-4def-b7e6-8ef44be74d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1748 | 2025.02.28 11:10:16.384672 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 1749 | 2025.02.28 11:10:16.385339 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 1750 | 2025.02.28 11:10:16.385955 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 1751 | 2025.02.28 11:10:16.385976 [ 5 ] {b30dc602-7076-4def-b7e6-8ef44be74d98} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1752 | 2025.02.28 11:10:16.386508 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 23 rows starting from the beginning of the part | ||
| 1753 | 2025.02.28 11:10:16.386964 [ 5 ] {b30dc602-7076-4def-b7e6-8ef44be74d98} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1754 | 2025.02.28 11:10:16.387436 [ 55 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1755 | 2025.02.28 11:10:16.387561 [ 55 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1756 | 2025.02.28 11:10:16.387643 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1757 | 2025.02.28 11:10:16.388122 [ 5 ] {b30dc602-7076-4def-b7e6-8ef44be74d98} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.005685 sec., 3518.0299032541775 rows/sec., 247.36 KiB/sec. | ||
| 1758 | 2025.02.28 11:10:16.388419 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 1759 | 2025.02.28 11:10:16.388581 [ 5 ] {b30dc602-7076-4def-b7e6-8ef44be74d98} <Debug> TCPHandler: Processed in 0.006768645 sec. | ||
| 1760 | 2025.02.28 11:10:16.388891 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1761 | 2025.02.28 11:10:16.388961 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
| 1762 | 2025.02.28 11:10:16.389283 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 1763 | 2025.02.28 11:10:16.389657 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 1764 | 2025.02.28 11:10:16.390084 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 1765 | 2025.02.28 11:10:16.390394 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 1766 | 2025.02.28 11:10:16.390778 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 1767 | 2025.02.28 11:10:16.394118 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.006276314 sec., 18482.185563055005 rows/sec., 1.27 MiB/sec. | ||
| 1768 | 2025.02.28 11:10:16.394361 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1769 | 2025.02.28 11:10:16.394988 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_6_1} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1770 | 2025.02.28 11:10:16.395150 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_6_1} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1771 | 2025.02.28 11:10:16.395382 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 1772 | 2025.02.28 11:10:16.395777 [ 195 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 105 rows, containing 19 columns (19 merged, 0 gathered) in 0.014054951 sec., 7470.677058923934 rows/sec., 13.39 MiB/sec. | ||
| 1773 | 2025.02.28 11:10:16.396140 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1774 | 2025.02.28 11:10:16.396564 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1775 | 2025.02.28 11:10:16.396643 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1776 | 2025.02.28 11:10:16.396790 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 1777 | 2025.02.28 11:10:17.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.79 MiB, peak 173.33 MiB, free memory in arenas 0.00 B, will set to 165.78 MiB (RSS), difference: -1.01 MiB | ||
| 1778 | 2025.02.28 11:10:20.818371 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 230 | ||
| 1779 | 2025.02.28 11:10:20.821430 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1780 | 2025.02.28 11:10:20.821494 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1781 | 2025.02.28 11:10:20.822972 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1782 | 2025.02.28 11:10:20.823288 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1783 | 2025.02.28 11:10:20.823917 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 230 | ||
| 1784 | 2025.02.28 11:10:21.363260 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1785 | 2025.02.28 11:10:21.363528 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete) | ||
| 1786 | 2025.02.28 11:10:21.363944 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1787 | 2025.02.28 11:10:21.363993 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE | ||
| 1788 | 2025.02.28 11:10:21.364331 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1789 | 2025.02.28 11:10:21.364416 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1790 | 2025.02.28 11:10:21.364597 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1791 | 2025.02.28 11:10:21.364775 [ 291 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1792 | 2025.02.28 11:10:21.364808 [ 292 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1793 | 2025.02.28 11:10:21.364778 [ 289 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1794 | 2025.02.28 11:10:21.364978 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1795 | 2025.02.28 11:10:21.365012 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1796 | 2025.02.28 11:10:21.365137 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1797 | 2025.02.28 11:10:21.365161 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1798 | 2025.02.28 11:10:21.365205 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1799 | 2025.02.28 11:10:21.365253 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1800 | 2025.02.28 11:10:21.365297 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 1801 | 2025.02.28 11:10:21.366981 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.003578 sec., 6987.143655673561 rows/sec., 282.22 KiB/sec. | ||
| 1802 | 2025.02.28 11:10:21.367195 [ 256 ] {87fde92e-bbbf-48f6-b0e6-48df2f571c81} <Debug> TCPHandler: Processed in 0.004067057 sec. | ||
| 1803 | 2025.02.28 11:10:21.397095 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1804 | 2025.02.28 11:10:21.397276 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent') FORMAT Native; (stage: Complete) | ||
| 1805 | 2025.02.28 11:10:21.397594 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1806 | 2025.02.28 11:10:21.397640 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent')" moved to PREWHERE | ||
| 1807 | 2025.02.28 11:10:21.397938 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1808 | 2025.02.28 11:10:21.398007 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1809 | 2025.02.28 11:10:21.398157 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1810 | 2025.02.28 11:10:21.398289 [ 291 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1811 | 2025.02.28 11:10:21.398319 [ 294 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1812 | 2025.02.28 11:10:21.398325 [ 292 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1813 | 2025.02.28 11:10:21.398462 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1814 | 2025.02.28 11:10:21.398492 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1815 | 2025.02.28 11:10:21.398609 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1816 | 2025.02.28 11:10:21.398634 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1817 | 2025.02.28 11:10:21.398676 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent'))" | ||
| 1818 | 2025.02.28 11:10:21.398720 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent'))" | ||
| 1819 | 2025.02.28 11:10:21.398760 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent'))" | ||
| 1820 | 2025.02.28 11:10:21.400151 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002959 sec., 8448.80027036161 rows/sec., 341.25 KiB/sec. | ||
| 1821 | 2025.02.28 11:10:21.400355 [ 256 ] {23bbec59-fc07-49e6-8ac8-5450094887e1} <Debug> TCPHandler: Processed in 0.003318301 sec. | ||
| 1822 | 2025.02.28 11:10:21.400802 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1823 | 2025.02.28 11:10:21.401039 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1824 | 2025.02.28 11:10:21.401448 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1825 | 2025.02.28 11:10:21.401496 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1826 | 2025.02.28 11:10:21.401832 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1827 | 2025.02.28 11:10:21.401912 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1828 | 2025.02.28 11:10:21.402088 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1829 | 2025.02.28 11:10:21.402224 [ 292 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1830 | 2025.02.28 11:10:21.402247 [ 291 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1831 | 2025.02.28 11:10:21.402232 [ 289 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1832 | 2025.02.28 11:10:21.402370 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1833 | 2025.02.28 11:10:21.402396 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1834 | 2025.02.28 11:10:21.402511 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1835 | 2025.02.28 11:10:21.402536 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1836 | 2025.02.28 11:10:21.402580 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes'))" | ||
| 1837 | 2025.02.28 11:10:21.402627 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes'))" | ||
| 1838 | 2025.02.28 11:10:21.402704 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes'))" | ||
| 1839 | 2025.02.28 11:10:21.403816 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002886 sec., 8662.508662508662 rows/sec., 349.88 KiB/sec. | ||
| 1840 | 2025.02.28 11:10:21.403961 [ 5 ] {7db7d285-7c0d-498e-b2da-14d2276e7bee} <Debug> TCPHandler: Processed in 0.00330236 sec. | ||
| 1841 | 2025.02.28 11:10:21.404255 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1842 | 2025.02.28 11:10:21.404443 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1843 | 2025.02.28 11:10:21.404787 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1844 | 2025.02.28 11:10:21.404834 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1845 | 2025.02.28 11:10:21.405136 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1846 | 2025.02.28 11:10:21.405203 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1847 | 2025.02.28 11:10:21.405353 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1848 | 2025.02.28 11:10:21.405476 [ 291 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1849 | 2025.02.28 11:10:21.405510 [ 292 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1850 | 2025.02.28 11:10:21.405525 [ 289 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1851 | 2025.02.28 11:10:21.405650 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1852 | 2025.02.28 11:10:21.405682 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1853 | 2025.02.28 11:10:21.405792 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1854 | 2025.02.28 11:10:21.405815 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1855 | 2025.02.28 11:10:21.405858 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1856 | 2025.02.28 11:10:21.405909 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1857 | 2025.02.28 11:10:21.405955 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1858 | 2025.02.28 11:10:21.407090 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002735 sec., 9140.767824497258 rows/sec., 369.20 KiB/sec. | ||
| 1859 | 2025.02.28 11:10:21.407285 [ 256 ] {bb75df4c-97cf-40ab-8a7a-5df4e9f28677} <Debug> TCPHandler: Processed in 0.003090326 sec. | ||
| 1860 | 2025.02.28 11:10:21.407568 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1861 | 2025.02.28 11:10:21.407791 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1862 | 2025.02.28 11:10:21.408141 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1863 | 2025.02.28 11:10:21.408187 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1864 | 2025.02.28 11:10:21.408495 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1865 | 2025.02.28 11:10:21.408563 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1866 | 2025.02.28 11:10:21.408716 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1867 | 2025.02.28 11:10:21.408829 [ 289 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1868 | 2025.02.28 11:10:21.408835 [ 291 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1869 | 2025.02.28 11:10:21.408859 [ 292 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1870 | 2025.02.28 11:10:21.408975 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 1871 | 2025.02.28 11:10:21.409005 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1872 | 2025.02.28 11:10:21.409109 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1873 | 2025.02.28 11:10:21.409133 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
| 1874 | 2025.02.28 11:10:21.409174 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1875 | 2025.02.28 11:10:21.409221 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1876 | 2025.02.28 11:10:21.409268 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1877 | 2025.02.28 11:10:21.410646 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002966 sec., 8428.860418071477 rows/sec., 340.45 KiB/sec. | ||
| 1878 | 2025.02.28 11:10:21.410808 [ 5 ] {02bfd057-7f0e-49fd-bd43-2874e9d2d84a} <Debug> TCPHandler: Processed in 0.003313671 sec. | ||
| 1879 | 2025.02.28 11:10:21.413066 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1880 | 2025.02.28 11:10:21.413199 [ 256 ] {8361f773-1e52-44ac-a03c-992ebe1fc434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1881 | 2025.02.28 11:10:21.413254 [ 256 ] {8361f773-1e52-44ac-a03c-992ebe1fc434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1882 | 2025.02.28 11:10:21.414022 [ 256 ] {8361f773-1e52-44ac-a03c-992ebe1fc434} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1883 | 2025.02.28 11:10:21.414070 [ 256 ] {8361f773-1e52-44ac-a03c-992ebe1fc434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1884 | 2025.02.28 11:10:21.414594 [ 256 ] {8361f773-1e52-44ac-a03c-992ebe1fc434} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1885 | 2025.02.28 11:10:21.414818 [ 256 ] {8361f773-1e52-44ac-a03c-992ebe1fc434} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1886 | 2025.02.28 11:10:21.415064 [ 256 ] {8361f773-1e52-44ac-a03c-992ebe1fc434} <Debug> executeQuery: Read 5 rows, 753.00 B in 0.001892 sec., 2642.706131078224 rows/sec., 388.66 KiB/sec. | ||
| 1887 | 2025.02.28 11:10:21.415248 [ 256 ] {8361f773-1e52-44ac-a03c-992ebe1fc434} <Debug> TCPHandler: Processed in 0.002235368 sec. | ||
| 1888 | 2025.02.28 11:10:21.415445 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1889 | 2025.02.28 11:10:21.415595 [ 5 ] {2f60ca73-5c68-499b-95be-60e20ea42033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 1890 | 2025.02.28 11:10:21.415658 [ 5 ] {2f60ca73-5c68-499b-95be-60e20ea42033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 1891 | 2025.02.28 11:10:21.416300 [ 5 ] {2f60ca73-5c68-499b-95be-60e20ea42033} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1892 | 2025.02.28 11:10:21.416339 [ 5 ] {2f60ca73-5c68-499b-95be-60e20ea42033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1893 | 2025.02.28 11:10:21.416772 [ 5 ] {2f60ca73-5c68-499b-95be-60e20ea42033} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1894 | 2025.02.28 11:10:21.417031 [ 5 ] {2f60ca73-5c68-499b-95be-60e20ea42033} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1895 | 2025.02.28 11:10:21.417253 [ 5 ] {2f60ca73-5c68-499b-95be-60e20ea42033} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001694 sec., 1180.637544273908 rows/sec., 96.27 KiB/sec. | ||
| 1896 | 2025.02.28 11:10:21.417409 [ 5 ] {2f60ca73-5c68-499b-95be-60e20ea42033} <Debug> TCPHandler: Processed in 0.002052444 sec. | ||
| 1897 | 2025.02.28 11:10:21.417557 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1898 | 2025.02.28 11:10:21.417678 [ 256 ] {2694c845-e9f6-4a6d-bf3f-2f4a9a971f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1899 | 2025.02.28 11:10:21.417730 [ 256 ] {2694c845-e9f6-4a6d-bf3f-2f4a9a971f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1900 | 2025.02.28 11:10:21.418790 [ 256 ] {2694c845-e9f6-4a6d-bf3f-2f4a9a971f25} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1901 | 2025.02.28 11:10:21.418832 [ 256 ] {2694c845-e9f6-4a6d-bf3f-2f4a9a971f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1902 | 2025.02.28 11:10:21.419269 [ 256 ] {2694c845-e9f6-4a6d-bf3f-2f4a9a971f25} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1903 | 2025.02.28 11:10:21.419528 [ 256 ] {2694c845-e9f6-4a6d-bf3f-2f4a9a971f25} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1904 | 2025.02.28 11:10:21.419718 [ 256 ] {2694c845-e9f6-4a6d-bf3f-2f4a9a971f25} <Debug> executeQuery: Read 1187 rows, 100.62 KiB in 0.002068 sec., 573984.5261121857 rows/sec., 47.51 MiB/sec. | ||
| 1905 | 2025.02.28 11:10:21.419771 [ 256 ] {2694c845-e9f6-4a6d-bf3f-2f4a9a971f25} <Debug> TCPHandler: Processed in 0.002268519 sec. | ||
| 1906 | 2025.02.28 11:10:21.419929 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1907 | 2025.02.28 11:10:21.420074 [ 5 ] {c1106aa5-0d3a-4948-ab7d-a6b2b6d8714e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1908 | 2025.02.28 11:10:21.420134 [ 5 ] {c1106aa5-0d3a-4948-ab7d-a6b2b6d8714e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1909 | 2025.02.28 11:10:21.420845 [ 5 ] {c1106aa5-0d3a-4948-ab7d-a6b2b6d8714e} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1910 | 2025.02.28 11:10:21.420892 [ 5 ] {c1106aa5-0d3a-4948-ab7d-a6b2b6d8714e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1911 | 2025.02.28 11:10:21.421261 [ 5 ] {c1106aa5-0d3a-4948-ab7d-a6b2b6d8714e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1912 | 2025.02.28 11:10:21.421502 [ 5 ] {c1106aa5-0d3a-4948-ab7d-a6b2b6d8714e} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1913 | 2025.02.28 11:10:21.421793 [ 5 ] {c1106aa5-0d3a-4948-ab7d-a6b2b6d8714e} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001725 sec., 5797.101449275362 rows/sec., 429.69 KiB/sec. | ||
| 1914 | 2025.02.28 11:10:21.421917 [ 5 ] {c1106aa5-0d3a-4948-ab7d-a6b2b6d8714e} <Debug> TCPHandler: Processed in 0.002057504 sec. | ||
| 1915 | 2025.02.28 11:10:21.422072 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1916 | 2025.02.28 11:10:21.422194 [ 256 ] {42f139a8-2eff-485c-8de0-01a0bbe5380f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1917 | 2025.02.28 11:10:21.422245 [ 256 ] {42f139a8-2eff-485c-8de0-01a0bbe5380f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1918 | 2025.02.28 11:10:21.422914 [ 256 ] {42f139a8-2eff-485c-8de0-01a0bbe5380f} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1919 | 2025.02.28 11:10:21.422953 [ 256 ] {42f139a8-2eff-485c-8de0-01a0bbe5380f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1920 | 2025.02.28 11:10:21.423320 [ 256 ] {42f139a8-2eff-485c-8de0-01a0bbe5380f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1921 | 2025.02.28 11:10:21.423562 [ 256 ] {42f139a8-2eff-485c-8de0-01a0bbe5380f} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1922 | 2025.02.28 11:10:21.423808 [ 256 ] {42f139a8-2eff-485c-8de0-01a0bbe5380f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001621 sec., 140653.9173349784 rows/sec., 9.52 MiB/sec. | ||
| 1923 | 2025.02.28 11:10:21.423906 [ 256 ] {42f139a8-2eff-485c-8de0-01a0bbe5380f} <Debug> TCPHandler: Processed in 0.00189277 sec. | ||
| 1924 | 2025.02.28 11:10:21.424062 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1925 | 2025.02.28 11:10:21.424202 [ 5 ] {95f06c25-7aa8-4627-a883-66de770dc520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1926 | 2025.02.28 11:10:21.424260 [ 5 ] {95f06c25-7aa8-4627-a883-66de770dc520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1927 | 2025.02.28 11:10:21.425157 [ 5 ] {95f06c25-7aa8-4627-a883-66de770dc520} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1928 | 2025.02.28 11:10:21.425197 [ 5 ] {95f06c25-7aa8-4627-a883-66de770dc520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1929 | 2025.02.28 11:10:21.425581 [ 5 ] {95f06c25-7aa8-4627-a883-66de770dc520} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1930 | 2025.02.28 11:10:21.425832 [ 5 ] {95f06c25-7aa8-4627-a883-66de770dc520} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2025.02.28 11:10:21.426109 [ 5 ] {95f06c25-7aa8-4627-a883-66de770dc520} <Debug> executeQuery: Read 502 rows, 37.97 KiB in 0.001935 sec., 259431.5245478036 rows/sec., 19.16 MiB/sec. | ||
| 1932 | 2025.02.28 11:10:21.426263 [ 5 ] {95f06c25-7aa8-4627-a883-66de770dc520} <Debug> TCPHandler: Processed in 0.002269399 sec. | ||
| 1933 | 2025.02.28 11:10:21.426422 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1934 | 2025.02.28 11:10:21.426547 [ 256 ] {caa49bbc-3079-4728-8a0e-0fcd9030020b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1935 | 2025.02.28 11:10:21.426602 [ 256 ] {caa49bbc-3079-4728-8a0e-0fcd9030020b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1936 | 2025.02.28 11:10:21.427340 [ 256 ] {caa49bbc-3079-4728-8a0e-0fcd9030020b} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1937 | 2025.02.28 11:10:21.427378 [ 256 ] {caa49bbc-3079-4728-8a0e-0fcd9030020b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1938 | 2025.02.28 11:10:21.427809 [ 256 ] {caa49bbc-3079-4728-8a0e-0fcd9030020b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1939 | 2025.02.28 11:10:21.428048 [ 256 ] {caa49bbc-3079-4728-8a0e-0fcd9030020b} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1940 | 2025.02.28 11:10:21.428287 [ 256 ] {caa49bbc-3079-4728-8a0e-0fcd9030020b} <Debug> executeQuery: Read 779 rows, 53.45 KiB in 0.001745 sec., 446418.33810888254 rows/sec., 29.91 MiB/sec. | ||
| 1941 | 2025.02.28 11:10:21.428433 [ 256 ] {caa49bbc-3079-4728-8a0e-0fcd9030020b} <Debug> TCPHandler: Processed in 0.002068124 sec. | ||
| 1942 | 2025.02.28 11:10:21.428589 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1943 | 2025.02.28 11:10:21.428712 [ 5 ] {f15ee62b-8385-44aa-b4e5-07011c872e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1944 | 2025.02.28 11:10:21.428794 [ 5 ] {f15ee62b-8385-44aa-b4e5-07011c872e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1945 | 2025.02.28 11:10:21.429909 [ 5 ] {f15ee62b-8385-44aa-b4e5-07011c872e8e} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1946 | 2025.02.28 11:10:21.429949 [ 5 ] {f15ee62b-8385-44aa-b4e5-07011c872e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1947 | 2025.02.28 11:10:21.430571 [ 5 ] {f15ee62b-8385-44aa-b4e5-07011c872e8e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1948 | 2025.02.28 11:10:21.430841 [ 5 ] {f15ee62b-8385-44aa-b4e5-07011c872e8e} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1949 | 2025.02.28 11:10:21.431153 [ 5 ] {f15ee62b-8385-44aa-b4e5-07011c872e8e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002458 sec., 3254.6786004882015 rows/sec., 5.83 MiB/sec. | ||
| 1950 | 2025.02.28 11:10:21.431271 [ 5 ] {f15ee62b-8385-44aa-b4e5-07011c872e8e} <Debug> TCPHandler: Processed in 0.002740048 sec. | ||
| 1951 | 2025.02.28 11:10:21.431421 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1952 | 2025.02.28 11:10:21.431545 [ 256 ] {02f804fa-a64d-498b-83ba-fe4766c03f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1953 | 2025.02.28 11:10:21.431597 [ 256 ] {02f804fa-a64d-498b-83ba-fe4766c03f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1954 | 2025.02.28 11:10:21.432078 [ 256 ] {02f804fa-a64d-498b-83ba-fe4766c03f47} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1955 | 2025.02.28 11:10:21.432115 [ 256 ] {02f804fa-a64d-498b-83ba-fe4766c03f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1956 | 2025.02.28 11:10:21.432481 [ 256 ] {02f804fa-a64d-498b-83ba-fe4766c03f47} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1957 | 2025.02.28 11:10:21.432732 [ 256 ] {02f804fa-a64d-498b-83ba-fe4766c03f47} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1958 | 2025.02.28 11:10:21.432910 [ 256 ] {02f804fa-a64d-498b-83ba-fe4766c03f47} <Debug> executeQuery: Read 28 rows, 1.91 KiB in 0.001389 sec., 20158.38732901368 rows/sec., 1.34 MiB/sec. | ||
| 1959 | 2025.02.28 11:10:21.432963 [ 256 ] {02f804fa-a64d-498b-83ba-fe4766c03f47} <Debug> TCPHandler: Processed in 0.001597494 sec. | ||
| 1960 | 2025.02.28 11:10:23.324297 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 1961 | 2025.02.28 11:10:23.325055 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1962 | 2025.02.28 11:10:23.325104 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1963 | 2025.02.28 11:10:23.325634 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1964 | 2025.02.28 11:10:23.325889 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1965 | 2025.02.28 11:10:23.326083 [ 43 ] {} <Debug> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1966 | 2025.02.28 11:10:23.326143 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 1967 | 2025.02.28 11:10:23.326168 [ 43 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1968 | 2025.02.28 11:10:23.326197 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1969 | 2025.02.28 11:10:23.326394 [ 187 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 1970 | 2025.02.28 11:10:23.326585 [ 187 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1971 | 2025.02.28 11:10:23.326634 [ 187 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 1972 | 2025.02.28 11:10:23.326739 [ 187 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 1973 | 2025.02.28 11:10:23.326884 [ 187 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 1974 | 2025.02.28 11:10:23.327129 [ 187 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 1975 | 2025.02.28 11:10:23.327387 [ 187 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 1976 | 2025.02.28 11:10:23.327494 [ 187 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 1977 | 2025.02.28 11:10:23.329300 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003028575 sec., 1691884.7973056636 rows/sec., 24.20 MiB/sec. | ||
| 1978 | 2025.02.28 11:10:23.329679 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1979 | 2025.02.28 11:10:23.330014 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_11_2} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1980 | 2025.02.28 11:10:23.330096 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_11_2} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1981 | 2025.02.28 11:10:23.330178 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 1982 | 2025.02.28 11:10:23.627022 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 1983 | 2025.02.28 11:10:23.647505 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1984 | 2025.02.28 11:10:23.647570 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1985 | 2025.02.28 11:10:23.655021 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1986 | 2025.02.28 11:10:23.655778 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1987 | 2025.02.28 11:10:23.656150 [ 42 ] {} <Debug> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1988 | 2025.02.28 11:10:23.656282 [ 42 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1989 | 2025.02.28 11:10:23.656351 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1990 | 2025.02.28 11:10:23.656762 [ 187 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 1991 | 2025.02.28 11:10:23.672749 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 1992 | 2025.02.28 11:10:23.674160 [ 187 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1993 | 2025.02.28 11:10:23.675292 [ 187 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 1994 | 2025.02.28 11:10:23.680216 [ 187 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 1995 | 2025.02.28 11:10:23.685252 [ 187 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 1996 | 2025.02.28 11:10:23.690339 [ 187 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 1997 | 2025.02.28 11:10:23.695713 [ 187 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 1998 | 2025.02.28 11:10:23.700176 [ 187 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 1999 | 2025.02.28 11:10:23.759842 [ 189 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.103354684 sec., 803.0598787375712 rows/sec., 4.15 MiB/sec. | ||
| 2000 | 2025.02.28 11:10:23.761514 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2001 | 2025.02.28 11:10:23.764117 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_11_2} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2002 | 2025.02.28 11:10:23.764247 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_11_2} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2003 | 2025.02.28 11:10:23.765853 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2004 | 2025.02.28 11:10:26.366246 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2005 | 2025.02.28 11:10:26.366521 [ 256 ] {f5554ff7-b502-450e-a68f-0d56c29b71de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2006 | 2025.02.28 11:10:26.366599 [ 256 ] {f5554ff7-b502-450e-a68f-0d56c29b71de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2007 | 2025.02.28 11:10:26.367401 [ 256 ] {f5554ff7-b502-450e-a68f-0d56c29b71de} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2008 | 2025.02.28 11:10:26.367451 [ 256 ] {f5554ff7-b502-450e-a68f-0d56c29b71de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2009 | 2025.02.28 11:10:26.367914 [ 256 ] {f5554ff7-b502-450e-a68f-0d56c29b71de} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2010 | 2025.02.28 11:10:26.368169 [ 256 ] {f5554ff7-b502-450e-a68f-0d56c29b71de} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2011 | 2025.02.28 11:10:26.368372 [ 256 ] {f5554ff7-b502-450e-a68f-0d56c29b71de} <Debug> executeQuery: Read 76 rows, 6.71 KiB in 0.001919 sec., 39603.960396039605 rows/sec., 3.42 MiB/sec. | ||
| 2012 | 2025.02.28 11:10:26.368429 [ 256 ] {f5554ff7-b502-450e-a68f-0d56c29b71de} <Debug> TCPHandler: Processed in 0.002265768 sec. | ||
| 2013 | 2025.02.28 11:10:26.368709 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2014 | 2025.02.28 11:10:26.368903 [ 5 ] {349560bf-f6f2-415e-9eb2-59f1af024517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2015 | 2025.02.28 11:10:26.368981 [ 5 ] {349560bf-f6f2-415e-9eb2-59f1af024517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2016 | 2025.02.28 11:10:26.369742 [ 5 ] {349560bf-f6f2-415e-9eb2-59f1af024517} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2017 | 2025.02.28 11:10:26.369799 [ 5 ] {349560bf-f6f2-415e-9eb2-59f1af024517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2018 | 2025.02.28 11:10:26.370237 [ 5 ] {349560bf-f6f2-415e-9eb2-59f1af024517} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2019 | 2025.02.28 11:10:26.370491 [ 5 ] {349560bf-f6f2-415e-9eb2-59f1af024517} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2020 | 2025.02.28 11:10:26.370733 [ 5 ] {349560bf-f6f2-415e-9eb2-59f1af024517} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001883 sec., 12214.551248008498 rows/sec., 918.48 KiB/sec. | ||
| 2021 | 2025.02.28 11:10:26.370804 [ 5 ] {349560bf-f6f2-415e-9eb2-59f1af024517} <Debug> TCPHandler: Processed in 0.002239778 sec. | ||
| 2022 | 2025.02.28 11:10:26.370969 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2023 | 2025.02.28 11:10:26.371086 [ 256 ] {be791d4f-4aa3-4144-983b-cd9245386dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2024 | 2025.02.28 11:10:26.371136 [ 256 ] {be791d4f-4aa3-4144-983b-cd9245386dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2025 | 2025.02.28 11:10:26.371758 [ 256 ] {be791d4f-4aa3-4144-983b-cd9245386dfc} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2026 | 2025.02.28 11:10:26.371795 [ 256 ] {be791d4f-4aa3-4144-983b-cd9245386dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2027 | 2025.02.28 11:10:26.372161 [ 256 ] {be791d4f-4aa3-4144-983b-cd9245386dfc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2028 | 2025.02.28 11:10:26.372426 [ 256 ] {be791d4f-4aa3-4144-983b-cd9245386dfc} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2029 | 2025.02.28 11:10:26.372604 [ 256 ] {be791d4f-4aa3-4144-983b-cd9245386dfc} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.001541 sec., 38286.826735885785 rows/sec., 2.99 MiB/sec. | ||
| 2030 | 2025.02.28 11:10:26.372655 [ 256 ] {be791d4f-4aa3-4144-983b-cd9245386dfc} <Debug> TCPHandler: Processed in 0.001745818 sec. | ||
| 2031 | 2025.02.28 11:10:26.372816 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2032 | 2025.02.28 11:10:26.372944 [ 5 ] {8a86af7b-a7ff-4d10-a185-40246f24a34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2033 | 2025.02.28 11:10:26.373002 [ 5 ] {8a86af7b-a7ff-4d10-a185-40246f24a34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2034 | 2025.02.28 11:10:26.373566 [ 5 ] {8a86af7b-a7ff-4d10-a185-40246f24a34c} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2035 | 2025.02.28 11:10:26.373608 [ 5 ] {8a86af7b-a7ff-4d10-a185-40246f24a34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2036 | 2025.02.28 11:10:26.374009 [ 5 ] {8a86af7b-a7ff-4d10-a185-40246f24a34c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2037 | 2025.02.28 11:10:26.374255 [ 5 ] {8a86af7b-a7ff-4d10-a185-40246f24a34c} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2038 | 2025.02.28 11:10:26.374538 [ 5 ] {8a86af7b-a7ff-4d10-a185-40246f24a34c} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.62 MiB/sec. | ||
| 2039 | 2025.02.28 11:10:26.374686 [ 5 ] {8a86af7b-a7ff-4d10-a185-40246f24a34c} <Debug> TCPHandler: Processed in 0.001933721 sec. | ||
| 2040 | 2025.02.28 11:10:26.374843 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2041 | 2025.02.28 11:10:26.374961 [ 256 ] {cbfda08b-644f-4378-b086-1f9a4ad2baf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2042 | 2025.02.28 11:10:26.375040 [ 256 ] {cbfda08b-644f-4378-b086-1f9a4ad2baf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2043 | 2025.02.28 11:10:26.376206 [ 256 ] {cbfda08b-644f-4378-b086-1f9a4ad2baf4} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2044 | 2025.02.28 11:10:26.376243 [ 256 ] {cbfda08b-644f-4378-b086-1f9a4ad2baf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2045 | 2025.02.28 11:10:26.376904 [ 256 ] {cbfda08b-644f-4378-b086-1f9a4ad2baf4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2046 | 2025.02.28 11:10:26.377170 [ 256 ] {cbfda08b-644f-4378-b086-1f9a4ad2baf4} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2047 | 2025.02.28 11:10:26.377391 [ 256 ] {cbfda08b-644f-4378-b086-1f9a4ad2baf4} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00245 sec., 9387.755102040817 rows/sec., 16.82 MiB/sec. | ||
| 2048 | 2025.02.28 11:10:26.377484 [ 256 ] {cbfda08b-644f-4378-b086-1f9a4ad2baf4} <Debug> TCPHandler: Processed in 0.002701458 sec. | ||
| 2049 | 2025.02.28 11:10:26.377658 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2050 | 2025.02.28 11:10:26.377777 [ 5 ] {7d02276f-2336-43f8-92bb-b5af087be71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2051 | 2025.02.28 11:10:26.377830 [ 5 ] {7d02276f-2336-43f8-92bb-b5af087be71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2052 | 2025.02.28 11:10:26.378322 [ 5 ] {7d02276f-2336-43f8-92bb-b5af087be71f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2053 | 2025.02.28 11:10:26.378363 [ 5 ] {7d02276f-2336-43f8-92bb-b5af087be71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2054 | 2025.02.28 11:10:26.378737 [ 5 ] {7d02276f-2336-43f8-92bb-b5af087be71f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2055 | 2025.02.28 11:10:26.378986 [ 5 ] {7d02276f-2336-43f8-92bb-b5af087be71f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2056 | 2025.02.28 11:10:26.379261 [ 5 ] {7d02276f-2336-43f8-92bb-b5af087be71f} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001489 sec., 20147.750167897917 rows/sec., 1.34 MiB/sec. | ||
| 2057 | 2025.02.28 11:10:26.379381 [ 5 ] {7d02276f-2336-43f8-92bb-b5af087be71f} <Debug> TCPHandler: Processed in 0.001785649 sec. | ||
| 2058 | 2025.02.28 11:10:30.761807 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2059 | 2025.02.28 11:10:30.761873 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2060 | 2025.02.28 11:10:30.824165 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 270 | ||
| 2061 | 2025.02.28 11:10:30.826416 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2062 | 2025.02.28 11:10:30.829802 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2063 | 2025.02.28 11:10:30.829928 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2064 | 2025.02.28 11:10:30.831450 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2065 | 2025.02.28 11:10:30.832093 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2066 | 2025.02.28 11:10:30.832760 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2067 | 2025.02.28 11:10:30.832801 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2025.02.28 11:10:30.832858 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2069 | 2025.02.28 11:10:30.834385 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2070 | 2025.02.28 11:10:30.834679 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2071 | 2025.02.28 11:10:30.834871 [ 30 ] {} <Debug> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2072 | 2025.02.28 11:10:30.834979 [ 30 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2073 | 2025.02.28 11:10:30.835047 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2074 | 2025.02.28 11:10:30.835483 [ 192 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::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 | ||
| 2075 | 2025.02.28 11:10:30.836118 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 270 | ||
| 2076 | 2025.02.28 11:10:30.836618 [ 192 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2077 | 2025.02.28 11:10:30.836810 [ 192 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part | ||
| 2078 | 2025.02.28 11:10:30.837478 [ 192 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part | ||
| 2079 | 2025.02.28 11:10:30.838126 [ 192 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 2080 | 2025.02.28 11:10:30.838727 [ 192 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
| 2081 | 2025.02.28 11:10:30.839326 [ 192 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 2082 | 2025.02.28 11:10:30.839939 [ 192 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::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 | ||
| 2083 | 2025.02.28 11:10:30.850226 [ 200 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 72 columns (72 merged, 0 gathered) in 0.015030232 sec., 17963.794570835635 rows/sec., 17.87 MiB/sec. | ||
| 2084 | 2025.02.28 11:10:30.850989 [ 200 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2085 | 2025.02.28 11:10:30.851730 [ 200 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_6_1} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2086 | 2025.02.28 11:10:30.851815 [ 200 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_6_1} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2087 | 2025.02.28 11:10:30.852049 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB. | ||
| 2088 | 2025.02.28 11:10:31.172895 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2089 | 2025.02.28 11:10:31.191772 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2090 | 2025.02.28 11:10:31.191828 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2091 | 2025.02.28 11:10:31.199050 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2092 | 2025.02.28 11:10:31.199794 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2093 | 2025.02.28 11:10:31.202970 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2094 | 2025.02.28 11:10:31.366918 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2095 | 2025.02.28 11:10:31.367100 [ 256 ] {7277bfcf-cb14-422e-bb86-4d3f62525b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2096 | 2025.02.28 11:10:31.367168 [ 256 ] {7277bfcf-cb14-422e-bb86-4d3f62525b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2097 | 2025.02.28 11:10:31.367912 [ 256 ] {7277bfcf-cb14-422e-bb86-4d3f62525b50} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2098 | 2025.02.28 11:10:31.367957 [ 256 ] {7277bfcf-cb14-422e-bb86-4d3f62525b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2099 | 2025.02.28 11:10:31.368389 [ 256 ] {7277bfcf-cb14-422e-bb86-4d3f62525b50} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2100 | 2025.02.28 11:10:31.368645 [ 256 ] {7277bfcf-cb14-422e-bb86-4d3f62525b50} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2101 | 2025.02.28 11:10:31.368830 [ 27 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2102 | 2025.02.28 11:10:31.368896 [ 256 ] {7277bfcf-cb14-422e-bb86-4d3f62525b50} <Debug> executeQuery: Read 64 rows, 5.70 KiB in 0.001843 sec., 34725.99023331525 rows/sec., 3.02 MiB/sec. | ||
| 2103 | 2025.02.28 11:10:31.368924 [ 27 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2104 | 2025.02.28 11:10:31.368994 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2105 | 2025.02.28 11:10:31.369017 [ 256 ] {7277bfcf-cb14-422e-bb86-4d3f62525b50} <Debug> TCPHandler: Processed in 0.002221368 sec. | ||
| 2106 | 2025.02.28 11:10:31.369182 [ 196 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 2107 | 2025.02.28 11:10:31.369311 [ 196 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2108 | 2025.02.28 11:10:31.369326 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2109 | 2025.02.28 11:10:31.369350 [ 196 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1227 rows starting from the beginning of the part | ||
| 2110 | 2025.02.28 11:10:31.369483 [ 196 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part | ||
| 2111 | 2025.02.28 11:10:31.369810 [ 196 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part | ||
| 2112 | 2025.02.28 11:10:31.369858 [ 5 ] {58394342-b020-4455-ae74-c6729e51eb4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2113 | 2025.02.28 11:10:31.370179 [ 5 ] {58394342-b020-4455-ae74-c6729e51eb4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2114 | 2025.02.28 11:10:31.370262 [ 196 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1187 rows starting from the beginning of the part | ||
| 2115 | 2025.02.28 11:10:31.370678 [ 196 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 76 rows starting from the beginning of the part | ||
| 2116 | 2025.02.28 11:10:31.370912 [ 196 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 2117 | 2025.02.28 11:10:31.372839 [ 5 ] {58394342-b020-4455-ae74-c6729e51eb4f} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2118 | 2025.02.28 11:10:31.372919 [ 5 ] {58394342-b020-4455-ae74-c6729e51eb4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2119 | 2025.02.28 11:10:31.373802 [ 5 ] {58394342-b020-4455-ae74-c6729e51eb4f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2120 | 2025.02.28 11:10:31.374273 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2668 rows, containing 5 columns (5 merged, 0 gathered) in 0.00516431 sec., 516622.74340618594 rows/sec., 44.98 MiB/sec. | ||
| 2121 | 2025.02.28 11:10:31.374347 [ 5 ] {58394342-b020-4455-ae74-c6729e51eb4f} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2122 | 2025.02.28 11:10:31.374653 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2123 | 2025.02.28 11:10:31.374734 [ 5 ] {58394342-b020-4455-ae74-c6729e51eb4f} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.00511 sec., 3326.8101761252447 rows/sec., 250.16 KiB/sec. | ||
| 2124 | 2025.02.28 11:10:31.374897 [ 5 ] {58394342-b020-4455-ae74-c6729e51eb4f} <Debug> TCPHandler: Processed in 0.005743723 sec. | ||
| 2125 | 2025.02.28 11:10:31.375093 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2126 | 2025.02.28 11:10:31.375148 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_11_2} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2127 | 2025.02.28 11:10:31.375248 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_11_2} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2128 | 2025.02.28 11:10:31.375264 [ 256 ] {fba61d92-1576-484f-a468-abbd7b901e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2129 | 2025.02.28 11:10:31.375335 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 2130 | 2025.02.28 11:10:31.375346 [ 256 ] {fba61d92-1576-484f-a468-abbd7b901e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2131 | 2025.02.28 11:10:31.376044 [ 256 ] {fba61d92-1576-484f-a468-abbd7b901e70} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2132 | 2025.02.28 11:10:31.376091 [ 256 ] {fba61d92-1576-484f-a468-abbd7b901e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2133 | 2025.02.28 11:10:31.376465 [ 256 ] {fba61d92-1576-484f-a468-abbd7b901e70} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2134 | 2025.02.28 11:10:31.376691 [ 256 ] {fba61d92-1576-484f-a468-abbd7b901e70} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2135 | 2025.02.28 11:10:31.376831 [ 27 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2136 | 2025.02.28 11:10:31.376892 [ 27 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2137 | 2025.02.28 11:10:31.376927 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2138 | 2025.02.28 11:10:31.376941 [ 256 ] {fba61d92-1576-484f-a468-abbd7b901e70} <Debug> executeQuery: Read 62 rows, 4.96 KiB in 0.001734 sec., 35755.47866205306 rows/sec., 2.80 MiB/sec. | ||
| 2139 | 2025.02.28 11:10:31.377143 [ 256 ] {fba61d92-1576-484f-a468-abbd7b901e70} <Debug> TCPHandler: Processed in 0.002150266 sec. | ||
| 2140 | 2025.02.28 11:10:31.377207 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 2141 | 2025.02.28 11:10:31.377367 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2142 | 2025.02.28 11:10:31.377438 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2143 | 2025.02.28 11:10:31.377556 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 524 rows starting from the beginning of the part | ||
| 2144 | 2025.02.28 11:10:31.377756 [ 5 ] {db1fb0d4-3a3c-4ed6-9fb3-69e3cbc5ef2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2145 | 2025.02.28 11:10:31.377804 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part | ||
| 2146 | 2025.02.28 11:10:31.378015 [ 5 ] {db1fb0d4-3a3c-4ed6-9fb3-69e3cbc5ef2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2147 | 2025.02.28 11:10:31.378173 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 51 rows starting from the beginning of the part | ||
| 2148 | 2025.02.28 11:10:31.378576 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 502 rows starting from the beginning of the part | ||
| 2149 | 2025.02.28 11:10:31.378936 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 59 rows starting from the beginning of the part | ||
| 2150 | 2025.02.28 11:10:31.379265 [ 190 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 62 rows starting from the beginning of the part | ||
| 2151 | 2025.02.28 11:10:31.380633 [ 5 ] {db1fb0d4-3a3c-4ed6-9fb3-69e3cbc5ef2c} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2152 | 2025.02.28 11:10:31.380712 [ 5 ] {db1fb0d4-3a3c-4ed6-9fb3-69e3cbc5ef2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2153 | 2025.02.28 11:10:31.381694 [ 5 ] {db1fb0d4-3a3c-4ed6-9fb3-69e3cbc5ef2c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2154 | 2025.02.28 11:10:31.382160 [ 5 ] {db1fb0d4-3a3c-4ed6-9fb3-69e3cbc5ef2c} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2155 | 2025.02.28 11:10:31.382619 [ 188 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1234 rows, containing 5 columns (5 merged, 0 gathered) in 0.00555155 sec., 222280.26407039477 rows/sec., 17.45 MiB/sec. | ||
| 2156 | 2025.02.28 11:10:31.382824 [ 5 ] {db1fb0d4-3a3c-4ed6-9fb3-69e3cbc5ef2c} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.005215 sec., 11505.273250239694 rows/sec., 826.75 KiB/sec. | ||
| 2157 | 2025.02.28 11:10:31.382951 [ 5 ] {db1fb0d4-3a3c-4ed6-9fb3-69e3cbc5ef2c} <Debug> TCPHandler: Processed in 0.00561714 sec. | ||
| 2158 | 2025.02.28 11:10:31.382994 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2159 | 2025.02.28 11:10:31.383131 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2160 | 2025.02.28 11:10:31.383315 [ 256 ] {41e0e152-586f-4e9a-b826-6645625fd08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2161 | 2025.02.28 11:10:31.383486 [ 256 ] {41e0e152-586f-4e9a-b826-6645625fd08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2162 | 2025.02.28 11:10:31.383495 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_11_2} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2025.02.28 11:10:31.383791 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_11_2} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2164 | 2025.02.28 11:10:31.383990 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 2165 | 2025.02.28 11:10:31.385042 [ 256 ] {41e0e152-586f-4e9a-b826-6645625fd08c} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2166 | 2025.02.28 11:10:31.385085 [ 256 ] {41e0e152-586f-4e9a-b826-6645625fd08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2167 | 2025.02.28 11:10:31.385741 [ 256 ] {41e0e152-586f-4e9a-b826-6645625fd08c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2168 | 2025.02.28 11:10:31.385995 [ 256 ] {41e0e152-586f-4e9a-b826-6645625fd08c} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2169 | 2025.02.28 11:10:31.386244 [ 256 ] {41e0e152-586f-4e9a-b826-6645625fd08c} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002985 sec., 5695.142378559464 rows/sec., 10.21 MiB/sec. | ||
| 2170 | 2025.02.28 11:10:31.386338 [ 256 ] {41e0e152-586f-4e9a-b826-6645625fd08c} <Debug> TCPHandler: Processed in 0.003288771 sec. | ||
| 2171 | 2025.02.28 11:10:31.386508 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2172 | 2025.02.28 11:10:31.386660 [ 5 ] {5137b954-58fa-4000-943b-2bee20fba9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2173 | 2025.02.28 11:10:31.386723 [ 5 ] {5137b954-58fa-4000-943b-2bee20fba9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2174 | 2025.02.28 11:10:31.387290 [ 5 ] {5137b954-58fa-4000-943b-2bee20fba9fc} <Trace> oximeter.measurements_i64 (e9ceebce-711c-4d07-890b-d850cb2ea57d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2175 | 2025.02.28 11:10:31.387329 [ 5 ] {5137b954-58fa-4000-943b-2bee20fba9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2176 | 2025.02.28 11:10:31.387716 [ 5 ] {5137b954-58fa-4000-943b-2bee20fba9fc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2177 | 2025.02.28 11:10:31.387958 [ 5 ] {5137b954-58fa-4000-943b-2bee20fba9fc} <Trace> oximeter.measurements_i64 (e9ceebce-711c-4d07-890b-d850cb2ea57d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2178 | 2025.02.28 11:10:31.388248 [ 5 ] {5137b954-58fa-4000-943b-2bee20fba9fc} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.0016 sec., 5625 rows/sec., 397.34 KiB/sec. | ||
| 2179 | 2025.02.28 11:10:31.388319 [ 5 ] {5137b954-58fa-4000-943b-2bee20fba9fc} <Debug> TCPHandler: Processed in 0.00187953 sec. | ||
| 2180 | 2025.02.28 11:10:31.388482 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2181 | 2025.02.28 11:10:31.388624 [ 256 ] {4db5d0cc-b3bd-4c8f-86d0-1874e0e0b869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2182 | 2025.02.28 11:10:31.388684 [ 256 ] {4db5d0cc-b3bd-4c8f-86d0-1874e0e0b869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2183 | 2025.02.28 11:10:31.389235 [ 256 ] {4db5d0cc-b3bd-4c8f-86d0-1874e0e0b869} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2184 | 2025.02.28 11:10:31.389282 [ 256 ] {4db5d0cc-b3bd-4c8f-86d0-1874e0e0b869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2185 | 2025.02.28 11:10:31.389642 [ 256 ] {4db5d0cc-b3bd-4c8f-86d0-1874e0e0b869} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2186 | 2025.02.28 11:10:31.389878 [ 256 ] {4db5d0cc-b3bd-4c8f-86d0-1874e0e0b869} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2187 | 2025.02.28 11:10:31.390083 [ 256 ] {4db5d0cc-b3bd-4c8f-86d0-1874e0e0b869} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001491 sec., 20120.72434607646 rows/sec., 1.33 MiB/sec. | ||
| 2188 | 2025.02.28 11:10:31.390134 [ 256 ] {4db5d0cc-b3bd-4c8f-86d0-1874e0e0b869} <Debug> TCPHandler: Processed in 0.001721327 sec. | ||
| 2189 | 2025.02.28 11:10:36.366438 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2190 | 2025.02.28 11:10:36.366671 [ 256 ] {b5d655f6-1c5d-422d-a590-6d436c551214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2191 | 2025.02.28 11:10:36.366758 [ 256 ] {b5d655f6-1c5d-422d-a590-6d436c551214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2192 | 2025.02.28 11:10:36.367607 [ 256 ] {b5d655f6-1c5d-422d-a590-6d436c551214} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2193 | 2025.02.28 11:10:36.367663 [ 256 ] {b5d655f6-1c5d-422d-a590-6d436c551214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2194 | 2025.02.28 11:10:36.368089 [ 256 ] {b5d655f6-1c5d-422d-a590-6d436c551214} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2195 | 2025.02.28 11:10:36.368346 [ 256 ] {b5d655f6-1c5d-422d-a590-6d436c551214} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2196 | 2025.02.28 11:10:36.368568 [ 256 ] {b5d655f6-1c5d-422d-a590-6d436c551214} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001952 sec., 1024.5901639344263 rows/sec., 83.55 KiB/sec. | ||
| 2197 | 2025.02.28 11:10:36.368641 [ 256 ] {b5d655f6-1c5d-422d-a590-6d436c551214} <Debug> TCPHandler: Processed in 0.00233665 sec. | ||
| 2198 | 2025.02.28 11:10:36.368925 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2199 | 2025.02.28 11:10:36.369145 [ 5 ] {ad4e120f-aedf-4e80-9460-9972f1c6d833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2200 | 2025.02.28 11:10:36.369228 [ 5 ] {ad4e120f-aedf-4e80-9460-9972f1c6d833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2201 | 2025.02.28 11:10:36.370053 [ 5 ] {ad4e120f-aedf-4e80-9460-9972f1c6d833} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2202 | 2025.02.28 11:10:36.370106 [ 5 ] {ad4e120f-aedf-4e80-9460-9972f1c6d833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2203 | 2025.02.28 11:10:36.370548 [ 5 ] {ad4e120f-aedf-4e80-9460-9972f1c6d833} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2204 | 2025.02.28 11:10:36.370801 [ 5 ] {ad4e120f-aedf-4e80-9460-9972f1c6d833} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2205 | 2025.02.28 11:10:36.371037 [ 5 ] {ad4e120f-aedf-4e80-9460-9972f1c6d833} <Debug> executeQuery: Read 77 rows, 6.79 KiB in 0.001953 sec., 39426.52329749104 rows/sec., 3.39 MiB/sec. | ||
| 2206 | 2025.02.28 11:10:36.371095 [ 5 ] {ad4e120f-aedf-4e80-9460-9972f1c6d833} <Debug> TCPHandler: Processed in 0.00231966 sec. | ||
| 2207 | 2025.02.28 11:10:36.371297 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2208 | 2025.02.28 11:10:36.371446 [ 256 ] {bee50e82-ed5f-4b22-975d-f0d30782b4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2209 | 2025.02.28 11:10:36.371501 [ 256 ] {bee50e82-ed5f-4b22-975d-f0d30782b4fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2210 | 2025.02.28 11:10:36.372115 [ 256 ] {bee50e82-ed5f-4b22-975d-f0d30782b4fb} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2211 | 2025.02.28 11:10:36.372154 [ 256 ] {bee50e82-ed5f-4b22-975d-f0d30782b4fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2212 | 2025.02.28 11:10:36.372528 [ 256 ] {bee50e82-ed5f-4b22-975d-f0d30782b4fb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2213 | 2025.02.28 11:10:36.372781 [ 256 ] {bee50e82-ed5f-4b22-975d-f0d30782b4fb} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2214 | 2025.02.28 11:10:36.372966 [ 256 ] {bee50e82-ed5f-4b22-975d-f0d30782b4fb} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001556 sec., 16066.838046272493 rows/sec., 1.17 MiB/sec. | ||
| 2215 | 2025.02.28 11:10:36.373023 [ 256 ] {bee50e82-ed5f-4b22-975d-f0d30782b4fb} <Debug> TCPHandler: Processed in 0.001797889 sec. | ||
| 2216 | 2025.02.28 11:10:36.373183 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2217 | 2025.02.28 11:10:36.373304 [ 5 ] {cdc6cb1e-0ade-45ab-94a1-749aa74f1c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2218 | 2025.02.28 11:10:36.373355 [ 5 ] {cdc6cb1e-0ade-45ab-94a1-749aa74f1c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2219 | 2025.02.28 11:10:36.373955 [ 5 ] {cdc6cb1e-0ade-45ab-94a1-749aa74f1c80} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2220 | 2025.02.28 11:10:36.373994 [ 5 ] {cdc6cb1e-0ade-45ab-94a1-749aa74f1c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2221 | 2025.02.28 11:10:36.374369 [ 5 ] {cdc6cb1e-0ade-45ab-94a1-749aa74f1c80} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2222 | 2025.02.28 11:10:36.374612 [ 5 ] {cdc6cb1e-0ade-45ab-94a1-749aa74f1c80} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2223 | 2025.02.28 11:10:36.374821 [ 5 ] {cdc6cb1e-0ade-45ab-94a1-749aa74f1c80} <Debug> executeQuery: Read 61 rows, 4.88 KiB in 0.001543 sec., 39533.37653920933 rows/sec., 3.09 MiB/sec. | ||
| 2224 | 2025.02.28 11:10:36.374875 [ 5 ] {cdc6cb1e-0ade-45ab-94a1-749aa74f1c80} <Debug> TCPHandler: Processed in 0.001751278 sec. | ||
| 2225 | 2025.02.28 11:10:36.375028 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2226 | 2025.02.28 11:10:36.375148 [ 256 ] {f2f1b234-55bb-41a5-9763-571bbfe49a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2227 | 2025.02.28 11:10:36.375202 [ 256 ] {f2f1b234-55bb-41a5-9763-571bbfe49a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2228 | 2025.02.28 11:10:36.375751 [ 256 ] {f2f1b234-55bb-41a5-9763-571bbfe49a53} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2229 | 2025.02.28 11:10:36.375790 [ 256 ] {f2f1b234-55bb-41a5-9763-571bbfe49a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2230 | 2025.02.28 11:10:36.376185 [ 256 ] {f2f1b234-55bb-41a5-9763-571bbfe49a53} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2231 | 2025.02.28 11:10:36.376429 [ 256 ] {f2f1b234-55bb-41a5-9763-571bbfe49a53} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2232 | 2025.02.28 11:10:36.376548 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2233 | 2025.02.28 11:10:36.376599 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2234 | 2025.02.28 11:10:36.376627 [ 256 ] {f2f1b234-55bb-41a5-9763-571bbfe49a53} <Debug> executeQuery: Read 61 rows, 4.38 KiB in 0.001503 sec., 40585.49567531604 rows/sec., 2.85 MiB/sec. | ||
| 2235 | 2025.02.28 11:10:36.376630 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2236 | 2025.02.28 11:10:36.376722 [ 256 ] {f2f1b234-55bb-41a5-9763-571bbfe49a53} <Debug> TCPHandler: Processed in 0.001745257 sec. | ||
| 2237 | 2025.02.28 11:10:36.377093 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 2238 | 2025.02.28 11:10:36.377132 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2239 | 2025.02.28 11:10:36.377445 [ 5 ] {989b7026-b82b-45d6-9fea-d9db538094bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2240 | 2025.02.28 11:10:36.377458 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2241 | 2025.02.28 11:10:36.377549 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1903 rows starting from the beginning of the part | ||
| 2242 | 2025.02.28 11:10:36.377610 [ 5 ] {989b7026-b82b-45d6-9fea-d9db538094bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2243 | 2025.02.28 11:10:36.377981 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part | ||
| 2244 | 2025.02.28 11:10:36.378370 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 779 rows starting from the beginning of the part | ||
| 2245 | 2025.02.28 11:10:36.378783 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 2246 | 2025.02.28 11:10:36.379095 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 2247 | 2025.02.28 11:10:36.379559 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 61 rows starting from the beginning of the part | ||
| 2248 | 2025.02.28 11:10:36.383136 [ 5 ] {989b7026-b82b-45d6-9fea-d9db538094bb} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2249 | 2025.02.28 11:10:36.383197 [ 5 ] {989b7026-b82b-45d6-9fea-d9db538094bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2250 | 2025.02.28 11:10:36.383928 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2913 rows, containing 5 columns (5 merged, 0 gathered) in 0.007199374 sec., 404618.512665129 rows/sec., 27.23 MiB/sec. | ||
| 2251 | 2025.02.28 11:10:36.384279 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2252 | 2025.02.28 11:10:36.384961 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2253 | 2025.02.28 11:10:36.384971 [ 5 ] {989b7026-b82b-45d6-9fea-d9db538094bb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2254 | 2025.02.28 11:10:36.385104 [ 188 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2255 | 2025.02.28 11:10:36.385248 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 2256 | 2025.02.28 11:10:36.385416 [ 5 ] {989b7026-b82b-45d6-9fea-d9db538094bb} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2257 | 2025.02.28 11:10:36.385781 [ 5 ] {989b7026-b82b-45d6-9fea-d9db538094bb} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.008423 sec., 2730.6185444615935 rows/sec., 4.89 MiB/sec. | ||
| 2258 | 2025.02.28 11:10:36.385931 [ 5 ] {989b7026-b82b-45d6-9fea-d9db538094bb} <Debug> TCPHandler: Processed in 0.009079514 sec. | ||
| 2259 | 2025.02.28 11:10:36.386102 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2260 | 2025.02.28 11:10:36.386241 [ 256 ] {5cc4c5a0-4ef6-49d3-8384-6d319082a279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2261 | 2025.02.28 11:10:36.386305 [ 256 ] {5cc4c5a0-4ef6-49d3-8384-6d319082a279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2262 | 2025.02.28 11:10:36.386821 [ 256 ] {5cc4c5a0-4ef6-49d3-8384-6d319082a279} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2263 | 2025.02.28 11:10:36.386860 [ 256 ] {5cc4c5a0-4ef6-49d3-8384-6d319082a279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2264 | 2025.02.28 11:10:36.387241 [ 256 ] {5cc4c5a0-4ef6-49d3-8384-6d319082a279} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2265 | 2025.02.28 11:10:36.387489 [ 256 ] {5cc4c5a0-4ef6-49d3-8384-6d319082a279} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2266 | 2025.02.28 11:10:36.387671 [ 256 ] {5cc4c5a0-4ef6-49d3-8384-6d319082a279} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001461 sec., 20533.880903490757 rows/sec., 1.36 MiB/sec. | ||
| 2267 | 2025.02.28 11:10:36.387722 [ 256 ] {5cc4c5a0-4ef6-49d3-8384-6d319082a279} <Debug> TCPHandler: Processed in 0.001686196 sec. | ||
| 2268 | 2025.02.28 11:10:38.332923 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2269 | 2025.02.28 11:10:38.333565 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2270 | 2025.02.28 11:10:38.333616 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2271 | 2025.02.28 11:10:38.334136 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2272 | 2025.02.28 11:10:38.334387 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2273 | 2025.02.28 11:10:38.334702 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2274 | 2025.02.28 11:10:38.703081 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2275 | 2025.02.28 11:10:38.723126 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2276 | 2025.02.28 11:10:38.723194 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2277 | 2025.02.28 11:10:38.730975 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2278 | 2025.02.28 11:10:38.731746 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2279 | 2025.02.28 11:10:38.734811 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2280 | 2025.02.28 11:10:40.836410 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 298 | ||
| 2281 | 2025.02.28 11:10:40.839302 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2282 | 2025.02.28 11:10:40.839349 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2283 | 2025.02.28 11:10:40.840809 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2284 | 2025.02.28 11:10:40.841133 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2285 | 2025.02.28 11:10:40.841664 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 298 | ||
| 2286 | 2025.02.28 11:10:41.366819 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2287 | 2025.02.28 11:10:41.367037 [ 256 ] {b57bf867-9382-4172-b939-4299e2db3e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2288 | 2025.02.28 11:10:41.367122 [ 256 ] {b57bf867-9382-4172-b939-4299e2db3e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2289 | 2025.02.28 11:10:41.367996 [ 256 ] {b57bf867-9382-4172-b939-4299e2db3e04} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2290 | 2025.02.28 11:10:41.368053 [ 256 ] {b57bf867-9382-4172-b939-4299e2db3e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2291 | 2025.02.28 11:10:41.368501 [ 256 ] {b57bf867-9382-4172-b939-4299e2db3e04} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2292 | 2025.02.28 11:10:41.368766 [ 256 ] {b57bf867-9382-4172-b939-4299e2db3e04} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2293 | 2025.02.28 11:10:41.369001 [ 256 ] {b57bf867-9382-4172-b939-4299e2db3e04} <Debug> executeQuery: Read 64 rows, 5.70 KiB in 0.002024 sec., 31620.553359683792 rows/sec., 2.75 MiB/sec. | ||
| 2294 | 2025.02.28 11:10:41.369071 [ 256 ] {b57bf867-9382-4172-b939-4299e2db3e04} <Debug> TCPHandler: Processed in 0.002396601 sec. | ||
| 2295 | 2025.02.28 11:10:41.369338 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2296 | 2025.02.28 11:10:41.369530 [ 5 ] {ae4b2d7c-4db7-424e-99a8-0b1327b6e08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2297 | 2025.02.28 11:10:41.369605 [ 5 ] {ae4b2d7c-4db7-424e-99a8-0b1327b6e08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2298 | 2025.02.28 11:10:41.370357 [ 5 ] {ae4b2d7c-4db7-424e-99a8-0b1327b6e08d} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2299 | 2025.02.28 11:10:41.370406 [ 5 ] {ae4b2d7c-4db7-424e-99a8-0b1327b6e08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2300 | 2025.02.28 11:10:41.370852 [ 5 ] {ae4b2d7c-4db7-424e-99a8-0b1327b6e08d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2301 | 2025.02.28 11:10:41.371108 [ 5 ] {ae4b2d7c-4db7-424e-99a8-0b1327b6e08d} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2302 | 2025.02.28 11:10:41.371303 [ 151 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2303 | 2025.02.28 11:10:41.371377 [ 5 ] {ae4b2d7c-4db7-424e-99a8-0b1327b6e08d} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001899 sec., 8952.080042127434 rows/sec., 673.15 KiB/sec. | ||
| 2304 | 2025.02.28 11:10:41.371404 [ 151 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2305 | 2025.02.28 11:10:41.371469 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2306 | 2025.02.28 11:10:41.371503 [ 5 ] {ae4b2d7c-4db7-424e-99a8-0b1327b6e08d} <Debug> TCPHandler: Processed in 0.002302169 sec. | ||
| 2307 | 2025.02.28 11:10:41.371665 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 2308 | 2025.02.28 11:10:41.371726 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2309 | 2025.02.28 11:10:41.371813 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2310 | 2025.02.28 11:10:41.371893 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part | ||
| 2311 | 2025.02.28 11:10:41.371968 [ 256 ] {91318132-831c-49cd-acd3-739b1d019097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2312 | 2025.02.28 11:10:41.372114 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
| 2313 | 2025.02.28 11:10:41.372162 [ 256 ] {91318132-831c-49cd-acd3-739b1d019097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2314 | 2025.02.28 11:10:41.372620 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
| 2315 | 2025.02.28 11:10:41.372908 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 17 rows starting from the beginning of the part | ||
| 2316 | 2025.02.28 11:10:41.373286 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 25 rows starting from the beginning of the part | ||
| 2317 | 2025.02.28 11:10:41.373740 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 17 rows starting from the beginning of the part | ||
| 2318 | 2025.02.28 11:10:41.374985 [ 256 ] {91318132-831c-49cd-acd3-739b1d019097} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.02.28 11:10:41.375062 [ 256 ] {91318132-831c-49cd-acd3-739b1d019097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2320 | 2025.02.28 11:10:41.376190 [ 256 ] {91318132-831c-49cd-acd3-739b1d019097} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2321 | 2025.02.28 11:10:41.376377 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 5 columns (5 merged, 0 gathered) in 0.004797053 sec., 25640.742347437063 rows/sec., 1.98 MiB/sec. | ||
| 2322 | 2025.02.28 11:10:41.376562 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2323 | 2025.02.28 11:10:41.376747 [ 256 ] {91318132-831c-49cd-acd3-739b1d019097} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2324 | 2025.02.28 11:10:41.377198 [ 256 ] {91318132-831c-49cd-acd3-739b1d019097} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.005286 sec., 10026.4850548619 rows/sec., 802.16 KiB/sec. | ||
| 2325 | 2025.02.28 11:10:41.377211 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_11_2} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2326 | 2025.02.28 11:10:41.377373 [ 256 ] {91318132-831c-49cd-acd3-739b1d019097} <Debug> TCPHandler: Processed in 0.005748843 sec. | ||
| 2327 | 2025.02.28 11:10:41.377418 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_11_2} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2328 | 2025.02.28 11:10:41.377554 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2329 | 2025.02.28 11:10:41.377598 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2330 | 2025.02.28 11:10:41.377718 [ 5 ] {c5948cef-687a-46b9-a183-6bdde5ac8c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2331 | 2025.02.28 11:10:41.377772 [ 5 ] {c5948cef-687a-46b9-a183-6bdde5ac8c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2332 | 2025.02.28 11:10:41.378321 [ 5 ] {c5948cef-687a-46b9-a183-6bdde5ac8c73} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2333 | 2025.02.28 11:10:41.378360 [ 5 ] {c5948cef-687a-46b9-a183-6bdde5ac8c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2334 | 2025.02.28 11:10:41.378752 [ 5 ] {c5948cef-687a-46b9-a183-6bdde5ac8c73} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2335 | 2025.02.28 11:10:41.378995 [ 5 ] {c5948cef-687a-46b9-a183-6bdde5ac8c73} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2336 | 2025.02.28 11:10:41.379270 [ 5 ] {c5948cef-687a-46b9-a183-6bdde5ac8c73} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001575 sec., 38095.23809523809 rows/sec., 2.67 MiB/sec. | ||
| 2337 | 2025.02.28 11:10:41.379471 [ 5 ] {c5948cef-687a-46b9-a183-6bdde5ac8c73} <Debug> TCPHandler: Processed in 0.001964772 sec. | ||
| 2338 | 2025.02.28 11:10:41.379636 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2339 | 2025.02.28 11:10:41.379780 [ 256 ] {cb060a90-497f-4479-8823-5cf3bd8a58f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2340 | 2025.02.28 11:10:41.379878 [ 256 ] {cb060a90-497f-4479-8823-5cf3bd8a58f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2341 | 2025.02.28 11:10:41.381140 [ 256 ] {cb060a90-497f-4479-8823-5cf3bd8a58f5} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2342 | 2025.02.28 11:10:41.381180 [ 256 ] {cb060a90-497f-4479-8823-5cf3bd8a58f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2343 | 2025.02.28 11:10:41.381828 [ 256 ] {cb060a90-497f-4479-8823-5cf3bd8a58f5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2344 | 2025.02.28 11:10:41.382090 [ 256 ] {cb060a90-497f-4479-8823-5cf3bd8a58f5} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2345 | 2025.02.28 11:10:41.382296 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2346 | 2025.02.28 11:10:41.382377 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2347 | 2025.02.28 11:10:41.382398 [ 256 ] {cb060a90-497f-4479-8823-5cf3bd8a58f5} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002641 sec., 6436.955698599015 rows/sec., 11.53 MiB/sec. | ||
| 2348 | 2025.02.28 11:10:41.382431 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2349 | 2025.02.28 11:10:41.382753 [ 256 ] {cb060a90-497f-4479-8823-5cf3bd8a58f5} <Debug> TCPHandler: Processed in 0.003175078 sec. | ||
| 2350 | 2025.02.28 11:10:41.382840 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 2351 | 2025.02.28 11:10:41.382962 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2352 | 2025.02.28 11:10:41.383233 [ 5 ] {9af10710-11c3-44c4-ae7a-1692a20f53b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2353 | 2025.02.28 11:10:41.383374 [ 5 ] {9af10710-11c3-44c4-ae7a-1692a20f53b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2354 | 2025.02.28 11:10:41.383745 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2355 | 2025.02.28 11:10:41.384013 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 105 rows starting from the beginning of the part | ||
| 2356 | 2025.02.28 11:10:41.384675 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 2357 | 2025.02.28 11:10:41.385301 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
| 2358 | 2025.02.28 11:10:41.385508 [ 5 ] {9af10710-11c3-44c4-ae7a-1692a20f53b3} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2359 | 2025.02.28 11:10:41.385879 [ 5 ] {9af10710-11c3-44c4-ae7a-1692a20f53b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2360 | 2025.02.28 11:10:41.385976 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 17 rows starting from the beginning of the part | ||
| 2361 | 2025.02.28 11:10:41.386654 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part | ||
| 2362 | 2025.02.28 11:10:41.387161 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 17 rows starting from the beginning of the part | ||
| 2363 | 2025.02.28 11:10:41.387726 [ 5 ] {9af10710-11c3-44c4-ae7a-1692a20f53b3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2364 | 2025.02.28 11:10:41.388294 [ 5 ] {9af10710-11c3-44c4-ae7a-1692a20f53b3} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2365 | 2025.02.28 11:10:41.388571 [ 34 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2366 | 2025.02.28 11:10:41.388666 [ 34 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2367 | 2025.02.28 11:10:41.388749 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2368 | 2025.02.28 11:10:41.388856 [ 5 ] {9af10710-11c3-44c4-ae7a-1692a20f53b3} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.005671 sec., 5290.072297654735 rows/sec., 359.04 KiB/sec. | ||
| 2369 | 2025.02.28 11:10:41.389215 [ 5 ] {9af10710-11c3-44c4-ae7a-1692a20f53b3} <Debug> TCPHandler: Processed in 0.006327736 sec. | ||
| 2370 | 2025.02.28 11:10:41.389242 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 2371 | 2025.02.28 11:10:41.389569 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2372 | 2025.02.28 11:10:41.389613 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 116 rows starting from the beginning of the part | ||
| 2373 | 2025.02.28 11:10:41.389753 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
| 2374 | 2025.02.28 11:10:41.390124 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 2375 | 2025.02.28 11:10:41.390467 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 2376 | 2025.02.28 11:10:41.390779 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
| 2377 | 2025.02.28 11:10:41.391133 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
| 2378 | 2025.02.28 11:10:41.393121 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 4 columns (4 merged, 0 gathered) in 0.00423264 sec., 62372.42004989793 rows/sec., 4.20 MiB/sec. | ||
| 2379 | 2025.02.28 11:10:41.393283 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2380 | 2025.02.28 11:10:41.393658 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_11_2} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2381 | 2025.02.28 11:10:41.393755 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_11_2} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2382 | 2025.02.28 11:10:41.393830 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2383 | 2025.02.28 11:10:41.394747 [ 195 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 19 columns (19 merged, 0 gathered) in 0.012117039 sec., 15927.983726057168 rows/sec., 28.54 MiB/sec. | ||
| 2384 | 2025.02.28 11:10:41.395460 [ 195 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2385 | 2025.02.28 11:10:41.395994 [ 195 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2386 | 2025.02.28 11:10:41.396087 [ 195 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2387 | 2025.02.28 11:10:41.396247 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. | ||
| 2388 | 2025.02.28 11:10:45.762126 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2389 | 2025.02.28 11:10:45.762191 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2390 | 2025.02.28 11:10:45.834868 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 2391 | 2025.02.28 11:10:45.835570 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2392 | 2025.02.28 11:10:45.835614 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2393 | 2025.02.28 11:10:45.836170 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2394 | 2025.02.28 11:10:45.836421 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2395 | 2025.02.28 11:10:45.836639 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2396 | 2025.02.28 11:10:46.234923 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2397 | 2025.02.28 11:10:46.256707 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2398 | 2025.02.28 11:10:46.256784 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2399 | 2025.02.28 11:10:46.264654 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2400 | 2025.02.28 11:10:46.265565 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2401 | 2025.02.28 11:10:46.270113 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2402 | 2025.02.28 11:10:46.367276 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2403 | 2025.02.28 11:10:46.367469 [ 256 ] {335a2b62-4405-4331-834d-72d15bddc590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2404 | 2025.02.28 11:10:46.367545 [ 256 ] {335a2b62-4405-4331-834d-72d15bddc590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2405 | 2025.02.28 11:10:46.368393 [ 256 ] {335a2b62-4405-4331-834d-72d15bddc590} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2406 | 2025.02.28 11:10:46.368444 [ 256 ] {335a2b62-4405-4331-834d-72d15bddc590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2407 | 2025.02.28 11:10:46.368892 [ 256 ] {335a2b62-4405-4331-834d-72d15bddc590} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2408 | 2025.02.28 11:10:46.369153 [ 256 ] {335a2b62-4405-4331-834d-72d15bddc590} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2409 | 2025.02.28 11:10:46.369380 [ 256 ] {335a2b62-4405-4331-834d-72d15bddc590} <Debug> executeQuery: Read 76 rows, 6.71 KiB in 0.001966 sec., 38657.17192268566 rows/sec., 3.34 MiB/sec. | ||
| 2410 | 2025.02.28 11:10:46.369441 [ 256 ] {335a2b62-4405-4331-834d-72d15bddc590} <Debug> TCPHandler: Processed in 0.002302109 sec. | ||
| 2411 | 2025.02.28 11:10:46.369717 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2412 | 2025.02.28 11:10:46.369909 [ 5 ] {41db2a48-79e2-4902-ad1b-fa6431c0017f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2413 | 2025.02.28 11:10:46.369983 [ 5 ] {41db2a48-79e2-4902-ad1b-fa6431c0017f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2414 | 2025.02.28 11:10:46.370749 [ 5 ] {41db2a48-79e2-4902-ad1b-fa6431c0017f} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2415 | 2025.02.28 11:10:46.370808 [ 5 ] {41db2a48-79e2-4902-ad1b-fa6431c0017f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2416 | 2025.02.28 11:10:46.371390 [ 5 ] {41db2a48-79e2-4902-ad1b-fa6431c0017f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2417 | 2025.02.28 11:10:46.371774 [ 5 ] {41db2a48-79e2-4902-ad1b-fa6431c0017f} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2418 | 2025.02.28 11:10:46.372121 [ 5 ] {41db2a48-79e2-4902-ad1b-fa6431c0017f} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.002247 sec., 10235.870048954162 rows/sec., 769.69 KiB/sec. | ||
| 2419 | 2025.02.28 11:10:46.372281 [ 5 ] {41db2a48-79e2-4902-ad1b-fa6431c0017f} <Debug> TCPHandler: Processed in 0.002703047 sec. | ||
| 2420 | 2025.02.28 11:10:46.372480 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2421 | 2025.02.28 11:10:46.372607 [ 256 ] {26b0bc95-9598-4a04-8a2a-ba209ef0c14e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2422 | 2025.02.28 11:10:46.372658 [ 256 ] {26b0bc95-9598-4a04-8a2a-ba209ef0c14e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2423 | 2025.02.28 11:10:46.373294 [ 256 ] {26b0bc95-9598-4a04-8a2a-ba209ef0c14e} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2424 | 2025.02.28 11:10:46.373335 [ 256 ] {26b0bc95-9598-4a04-8a2a-ba209ef0c14e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2425 | 2025.02.28 11:10:46.373708 [ 256 ] {26b0bc95-9598-4a04-8a2a-ba209ef0c14e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2426 | 2025.02.28 11:10:46.373950 [ 256 ] {26b0bc95-9598-4a04-8a2a-ba209ef0c14e} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2427 | 2025.02.28 11:10:46.374167 [ 256 ] {26b0bc95-9598-4a04-8a2a-ba209ef0c14e} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.001587 sec., 37177.063642092 rows/sec., 2.90 MiB/sec. | ||
| 2428 | 2025.02.28 11:10:46.374228 [ 256 ] {26b0bc95-9598-4a04-8a2a-ba209ef0c14e} <Debug> TCPHandler: Processed in 0.001812719 sec. | ||
| 2429 | 2025.02.28 11:10:46.374406 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2430 | 2025.02.28 11:10:46.374530 [ 5 ] {9172dd4a-b0bb-4ec9-918a-a6e9ccee7ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2431 | 2025.02.28 11:10:46.374586 [ 5 ] {9172dd4a-b0bb-4ec9-918a-a6e9ccee7ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2432 | 2025.02.28 11:10:46.375172 [ 5 ] {9172dd4a-b0bb-4ec9-918a-a6e9ccee7ef9} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2433 | 2025.02.28 11:10:46.375212 [ 5 ] {9172dd4a-b0bb-4ec9-918a-a6e9ccee7ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2434 | 2025.02.28 11:10:46.375607 [ 5 ] {9172dd4a-b0bb-4ec9-918a-a6e9ccee7ef9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2435 | 2025.02.28 11:10:46.375849 [ 5 ] {9172dd4a-b0bb-4ec9-918a-a6e9ccee7ef9} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2436 | 2025.02.28 11:10:46.376063 [ 5 ] {9172dd4a-b0bb-4ec9-918a-a6e9ccee7ef9} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001563 sec., 38387.715930902115 rows/sec., 2.69 MiB/sec. | ||
| 2437 | 2025.02.28 11:10:46.376115 [ 5 ] {9172dd4a-b0bb-4ec9-918a-a6e9ccee7ef9} <Debug> TCPHandler: Processed in 0.001773628 sec. | ||
| 2438 | 2025.02.28 11:10:46.376291 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2439 | 2025.02.28 11:10:46.376413 [ 256 ] {7f787268-1de2-414f-b16f-a6a31b53714a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2440 | 2025.02.28 11:10:46.376496 [ 256 ] {7f787268-1de2-414f-b16f-a6a31b53714a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2441 | 2025.02.28 11:10:46.377685 [ 256 ] {7f787268-1de2-414f-b16f-a6a31b53714a} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2442 | 2025.02.28 11:10:46.377728 [ 256 ] {7f787268-1de2-414f-b16f-a6a31b53714a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2443 | 2025.02.28 11:10:46.378503 [ 256 ] {7f787268-1de2-414f-b16f-a6a31b53714a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2444 | 2025.02.28 11:10:46.378774 [ 256 ] {7f787268-1de2-414f-b16f-a6a31b53714a} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2445 | 2025.02.28 11:10:46.379019 [ 256 ] {7f787268-1de2-414f-b16f-a6a31b53714a} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002631 sec., 8741.923223109085 rows/sec., 15.67 MiB/sec. | ||
| 2446 | 2025.02.28 11:10:46.379119 [ 256 ] {7f787268-1de2-414f-b16f-a6a31b53714a} <Debug> TCPHandler: Processed in 0.002886872 sec. | ||
| 2447 | 2025.02.28 11:10:46.379305 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2448 | 2025.02.28 11:10:46.379429 [ 5 ] {b2c5df94-6bd4-4c47-a0b6-f006dc992d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2449 | 2025.02.28 11:10:46.379483 [ 5 ] {b2c5df94-6bd4-4c47-a0b6-f006dc992d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2450 | 2025.02.28 11:10:46.380011 [ 5 ] {b2c5df94-6bd4-4c47-a0b6-f006dc992d54} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2451 | 2025.02.28 11:10:46.380052 [ 5 ] {b2c5df94-6bd4-4c47-a0b6-f006dc992d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2452 | 2025.02.28 11:10:46.380435 [ 5 ] {b2c5df94-6bd4-4c47-a0b6-f006dc992d54} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2453 | 2025.02.28 11:10:46.380788 [ 5 ] {b2c5df94-6bd4-4c47-a0b6-f006dc992d54} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2454 | 2025.02.28 11:10:46.381010 [ 5 ] {b2c5df94-6bd4-4c47-a0b6-f006dc992d54} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001609 sec., 18645.121193287756 rows/sec., 1.24 MiB/sec. | ||
| 2455 | 2025.02.28 11:10:46.381095 [ 5 ] {b2c5df94-6bd4-4c47-a0b6-f006dc992d54} <Debug> TCPHandler: Processed in 0.001854579 sec. | ||
| 2456 | 2025.02.28 11:10:47.181338 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2457 | 2025.02.28 11:10:47.181602 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2458 | 2025.02.28 11:10:47.182096 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2459 | 2025.02.28 11:10:47.182148 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2460 | 2025.02.28 11:10:47.182510 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2461 | 2025.02.28 11:10:47.182593 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2462 | 2025.02.28 11:10:47.182782 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 2463 | 2025.02.28 11:10:47.183022 [ 294 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2464 | 2025.02.28 11:10:47.183054 [ 292 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2465 | 2025.02.28 11:10:47.183037 [ 289 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2466 | 2025.02.28 11:10:47.183022 [ 291 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2467 | 2025.02.28 11:10:47.183251 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 2468 | 2025.02.28 11:10:47.183283 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2469 | 2025.02.28 11:10:47.183438 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2470 | 2025.02.28 11:10:47.183463 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 30 rows with 4 streams | ||
| 2471 | 2025.02.28 11:10:47.183508 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2472 | 2025.02.28 11:10:47.183555 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2473 | 2025.02.28 11:10:47.183601 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2474 | 2025.02.28 11:10:47.183645 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2475 | 2025.02.28 11:10:47.185982 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.004503 sec., 6662.225183211192 rows/sec., 269.35 KiB/sec. | ||
| 2476 | 2025.02.28 11:10:47.186258 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Debug> MemoryTracker: Peak memory usage (for query): 140.96 KiB. | ||
| 2477 | 2025.02.28 11:10:47.186278 [ 256 ] {dfe030e4-89ca-404d-b0ba-1439fa0cea9e} <Debug> TCPHandler: Processed in 0.005073389 sec. | ||
| 2478 | 2025.02.28 11:10:47.186813 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2479 | 2025.02.28 11:10:47.187044 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2480 | 2025.02.28 11:10:47.187467 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2481 | 2025.02.28 11:10:47.187520 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2482 | 2025.02.28 11:10:47.187873 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2483 | 2025.02.28 11:10:47.187954 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2484 | 2025.02.28 11:10:47.188135 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2485 | 2025.02.28 11:10:47.188280 [ 289 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2486 | 2025.02.28 11:10:47.188303 [ 292 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2487 | 2025.02.28 11:10:47.188334 [ 296 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2488 | 2025.02.28 11:10:47.188361 [ 294 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2489 | 2025.02.28 11:10:47.188493 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 2490 | 2025.02.28 11:10:47.188530 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2491 | 2025.02.28 11:10:47.188675 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2492 | 2025.02.28 11:10:47.188702 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 30 rows with 4 streams | ||
| 2493 | 2025.02.28 11:10:47.188749 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
| 2494 | 2025.02.28 11:10:47.188800 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
| 2495 | 2025.02.28 11:10:47.188849 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
| 2496 | 2025.02.28 11:10:47.188896 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
| 2497 | 2025.02.28 11:10:47.190979 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.004048 sec., 7411.067193675889 rows/sec., 299.63 KiB/sec. | ||
| 2498 | 2025.02.28 11:10:47.191180 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Debug> MemoryTracker: Peak memory usage (for query): 141.11 KiB. | ||
| 2499 | 2025.02.28 11:10:47.191199 [ 5 ] {a739a62d-7e72-44e9-afde-9477c5bb223f} <Debug> TCPHandler: Processed in 0.004525927 sec. | ||
| 2500 | 2025.02.28 11:10:47.191590 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2501 | 2025.02.28 11:10:47.191803 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2502 | 2025.02.28 11:10:47.192165 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2503 | 2025.02.28 11:10:47.192216 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2504 | 2025.02.28 11:10:47.192545 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2505 | 2025.02.28 11:10:47.192613 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2506 | 2025.02.28 11:10:47.192766 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2507 | 2025.02.28 11:10:47.192964 [ 289 ] {826c6846-38c4-4d33-b871-de700c29351f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2508 | 2025.02.28 11:10:47.192995 [ 291 ] {826c6846-38c4-4d33-b871-de700c29351f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2509 | 2025.02.28 11:10:47.192978 [ 292 ] {826c6846-38c4-4d33-b871-de700c29351f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2510 | 2025.02.28 11:10:47.192992 [ 294 ] {826c6846-38c4-4d33-b871-de700c29351f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2511 | 2025.02.28 11:10:47.193163 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 2512 | 2025.02.28 11:10:47.193199 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2513 | 2025.02.28 11:10:47.193334 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2514 | 2025.02.28 11:10:47.193360 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 30 rows with 4 streams | ||
| 2515 | 2025.02.28 11:10:47.193403 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 2516 | 2025.02.28 11:10:47.193452 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 2517 | 2025.02.28 11:10:47.193497 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 2518 | 2025.02.28 11:10:47.193540 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 2519 | 2025.02.28 11:10:47.195428 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.003733 sec., 8036.431824270024 rows/sec., 324.91 KiB/sec. | ||
| 2520 | 2025.02.28 11:10:47.195713 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Debug> MemoryTracker: Peak memory usage (for query): 141.67 KiB. | ||
| 2521 | 2025.02.28 11:10:47.195743 [ 256 ] {826c6846-38c4-4d33-b871-de700c29351f} <Debug> TCPHandler: Processed in 0.00423156 sec. | ||
| 2522 | 2025.02.28 11:10:47.196089 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2523 | 2025.02.28 11:10:47.196289 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2524 | 2025.02.28 11:10:47.196639 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2525 | 2025.02.28 11:10:47.196688 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2526 | 2025.02.28 11:10:47.197084 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2527 | 2025.02.28 11:10:47.197179 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2528 | 2025.02.28 11:10:47.197382 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2529 | 2025.02.28 11:10:47.197470 [ 291 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2530 | 2025.02.28 11:10:47.197579 [ 289 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2531 | 2025.02.28 11:10:47.197604 [ 296 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2532 | 2025.02.28 11:10:47.197606 [ 294 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2533 | 2025.02.28 11:10:47.197750 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 2534 | 2025.02.28 11:10:47.197783 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2535 | 2025.02.28 11:10:47.197952 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2536 | 2025.02.28 11:10:47.197984 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 30 rows with 4 streams | ||
| 2537 | 2025.02.28 11:10:47.198040 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 2538 | 2025.02.28 11:10:47.198164 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 2539 | 2025.02.28 11:10:47.198224 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 2540 | 2025.02.28 11:10:47.198282 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 2541 | 2025.02.28 11:10:47.201209 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.005014 sec., 5983.246908655764 rows/sec., 241.90 KiB/sec. | ||
| 2542 | 2025.02.28 11:10:47.201480 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Debug> MemoryTracker: Peak memory usage (for query): 141.86 KiB. | ||
| 2543 | 2025.02.28 11:10:47.201503 [ 5 ] {4a437ffe-5c34-4b73-a629-ff257c8b79fe} <Debug> TCPHandler: Processed in 0.005474937 sec. | ||
| 2544 | 2025.02.28 11:10:47.201898 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2545 | 2025.02.28 11:10:47.202125 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2546 | 2025.02.28 11:10:47.202533 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2547 | 2025.02.28 11:10:47.202587 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2548 | 2025.02.28 11:10:47.202979 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2549 | 2025.02.28 11:10:47.203061 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2550 | 2025.02.28 11:10:47.203229 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2551 | 2025.02.28 11:10:47.203422 [ 294 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2552 | 2025.02.28 11:10:47.203423 [ 289 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2553 | 2025.02.28 11:10:47.203435 [ 291 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2554 | 2025.02.28 11:10:47.203453 [ 296 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2555 | 2025.02.28 11:10:47.203650 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 2556 | 2025.02.28 11:10:47.203691 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2557 | 2025.02.28 11:10:47.203839 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2558 | 2025.02.28 11:10:47.203865 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 30 rows with 4 streams | ||
| 2559 | 2025.02.28 11:10:47.203916 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 2560 | 2025.02.28 11:10:47.203967 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 2561 | 2025.02.28 11:10:47.204011 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 2562 | 2025.02.28 11:10:47.204062 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 2563 | 2025.02.28 11:10:47.205992 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.003984 sec., 7530.120481927712 rows/sec., 304.44 KiB/sec. | ||
| 2564 | 2025.02.28 11:10:47.206252 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Debug> MemoryTracker: Peak memory usage (for query): 142.42 KiB. | ||
| 2565 | 2025.02.28 11:10:47.206271 [ 256 ] {a24274f6-2bf7-4739-af7b-80f80527a52f} <Debug> TCPHandler: Processed in 0.004457205 sec. | ||
| 2566 | 2025.02.28 11:10:47.206618 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2567 | 2025.02.28 11:10:47.206832 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2568 | 2025.02.28 11:10:47.207257 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2569 | 2025.02.28 11:10:47.207318 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2570 | 2025.02.28 11:10:47.207683 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2571 | 2025.02.28 11:10:47.207758 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2572 | 2025.02.28 11:10:47.207952 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2573 | 2025.02.28 11:10:47.208032 [ 294 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2574 | 2025.02.28 11:10:47.208169 [ 289 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2575 | 2025.02.28 11:10:47.208179 [ 291 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2576 | 2025.02.28 11:10:47.208178 [ 292 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2577 | 2025.02.28 11:10:47.208353 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 2578 | 2025.02.28 11:10:47.208386 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2579 | 2025.02.28 11:10:47.208516 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2580 | 2025.02.28 11:10:47.208540 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Reading approx. 30 rows with 4 streams | ||
| 2581 | 2025.02.28 11:10:47.208584 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 2582 | 2025.02.28 11:10:47.208632 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 2583 | 2025.02.28 11:10:47.208676 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 2584 | 2025.02.28 11:10:47.208722 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 2585 | 2025.02.28 11:10:47.210572 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.003844 sec., 7804.370447450572 rows/sec., 315.53 KiB/sec. | ||
| 2586 | 2025.02.28 11:10:47.210783 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Debug> MemoryTracker: Peak memory usage (for query): 142.69 KiB. | ||
| 2587 | 2025.02.28 11:10:47.210800 [ 5 ] {0fbc5491-eb69-4995-b4b5-de3ff52fdc67} <Debug> TCPHandler: Processed in 0.004267611 sec. | ||
| 2588 | 2025.02.28 11:10:47.261860 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2589 | 2025.02.28 11:10:47.262038 [ 256 ] {56959045-4322-4900-96b5-d8246d3f71e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2590 | 2025.02.28 11:10:47.262119 [ 256 ] {56959045-4322-4900-96b5-d8246d3f71e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2591 | 2025.02.28 11:10:47.263016 [ 256 ] {56959045-4322-4900-96b5-d8246d3f71e3} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2592 | 2025.02.28 11:10:47.263067 [ 256 ] {56959045-4322-4900-96b5-d8246d3f71e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2593 | 2025.02.28 11:10:47.263596 [ 256 ] {56959045-4322-4900-96b5-d8246d3f71e3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2594 | 2025.02.28 11:10:47.263823 [ 256 ] {56959045-4322-4900-96b5-d8246d3f71e3} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2595 | 2025.02.28 11:10:47.264063 [ 256 ] {56959045-4322-4900-96b5-d8246d3f71e3} <Debug> executeQuery: Read 6 rows, 2.84 KiB in 0.002076 sec., 2890.173410404624 rows/sec., 1.34 MiB/sec. | ||
| 2596 | 2025.02.28 11:10:47.264125 [ 256 ] {56959045-4322-4900-96b5-d8246d3f71e3} <Debug> TCPHandler: Processed in 0.002392511 sec. | ||
| 2597 | 2025.02.28 11:10:47.264340 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2598 | 2025.02.28 11:10:47.264486 [ 5 ] {0373202c-52b6-458d-b232-26fe1e031917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2599 | 2025.02.28 11:10:47.264546 [ 5 ] {0373202c-52b6-458d-b232-26fe1e031917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2600 | 2025.02.28 11:10:47.267714 [ 5 ] {0373202c-52b6-458d-b232-26fe1e031917} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2601 | 2025.02.28 11:10:47.267750 [ 5 ] {0373202c-52b6-458d-b232-26fe1e031917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2602 | 2025.02.28 11:10:47.268191 [ 5 ] {0373202c-52b6-458d-b232-26fe1e031917} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2603 | 2025.02.28 11:10:47.268534 [ 5 ] {0373202c-52b6-458d-b232-26fe1e031917} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2604 | 2025.02.28 11:10:47.268791 [ 5 ] {0373202c-52b6-458d-b232-26fe1e031917} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.004321 sec., 5554.2698449433 rows/sec., 471.90 KiB/sec. | ||
| 2605 | 2025.02.28 11:10:47.268881 [ 5 ] {0373202c-52b6-458d-b232-26fe1e031917} <Debug> TCPHandler: Processed in 0.004627049 sec. | ||
| 2606 | 2025.02.28 11:10:47.269093 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2607 | 2025.02.28 11:10:47.269247 [ 256 ] {d58d8a9b-0855-48ea-b80f-21a2f323dfcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2608 | 2025.02.28 11:10:47.269330 [ 256 ] {d58d8a9b-0855-48ea-b80f-21a2f323dfcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2609 | 2025.02.28 11:10:47.270068 [ 256 ] {d58d8a9b-0855-48ea-b80f-21a2f323dfcd} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2610 | 2025.02.28 11:10:47.270117 [ 256 ] {d58d8a9b-0855-48ea-b80f-21a2f323dfcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2611 | 2025.02.28 11:10:47.270529 [ 256 ] {d58d8a9b-0855-48ea-b80f-21a2f323dfcd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2612 | 2025.02.28 11:10:47.270803 [ 256 ] {d58d8a9b-0855-48ea-b80f-21a2f323dfcd} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2613 | 2025.02.28 11:10:47.271027 [ 256 ] {d58d8a9b-0855-48ea-b80f-21a2f323dfcd} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001823 sec., 2194.1854086670323 rows/sec., 178.92 KiB/sec. | ||
| 2614 | 2025.02.28 11:10:47.271086 [ 256 ] {d58d8a9b-0855-48ea-b80f-21a2f323dfcd} <Debug> TCPHandler: Processed in 0.002079475 sec. | ||
| 2615 | 2025.02.28 11:10:47.271282 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2616 | 2025.02.28 11:10:47.271406 [ 5 ] {a0e77666-1b9e-4df2-bf46-dfe008f4f6e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2617 | 2025.02.28 11:10:47.271464 [ 5 ] {a0e77666-1b9e-4df2-bf46-dfe008f4f6e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2618 | 2025.02.28 11:10:47.272800 [ 5 ] {a0e77666-1b9e-4df2-bf46-dfe008f4f6e0} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2619 | 2025.02.28 11:10:47.272838 [ 5 ] {a0e77666-1b9e-4df2-bf46-dfe008f4f6e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2620 | 2025.02.28 11:10:47.273311 [ 5 ] {a0e77666-1b9e-4df2-bf46-dfe008f4f6e0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2621 | 2025.02.28 11:10:47.273568 [ 5 ] {a0e77666-1b9e-4df2-bf46-dfe008f4f6e0} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2622 | 2025.02.28 11:10:47.273751 [ 5 ] {a0e77666-1b9e-4df2-bf46-dfe008f4f6e0} <Debug> executeQuery: Read 1326 rows, 113.87 KiB in 0.002374 sec., 558550.9688289807 rows/sec., 46.84 MiB/sec. | ||
| 2623 | 2025.02.28 11:10:47.273803 [ 5 ] {a0e77666-1b9e-4df2-bf46-dfe008f4f6e0} <Debug> TCPHandler: Processed in 0.002582455 sec. | ||
| 2624 | 2025.02.28 11:10:47.273978 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2625 | 2025.02.28 11:10:47.274102 [ 256 ] {24ceb5a3-565d-4867-bf56-56561fd44243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2626 | 2025.02.28 11:10:47.274171 [ 256 ] {24ceb5a3-565d-4867-bf56-56561fd44243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2627 | 2025.02.28 11:10:47.274830 [ 256 ] {24ceb5a3-565d-4867-bf56-56561fd44243} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2628 | 2025.02.28 11:10:47.274872 [ 256 ] {24ceb5a3-565d-4867-bf56-56561fd44243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2629 | 2025.02.28 11:10:47.275268 [ 256 ] {24ceb5a3-565d-4867-bf56-56561fd44243} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2630 | 2025.02.28 11:10:47.275518 [ 256 ] {24ceb5a3-565d-4867-bf56-56561fd44243} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2631 | 2025.02.28 11:10:47.275739 [ 256 ] {24ceb5a3-565d-4867-bf56-56561fd44243} <Debug> executeQuery: Read 33 rows, 2.52 KiB in 0.001663 sec., 19843.65604329525 rows/sec., 1.48 MiB/sec. | ||
| 2632 | 2025.02.28 11:10:47.275805 [ 256 ] {24ceb5a3-565d-4867-bf56-56561fd44243} <Debug> TCPHandler: Processed in 0.00189193 sec. | ||
| 2633 | 2025.02.28 11:10:47.275967 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2634 | 2025.02.28 11:10:47.276089 [ 5 ] {526f4bee-0154-427d-91ab-28217d6a1606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2635 | 2025.02.28 11:10:47.276137 [ 5 ] {526f4bee-0154-427d-91ab-28217d6a1606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2636 | 2025.02.28 11:10:47.276851 [ 5 ] {526f4bee-0154-427d-91ab-28217d6a1606} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2637 | 2025.02.28 11:10:47.276890 [ 5 ] {526f4bee-0154-427d-91ab-28217d6a1606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2638 | 2025.02.28 11:10:47.277265 [ 5 ] {526f4bee-0154-427d-91ab-28217d6a1606} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2639 | 2025.02.28 11:10:47.277511 [ 5 ] {526f4bee-0154-427d-91ab-28217d6a1606} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2640 | 2025.02.28 11:10:47.277734 [ 5 ] {526f4bee-0154-427d-91ab-28217d6a1606} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001665 sec., 151351.35135135136 rows/sec., 10.47 MiB/sec. | ||
| 2641 | 2025.02.28 11:10:47.277796 [ 5 ] {526f4bee-0154-427d-91ab-28217d6a1606} <Debug> TCPHandler: Processed in 0.001886361 sec. | ||
| 2642 | 2025.02.28 11:10:47.277970 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2643 | 2025.02.28 11:10:47.278098 [ 256 ] {72d6557f-5e0f-4f69-ae51-23940b958160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2644 | 2025.02.28 11:10:47.278153 [ 256 ] {72d6557f-5e0f-4f69-ae51-23940b958160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2645 | 2025.02.28 11:10:47.278786 [ 256 ] {72d6557f-5e0f-4f69-ae51-23940b958160} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2646 | 2025.02.28 11:10:47.278827 [ 256 ] {72d6557f-5e0f-4f69-ae51-23940b958160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2647 | 2025.02.28 11:10:47.279246 [ 256 ] {72d6557f-5e0f-4f69-ae51-23940b958160} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2648 | 2025.02.28 11:10:47.279513 [ 256 ] {72d6557f-5e0f-4f69-ae51-23940b958160} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2649 | 2025.02.28 11:10:47.279775 [ 256 ] {72d6557f-5e0f-4f69-ae51-23940b958160} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001695 sec., 7079.646017699116 rows/sec., 553.10 KiB/sec. | ||
| 2650 | 2025.02.28 11:10:47.279909 [ 256 ] {72d6557f-5e0f-4f69-ae51-23940b958160} <Debug> TCPHandler: Processed in 0.002006623 sec. | ||
| 2651 | 2025.02.28 11:10:47.280077 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2652 | 2025.02.28 11:10:47.280200 [ 5 ] {22df8159-f963-416b-b42b-70dc1cf26774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2653 | 2025.02.28 11:10:47.280251 [ 5 ] {22df8159-f963-416b-b42b-70dc1cf26774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2654 | 2025.02.28 11:10:47.281094 [ 5 ] {22df8159-f963-416b-b42b-70dc1cf26774} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2655 | 2025.02.28 11:10:47.281134 [ 5 ] {22df8159-f963-416b-b42b-70dc1cf26774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2656 | 2025.02.28 11:10:47.281544 [ 5 ] {22df8159-f963-416b-b42b-70dc1cf26774} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2657 | 2025.02.28 11:10:47.281796 [ 5 ] {22df8159-f963-416b-b42b-70dc1cf26774} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2658 | 2025.02.28 11:10:47.282010 [ 5 ] {22df8159-f963-416b-b42b-70dc1cf26774} <Debug> executeQuery: Read 549 rows, 42.11 KiB in 0.001832 sec., 299672.48908296943 rows/sec., 22.45 MiB/sec. | ||
| 2659 | 2025.02.28 11:10:47.282065 [ 5 ] {22df8159-f963-416b-b42b-70dc1cf26774} <Debug> TCPHandler: Processed in 0.002048874 sec. | ||
| 2660 | 2025.02.28 11:10:47.282225 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2661 | 2025.02.28 11:10:47.282347 [ 256 ] {c11fc643-65b1-4560-b0d2-a94ba2c9a8ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2662 | 2025.02.28 11:10:47.282405 [ 256 ] {c11fc643-65b1-4560-b0d2-a94ba2c9a8ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2663 | 2025.02.28 11:10:47.283295 [ 256 ] {c11fc643-65b1-4560-b0d2-a94ba2c9a8ac} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2664 | 2025.02.28 11:10:47.283335 [ 256 ] {c11fc643-65b1-4560-b0d2-a94ba2c9a8ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2665 | 2025.02.28 11:10:47.283799 [ 256 ] {c11fc643-65b1-4560-b0d2-a94ba2c9a8ac} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2666 | 2025.02.28 11:10:47.284044 [ 256 ] {c11fc643-65b1-4560-b0d2-a94ba2c9a8ac} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2667 | 2025.02.28 11:10:47.284290 [ 256 ] {c11fc643-65b1-4560-b0d2-a94ba2c9a8ac} <Debug> executeQuery: Read 1166 rows, 86.08 KiB in 0.001961 sec., 594594.5945945946 rows/sec., 42.87 MiB/sec. | ||
| 2668 | 2025.02.28 11:10:47.284509 [ 256 ] {c11fc643-65b1-4560-b0d2-a94ba2c9a8ac} <Debug> TCPHandler: Processed in 0.0023408 sec. | ||
| 2669 | 2025.02.28 11:10:47.284696 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2670 | 2025.02.28 11:10:47.284817 [ 5 ] {4b22feda-d93e-43db-9feb-73844840faba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2671 | 2025.02.28 11:10:47.284903 [ 5 ] {4b22feda-d93e-43db-9feb-73844840faba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2672 | 2025.02.28 11:10:47.286096 [ 5 ] {4b22feda-d93e-43db-9feb-73844840faba} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2025.02.28 11:10:47.286137 [ 5 ] {4b22feda-d93e-43db-9feb-73844840faba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2674 | 2025.02.28 11:10:47.286797 [ 5 ] {4b22feda-d93e-43db-9feb-73844840faba} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2675 | 2025.02.28 11:10:47.287059 [ 5 ] {4b22feda-d93e-43db-9feb-73844840faba} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2676 | 2025.02.28 11:10:47.287369 [ 5 ] {4b22feda-d93e-43db-9feb-73844840faba} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002563 sec., 6632.852126414357 rows/sec., 11.89 MiB/sec. | ||
| 2677 | 2025.02.28 11:10:47.287587 [ 5 ] {4b22feda-d93e-43db-9feb-73844840faba} <Debug> TCPHandler: Processed in 0.002950983 sec. | ||
| 2678 | 2025.02.28 11:10:47.287760 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2679 | 2025.02.28 11:10:47.287888 [ 256 ] {6e77e911-fca0-454e-a2c8-160bab04b821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2680 | 2025.02.28 11:10:47.287945 [ 256 ] {6e77e911-fca0-454e-a2c8-160bab04b821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2681 | 2025.02.28 11:10:47.288438 [ 256 ] {6e77e911-fca0-454e-a2c8-160bab04b821} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2682 | 2025.02.28 11:10:47.288479 [ 256 ] {6e77e911-fca0-454e-a2c8-160bab04b821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2683 | 2025.02.28 11:10:47.288899 [ 256 ] {6e77e911-fca0-454e-a2c8-160bab04b821} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2684 | 2025.02.28 11:10:47.289151 [ 256 ] {6e77e911-fca0-454e-a2c8-160bab04b821} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2685 | 2025.02.28 11:10:47.289354 [ 256 ] {6e77e911-fca0-454e-a2c8-160bab04b821} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001494 sec., 4016.064257028112 rows/sec., 272.57 KiB/sec. | ||
| 2686 | 2025.02.28 11:10:47.289414 [ 256 ] {6e77e911-fca0-454e-a2c8-160bab04b821} <Debug> TCPHandler: Processed in 0.001719127 sec. | ||
| 2687 | 2025.02.28 11:10:48.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.13 MiB, peak 177.38 MiB, free memory in arenas 0.00 B, will set to 171.02 MiB (RSS), difference: -1.11 MiB | ||
| 2688 | 2025.02.28 11:10:50.841899 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 356 | ||
| 2689 | 2025.02.28 11:10:50.845418 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2690 | 2025.02.28 11:10:50.845469 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2691 | 2025.02.28 11:10:50.847002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2692 | 2025.02.28 11:10:50.847312 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2693 | 2025.02.28 11:10:50.847832 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 356 | ||
| 2694 | 2025.02.28 11:10:51.365084 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2695 | 2025.02.28 11:10:51.365283 [ 256 ] {f2a4e9dc-5ad6-49fb-beda-6f937695a371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2696 | 2025.02.28 11:10:51.365357 [ 256 ] {f2a4e9dc-5ad6-49fb-beda-6f937695a371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2697 | 2025.02.28 11:10:51.366121 [ 256 ] {f2a4e9dc-5ad6-49fb-beda-6f937695a371} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2698 | 2025.02.28 11:10:51.366172 [ 256 ] {f2a4e9dc-5ad6-49fb-beda-6f937695a371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2699 | 2025.02.28 11:10:51.366612 [ 256 ] {f2a4e9dc-5ad6-49fb-beda-6f937695a371} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2700 | 2025.02.28 11:10:51.366857 [ 256 ] {f2a4e9dc-5ad6-49fb-beda-6f937695a371} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2025.02.28 11:10:51.367050 [ 23 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2702 | 2025.02.28 11:10:51.367118 [ 256 ] {f2a4e9dc-5ad6-49fb-beda-6f937695a371} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001888 sec., 15889.830508474577 rows/sec., 1.24 MiB/sec. | ||
| 2703 | 2025.02.28 11:10:51.367138 [ 23 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2704 | 2025.02.28 11:10:51.367208 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2705 | 2025.02.28 11:10:51.367236 [ 256 ] {f2a4e9dc-5ad6-49fb-beda-6f937695a371} <Debug> TCPHandler: Processed in 0.00228866 sec. | ||
| 2706 | 2025.02.28 11:10:51.367447 [ 198 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 2707 | 2025.02.28 11:10:51.367545 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2708 | 2025.02.28 11:10:51.367653 [ 198 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2709 | 2025.02.28 11:10:51.367739 [ 198 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1252 rows starting from the beginning of the part | ||
| 2710 | 2025.02.28 11:10:51.367806 [ 5 ] {c341c412-c2d7-42ff-8a3b-9d8bb4c9c591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2711 | 2025.02.28 11:10:51.368000 [ 5 ] {c341c412-c2d7-42ff-8a3b-9d8bb4c9c591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2712 | 2025.02.28 11:10:51.368006 [ 198 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 77 rows starting from the beginning of the part | ||
| 2713 | 2025.02.28 11:10:51.368392 [ 198 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 2714 | 2025.02.28 11:10:51.368640 [ 198 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 76 rows starting from the beginning of the part | ||
| 2715 | 2025.02.28 11:10:51.368861 [ 198 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1326 rows starting from the beginning of the part | ||
| 2716 | 2025.02.28 11:10:51.369173 [ 198 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
| 2717 | 2025.02.28 11:10:51.371250 [ 5 ] {c341c412-c2d7-42ff-8a3b-9d8bb4c9c591} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2718 | 2025.02.28 11:10:51.371334 [ 5 ] {c341c412-c2d7-42ff-8a3b-9d8bb4c9c591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2719 | 2025.02.28 11:10:51.372245 [ 5 ] {c341c412-c2d7-42ff-8a3b-9d8bb4c9c591} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2720 | 2025.02.28 11:10:51.372608 [ 5 ] {c341c412-c2d7-42ff-8a3b-9d8bb4c9c591} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2721 | 2025.02.28 11:10:51.372962 [ 23 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2722 | 2025.02.28 11:10:51.373098 [ 23 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2723 | 2025.02.28 11:10:51.373177 [ 187 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2825 rows, containing 5 columns (5 merged, 0 gathered) in 0.005837496 sec., 483940.3744345178 rows/sec., 42.36 MiB/sec. | ||
| 2724 | 2025.02.28 11:10:51.373194 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2725 | 2025.02.28 11:10:51.373286 [ 5 ] {c341c412-c2d7-42ff-8a3b-9d8bb4c9c591} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00553 sec., 6509.94575045208 rows/sec., 520.60 KiB/sec. | ||
| 2726 | 2025.02.28 11:10:51.373593 [ 5 ] {c341c412-c2d7-42ff-8a3b-9d8bb4c9c591} <Debug> TCPHandler: Processed in 0.006204173 sec. | ||
| 2727 | 2025.02.28 11:10:51.373601 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 2728 | 2025.02.28 11:10:51.373671 [ 187 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2729 | 2025.02.28 11:10:51.373882 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2730 | 2025.02.28 11:10:51.374026 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2731 | 2025.02.28 11:10:51.374152 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 552 rows starting from the beginning of the part | ||
| 2732 | 2025.02.28 11:10:51.374178 [ 256 ] {6eea7c24-c92a-4c3f-9fdc-d047bf442ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2733 | 2025.02.28 11:10:51.374400 [ 256 ] {6eea7c24-c92a-4c3f-9fdc-d047bf442ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2734 | 2025.02.28 11:10:51.374723 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 61 rows starting from the beginning of the part | ||
| 2735 | 2025.02.28 11:10:51.374848 [ 187 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_16_3} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2736 | 2025.02.28 11:10:51.375362 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 53 rows starting from the beginning of the part | ||
| 2737 | 2025.02.28 11:10:51.375453 [ 187 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_16_3} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2738 | 2025.02.28 11:10:51.375973 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 2739 | 2025.02.28 11:10:51.375999 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 59 rows starting from the beginning of the part | ||
| 2740 | 2025.02.28 11:10:51.376325 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 549 rows starting from the beginning of the part | ||
| 2741 | 2025.02.28 11:10:51.376461 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part | ||
| 2742 | 2025.02.28 11:10:51.377479 [ 256 ] {6eea7c24-c92a-4c3f-9fdc-d047bf442ed6} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2743 | 2025.02.28 11:10:51.377545 [ 256 ] {6eea7c24-c92a-4c3f-9fdc-d047bf442ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2744 | 2025.02.28 11:10:51.378574 [ 256 ] {6eea7c24-c92a-4c3f-9fdc-d047bf442ed6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2745 | 2025.02.28 11:10:51.378957 [ 256 ] {6eea7c24-c92a-4c3f-9fdc-d047bf442ed6} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2746 | 2025.02.28 11:10:51.379545 [ 256 ] {6eea7c24-c92a-4c3f-9fdc-d047bf442ed6} <Debug> executeQuery: Read 48 rows, 3.45 KiB in 0.00547 sec., 8775.137111517368 rows/sec., 630.57 KiB/sec. | ||
| 2747 | 2025.02.28 11:10:51.379588 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1310 rows, containing 5 columns (5 merged, 0 gathered) in 0.006249274 sec., 209624.34996449188 rows/sec., 16.55 MiB/sec. | ||
| 2748 | 2025.02.28 11:10:51.379682 [ 256 ] {6eea7c24-c92a-4c3f-9fdc-d047bf442ed6} <Debug> TCPHandler: Processed in 0.005946598 sec. | ||
| 2749 | 2025.02.28 11:10:51.379866 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2750 | 2025.02.28 11:10:51.379893 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2751 | 2025.02.28 11:10:51.380069 [ 5 ] {2485f425-c3ae-448e-b153-2a4090f1531f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2752 | 2025.02.28 11:10:51.380142 [ 5 ] {2485f425-c3ae-448e-b153-2a4090f1531f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2753 | 2025.02.28 11:10:51.380243 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_16_3} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2754 | 2025.02.28 11:10:51.380381 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_16_3} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2755 | 2025.02.28 11:10:51.380505 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 2756 | 2025.02.28 11:10:51.380870 [ 5 ] {2485f425-c3ae-448e-b153-2a4090f1531f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2757 | 2025.02.28 11:10:51.380916 [ 5 ] {2485f425-c3ae-448e-b153-2a4090f1531f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2758 | 2025.02.28 11:10:51.381322 [ 5 ] {2485f425-c3ae-448e-b153-2a4090f1531f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2759 | 2025.02.28 11:10:51.381566 [ 5 ] {2485f425-c3ae-448e-b153-2a4090f1531f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2025.02.28 11:10:51.381804 [ 5 ] {2485f425-c3ae-448e-b153-2a4090f1531f} <Debug> executeQuery: Read 24 rows, 1.63 KiB in 0.001778 sec., 13498.312710911136 rows/sec., 916.15 KiB/sec. | ||
| 2761 | 2025.02.28 11:10:51.381924 [ 5 ] {2485f425-c3ae-448e-b153-2a4090f1531f} <Debug> TCPHandler: Processed in 0.002105715 sec. | ||
| 2762 | 2025.02.28 11:10:53.336830 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 2763 | 2025.02.28 11:10:53.337618 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2025.02.28 11:10:53.337658 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2765 | 2025.02.28 11:10:53.338172 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2766 | 2025.02.28 11:10:53.338428 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2767 | 2025.02.28 11:10:53.338737 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 2768 | 2025.02.28 11:10:53.770224 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 2769 | 2025.02.28 11:10:53.791314 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2770 | 2025.02.28 11:10:53.791382 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2771 | 2025.02.28 11:10:53.799346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2772 | 2025.02.28 11:10:53.800139 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2773 | 2025.02.28 11:10:53.802985 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 2774 | 2025.02.28 11:10:56.367381 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2775 | 2025.02.28 11:10:56.367610 [ 256 ] {da2d0545-64ad-4a78-8091-35ba7ae5d56d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2776 | 2025.02.28 11:10:56.367692 [ 256 ] {da2d0545-64ad-4a78-8091-35ba7ae5d56d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2777 | 2025.02.28 11:10:56.368575 [ 256 ] {da2d0545-64ad-4a78-8091-35ba7ae5d56d} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2778 | 2025.02.28 11:10:56.368628 [ 256 ] {da2d0545-64ad-4a78-8091-35ba7ae5d56d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2779 | 2025.02.28 11:10:56.369169 [ 256 ] {da2d0545-64ad-4a78-8091-35ba7ae5d56d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2780 | 2025.02.28 11:10:56.369464 [ 256 ] {da2d0545-64ad-4a78-8091-35ba7ae5d56d} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2781 | 2025.02.28 11:10:56.369734 [ 256 ] {da2d0545-64ad-4a78-8091-35ba7ae5d56d} <Debug> executeQuery: Read 76 rows, 6.71 KiB in 0.002186 sec., 34766.697163769444 rows/sec., 3.00 MiB/sec. | ||
| 2782 | 2025.02.28 11:10:56.369813 [ 256 ] {da2d0545-64ad-4a78-8091-35ba7ae5d56d} <Debug> TCPHandler: Processed in 0.002580235 sec. | ||
| 2783 | 2025.02.28 11:10:56.370123 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2784 | 2025.02.28 11:10:56.370335 [ 5 ] {3ad4f7b7-1105-45c1-87f1-f9c6faf4f1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2785 | 2025.02.28 11:10:56.370419 [ 5 ] {3ad4f7b7-1105-45c1-87f1-f9c6faf4f1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2786 | 2025.02.28 11:10:56.371259 [ 5 ] {3ad4f7b7-1105-45c1-87f1-f9c6faf4f1dc} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2787 | 2025.02.28 11:10:56.371308 [ 5 ] {3ad4f7b7-1105-45c1-87f1-f9c6faf4f1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2788 | 2025.02.28 11:10:56.371795 [ 5 ] {3ad4f7b7-1105-45c1-87f1-f9c6faf4f1dc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2789 | 2025.02.28 11:10:56.372093 [ 5 ] {3ad4f7b7-1105-45c1-87f1-f9c6faf4f1dc} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2790 | 2025.02.28 11:10:56.372318 [ 5 ] {3ad4f7b7-1105-45c1-87f1-f9c6faf4f1dc} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.002042 sec., 11263.467189030362 rows/sec., 846.96 KiB/sec. | ||
| 2791 | 2025.02.28 11:10:56.372396 [ 5 ] {3ad4f7b7-1105-45c1-87f1-f9c6faf4f1dc} <Debug> TCPHandler: Processed in 0.002423451 sec. | ||
| 2792 | 2025.02.28 11:10:56.372572 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2793 | 2025.02.28 11:10:56.372715 [ 256 ] {be234d68-b7e1-4ef9-8713-b174820322a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2794 | 2025.02.28 11:10:56.372776 [ 256 ] {be234d68-b7e1-4ef9-8713-b174820322a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2795 | 2025.02.28 11:10:56.373483 [ 256 ] {be234d68-b7e1-4ef9-8713-b174820322a8} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2796 | 2025.02.28 11:10:56.373529 [ 256 ] {be234d68-b7e1-4ef9-8713-b174820322a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2797 | 2025.02.28 11:10:56.373972 [ 256 ] {be234d68-b7e1-4ef9-8713-b174820322a8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2798 | 2025.02.28 11:10:56.374264 [ 256 ] {be234d68-b7e1-4ef9-8713-b174820322a8} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2799 | 2025.02.28 11:10:56.374569 [ 256 ] {be234d68-b7e1-4ef9-8713-b174820322a8} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.001876 sec., 31449.893390191897 rows/sec., 2.46 MiB/sec. | ||
| 2800 | 2025.02.28 11:10:56.374798 [ 256 ] {be234d68-b7e1-4ef9-8713-b174820322a8} <Debug> TCPHandler: Processed in 0.002289659 sec. | ||
| 2801 | 2025.02.28 11:10:56.375001 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2802 | 2025.02.28 11:10:56.375174 [ 5 ] {b1a8c7f2-5b44-495c-96be-c1e4af5a6ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2803 | 2025.02.28 11:10:56.375255 [ 5 ] {b1a8c7f2-5b44-495c-96be-c1e4af5a6ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2804 | 2025.02.28 11:10:56.376032 [ 5 ] {b1a8c7f2-5b44-495c-96be-c1e4af5a6ed9} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2805 | 2025.02.28 11:10:56.376086 [ 5 ] {b1a8c7f2-5b44-495c-96be-c1e4af5a6ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2806 | 2025.02.28 11:10:56.376562 [ 5 ] {b1a8c7f2-5b44-495c-96be-c1e4af5a6ed9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2807 | 2025.02.28 11:10:56.376854 [ 5 ] {b1a8c7f2-5b44-495c-96be-c1e4af5a6ed9} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2808 | 2025.02.28 11:10:56.377000 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2809 | 2025.02.28 11:10:56.377053 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2810 | 2025.02.28 11:10:56.377079 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2811 | 2025.02.28 11:10:56.377083 [ 5 ] {b1a8c7f2-5b44-495c-96be-c1e4af5a6ed9} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001954 sec., 30706.243602865918 rows/sec., 2.15 MiB/sec. | ||
| 2812 | 2025.02.28 11:10:56.377453 [ 5 ] {b1a8c7f2-5b44-495c-96be-c1e4af5a6ed9} <Debug> TCPHandler: Processed in 0.002519365 sec. | ||
| 2813 | 2025.02.28 11:10:56.377666 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 2814 | 2025.02.28 11:10:56.377861 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2815 | 2025.02.28 11:10:56.378176 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2816 | 2025.02.28 11:10:56.378188 [ 256 ] {aab8fee9-a13b-4ba2-b8eb-0ab8027778b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2817 | 2025.02.28 11:10:56.378255 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2913 rows starting from the beginning of the part | ||
| 2818 | 2025.02.28 11:10:56.378425 [ 256 ] {aab8fee9-a13b-4ba2-b8eb-0ab8027778b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2819 | 2025.02.28 11:10:56.378643 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2820 | 2025.02.28 11:10:56.379156 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 2821 | 2025.02.28 11:10:56.379527 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1166 rows starting from the beginning of the part | ||
| 2822 | 2025.02.28 11:10:56.379999 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 2823 | 2025.02.28 11:10:56.380386 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 2824 | 2025.02.28 11:10:56.384585 [ 256 ] {aab8fee9-a13b-4ba2-b8eb-0ab8027778b5} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2825 | 2025.02.28 11:10:56.384658 [ 256 ] {aab8fee9-a13b-4ba2-b8eb-0ab8027778b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2826 | 2025.02.28 11:10:56.385660 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4307 rows, containing 5 columns (5 merged, 0 gathered) in 0.00844146 sec., 510219.7961016223 rows/sec., 35.08 MiB/sec. | ||
| 2827 | 2025.02.28 11:10:56.386293 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2828 | 2025.02.28 11:10:56.386317 [ 256 ] {aab8fee9-a13b-4ba2-b8eb-0ab8027778b5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2829 | 2025.02.28 11:10:56.386965 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2830 | 2025.02.28 11:10:56.386972 [ 256 ] {aab8fee9-a13b-4ba2-b8eb-0ab8027778b5} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2831 | 2025.02.28 11:10:56.387156 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2832 | 2025.02.28 11:10:56.387489 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 2833 | 2025.02.28 11:10:56.387614 [ 256 ] {aab8fee9-a13b-4ba2-b8eb-0ab8027778b5} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.009541 sec., 2410.6487789539883 rows/sec., 4.32 MiB/sec. | ||
| 2834 | 2025.02.28 11:10:56.387779 [ 256 ] {aab8fee9-a13b-4ba2-b8eb-0ab8027778b5} <Debug> TCPHandler: Processed in 0.010122387 sec. | ||
| 2835 | 2025.02.28 11:10:56.387969 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2836 | 2025.02.28 11:10:56.388114 [ 5 ] {70922ebe-75ec-4531-b03c-f89dd2d225e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2837 | 2025.02.28 11:10:56.388178 [ 5 ] {70922ebe-75ec-4531-b03c-f89dd2d225e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2838 | 2025.02.28 11:10:56.388749 [ 5 ] {70922ebe-75ec-4531-b03c-f89dd2d225e4} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2839 | 2025.02.28 11:10:56.388793 [ 5 ] {70922ebe-75ec-4531-b03c-f89dd2d225e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2840 | 2025.02.28 11:10:56.389222 [ 5 ] {70922ebe-75ec-4531-b03c-f89dd2d225e4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2841 | 2025.02.28 11:10:56.389514 [ 5 ] {70922ebe-75ec-4531-b03c-f89dd2d225e4} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2842 | 2025.02.28 11:10:56.389724 [ 5 ] {70922ebe-75ec-4531-b03c-f89dd2d225e4} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001641 sec., 18281.535648994515 rows/sec., 1.21 MiB/sec. | ||
| 2843 | 2025.02.28 11:10:56.389788 [ 5 ] {70922ebe-75ec-4531-b03c-f89dd2d225e4} <Debug> TCPHandler: Processed in 0.00188693 sec. | ||
| 2844 | 2025.02.28 11:10:59.176352 [ 150 ] {} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2845 | 2025.02.28 11:10:59.176451 [ 150 ] {} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2846 | 2025.02.28 11:10:59.176492 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2847 | 2025.02.28 11:10:59.176774 [ 190 ] {7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb::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 | ||
| 2848 | 2025.02.28 11:10:59.177292 [ 190 ] {7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2849 | 2025.02.28 11:10:59.177367 [ 190 ] {7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 2850 | 2025.02.28 11:10:59.177461 [ 190 ] {7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 7 rows starting from the beginning of the part | ||
| 2851 | 2025.02.28 11:10:59.177600 [ 190 ] {7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb::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 | ||
| 2852 | 2025.02.28 11:10:59.177707 [ 190 ] {7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 5 rows starting from the beginning of the part | ||
| 2853 | 2025.02.28 11:10:59.177807 [ 190 ] {7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2854 | 2025.02.28 11:10:59.179915 [ 196 ] {7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.003321712 sec., 10837.784853111889 rows/sec., 2.19 MiB/sec. | ||
| 2855 | 2025.02.28 11:10:59.180147 [ 196 ] {7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2856 | 2025.02.28 11:10:59.180643 [ 196 ] {7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb::all_1_5_1} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2857 | 2025.02.28 11:10:59.180742 [ 196 ] {7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb::all_1_5_1} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2858 | 2025.02.28 11:10:59.180848 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2859 | 2025.02.28 11:11:00.762436 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2860 | 2025.02.28 11:11:00.762511 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2861 | 2025.02.28 11:11:00.838914 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 2862 | 2025.02.28 11:11:00.839614 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2863 | 2025.02.28 11:11:00.839664 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2864 | 2025.02.28 11:11:00.840197 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2865 | 2025.02.28 11:11:00.840462 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2866 | 2025.02.28 11:11:00.840670 [ 148 ] {} <Debug> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2867 | 2025.02.28 11:11:00.840730 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 2868 | 2025.02.28 11:11:00.840756 [ 148 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2869 | 2025.02.28 11:11:00.840787 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2870 | 2025.02.28 11:11:00.840975 [ 188 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 2871 | 2025.02.28 11:11:00.841182 [ 188 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2872 | 2025.02.28 11:11:00.841225 [ 188 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 2873 | 2025.02.28 11:11:00.841307 [ 188 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 2874 | 2025.02.28 11:11:00.841494 [ 188 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 2875 | 2025.02.28 11:11:00.841733 [ 188 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 2876 | 2025.02.28 11:11:00.841886 [ 188 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 2877 | 2025.02.28 11:11:00.842022 [ 188 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 2878 | 2025.02.28 11:11:00.843788 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002939162 sec., 2511260.012207561 rows/sec., 35.92 MiB/sec. | ||
| 2879 | 2025.02.28 11:11:00.844516 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2880 | 2025.02.28 11:11:00.844805 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_16_3} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2881 | 2025.02.28 11:11:00.844887 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_16_3} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2882 | 2025.02.28 11:11:00.844978 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 2883 | 2025.02.28 11:11:00.848199 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 376 | ||
| 2884 | 2025.02.28 11:11:00.850972 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2885 | 2025.02.28 11:11:00.851020 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2886 | 2025.02.28 11:11:00.852489 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2887 | 2025.02.28 11:11:00.852807 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2888 | 2025.02.28 11:11:00.853330 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 376 | ||
| 2889 | 2025.02.28 11:11:01.001364 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00094883 sec. | ||
| 2890 | 2025.02.28 11:11:01.303090 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 2891 | 2025.02.28 11:11:01.324147 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2892 | 2025.02.28 11:11:01.324192 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2893 | 2025.02.28 11:11:01.331840 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2894 | 2025.02.28 11:11:01.332613 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2895 | 2025.02.28 11:11:01.332928 [ 148 ] {} <Debug> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2896 | 2025.02.28 11:11:01.332998 [ 148 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2897 | 2025.02.28 11:11:01.333044 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2898 | 2025.02.28 11:11:01.333329 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 2899 | 2025.02.28 11:11:01.342396 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 2900 | 2025.02.28 11:11:01.343721 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2901 | 2025.02.28 11:11:01.344625 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 2902 | 2025.02.28 11:11:01.349222 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 2903 | 2025.02.28 11:11:01.353995 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 2904 | 2025.02.28 11:11:01.358983 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 2905 | 2025.02.28 11:11:01.364366 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 2906 | 2025.02.28 11:11:01.365916 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2907 | 2025.02.28 11:11:01.366123 [ 256 ] {1ce34fed-965e-48bc-aaac-9faebdbc5e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2908 | 2025.02.28 11:11:01.366232 [ 256 ] {1ce34fed-965e-48bc-aaac-9faebdbc5e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2909 | 2025.02.28 11:11:01.367993 [ 256 ] {1ce34fed-965e-48bc-aaac-9faebdbc5e09} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.02.28 11:11:01.368044 [ 256 ] {1ce34fed-965e-48bc-aaac-9faebdbc5e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2911 | 2025.02.28 11:11:01.368931 [ 256 ] {1ce34fed-965e-48bc-aaac-9faebdbc5e09} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2912 | 2025.02.28 11:11:01.369366 [ 256 ] {1ce34fed-965e-48bc-aaac-9faebdbc5e09} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2913 | 2025.02.28 11:11:01.369891 [ 256 ] {1ce34fed-965e-48bc-aaac-9faebdbc5e09} <Debug> executeQuery: Read 64 rows, 5.70 KiB in 0.003787 sec., 16899.920781621335 rows/sec., 1.47 MiB/sec. | ||
| 2914 | 2025.02.28 11:11:01.370314 [ 256 ] {1ce34fed-965e-48bc-aaac-9faebdbc5e09} <Debug> TCPHandler: Processed in 0.004513077 sec. | ||
| 2915 | 2025.02.28 11:11:01.370663 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2916 | 2025.02.28 11:11:01.371042 [ 5 ] {b331769a-837e-4fff-8f7b-c003484c1e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2917 | 2025.02.28 11:11:01.371192 [ 5 ] {b331769a-837e-4fff-8f7b-c003484c1e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2918 | 2025.02.28 11:11:01.374507 [ 5 ] {b331769a-837e-4fff-8f7b-c003484c1e47} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2919 | 2025.02.28 11:11:01.374578 [ 5 ] {b331769a-837e-4fff-8f7b-c003484c1e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2920 | 2025.02.28 11:11:01.375650 [ 5 ] {b331769a-837e-4fff-8f7b-c003484c1e47} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2921 | 2025.02.28 11:11:01.375996 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 2922 | 2025.02.28 11:11:01.376233 [ 5 ] {b331769a-837e-4fff-8f7b-c003484c1e47} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2923 | 2025.02.28 11:11:01.377014 [ 5 ] {b331769a-837e-4fff-8f7b-c003484c1e47} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.006044 sec., 2812.706816677697 rows/sec., 211.50 KiB/sec. | ||
| 2924 | 2025.02.28 11:11:01.377286 [ 5 ] {b331769a-837e-4fff-8f7b-c003484c1e47} <Debug> TCPHandler: Processed in 0.006811956 sec. | ||
| 2925 | 2025.02.28 11:11:01.377607 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2926 | 2025.02.28 11:11:01.377928 [ 256 ] {65f4cc1f-047d-41fa-b96c-3bc4b229aa90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2927 | 2025.02.28 11:11:01.377997 [ 256 ] {65f4cc1f-047d-41fa-b96c-3bc4b229aa90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2928 | 2025.02.28 11:11:01.378905 [ 256 ] {65f4cc1f-047d-41fa-b96c-3bc4b229aa90} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2929 | 2025.02.28 11:11:01.378947 [ 256 ] {65f4cc1f-047d-41fa-b96c-3bc4b229aa90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2930 | 2025.02.28 11:11:01.379399 [ 256 ] {65f4cc1f-047d-41fa-b96c-3bc4b229aa90} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2931 | 2025.02.28 11:11:01.379762 [ 256 ] {65f4cc1f-047d-41fa-b96c-3bc4b229aa90} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2932 | 2025.02.28 11:11:01.380323 [ 256 ] {65f4cc1f-047d-41fa-b96c-3bc4b229aa90} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.002414 sec., 21955.26097763049 rows/sec., 1.72 MiB/sec. | ||
| 2933 | 2025.02.28 11:11:01.380746 [ 256 ] {65f4cc1f-047d-41fa-b96c-3bc4b229aa90} <Debug> TCPHandler: Processed in 0.003321871 sec. | ||
| 2934 | 2025.02.28 11:11:01.381049 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2935 | 2025.02.28 11:11:01.381414 [ 5 ] {185eeb8c-3ad1-4f99-bf88-d5efce699b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2936 | 2025.02.28 11:11:01.381553 [ 5 ] {185eeb8c-3ad1-4f99-bf88-d5efce699b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2937 | 2025.02.28 11:11:01.383644 [ 5 ] {185eeb8c-3ad1-4f99-bf88-d5efce699b40} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2938 | 2025.02.28 11:11:01.383729 [ 5 ] {185eeb8c-3ad1-4f99-bf88-d5efce699b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2939 | 2025.02.28 11:11:01.386119 [ 5 ] {185eeb8c-3ad1-4f99-bf88-d5efce699b40} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2940 | 2025.02.28 11:11:01.386756 [ 5 ] {185eeb8c-3ad1-4f99-bf88-d5efce699b40} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2941 | 2025.02.28 11:11:01.387740 [ 5 ] {185eeb8c-3ad1-4f99-bf88-d5efce699b40} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.006434 sec., 9325.458501709669 rows/sec., 670.12 KiB/sec. | ||
| 2942 | 2025.02.28 11:11:01.387962 [ 5 ] {185eeb8c-3ad1-4f99-bf88-d5efce699b40} <Debug> TCPHandler: Processed in 0.007085152 sec. | ||
| 2943 | 2025.02.28 11:11:01.388191 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2944 | 2025.02.28 11:11:01.388394 [ 256 ] {c9a2a039-c9f2-4222-b92f-3be964f2cce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2945 | 2025.02.28 11:11:01.388553 [ 256 ] {c9a2a039-c9f2-4222-b92f-3be964f2cce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2946 | 2025.02.28 11:11:01.392327 [ 256 ] {c9a2a039-c9f2-4222-b92f-3be964f2cce0} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2947 | 2025.02.28 11:11:01.392380 [ 256 ] {c9a2a039-c9f2-4222-b92f-3be964f2cce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2948 | 2025.02.28 11:11:01.394223 [ 256 ] {c9a2a039-c9f2-4222-b92f-3be964f2cce0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2949 | 2025.02.28 11:11:01.394714 [ 256 ] {c9a2a039-c9f2-4222-b92f-3be964f2cce0} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2950 | 2025.02.28 11:11:01.395006 [ 256 ] {c9a2a039-c9f2-4222-b92f-3be964f2cce0} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00667 sec., 2548.725637181409 rows/sec., 4.57 MiB/sec. | ||
| 2951 | 2025.02.28 11:11:01.395493 [ 256 ] {c9a2a039-c9f2-4222-b92f-3be964f2cce0} <Debug> TCPHandler: Processed in 0.007399648 sec. | ||
| 2952 | 2025.02.28 11:11:01.395808 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2953 | 2025.02.28 11:11:01.396153 [ 5 ] {253b9fce-838a-4472-aa40-5ac4db998aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2954 | 2025.02.28 11:11:01.396343 [ 5 ] {253b9fce-838a-4472-aa40-5ac4db998aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2955 | 2025.02.28 11:11:01.398420 [ 5 ] {253b9fce-838a-4472-aa40-5ac4db998aa9} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2956 | 2025.02.28 11:11:01.398461 [ 5 ] {253b9fce-838a-4472-aa40-5ac4db998aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2957 | 2025.02.28 11:11:01.398855 [ 5 ] {253b9fce-838a-4472-aa40-5ac4db998aa9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2958 | 2025.02.28 11:11:01.399383 [ 5 ] {253b9fce-838a-4472-aa40-5ac4db998aa9} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2959 | 2025.02.28 11:11:01.399825 [ 130 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2960 | 2025.02.28 11:11:01.400085 [ 130 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2961 | 2025.02.28 11:11:01.400288 [ 5 ] {253b9fce-838a-4472-aa40-5ac4db998aa9} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.004249 sec., 7060.484819957637 rows/sec., 479.20 KiB/sec. | ||
| 2962 | 2025.02.28 11:11:01.400346 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2963 | 2025.02.28 11:11:01.400708 [ 5 ] {253b9fce-838a-4472-aa40-5ac4db998aa9} <Debug> TCPHandler: Processed in 0.005097459 sec. | ||
| 2964 | 2025.02.28 11:11:01.401203 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 2965 | 2025.02.28 11:11:01.401889 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2966 | 2025.02.28 11:11:01.402032 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 264 rows starting from the beginning of the part | ||
| 2967 | 2025.02.28 11:11:01.402604 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 2968 | 2025.02.28 11:11:01.402864 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 2969 | 2025.02.28 11:11:01.403285 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part | ||
| 2970 | 2025.02.28 11:11:01.403588 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 2971 | 2025.02.28 11:11:01.403935 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
| 2972 | 2025.02.28 11:11:01.406393 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 4 columns (4 merged, 0 gathered) in 0.005786784 sec., 66358.10149471623 rows/sec., 4.45 MiB/sec. | ||
| 2973 | 2025.02.28 11:11:01.406568 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2974 | 2025.02.28 11:11:01.407025 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_16_3} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2975 | 2025.02.28 11:11:01.407171 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_16_3} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2976 | 2025.02.28 11:11:01.407308 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2977 | 2025.02.28 11:11:01.457696 [ 186 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.124550977 sec., 971.4897700079864 rows/sec., 5.02 MiB/sec. | ||
| 2978 | 2025.02.28 11:11:01.460575 [ 186 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2979 | 2025.02.28 11:11:01.463603 [ 186 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_16_3} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2980 | 2025.02.28 11:11:01.463732 [ 186 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_16_3} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2981 | 2025.02.28 11:11:01.466361 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 2982 | 2025.02.28 11:11:06.370847 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2983 | 2025.02.28 11:11:06.371074 [ 256 ] {c80b6b3d-d5a4-48da-8dfa-2101881653ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2984 | 2025.02.28 11:11:06.371157 [ 256 ] {c80b6b3d-d5a4-48da-8dfa-2101881653ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2985 | 2025.02.28 11:11:06.372025 [ 256 ] {c80b6b3d-d5a4-48da-8dfa-2101881653ae} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2986 | 2025.02.28 11:11:06.372074 [ 256 ] {c80b6b3d-d5a4-48da-8dfa-2101881653ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2987 | 2025.02.28 11:11:06.372509 [ 256 ] {c80b6b3d-d5a4-48da-8dfa-2101881653ae} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2988 | 2025.02.28 11:11:06.372757 [ 256 ] {c80b6b3d-d5a4-48da-8dfa-2101881653ae} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2989 | 2025.02.28 11:11:06.373012 [ 256 ] {c80b6b3d-d5a4-48da-8dfa-2101881653ae} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001984 sec., 51411.290322580644 rows/sec., 4.29 MiB/sec. | ||
| 2990 | 2025.02.28 11:11:06.373139 [ 256 ] {c80b6b3d-d5a4-48da-8dfa-2101881653ae} <Debug> TCPHandler: Processed in 0.002434612 sec. | ||
| 2991 | 2025.02.28 11:11:06.373451 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2992 | 2025.02.28 11:11:06.373650 [ 5 ] {f10409c9-e092-433a-8797-d1b21fc1ab54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2993 | 2025.02.28 11:11:06.373727 [ 5 ] {f10409c9-e092-433a-8797-d1b21fc1ab54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2994 | 2025.02.28 11:11:06.374515 [ 5 ] {f10409c9-e092-433a-8797-d1b21fc1ab54} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2995 | 2025.02.28 11:11:06.374570 [ 5 ] {f10409c9-e092-433a-8797-d1b21fc1ab54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2996 | 2025.02.28 11:11:06.375049 [ 5 ] {f10409c9-e092-433a-8797-d1b21fc1ab54} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2997 | 2025.02.28 11:11:06.375313 [ 5 ] {f10409c9-e092-433a-8797-d1b21fc1ab54} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2998 | 2025.02.28 11:11:06.375502 [ 143 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2999 | 2025.02.28 11:11:06.375584 [ 143 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3000 | 2025.02.28 11:11:06.375590 [ 5 ] {f10409c9-e092-433a-8797-d1b21fc1ab54} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001982 sec., 11604.439959636731 rows/sec., 872.60 KiB/sec. | ||
| 3001 | 2025.02.28 11:11:06.375625 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3002 | 2025.02.28 11:11:06.375781 [ 5 ] {f10409c9-e092-433a-8797-d1b21fc1ab54} <Debug> TCPHandler: Processed in 0.002484463 sec. | ||
| 3003 | 2025.02.28 11:11:06.375885 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 3004 | 2025.02.28 11:11:06.376080 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3005 | 2025.02.28 11:11:06.376179 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3006 | 2025.02.28 11:11:06.376249 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 44 rows starting from the beginning of the part | ||
| 3007 | 2025.02.28 11:11:06.376359 [ 256 ] {a73367cd-9561-4e0e-a82d-578cf02c3507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3008 | 2025.02.28 11:11:06.376487 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
| 3009 | 2025.02.28 11:11:06.376531 [ 256 ] {a73367cd-9561-4e0e-a82d-578cf02c3507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3010 | 2025.02.28 11:11:06.376933 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part | ||
| 3011 | 2025.02.28 11:11:06.377207 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
| 3012 | 2025.02.28 11:11:06.377607 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 17 rows starting from the beginning of the part | ||
| 3013 | 2025.02.28 11:11:06.378089 [ 193 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part | ||
| 3014 | 2025.02.28 11:11:06.379655 [ 256 ] {a73367cd-9561-4e0e-a82d-578cf02c3507} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3015 | 2025.02.28 11:11:06.379731 [ 256 ] {a73367cd-9561-4e0e-a82d-578cf02c3507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3016 | 2025.02.28 11:11:06.380874 [ 256 ] {a73367cd-9561-4e0e-a82d-578cf02c3507} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3017 | 2025.02.28 11:11:06.381069 [ 194 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 5 columns (5 merged, 0 gathered) in 0.005310973 sec., 30691.174667993982 rows/sec., 2.37 MiB/sec. | ||
| 3018 | 2025.02.28 11:11:06.381365 [ 256 ] {a73367cd-9561-4e0e-a82d-578cf02c3507} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3019 | 2025.02.28 11:11:06.381393 [ 194 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3020 | 2025.02.28 11:11:06.381753 [ 256 ] {a73367cd-9561-4e0e-a82d-578cf02c3507} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00548 sec., 15875.912408759124 rows/sec., 1.24 MiB/sec. | ||
| 3021 | 2025.02.28 11:11:06.381918 [ 256 ] {a73367cd-9561-4e0e-a82d-578cf02c3507} <Debug> TCPHandler: Processed in 0.006022219 sec. | ||
| 3022 | 2025.02.28 11:11:06.382066 [ 194 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_16_3} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3023 | 2025.02.28 11:11:06.382146 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3024 | 2025.02.28 11:11:06.382203 [ 194 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_16_3} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3025 | 2025.02.28 11:11:06.382364 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3026 | 2025.02.28 11:11:06.382393 [ 5 ] {783194e8-a8cf-45f1-b875-3f14e010f044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3027 | 2025.02.28 11:11:06.382473 [ 5 ] {783194e8-a8cf-45f1-b875-3f14e010f044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3028 | 2025.02.28 11:11:06.383088 [ 5 ] {783194e8-a8cf-45f1-b875-3f14e010f044} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3029 | 2025.02.28 11:11:06.383130 [ 5 ] {783194e8-a8cf-45f1-b875-3f14e010f044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3030 | 2025.02.28 11:11:06.383548 [ 5 ] {783194e8-a8cf-45f1-b875-3f14e010f044} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3031 | 2025.02.28 11:11:06.383795 [ 5 ] {783194e8-a8cf-45f1-b875-3f14e010f044} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3032 | 2025.02.28 11:11:06.384024 [ 5 ] {783194e8-a8cf-45f1-b875-3f14e010f044} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001711 sec., 81823.49503214494 rows/sec., 5.70 MiB/sec. | ||
| 3033 | 2025.02.28 11:11:06.384083 [ 5 ] {783194e8-a8cf-45f1-b875-3f14e010f044} <Debug> TCPHandler: Processed in 0.002040554 sec. | ||
| 3034 | 2025.02.28 11:11:06.384258 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3035 | 2025.02.28 11:11:06.384397 [ 256 ] {ba27b345-2646-4db6-80c4-f17ad2a0a579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3036 | 2025.02.28 11:11:06.384492 [ 256 ] {ba27b345-2646-4db6-80c4-f17ad2a0a579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3037 | 2025.02.28 11:11:06.385690 [ 256 ] {ba27b345-2646-4db6-80c4-f17ad2a0a579} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3038 | 2025.02.28 11:11:06.385728 [ 256 ] {ba27b345-2646-4db6-80c4-f17ad2a0a579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3039 | 2025.02.28 11:11:06.386376 [ 256 ] {ba27b345-2646-4db6-80c4-f17ad2a0a579} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3040 | 2025.02.28 11:11:06.386645 [ 256 ] {ba27b345-2646-4db6-80c4-f17ad2a0a579} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3041 | 2025.02.28 11:11:06.386819 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3042 | 2025.02.28 11:11:06.386887 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3043 | 2025.02.28 11:11:06.386921 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3044 | 2025.02.28 11:11:06.386934 [ 256 ] {ba27b345-2646-4db6-80c4-f17ad2a0a579} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002561 sec., 8980.866848887154 rows/sec., 16.09 MiB/sec. | ||
| 3045 | 2025.02.28 11:11:06.387698 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 3046 | 2025.02.28 11:11:06.387722 [ 256 ] {ba27b345-2646-4db6-80c4-f17ad2a0a579} <Debug> TCPHandler: Processed in 0.003529585 sec. | ||
| 3047 | 2025.02.28 11:11:06.387970 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3048 | 2025.02.28 11:11:06.388235 [ 5 ] {f3a7f71d-64c7-4e6e-bbc0-c505ccee1c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3049 | 2025.02.28 11:11:06.388349 [ 5 ] {f3a7f71d-64c7-4e6e-bbc0-c505ccee1c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3050 | 2025.02.28 11:11:06.388372 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3051 | 2025.02.28 11:11:06.388634 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 193 rows starting from the beginning of the part | ||
| 3052 | 2025.02.28 11:11:06.389393 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
| 3053 | 2025.02.28 11:11:06.389944 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 17 rows starting from the beginning of the part | ||
| 3054 | 2025.02.28 11:11:06.390617 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
| 3055 | 2025.02.28 11:11:06.390843 [ 5 ] {f3a7f71d-64c7-4e6e-bbc0-c505ccee1c9c} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3056 | 2025.02.28 11:11:06.391114 [ 5 ] {f3a7f71d-64c7-4e6e-bbc0-c505ccee1c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3057 | 2025.02.28 11:11:06.391209 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 17 rows starting from the beginning of the part | ||
| 3058 | 2025.02.28 11:11:06.391879 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part | ||
| 3059 | 2025.02.28 11:11:06.392877 [ 5 ] {f3a7f71d-64c7-4e6e-bbc0-c505ccee1c9c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3060 | 2025.02.28 11:11:06.393396 [ 5 ] {f3a7f71d-64c7-4e6e-bbc0-c505ccee1c9c} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3061 | 2025.02.28 11:11:06.393927 [ 5 ] {f3a7f71d-64c7-4e6e-bbc0-c505ccee1c9c} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.005777 sec., 9347.412151635797 rows/sec., 643.89 KiB/sec. | ||
| 3062 | 2025.02.28 11:11:06.394031 [ 5 ] {f3a7f71d-64c7-4e6e-bbc0-c505ccee1c9c} <Debug> TCPHandler: Processed in 0.006176012 sec. | ||
| 3063 | 2025.02.28 11:11:06.396752 [ 193 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 19 columns (19 merged, 0 gathered) in 0.009717498 sec., 30460.515659483543 rows/sec., 54.58 MiB/sec. | ||
| 3064 | 2025.02.28 11:11:06.397466 [ 201 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3065 | 2025.02.28 11:11:06.397896 [ 201 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3066 | 2025.02.28 11:11:06.397978 [ 201 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3067 | 2025.02.28 11:11:06.398124 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 3068 | 2025.02.28 11:11:08.340903 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3069 | 2025.02.28 11:11:08.341672 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3070 | 2025.02.28 11:11:08.341720 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3071 | 2025.02.28 11:11:08.342250 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3072 | 2025.02.28 11:11:08.342504 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3073 | 2025.02.28 11:11:08.342821 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3074 | 2025.02.28 11:11:08.842508 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3075 | 2025.02.28 11:11:08.861825 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3076 | 2025.02.28 11:11:08.861886 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3077 | 2025.02.28 11:11:08.869089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3078 | 2025.02.28 11:11:08.869869 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3079 | 2025.02.28 11:11:08.872756 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3080 | 2025.02.28 11:11:10.853533 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 400 | ||
| 3081 | 2025.02.28 11:11:10.856405 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3082 | 2025.02.28 11:11:10.856456 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3083 | 2025.02.28 11:11:10.857921 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3084 | 2025.02.28 11:11:10.858232 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3085 | 2025.02.28 11:11:10.859160 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400 | ||
| 3086 | 2025.02.28 11:11:11.371549 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3087 | 2025.02.28 11:11:11.371852 [ 256 ] {a8efea42-df09-4d4b-96ec-c9c12c006f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3088 | 2025.02.28 11:11:11.371960 [ 256 ] {a8efea42-df09-4d4b-96ec-c9c12c006f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3089 | 2025.02.28 11:11:11.372761 [ 256 ] {a8efea42-df09-4d4b-96ec-c9c12c006f4f} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3090 | 2025.02.28 11:11:11.372809 [ 256 ] {a8efea42-df09-4d4b-96ec-c9c12c006f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3091 | 2025.02.28 11:11:11.373253 [ 256 ] {a8efea42-df09-4d4b-96ec-c9c12c006f4f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3092 | 2025.02.28 11:11:11.373508 [ 256 ] {a8efea42-df09-4d4b-96ec-c9c12c006f4f} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3093 | 2025.02.28 11:11:11.373761 [ 256 ] {a8efea42-df09-4d4b-96ec-c9c12c006f4f} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.002009 sec., 44798.40716774515 rows/sec., 3.75 MiB/sec. | ||
| 3094 | 2025.02.28 11:11:11.373830 [ 256 ] {a8efea42-df09-4d4b-96ec-c9c12c006f4f} <Debug> TCPHandler: Processed in 0.002452162 sec. | ||
| 3095 | 2025.02.28 11:11:11.374094 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3096 | 2025.02.28 11:11:11.374306 [ 5 ] {65602aa6-e73f-4911-b0b3-04911d2d3ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3097 | 2025.02.28 11:11:11.374391 [ 5 ] {65602aa6-e73f-4911-b0b3-04911d2d3ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3098 | 2025.02.28 11:11:11.375188 [ 5 ] {65602aa6-e73f-4911-b0b3-04911d2d3ea1} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3099 | 2025.02.28 11:11:11.375232 [ 5 ] {65602aa6-e73f-4911-b0b3-04911d2d3ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3100 | 2025.02.28 11:11:11.375662 [ 5 ] {65602aa6-e73f-4911-b0b3-04911d2d3ea1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3101 | 2025.02.28 11:11:11.375913 [ 5 ] {65602aa6-e73f-4911-b0b3-04911d2d3ea1} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3102 | 2025.02.28 11:11:11.376164 [ 5 ] {65602aa6-e73f-4911-b0b3-04911d2d3ea1} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001906 sec., 8919.202518363065 rows/sec., 670.68 KiB/sec. | ||
| 3103 | 2025.02.28 11:11:11.376378 [ 5 ] {65602aa6-e73f-4911-b0b3-04911d2d3ea1} <Debug> TCPHandler: Processed in 0.002430893 sec. | ||
| 3104 | 2025.02.28 11:11:11.376555 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3105 | 2025.02.28 11:11:11.376709 [ 256 ] {17a72d87-143d-4fe6-83a8-1eb10772b896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3106 | 2025.02.28 11:11:11.376769 [ 256 ] {17a72d87-143d-4fe6-83a8-1eb10772b896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3107 | 2025.02.28 11:11:11.377496 [ 256 ] {17a72d87-143d-4fe6-83a8-1eb10772b896} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3108 | 2025.02.28 11:11:11.377542 [ 256 ] {17a72d87-143d-4fe6-83a8-1eb10772b896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3109 | 2025.02.28 11:11:11.377953 [ 256 ] {17a72d87-143d-4fe6-83a8-1eb10772b896} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3110 | 2025.02.28 11:11:11.378192 [ 256 ] {17a72d87-143d-4fe6-83a8-1eb10772b896} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3111 | 2025.02.28 11:11:11.378402 [ 256 ] {17a72d87-143d-4fe6-83a8-1eb10772b896} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001729 sec., 46847.88895315211 rows/sec., 3.66 MiB/sec. | ||
| 3112 | 2025.02.28 11:11:11.378457 [ 256 ] {17a72d87-143d-4fe6-83a8-1eb10772b896} <Debug> TCPHandler: Processed in 0.001969892 sec. | ||
| 3113 | 2025.02.28 11:11:11.378631 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3114 | 2025.02.28 11:11:11.378761 [ 5 ] {208da88c-f14a-4085-9cc3-33a000df525c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3115 | 2025.02.28 11:11:11.378827 [ 5 ] {208da88c-f14a-4085-9cc3-33a000df525c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3116 | 2025.02.28 11:11:11.379500 [ 5 ] {208da88c-f14a-4085-9cc3-33a000df525c} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3117 | 2025.02.28 11:11:11.379546 [ 5 ] {208da88c-f14a-4085-9cc3-33a000df525c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3118 | 2025.02.28 11:11:11.379999 [ 5 ] {208da88c-f14a-4085-9cc3-33a000df525c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3119 | 2025.02.28 11:11:11.380254 [ 5 ] {208da88c-f14a-4085-9cc3-33a000df525c} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3120 | 2025.02.28 11:11:11.380458 [ 5 ] {208da88c-f14a-4085-9cc3-33a000df525c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001723 sec., 92861.28845037725 rows/sec., 6.47 MiB/sec. | ||
| 3121 | 2025.02.28 11:11:11.380566 [ 5 ] {208da88c-f14a-4085-9cc3-33a000df525c} <Debug> TCPHandler: Processed in 0.001995912 sec. | ||
| 3122 | 2025.02.28 11:11:11.380714 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3123 | 2025.02.28 11:11:11.380846 [ 256 ] {0fc8d76b-c85a-478d-9a87-0cc851b892e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3124 | 2025.02.28 11:11:11.380942 [ 256 ] {0fc8d76b-c85a-478d-9a87-0cc851b892e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3125 | 2025.02.28 11:11:11.382223 [ 256 ] {0fc8d76b-c85a-478d-9a87-0cc851b892e3} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3126 | 2025.02.28 11:11:11.382262 [ 256 ] {0fc8d76b-c85a-478d-9a87-0cc851b892e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3127 | 2025.02.28 11:11:11.382921 [ 256 ] {0fc8d76b-c85a-478d-9a87-0cc851b892e3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3128 | 2025.02.28 11:11:11.383181 [ 256 ] {0fc8d76b-c85a-478d-9a87-0cc851b892e3} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2025.02.28 11:11:11.383430 [ 256 ] {0fc8d76b-c85a-478d-9a87-0cc851b892e3} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002613 sec., 6505.931879066207 rows/sec., 11.66 MiB/sec. | ||
| 3130 | 2025.02.28 11:11:11.383713 [ 256 ] {0fc8d76b-c85a-478d-9a87-0cc851b892e3} <Debug> TCPHandler: Processed in 0.003051876 sec. | ||
| 3131 | 2025.02.28 11:11:11.383871 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3132 | 2025.02.28 11:11:11.384015 [ 5 ] {d043cec1-120a-47f0-b75a-a73d56142d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3133 | 2025.02.28 11:11:11.384078 [ 5 ] {d043cec1-120a-47f0-b75a-a73d56142d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3134 | 2025.02.28 11:11:11.384661 [ 5 ] {d043cec1-120a-47f0-b75a-a73d56142d35} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3135 | 2025.02.28 11:11:11.384710 [ 5 ] {d043cec1-120a-47f0-b75a-a73d56142d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3136 | 2025.02.28 11:11:11.385105 [ 5 ] {d043cec1-120a-47f0-b75a-a73d56142d35} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3137 | 2025.02.28 11:11:11.385347 [ 5 ] {d043cec1-120a-47f0-b75a-a73d56142d35} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3138 | 2025.02.28 11:11:11.385575 [ 5 ] {d043cec1-120a-47f0-b75a-a73d56142d35} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001594 sec., 37641.15432873275 rows/sec., 2.54 MiB/sec. | ||
| 3139 | 2025.02.28 11:11:11.385630 [ 5 ] {d043cec1-120a-47f0-b75a-a73d56142d35} <Debug> TCPHandler: Processed in 0.001828679 sec. | ||
| 3140 | 2025.02.28 11:11:15.762761 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3141 | 2025.02.28 11:11:15.762826 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3142 | 2025.02.28 11:11:15.842991 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3143 | 2025.02.28 11:11:15.843725 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2025.02.28 11:11:15.843782 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3145 | 2025.02.28 11:11:15.844430 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3146 | 2025.02.28 11:11:15.844715 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2025.02.28 11:11:15.844973 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3148 | 2025.02.28 11:11:16.371466 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3149 | 2025.02.28 11:11:16.371658 [ 256 ] {ce62ce36-108b-4d4c-bd1f-9e4551e69b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3150 | 2025.02.28 11:11:16.371731 [ 256 ] {ce62ce36-108b-4d4c-bd1f-9e4551e69b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3151 | 2025.02.28 11:11:16.372540 [ 256 ] {ce62ce36-108b-4d4c-bd1f-9e4551e69b7d} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3152 | 2025.02.28 11:11:16.372592 [ 256 ] {ce62ce36-108b-4d4c-bd1f-9e4551e69b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3153 | 2025.02.28 11:11:16.372854 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3154 | 2025.02.28 11:11:16.373183 [ 256 ] {ce62ce36-108b-4d4c-bd1f-9e4551e69b7d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3155 | 2025.02.28 11:11:16.373705 [ 256 ] {ce62ce36-108b-4d4c-bd1f-9e4551e69b7d} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3156 | 2025.02.28 11:11:16.373995 [ 131 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3157 | 2025.02.28 11:11:16.374141 [ 131 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3158 | 2025.02.28 11:11:16.374254 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3159 | 2025.02.28 11:11:16.374249 [ 256 ] {ce62ce36-108b-4d4c-bd1f-9e4551e69b7d} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.002628 sec., 38812.78538812785 rows/sec., 3.24 MiB/sec. | ||
| 3160 | 2025.02.28 11:11:16.374660 [ 256 ] {ce62ce36-108b-4d4c-bd1f-9e4551e69b7d} <Debug> TCPHandler: Processed in 0.003320781 sec. | ||
| 3161 | 2025.02.28 11:11:16.374934 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 3162 | 2025.02.28 11:11:16.375124 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3163 | 2025.02.28 11:11:16.375590 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3164 | 2025.02.28 11:11:16.375644 [ 5 ] {b2146620-7178-4f25-a7b9-b9f7ab21d3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3165 | 2025.02.28 11:11:16.375717 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1375 rows starting from the beginning of the part | ||
| 3166 | 2025.02.28 11:11:16.375797 [ 5 ] {b2146620-7178-4f25-a7b9-b9f7ab21d3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3167 | 2025.02.28 11:11:16.376264 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 76 rows starting from the beginning of the part | ||
| 3168 | 2025.02.28 11:11:16.376695 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 3169 | 2025.02.28 11:11:16.377057 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 102 rows starting from the beginning of the part | ||
| 3170 | 2025.02.28 11:11:16.377425 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part | ||
| 3171 | 2025.02.28 11:11:16.378935 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 102 rows starting from the beginning of the part | ||
| 3172 | 2025.02.28 11:11:16.382354 [ 5 ] {b2146620-7178-4f25-a7b9-b9f7ab21d3c4} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3173 | 2025.02.28 11:11:16.382473 [ 5 ] {b2146620-7178-4f25-a7b9-b9f7ab21d3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3174 | 2025.02.28 11:11:16.385050 [ 5 ] {b2146620-7178-4f25-a7b9-b9f7ab21d3c4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3175 | 2025.02.28 11:11:16.386312 [ 5 ] {b2146620-7178-4f25-a7b9-b9f7ab21d3c4} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3176 | 2025.02.28 11:11:16.386539 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1809 rows, containing 5 columns (5 merged, 0 gathered) in 0.012071409 sec., 149858.23113109663 rows/sec., 13.19 MiB/sec. | ||
| 3177 | 2025.02.28 11:11:16.387209 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3178 | 2025.02.28 11:11:16.387345 [ 5 ] {b2146620-7178-4f25-a7b9-b9f7ab21d3c4} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.011871 sec., 1937.4947350686548 rows/sec., 145.69 KiB/sec. | ||
| 3179 | 2025.02.28 11:11:16.387710 [ 5 ] {b2146620-7178-4f25-a7b9-b9f7ab21d3c4} <Debug> TCPHandler: Processed in 0.012880035 sec. | ||
| 3180 | 2025.02.28 11:11:16.388007 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3181 | 2025.02.28 11:11:16.388312 [ 256 ] {88417ed7-50e4-447e-975d-55311e8fd9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3182 | 2025.02.28 11:11:16.388302 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_21_4} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3183 | 2025.02.28 11:11:16.388476 [ 256 ] {88417ed7-50e4-447e-975d-55311e8fd9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3184 | 2025.02.28 11:11:16.388653 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_21_4} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3185 | 2025.02.28 11:11:16.388979 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3186 | 2025.02.28 11:11:16.390598 [ 256 ] {88417ed7-50e4-447e-975d-55311e8fd9c2} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3187 | 2025.02.28 11:11:16.390659 [ 256 ] {88417ed7-50e4-447e-975d-55311e8fd9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3188 | 2025.02.28 11:11:16.391441 [ 256 ] {88417ed7-50e4-447e-975d-55311e8fd9c2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3189 | 2025.02.28 11:11:16.391873 [ 256 ] {88417ed7-50e4-447e-975d-55311e8fd9c2} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3190 | 2025.02.28 11:11:16.392139 [ 131 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3191 | 2025.02.28 11:11:16.392283 [ 131 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3192 | 2025.02.28 11:11:16.392367 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3193 | 2025.02.28 11:11:16.392442 [ 256 ] {88417ed7-50e4-447e-975d-55311e8fd9c2} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.004206 sec., 20684.736091298146 rows/sec., 1.62 MiB/sec. | ||
| 3194 | 2025.02.28 11:11:16.392941 [ 256 ] {88417ed7-50e4-447e-975d-55311e8fd9c2} <Debug> TCPHandler: Processed in 0.005098959 sec. | ||
| 3195 | 2025.02.28 11:11:16.393420 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3196 | 2025.02.28 11:11:16.393653 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 3197 | 2025.02.28 11:11:16.393851 [ 5 ] {fb109376-ada1-4cbc-a4df-1260d4bc532f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3198 | 2025.02.28 11:11:16.394048 [ 5 ] {fb109376-ada1-4cbc-a4df-1260d4bc532f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3199 | 2025.02.28 11:11:16.394101 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3200 | 2025.02.28 11:11:16.394216 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 594 rows starting from the beginning of the part | ||
| 3201 | 2025.02.28 11:11:16.394744 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 59 rows starting from the beginning of the part | ||
| 3202 | 2025.02.28 11:11:16.395199 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 53 rows starting from the beginning of the part | ||
| 3203 | 2025.02.28 11:11:16.395793 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 87 rows starting from the beginning of the part | ||
| 3204 | 2025.02.28 11:11:16.396297 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 81 rows starting from the beginning of the part | ||
| 3205 | 2025.02.28 11:11:16.397060 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 87 rows starting from the beginning of the part | ||
| 3206 | 2025.02.28 11:11:16.399098 [ 5 ] {fb109376-ada1-4cbc-a4df-1260d4bc532f} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3207 | 2025.02.28 11:11:16.399204 [ 5 ] {fb109376-ada1-4cbc-a4df-1260d4bc532f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3208 | 2025.02.28 11:11:16.401113 [ 5 ] {fb109376-ada1-4cbc-a4df-1260d4bc532f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3209 | 2025.02.28 11:11:16.401973 [ 5 ] {fb109376-ada1-4cbc-a4df-1260d4bc532f} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3210 | 2025.02.28 11:11:16.403005 [ 187 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 961 rows, containing 5 columns (5 merged, 0 gathered) in 0.010394373 sec., 92453.86903086891 rows/sec., 7.41 MiB/sec. | ||
| 3211 | 2025.02.28 11:11:16.403147 [ 5 ] {fb109376-ada1-4cbc-a4df-1260d4bc532f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.009377 sec., 17063.026554335076 rows/sec., 1.19 MiB/sec. | ||
| 3212 | 2025.02.28 11:11:16.403490 [ 200 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3213 | 2025.02.28 11:11:16.403924 [ 5 ] {fb109376-ada1-4cbc-a4df-1260d4bc532f} <Debug> TCPHandler: Processed in 0.010804322 sec. | ||
| 3214 | 2025.02.28 11:11:16.404274 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3215 | 2025.02.28 11:11:16.404528 [ 200 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_21_4} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3216 | 2025.02.28 11:11:16.404663 [ 256 ] {b913ccb2-325a-4265-a466-f6f1a0f4f854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3217 | 2025.02.28 11:11:16.404804 [ 200 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_21_4} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3218 | 2025.02.28 11:11:16.404990 [ 256 ] {b913ccb2-325a-4265-a466-f6f1a0f4f854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3219 | 2025.02.28 11:11:16.405065 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3220 | 2025.02.28 11:11:16.408860 [ 256 ] {b913ccb2-325a-4265-a466-f6f1a0f4f854} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3221 | 2025.02.28 11:11:16.408914 [ 256 ] {b913ccb2-325a-4265-a466-f6f1a0f4f854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3222 | 2025.02.28 11:11:16.410359 [ 256 ] {b913ccb2-325a-4265-a466-f6f1a0f4f854} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3223 | 2025.02.28 11:11:16.410839 [ 256 ] {b913ccb2-325a-4265-a466-f6f1a0f4f854} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3224 | 2025.02.28 11:11:16.411545 [ 256 ] {b913ccb2-325a-4265-a466-f6f1a0f4f854} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006972 sec., 3298.9099254159496 rows/sec., 5.91 MiB/sec. | ||
| 3225 | 2025.02.28 11:11:16.412445 [ 256 ] {b913ccb2-325a-4265-a466-f6f1a0f4f854} <Debug> TCPHandler: Processed in 0.008390829 sec. | ||
| 3226 | 2025.02.28 11:11:16.412703 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3227 | 2025.02.28 11:11:16.412975 [ 5 ] {6f872850-6a75-4dfe-8dc0-c0a71a711ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3228 | 2025.02.28 11:11:16.413106 [ 5 ] {6f872850-6a75-4dfe-8dc0-c0a71a711ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3229 | 2025.02.28 11:11:16.415052 [ 5 ] {6f872850-6a75-4dfe-8dc0-c0a71a711ea6} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3230 | 2025.02.28 11:11:16.415126 [ 5 ] {6f872850-6a75-4dfe-8dc0-c0a71a711ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3231 | 2025.02.28 11:11:16.416358 [ 5 ] {6f872850-6a75-4dfe-8dc0-c0a71a711ea6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3232 | 2025.02.28 11:11:16.417197 [ 5 ] {6f872850-6a75-4dfe-8dc0-c0a71a711ea6} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3233 | 2025.02.28 11:11:16.417859 [ 5 ] {6f872850-6a75-4dfe-8dc0-c0a71a711ea6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004958 sec., 12101.653892698669 rows/sec., 835.14 KiB/sec. | ||
| 3234 | 2025.02.28 11:11:16.418057 [ 5 ] {6f872850-6a75-4dfe-8dc0-c0a71a711ea6} <Debug> TCPHandler: Processed in 0.005505398 sec. | ||
| 3235 | 2025.02.28 11:11:16.431392 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3236 | 2025.02.28 11:11:16.431436 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3237 | 2025.02.28 11:11:16.439033 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3238 | 2025.02.28 11:11:16.439809 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3239 | 2025.02.28 11:11:16.443237 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3240 | 2025.02.28 11:11:20.859379 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 424 | ||
| 3241 | 2025.02.28 11:11:20.862248 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3242 | 2025.02.28 11:11:20.862296 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3243 | 2025.02.28 11:11:20.863772 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3244 | 2025.02.28 11:11:20.864079 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3245 | 2025.02.28 11:11:20.864325 [ 124 ] {} <Debug> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3246 | 2025.02.28 11:11:20.864459 [ 124 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3247 | 2025.02.28 11:11:20.864541 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3248 | 2025.02.28 11:11:20.865184 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::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 | ||
| 3249 | 2025.02.28 11:11:20.865825 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424 | ||
| 3250 | 2025.02.28 11:11:20.866322 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3251 | 2025.02.28 11:11:20.866517 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 270 rows starting from the beginning of the part | ||
| 3252 | 2025.02.28 11:11:20.867210 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
| 3253 | 2025.02.28 11:11:20.867777 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 58 rows starting from the beginning of the part | ||
| 3254 | 2025.02.28 11:11:20.868360 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part | ||
| 3255 | 2025.02.28 11:11:20.868997 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 3256 | 2025.02.28 11:11:20.869588 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
| 3257 | 2025.02.28 11:11:20.877456 [ 200 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 424 rows, containing 72 columns (72 merged, 0 gathered) in 0.012766464 sec., 33212.015480559065 rows/sec., 30.76 MiB/sec. | ||
| 3258 | 2025.02.28 11:11:20.878587 [ 190 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3259 | 2025.02.28 11:11:20.879469 [ 190 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_11_2} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3260 | 2025.02.28 11:11:20.879572 [ 190 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_11_2} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3261 | 2025.02.28 11:11:20.879938 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3262 | 2025.02.28 11:11:21.402889 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3263 | 2025.02.28 11:11:21.403084 [ 256 ] {9c3f011f-d7c3-4643-b6d8-7a507c8444a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3264 | 2025.02.28 11:11:21.403155 [ 256 ] {9c3f011f-d7c3-4643-b6d8-7a507c8444a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3265 | 2025.02.28 11:11:21.403923 [ 256 ] {9c3f011f-d7c3-4643-b6d8-7a507c8444a1} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3266 | 2025.02.28 11:11:21.403973 [ 256 ] {9c3f011f-d7c3-4643-b6d8-7a507c8444a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3267 | 2025.02.28 11:11:21.404400 [ 256 ] {9c3f011f-d7c3-4643-b6d8-7a507c8444a1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3268 | 2025.02.28 11:11:21.404646 [ 256 ] {9c3f011f-d7c3-4643-b6d8-7a507c8444a1} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3269 | 2025.02.28 11:11:21.404942 [ 256 ] {9c3f011f-d7c3-4643-b6d8-7a507c8444a1} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001895 sec., 12664.907651715039 rows/sec., 1.05 MiB/sec. | ||
| 3270 | 2025.02.28 11:11:21.405024 [ 256 ] {9c3f011f-d7c3-4643-b6d8-7a507c8444a1} <Debug> TCPHandler: Processed in 0.002267779 sec. | ||
| 3271 | 2025.02.28 11:11:21.405294 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3272 | 2025.02.28 11:11:21.405506 [ 5 ] {d904f919-f454-4c0f-aa37-7a2a70a97883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3273 | 2025.02.28 11:11:21.405587 [ 5 ] {d904f919-f454-4c0f-aa37-7a2a70a97883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3274 | 2025.02.28 11:11:21.406380 [ 5 ] {d904f919-f454-4c0f-aa37-7a2a70a97883} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3275 | 2025.02.28 11:11:21.406430 [ 5 ] {d904f919-f454-4c0f-aa37-7a2a70a97883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3276 | 2025.02.28 11:11:21.406845 [ 5 ] {d904f919-f454-4c0f-aa37-7a2a70a97883} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3277 | 2025.02.28 11:11:21.407087 [ 5 ] {d904f919-f454-4c0f-aa37-7a2a70a97883} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3278 | 2025.02.28 11:11:21.407317 [ 5 ] {d904f919-f454-4c0f-aa37-7a2a70a97883} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00187 sec., 5347.593582887701 rows/sec., 436.06 KiB/sec. | ||
| 3279 | 2025.02.28 11:11:21.407374 [ 5 ] {d904f919-f454-4c0f-aa37-7a2a70a97883} <Debug> TCPHandler: Processed in 0.002226068 sec. | ||
| 3280 | 2025.02.28 11:11:21.407524 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3281 | 2025.02.28 11:11:21.407664 [ 256 ] {e7aca0de-f5b6-4678-ae3f-f1aea4293a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3282 | 2025.02.28 11:11:21.407721 [ 256 ] {e7aca0de-f5b6-4678-ae3f-f1aea4293a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3283 | 2025.02.28 11:11:21.408854 [ 256 ] {e7aca0de-f5b6-4678-ae3f-f1aea4293a45} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3284 | 2025.02.28 11:11:21.408893 [ 256 ] {e7aca0de-f5b6-4678-ae3f-f1aea4293a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3285 | 2025.02.28 11:11:21.409334 [ 256 ] {e7aca0de-f5b6-4678-ae3f-f1aea4293a45} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3286 | 2025.02.28 11:11:21.409573 [ 256 ] {e7aca0de-f5b6-4678-ae3f-f1aea4293a45} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3287 | 2025.02.28 11:11:21.409791 [ 256 ] {e7aca0de-f5b6-4678-ae3f-f1aea4293a45} <Debug> executeQuery: Read 1355 rows, 116.10 KiB in 0.002159 sec., 627605.3728578045 rows/sec., 52.51 MiB/sec. | ||
| 3288 | 2025.02.28 11:11:21.409843 [ 256 ] {e7aca0de-f5b6-4678-ae3f-f1aea4293a45} <Debug> TCPHandler: Processed in 0.002383841 sec. | ||
| 3289 | 2025.02.28 11:11:21.410005 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3290 | 2025.02.28 11:11:21.410146 [ 5 ] {9d5bcf25-7fdb-4879-9299-24846b503814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3291 | 2025.02.28 11:11:21.410206 [ 5 ] {9d5bcf25-7fdb-4879-9299-24846b503814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3292 | 2025.02.28 11:11:21.410921 [ 5 ] {9d5bcf25-7fdb-4879-9299-24846b503814} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3293 | 2025.02.28 11:11:21.410968 [ 5 ] {9d5bcf25-7fdb-4879-9299-24846b503814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3294 | 2025.02.28 11:11:21.411367 [ 5 ] {9d5bcf25-7fdb-4879-9299-24846b503814} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3295 | 2025.02.28 11:11:21.411609 [ 5 ] {9d5bcf25-7fdb-4879-9299-24846b503814} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3296 | 2025.02.28 11:11:21.411831 [ 5 ] {9d5bcf25-7fdb-4879-9299-24846b503814} <Debug> executeQuery: Read 39 rows, 2.94 KiB in 0.001716 sec., 22727.272727272728 rows/sec., 1.67 MiB/sec. | ||
| 3297 | 2025.02.28 11:11:21.411884 [ 5 ] {9d5bcf25-7fdb-4879-9299-24846b503814} <Debug> TCPHandler: Processed in 0.001950962 sec. | ||
| 3298 | 2025.02.28 11:11:21.412043 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3299 | 2025.02.28 11:11:21.412161 [ 256 ] {fecfbed3-2971-45c2-b4fb-5998c7a20268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3300 | 2025.02.28 11:11:21.412218 [ 256 ] {fecfbed3-2971-45c2-b4fb-5998c7a20268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3301 | 2025.02.28 11:11:21.413000 [ 256 ] {fecfbed3-2971-45c2-b4fb-5998c7a20268} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3302 | 2025.02.28 11:11:21.413047 [ 256 ] {fecfbed3-2971-45c2-b4fb-5998c7a20268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3303 | 2025.02.28 11:11:21.413430 [ 256 ] {fecfbed3-2971-45c2-b4fb-5998c7a20268} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3304 | 2025.02.28 11:11:21.413665 [ 256 ] {fecfbed3-2971-45c2-b4fb-5998c7a20268} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3305 | 2025.02.28 11:11:21.413891 [ 256 ] {fecfbed3-2971-45c2-b4fb-5998c7a20268} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001754 sec., 143671.60775370582 rows/sec., 9.94 MiB/sec. | ||
| 3306 | 2025.02.28 11:11:21.414035 [ 256 ] {fecfbed3-2971-45c2-b4fb-5998c7a20268} <Debug> TCPHandler: Processed in 0.002049414 sec. | ||
| 3307 | 2025.02.28 11:11:21.414199 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3308 | 2025.02.28 11:11:21.414337 [ 5 ] {0f83ca04-4f9f-45f1-b1d5-52adbc818d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3309 | 2025.02.28 11:11:21.414394 [ 5 ] {0f83ca04-4f9f-45f1-b1d5-52adbc818d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3310 | 2025.02.28 11:11:21.415049 [ 5 ] {0f83ca04-4f9f-45f1-b1d5-52adbc818d09} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3311 | 2025.02.28 11:11:21.415096 [ 5 ] {0f83ca04-4f9f-45f1-b1d5-52adbc818d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3312 | 2025.02.28 11:11:21.415453 [ 5 ] {0f83ca04-4f9f-45f1-b1d5-52adbc818d09} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3313 | 2025.02.28 11:11:21.415686 [ 5 ] {0f83ca04-4f9f-45f1-b1d5-52adbc818d09} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3314 | 2025.02.28 11:11:21.415949 [ 5 ] {0f83ca04-4f9f-45f1-b1d5-52adbc818d09} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001627 sec., 7375.537799631224 rows/sec., 576.21 KiB/sec. | ||
| 3315 | 2025.02.28 11:11:21.416021 [ 5 ] {0f83ca04-4f9f-45f1-b1d5-52adbc818d09} <Debug> TCPHandler: Processed in 0.0018877 sec. | ||
| 3316 | 2025.02.28 11:11:21.416176 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3317 | 2025.02.28 11:11:21.416316 [ 256 ] {c9a1182b-314c-4cd7-816b-43a06cc0fa5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3318 | 2025.02.28 11:11:21.416375 [ 256 ] {c9a1182b-314c-4cd7-816b-43a06cc0fa5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3319 | 2025.02.28 11:11:21.417345 [ 256 ] {c9a1182b-314c-4cd7-816b-43a06cc0fa5b} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3320 | 2025.02.28 11:11:21.417384 [ 256 ] {c9a1182b-314c-4cd7-816b-43a06cc0fa5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3321 | 2025.02.28 11:11:21.417771 [ 256 ] {c9a1182b-314c-4cd7-816b-43a06cc0fa5b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3322 | 2025.02.28 11:11:21.418004 [ 256 ] {c9a1182b-314c-4cd7-816b-43a06cc0fa5b} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3323 | 2025.02.28 11:11:21.418206 [ 256 ] {c9a1182b-314c-4cd7-816b-43a06cc0fa5b} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.00192 sec., 303645.8333333333 rows/sec., 22.81 MiB/sec. | ||
| 3324 | 2025.02.28 11:11:21.418259 [ 256 ] {c9a1182b-314c-4cd7-816b-43a06cc0fa5b} <Debug> TCPHandler: Processed in 0.002145216 sec. | ||
| 3325 | 2025.02.28 11:11:21.418411 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3326 | 2025.02.28 11:11:21.418551 [ 5 ] {f39d5894-c2bc-41b4-a174-f459b686c288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3327 | 2025.02.28 11:11:21.418613 [ 5 ] {f39d5894-c2bc-41b4-a174-f459b686c288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3328 | 2025.02.28 11:11:21.419430 [ 5 ] {f39d5894-c2bc-41b4-a174-f459b686c288} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3329 | 2025.02.28 11:11:21.419469 [ 5 ] {f39d5894-c2bc-41b4-a174-f459b686c288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3330 | 2025.02.28 11:11:21.419913 [ 5 ] {f39d5894-c2bc-41b4-a174-f459b686c288} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3331 | 2025.02.28 11:11:21.420152 [ 5 ] {f39d5894-c2bc-41b4-a174-f459b686c288} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3332 | 2025.02.28 11:11:21.420333 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3333 | 2025.02.28 11:11:21.420398 [ 5 ] {f39d5894-c2bc-41b4-a174-f459b686c288} <Debug> executeQuery: Read 921 rows, 63.97 KiB in 0.00187 sec., 492513.3689839572 rows/sec., 33.41 MiB/sec. | ||
| 3334 | 2025.02.28 11:11:21.420436 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3335 | 2025.02.28 11:11:21.420502 [ 5 ] {f39d5894-c2bc-41b4-a174-f459b686c288} <Debug> TCPHandler: Processed in 0.002151456 sec. | ||
| 3336 | 2025.02.28 11:11:21.420522 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3337 | 2025.02.28 11:11:21.420740 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3338 | 2025.02.28 11:11:21.421200 [ 256 ] {5d5ab6cf-5aee-40aa-a22c-e7f4778a9db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3339 | 2025.02.28 11:11:21.421310 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 3340 | 2025.02.28 11:11:21.421444 [ 256 ] {5d5ab6cf-5aee-40aa-a22c-e7f4778a9db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3341 | 2025.02.28 11:11:21.421789 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3342 | 2025.02.28 11:11:21.421916 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4307 rows starting from the beginning of the part | ||
| 3343 | 2025.02.28 11:11:21.422216 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3344 | 2025.02.28 11:11:21.422551 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 140 rows starting from the beginning of the part | ||
| 3345 | 2025.02.28 11:11:21.423006 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 3346 | 2025.02.28 11:11:21.423516 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 3347 | 2025.02.28 11:11:21.423997 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 921 rows starting from the beginning of the part | ||
| 3348 | 2025.02.28 11:11:21.427078 [ 256 ] {5d5ab6cf-5aee-40aa-a22c-e7f4778a9db5} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3349 | 2025.02.28 11:11:21.427148 [ 256 ] {5d5ab6cf-5aee-40aa-a22c-e7f4778a9db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3350 | 2025.02.28 11:11:21.428374 [ 256 ] {5d5ab6cf-5aee-40aa-a22c-e7f4778a9db5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3351 | 2025.02.28 11:11:21.428661 [ 256 ] {5d5ab6cf-5aee-40aa-a22c-e7f4778a9db5} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3352 | 2025.02.28 11:11:21.429144 [ 199 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5748 rows, containing 5 columns (5 merged, 0 gathered) in 0.008463451 sec., 679155.5832248571 rows/sec., 46.65 MiB/sec. | ||
| 3353 | 2025.02.28 11:11:21.429350 [ 256 ] {5d5ab6cf-5aee-40aa-a22c-e7f4778a9db5} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.008325 sec., 2042.0420420420419 rows/sec., 3.66 MiB/sec. | ||
| 3354 | 2025.02.28 11:11:21.429808 [ 199 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3355 | 2025.02.28 11:11:21.430196 [ 256 ] {5d5ab6cf-5aee-40aa-a22c-e7f4778a9db5} <Debug> TCPHandler: Processed in 0.009580165 sec. | ||
| 3356 | 2025.02.28 11:11:21.430415 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3357 | 2025.02.28 11:11:21.430555 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2025.02.28 11:11:21.430656 [ 5 ] {5853bfe4-0e92-430b-bdcd-b21223959355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3359 | 2025.02.28 11:11:21.430750 [ 5 ] {5853bfe4-0e92-430b-bdcd-b21223959355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3360 | 2025.02.28 11:11:21.430766 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3361 | 2025.02.28 11:11:21.430987 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
| 3362 | 2025.02.28 11:11:21.431468 [ 5 ] {5853bfe4-0e92-430b-bdcd-b21223959355} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3363 | 2025.02.28 11:11:21.431511 [ 5 ] {5853bfe4-0e92-430b-bdcd-b21223959355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3364 | 2025.02.28 11:11:21.431876 [ 5 ] {5853bfe4-0e92-430b-bdcd-b21223959355} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3365 | 2025.02.28 11:11:21.432128 [ 5 ] {5853bfe4-0e92-430b-bdcd-b21223959355} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3366 | 2025.02.28 11:11:21.432343 [ 5 ] {5853bfe4-0e92-430b-bdcd-b21223959355} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001752 sec., 34246.57534246575 rows/sec., 2.31 MiB/sec. | ||
| 3367 | 2025.02.28 11:11:21.432395 [ 5 ] {5853bfe4-0e92-430b-bdcd-b21223959355} <Debug> TCPHandler: Processed in 0.002103435 sec. | ||
| 3368 | 2025.02.28 11:11:23.345133 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 3369 | 2025.02.28 11:11:23.346205 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3370 | 2025.02.28 11:11:23.346284 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3371 | 2025.02.28 11:11:23.346825 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3372 | 2025.02.28 11:11:23.347092 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3373 | 2025.02.28 11:11:23.347369 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 3374 | 2025.02.28 11:11:23.943343 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3375 | 2025.02.28 11:11:23.965065 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3376 | 2025.02.28 11:11:23.965128 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3377 | 2025.02.28 11:11:23.972953 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3378 | 2025.02.28 11:11:23.973714 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3379 | 2025.02.28 11:11:23.976490 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3380 | 2025.02.28 11:11:26.371471 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3381 | 2025.02.28 11:11:26.371675 [ 256 ] {8dc5ac78-c100-4cc8-a836-968ebe35f756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3382 | 2025.02.28 11:11:26.371746 [ 256 ] {8dc5ac78-c100-4cc8-a836-968ebe35f756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3383 | 2025.02.28 11:11:26.372547 [ 256 ] {8dc5ac78-c100-4cc8-a836-968ebe35f756} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3384 | 2025.02.28 11:11:26.372598 [ 256 ] {8dc5ac78-c100-4cc8-a836-968ebe35f756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3385 | 2025.02.28 11:11:26.373035 [ 256 ] {8dc5ac78-c100-4cc8-a836-968ebe35f756} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3386 | 2025.02.28 11:11:26.373284 [ 256 ] {8dc5ac78-c100-4cc8-a836-968ebe35f756} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3387 | 2025.02.28 11:11:26.373516 [ 256 ] {8dc5ac78-c100-4cc8-a836-968ebe35f756} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001895 sec., 53825.85751978892 rows/sec., 4.49 MiB/sec. | ||
| 3388 | 2025.02.28 11:11:26.373572 [ 256 ] {8dc5ac78-c100-4cc8-a836-968ebe35f756} <Debug> TCPHandler: Processed in 0.002231098 sec. | ||
| 3389 | 2025.02.28 11:11:26.373833 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3390 | 2025.02.28 11:11:26.374027 [ 5 ] {f6ec90d7-086d-4878-882d-616a9bf63aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3391 | 2025.02.28 11:11:26.374103 [ 5 ] {f6ec90d7-086d-4878-882d-616a9bf63aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3392 | 2025.02.28 11:11:26.374871 [ 5 ] {f6ec90d7-086d-4878-882d-616a9bf63aea} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3393 | 2025.02.28 11:11:26.374927 [ 5 ] {f6ec90d7-086d-4878-882d-616a9bf63aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3394 | 2025.02.28 11:11:26.375362 [ 5 ] {f6ec90d7-086d-4878-882d-616a9bf63aea} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3395 | 2025.02.28 11:11:26.375618 [ 5 ] {f6ec90d7-086d-4878-882d-616a9bf63aea} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3396 | 2025.02.28 11:11:26.375868 [ 5 ] {f6ec90d7-086d-4878-882d-616a9bf63aea} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001894 sec., 12143.611404435058 rows/sec., 913.14 KiB/sec. | ||
| 3397 | 2025.02.28 11:11:26.375932 [ 5 ] {f6ec90d7-086d-4878-882d-616a9bf63aea} <Debug> TCPHandler: Processed in 0.002237868 sec. | ||
| 3398 | 2025.02.28 11:11:26.376096 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3399 | 2025.02.28 11:11:26.376233 [ 256 ] {c74a982a-6d68-4e46-8615-1c63cde12f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3400 | 2025.02.28 11:11:26.376292 [ 256 ] {c74a982a-6d68-4e46-8615-1c63cde12f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3401 | 2025.02.28 11:11:26.376947 [ 256 ] {c74a982a-6d68-4e46-8615-1c63cde12f82} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3402 | 2025.02.28 11:11:26.376987 [ 256 ] {c74a982a-6d68-4e46-8615-1c63cde12f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3403 | 2025.02.28 11:11:26.377360 [ 256 ] {c74a982a-6d68-4e46-8615-1c63cde12f82} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3404 | 2025.02.28 11:11:26.377594 [ 256 ] {c74a982a-6d68-4e46-8615-1c63cde12f82} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3405 | 2025.02.28 11:11:26.377817 [ 256 ] {c74a982a-6d68-4e46-8615-1c63cde12f82} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001613 sec., 53936.763794172344 rows/sec., 4.21 MiB/sec. | ||
| 3406 | 2025.02.28 11:11:26.377869 [ 256 ] {c74a982a-6d68-4e46-8615-1c63cde12f82} <Debug> TCPHandler: Processed in 0.001842499 sec. | ||
| 3407 | 2025.02.28 11:11:26.378035 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3408 | 2025.02.28 11:11:26.378160 [ 5 ] {2a14a0e2-0019-4def-94ac-4495fb821934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3409 | 2025.02.28 11:11:26.378216 [ 5 ] {2a14a0e2-0019-4def-94ac-4495fb821934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3410 | 2025.02.28 11:11:26.378809 [ 5 ] {2a14a0e2-0019-4def-94ac-4495fb821934} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3411 | 2025.02.28 11:11:26.378850 [ 5 ] {2a14a0e2-0019-4def-94ac-4495fb821934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3412 | 2025.02.28 11:11:26.379251 [ 5 ] {2a14a0e2-0019-4def-94ac-4495fb821934} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3413 | 2025.02.28 11:11:26.379499 [ 5 ] {2a14a0e2-0019-4def-94ac-4495fb821934} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3414 | 2025.02.28 11:11:26.379712 [ 5 ] {2a14a0e2-0019-4def-94ac-4495fb821934} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
| 3415 | 2025.02.28 11:11:26.379767 [ 5 ] {2a14a0e2-0019-4def-94ac-4495fb821934} <Debug> TCPHandler: Processed in 0.001790699 sec. | ||
| 3416 | 2025.02.28 11:11:26.379924 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3417 | 2025.02.28 11:11:26.380061 [ 256 ] {1fbc3ee4-b60c-4c69-ab3f-3c9d45767458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3418 | 2025.02.28 11:11:26.380154 [ 256 ] {1fbc3ee4-b60c-4c69-ab3f-3c9d45767458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3419 | 2025.02.28 11:11:26.381320 [ 256 ] {1fbc3ee4-b60c-4c69-ab3f-3c9d45767458} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3420 | 2025.02.28 11:11:26.381359 [ 256 ] {1fbc3ee4-b60c-4c69-ab3f-3c9d45767458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3421 | 2025.02.28 11:11:26.381992 [ 256 ] {1fbc3ee4-b60c-4c69-ab3f-3c9d45767458} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3422 | 2025.02.28 11:11:26.382245 [ 256 ] {1fbc3ee4-b60c-4c69-ab3f-3c9d45767458} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3423 | 2025.02.28 11:11:26.382574 [ 256 ] {1fbc3ee4-b60c-4c69-ab3f-3c9d45767458} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002534 sec., 9076.558800315706 rows/sec., 16.26 MiB/sec. | ||
| 3424 | 2025.02.28 11:11:26.382939 [ 256 ] {1fbc3ee4-b60c-4c69-ab3f-3c9d45767458} <Debug> TCPHandler: Processed in 0.003079426 sec. | ||
| 3425 | 2025.02.28 11:11:26.383097 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3426 | 2025.02.28 11:11:26.383236 [ 5 ] {288cd765-ab8c-4646-9378-98a12e4dfc8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3427 | 2025.02.28 11:11:26.383296 [ 5 ] {288cd765-ab8c-4646-9378-98a12e4dfc8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3428 | 2025.02.28 11:11:26.383781 [ 5 ] {288cd765-ab8c-4646-9378-98a12e4dfc8d} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3429 | 2025.02.28 11:11:26.383821 [ 5 ] {288cd765-ab8c-4646-9378-98a12e4dfc8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3430 | 2025.02.28 11:11:26.384193 [ 5 ] {288cd765-ab8c-4646-9378-98a12e4dfc8d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3431 | 2025.02.28 11:11:26.384428 [ 5 ] {288cd765-ab8c-4646-9378-98a12e4dfc8d} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3432 | 2025.02.28 11:11:26.384603 [ 118 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3433 | 2025.02.28 11:11:26.384666 [ 5 ] {288cd765-ab8c-4646-9378-98a12e4dfc8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. | ||
| 3434 | 2025.02.28 11:11:26.384694 [ 118 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3435 | 2025.02.28 11:11:26.384763 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3436 | 2025.02.28 11:11:26.384774 [ 5 ] {288cd765-ab8c-4646-9378-98a12e4dfc8d} <Debug> TCPHandler: Processed in 0.001743047 sec. | ||
| 3437 | 2025.02.28 11:11:26.385139 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 3438 | 2025.02.28 11:11:26.385299 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3439 | 2025.02.28 11:11:26.385332 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 384 rows starting from the beginning of the part | ||
| 3440 | 2025.02.28 11:11:26.385403 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 54 rows starting from the beginning of the part | ||
| 3441 | 2025.02.28 11:11:26.385586 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 3442 | 2025.02.28 11:11:26.385883 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 3443 | 2025.02.28 11:11:26.386074 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 3444 | 2025.02.28 11:11:26.386166 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 3445 | 2025.02.28 11:11:26.387432 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 4 columns (4 merged, 0 gathered) in 0.002547164 sec., 266178.38505883404 rows/sec., 17.88 MiB/sec. | ||
| 3446 | 2025.02.28 11:11:26.387587 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3447 | 2025.02.28 11:11:26.387876 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_21_4} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3448 | 2025.02.28 11:11:26.387957 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_21_4} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3449 | 2025.02.28 11:11:26.388028 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 3450 | 2025.02.28 11:11:30.762890 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3451 | 2025.02.28 11:11:30.762960 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3452 | 2025.02.28 11:11:30.847541 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 3453 | 2025.02.28 11:11:30.848249 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3454 | 2025.02.28 11:11:30.848305 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3455 | 2025.02.28 11:11:30.848915 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3456 | 2025.02.28 11:11:30.849173 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3457 | 2025.02.28 11:11:30.849426 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3458 | 2025.02.28 11:11:30.866063 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 456 | ||
| 3459 | 2025.02.28 11:11:30.869123 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3460 | 2025.02.28 11:11:30.869197 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3461 | 2025.02.28 11:11:30.870695 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3462 | 2025.02.28 11:11:30.870999 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3463 | 2025.02.28 11:11:30.871520 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 456 | ||
| 3464 | 2025.02.28 11:11:31.370937 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3465 | 2025.02.28 11:11:31.371149 [ 256 ] {50aa0013-e4cd-42bc-a9ea-599dfd3228e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3466 | 2025.02.28 11:11:31.371231 [ 256 ] {50aa0013-e4cd-42bc-a9ea-599dfd3228e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3467 | 2025.02.28 11:11:31.372059 [ 256 ] {50aa0013-e4cd-42bc-a9ea-599dfd3228e9} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3468 | 2025.02.28 11:11:31.372111 [ 256 ] {50aa0013-e4cd-42bc-a9ea-599dfd3228e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3469 | 2025.02.28 11:11:31.372556 [ 256 ] {50aa0013-e4cd-42bc-a9ea-599dfd3228e9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3470 | 2025.02.28 11:11:31.372809 [ 256 ] {50aa0013-e4cd-42bc-a9ea-599dfd3228e9} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3471 | 2025.02.28 11:11:31.373053 [ 256 ] {50aa0013-e4cd-42bc-a9ea-599dfd3228e9} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001956 sec., 46012.26993865031 rows/sec., 3.85 MiB/sec. | ||
| 3472 | 2025.02.28 11:11:31.373196 [ 256 ] {50aa0013-e4cd-42bc-a9ea-599dfd3228e9} <Debug> TCPHandler: Processed in 0.002395921 sec. | ||
| 3473 | 2025.02.28 11:11:31.373485 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3474 | 2025.02.28 11:11:31.373668 [ 5 ] {79e0419d-175c-4f59-a471-02fbd2505030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3475 | 2025.02.28 11:11:31.373738 [ 5 ] {79e0419d-175c-4f59-a471-02fbd2505030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3476 | 2025.02.28 11:11:31.374461 [ 5 ] {79e0419d-175c-4f59-a471-02fbd2505030} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2025.02.28 11:11:31.374504 [ 5 ] {79e0419d-175c-4f59-a471-02fbd2505030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3478 | 2025.02.28 11:11:31.374927 [ 5 ] {79e0419d-175c-4f59-a471-02fbd2505030} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3479 | 2025.02.28 11:11:31.375172 [ 5 ] {79e0419d-175c-4f59-a471-02fbd2505030} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3480 | 2025.02.28 11:11:31.375309 [ 113 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3481 | 2025.02.28 11:11:31.375357 [ 113 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3482 | 2025.02.28 11:11:31.375380 [ 5 ] {79e0419d-175c-4f59-a471-02fbd2505030} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001758 sec., 9670.079635949944 rows/sec., 727.14 KiB/sec. | ||
| 3483 | 2025.02.28 11:11:31.375385 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3484 | 2025.02.28 11:11:31.375480 [ 5 ] {79e0419d-175c-4f59-a471-02fbd2505030} <Debug> TCPHandler: Processed in 0.002136255 sec. | ||
| 3485 | 2025.02.28 11:11:31.375785 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3486 | 2025.02.28 11:11:31.375772 [ 189 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 3487 | 2025.02.28 11:11:31.376118 [ 256 ] {e53c1676-f0ca-45a0-9184-9d2a78e83e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3488 | 2025.02.28 11:11:31.376167 [ 189 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3489 | 2025.02.28 11:11:31.376220 [ 256 ] {e53c1676-f0ca-45a0-9184-9d2a78e83e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3490 | 2025.02.28 11:11:31.376258 [ 189 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 60 rows starting from the beginning of the part | ||
| 3491 | 2025.02.28 11:11:31.376561 [ 189 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 17 rows starting from the beginning of the part | ||
| 3492 | 2025.02.28 11:11:31.376917 [ 189 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
| 3493 | 2025.02.28 11:11:31.377377 [ 189 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 3494 | 2025.02.28 11:11:31.377738 [ 189 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
| 3495 | 2025.02.28 11:11:31.378051 [ 189 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 17 rows starting from the beginning of the part | ||
| 3496 | 2025.02.28 11:11:31.379068 [ 256 ] {e53c1676-f0ca-45a0-9184-9d2a78e83e16} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3497 | 2025.02.28 11:11:31.379137 [ 256 ] {e53c1676-f0ca-45a0-9184-9d2a78e83e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3498 | 2025.02.28 11:11:31.380261 [ 256 ] {e53c1676-f0ca-45a0-9184-9d2a78e83e16} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3499 | 2025.02.28 11:11:31.380556 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.005070629 sec., 35301.34032681152 rows/sec., 2.73 MiB/sec. | ||
| 3500 | 2025.02.28 11:11:31.380794 [ 256 ] {e53c1676-f0ca-45a0-9184-9d2a78e83e16} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3501 | 2025.02.28 11:11:31.380851 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3502 | 2025.02.28 11:11:31.381169 [ 256 ] {e53c1676-f0ca-45a0-9184-9d2a78e83e16} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.005149 sec., 15731.209943678385 rows/sec., 1.23 MiB/sec. | ||
| 3503 | 2025.02.28 11:11:31.381321 [ 256 ] {e53c1676-f0ca-45a0-9184-9d2a78e83e16} <Debug> TCPHandler: Processed in 0.005710853 sec. | ||
| 3504 | 2025.02.28 11:11:31.381545 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3505 | 2025.02.28 11:11:31.381567 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_21_4} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3506 | 2025.02.28 11:11:31.381736 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_21_4} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3507 | 2025.02.28 11:11:31.381752 [ 5 ] {20401531-25d5-4a99-97cf-992cc2bdb0fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3508 | 2025.02.28 11:11:31.381873 [ 5 ] {20401531-25d5-4a99-97cf-992cc2bdb0fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3509 | 2025.02.28 11:11:31.381894 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3510 | 2025.02.28 11:11:31.382515 [ 5 ] {20401531-25d5-4a99-97cf-992cc2bdb0fe} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3511 | 2025.02.28 11:11:31.382558 [ 5 ] {20401531-25d5-4a99-97cf-992cc2bdb0fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3512 | 2025.02.28 11:11:31.382961 [ 5 ] {20401531-25d5-4a99-97cf-992cc2bdb0fe} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3513 | 2025.02.28 11:11:31.383215 [ 5 ] {20401531-25d5-4a99-97cf-992cc2bdb0fe} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3514 | 2025.02.28 11:11:31.383437 [ 5 ] {20401531-25d5-4a99-97cf-992cc2bdb0fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001749 sec., 91480.84619782734 rows/sec., 6.37 MiB/sec. | ||
| 3515 | 2025.02.28 11:11:31.383548 [ 5 ] {20401531-25d5-4a99-97cf-992cc2bdb0fe} <Debug> TCPHandler: Processed in 0.002094245 sec. | ||
| 3516 | 2025.02.28 11:11:31.383806 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3517 | 2025.02.28 11:11:31.383977 [ 256 ] {b94a8890-e974-48c7-8dcf-0f7f07839779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3518 | 2025.02.28 11:11:31.384071 [ 256 ] {b94a8890-e974-48c7-8dcf-0f7f07839779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3519 | 2025.02.28 11:11:31.385254 [ 256 ] {b94a8890-e974-48c7-8dcf-0f7f07839779} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2025.02.28 11:11:31.385293 [ 256 ] {b94a8890-e974-48c7-8dcf-0f7f07839779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3521 | 2025.02.28 11:11:31.385926 [ 256 ] {b94a8890-e974-48c7-8dcf-0f7f07839779} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3522 | 2025.02.28 11:11:31.386185 [ 256 ] {b94a8890-e974-48c7-8dcf-0f7f07839779} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2025.02.28 11:11:31.386335 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3524 | 2025.02.28 11:11:31.386384 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3525 | 2025.02.28 11:11:31.386389 [ 256 ] {b94a8890-e974-48c7-8dcf-0f7f07839779} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002442 sec., 6961.5069615069615 rows/sec., 12.47 MiB/sec. | ||
| 3526 | 2025.02.28 11:11:31.386416 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3527 | 2025.02.28 11:11:31.386783 [ 256 ] {b94a8890-e974-48c7-8dcf-0f7f07839779} <Debug> TCPHandler: Processed in 0.003121026 sec. | ||
| 3528 | 2025.02.28 11:11:31.386882 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 3529 | 2025.02.28 11:11:31.387057 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3530 | 2025.02.28 11:11:31.387472 [ 5 ] {2aaa68d4-89c8-40b6-84ad-3d66b6d1cda4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3531 | 2025.02.28 11:11:31.387670 [ 5 ] {2aaa68d4-89c8-40b6-84ad-3d66b6d1cda4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3532 | 2025.02.28 11:11:31.387832 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3533 | 2025.02.28 11:11:31.388075 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 296 rows starting from the beginning of the part | ||
| 3534 | 2025.02.28 11:11:31.388869 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 17 rows starting from the beginning of the part | ||
| 3535 | 2025.02.28 11:11:31.389656 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
| 3536 | 2025.02.28 11:11:31.389743 [ 5 ] {2aaa68d4-89c8-40b6-84ad-3d66b6d1cda4} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3537 | 2025.02.28 11:11:31.389810 [ 5 ] {2aaa68d4-89c8-40b6-84ad-3d66b6d1cda4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3538 | 2025.02.28 11:11:31.390277 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 17 rows starting from the beginning of the part | ||
| 3539 | 2025.02.28 11:11:31.390871 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
| 3540 | 2025.02.28 11:11:31.391548 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 17 rows starting from the beginning of the part | ||
| 3541 | 2025.02.28 11:11:31.391794 [ 5 ] {2aaa68d4-89c8-40b6-84ad-3d66b6d1cda4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3542 | 2025.02.28 11:11:31.392631 [ 5 ] {2aaa68d4-89c8-40b6-84ad-3d66b6d1cda4} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3543 | 2025.02.28 11:11:31.393165 [ 5 ] {2aaa68d4-89c8-40b6-84ad-3d66b6d1cda4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005824 sec., 10302.197802197801 rows/sec., 710.96 KiB/sec. | ||
| 3544 | 2025.02.28 11:11:31.393374 [ 5 ] {2aaa68d4-89c8-40b6-84ad-3d66b6d1cda4} <Debug> TCPHandler: Processed in 0.006448509 sec. | ||
| 3545 | 2025.02.28 11:11:31.396753 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 393 rows, containing 19 columns (19 merged, 0 gathered) in 0.010202799 sec., 38518.84174136921 rows/sec., 69.02 MiB/sec. | ||
| 3546 | 2025.02.28 11:11:31.397465 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3547 | 2025.02.28 11:11:31.397936 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3548 | 2025.02.28 11:11:31.398034 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3549 | 2025.02.28 11:11:31.398207 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. | ||
| 3550 | 2025.02.28 11:11:31.476587 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3551 | 2025.02.28 11:11:31.498546 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3552 | 2025.02.28 11:11:31.498586 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3553 | 2025.02.28 11:11:31.506201 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3554 | 2025.02.28 11:11:31.506944 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3555 | 2025.02.28 11:11:31.509564 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 3556 | 2025.02.28 11:11:36.371905 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3557 | 2025.02.28 11:11:36.372104 [ 256 ] {6eebeb1f-d148-41ff-bfa2-fa331652aa80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3558 | 2025.02.28 11:11:36.372176 [ 256 ] {6eebeb1f-d148-41ff-bfa2-fa331652aa80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3559 | 2025.02.28 11:11:36.372913 [ 256 ] {6eebeb1f-d148-41ff-bfa2-fa331652aa80} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2025.02.28 11:11:36.372953 [ 256 ] {6eebeb1f-d148-41ff-bfa2-fa331652aa80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3561 | 2025.02.28 11:11:36.373371 [ 256 ] {6eebeb1f-d148-41ff-bfa2-fa331652aa80} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3562 | 2025.02.28 11:11:36.373617 [ 256 ] {6eebeb1f-d148-41ff-bfa2-fa331652aa80} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3563 | 2025.02.28 11:11:36.373860 [ 256 ] {6eebeb1f-d148-41ff-bfa2-fa331652aa80} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001806 sec., 1107.4197120708748 rows/sec., 90.30 KiB/sec. | ||
| 3564 | 2025.02.28 11:11:36.374014 [ 256 ] {6eebeb1f-d148-41ff-bfa2-fa331652aa80} <Debug> TCPHandler: Processed in 0.002235468 sec. | ||
| 3565 | 2025.02.28 11:11:36.374288 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3566 | 2025.02.28 11:11:36.374477 [ 5 ] {86006be3-a74d-4d6f-a7ae-1f498c385413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3567 | 2025.02.28 11:11:36.374549 [ 5 ] {86006be3-a74d-4d6f-a7ae-1f498c385413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3568 | 2025.02.28 11:11:36.375325 [ 5 ] {86006be3-a74d-4d6f-a7ae-1f498c385413} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3569 | 2025.02.28 11:11:36.375373 [ 5 ] {86006be3-a74d-4d6f-a7ae-1f498c385413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3570 | 2025.02.28 11:11:36.375803 [ 5 ] {86006be3-a74d-4d6f-a7ae-1f498c385413} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3571 | 2025.02.28 11:11:36.376063 [ 5 ] {86006be3-a74d-4d6f-a7ae-1f498c385413} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3572 | 2025.02.28 11:11:36.376298 [ 5 ] {86006be3-a74d-4d6f-a7ae-1f498c385413} <Debug> executeQuery: Read 103 rows, 8.79 KiB in 0.001873 sec., 54991.99145755472 rows/sec., 4.59 MiB/sec. | ||
| 3573 | 2025.02.28 11:11:36.376355 [ 5 ] {86006be3-a74d-4d6f-a7ae-1f498c385413} <Debug> TCPHandler: Processed in 0.002206888 sec. | ||
| 3574 | 2025.02.28 11:11:36.376502 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3575 | 2025.02.28 11:11:36.376622 [ 256 ] {0ce2a6f6-20a0-4af5-80ef-a569a50207a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3576 | 2025.02.28 11:11:36.376672 [ 256 ] {0ce2a6f6-20a0-4af5-80ef-a569a50207a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3577 | 2025.02.28 11:11:36.377277 [ 256 ] {0ce2a6f6-20a0-4af5-80ef-a569a50207a7} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3578 | 2025.02.28 11:11:36.377314 [ 256 ] {0ce2a6f6-20a0-4af5-80ef-a569a50207a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3579 | 2025.02.28 11:11:36.377687 [ 256 ] {0ce2a6f6-20a0-4af5-80ef-a569a50207a7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3580 | 2025.02.28 11:11:36.377925 [ 256 ] {0ce2a6f6-20a0-4af5-80ef-a569a50207a7} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3581 | 2025.02.28 11:11:36.378100 [ 256 ] {0ce2a6f6-20a0-4af5-80ef-a569a50207a7} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001501 sec., 16655.562958027982 rows/sec., 1.22 MiB/sec. | ||
| 3582 | 2025.02.28 11:11:36.378152 [ 256 ] {0ce2a6f6-20a0-4af5-80ef-a569a50207a7} <Debug> TCPHandler: Processed in 0.001708657 sec. | ||
| 3583 | 2025.02.28 11:11:36.378308 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3584 | 2025.02.28 11:11:36.378431 [ 5 ] {8294370a-617d-4b3f-af6a-6cbdb435291c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3585 | 2025.02.28 11:11:36.378481 [ 5 ] {8294370a-617d-4b3f-af6a-6cbdb435291c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3586 | 2025.02.28 11:11:36.379118 [ 5 ] {8294370a-617d-4b3f-af6a-6cbdb435291c} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3587 | 2025.02.28 11:11:36.379159 [ 5 ] {8294370a-617d-4b3f-af6a-6cbdb435291c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3588 | 2025.02.28 11:11:36.379553 [ 5 ] {8294370a-617d-4b3f-af6a-6cbdb435291c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3589 | 2025.02.28 11:11:36.379790 [ 5 ] {8294370a-617d-4b3f-af6a-6cbdb435291c} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3590 | 2025.02.28 11:11:36.380017 [ 5 ] {8294370a-617d-4b3f-af6a-6cbdb435291c} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001609 sec., 55313.85954008701 rows/sec., 4.32 MiB/sec. | ||
| 3591 | 2025.02.28 11:11:36.380071 [ 5 ] {8294370a-617d-4b3f-af6a-6cbdb435291c} <Debug> TCPHandler: Processed in 0.001826149 sec. | ||
| 3592 | 2025.02.28 11:11:36.380232 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3593 | 2025.02.28 11:11:36.380352 [ 256 ] {b75ba3ff-ddb1-4590-bbd6-e6a561038eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3594 | 2025.02.28 11:11:36.380405 [ 256 ] {b75ba3ff-ddb1-4590-bbd6-e6a561038eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3595 | 2025.02.28 11:11:36.380977 [ 256 ] {b75ba3ff-ddb1-4590-bbd6-e6a561038eac} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3596 | 2025.02.28 11:11:36.381040 [ 256 ] {b75ba3ff-ddb1-4590-bbd6-e6a561038eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3597 | 2025.02.28 11:11:36.381440 [ 256 ] {b75ba3ff-ddb1-4590-bbd6-e6a561038eac} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3598 | 2025.02.28 11:11:36.381673 [ 256 ] {b75ba3ff-ddb1-4590-bbd6-e6a561038eac} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3599 | 2025.02.28 11:11:36.381848 [ 256 ] {b75ba3ff-ddb1-4590-bbd6-e6a561038eac} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001522 sec., 105781.86596583444 rows/sec., 7.37 MiB/sec. | ||
| 3600 | 2025.02.28 11:11:36.381898 [ 256 ] {b75ba3ff-ddb1-4590-bbd6-e6a561038eac} <Debug> TCPHandler: Processed in 0.001724717 sec. | ||
| 3601 | 2025.02.28 11:11:36.382060 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3602 | 2025.02.28 11:11:36.382200 [ 5 ] {64470341-08a3-45ce-8685-4b43398d6985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3603 | 2025.02.28 11:11:36.382293 [ 5 ] {64470341-08a3-45ce-8685-4b43398d6985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3604 | 2025.02.28 11:11:36.383516 [ 5 ] {64470341-08a3-45ce-8685-4b43398d6985} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3605 | 2025.02.28 11:11:36.383556 [ 5 ] {64470341-08a3-45ce-8685-4b43398d6985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3606 | 2025.02.28 11:11:36.384183 [ 5 ] {64470341-08a3-45ce-8685-4b43398d6985} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3607 | 2025.02.28 11:11:36.384453 [ 5 ] {64470341-08a3-45ce-8685-4b43398d6985} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3608 | 2025.02.28 11:11:36.384717 [ 5 ] {64470341-08a3-45ce-8685-4b43398d6985} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002545 sec., 9037.328094302555 rows/sec., 16.19 MiB/sec. | ||
| 3609 | 2025.02.28 11:11:36.384937 [ 5 ] {64470341-08a3-45ce-8685-4b43398d6985} <Debug> TCPHandler: Processed in 0.002947013 sec. | ||
| 3610 | 2025.02.28 11:11:36.385105 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3611 | 2025.02.28 11:11:36.385245 [ 256 ] {8023e3b7-80e0-467d-9bc5-68f8d6644799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3612 | 2025.02.28 11:11:36.385305 [ 256 ] {8023e3b7-80e0-467d-9bc5-68f8d6644799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3613 | 2025.02.28 11:11:36.385875 [ 256 ] {8023e3b7-80e0-467d-9bc5-68f8d6644799} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3614 | 2025.02.28 11:11:36.385912 [ 256 ] {8023e3b7-80e0-467d-9bc5-68f8d6644799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3615 | 2025.02.28 11:11:36.386278 [ 256 ] {8023e3b7-80e0-467d-9bc5-68f8d6644799} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3616 | 2025.02.28 11:11:36.386511 [ 256 ] {8023e3b7-80e0-467d-9bc5-68f8d6644799} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3617 | 2025.02.28 11:11:36.386740 [ 256 ] {8023e3b7-80e0-467d-9bc5-68f8d6644799} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec. | ||
| 3618 | 2025.02.28 11:11:36.386945 [ 256 ] {8023e3b7-80e0-467d-9bc5-68f8d6644799} <Debug> TCPHandler: Processed in 0.00190215 sec. | ||
| 3619 | 2025.02.28 11:11:38.349616 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 3620 | 2025.02.28 11:11:38.350474 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3621 | 2025.02.28 11:11:38.350535 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3622 | 2025.02.28 11:11:38.351156 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3623 | 2025.02.28 11:11:38.351421 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3624 | 2025.02.28 11:11:38.351588 [ 106 ] {} <Debug> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3625 | 2025.02.28 11:11:38.351637 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 3626 | 2025.02.28 11:11:38.351643 [ 106 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3627 | 2025.02.28 11:11:38.351672 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3628 | 2025.02.28 11:11:38.351815 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 3629 | 2025.02.28 11:11:38.351955 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3630 | 2025.02.28 11:11:38.351995 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 3631 | 2025.02.28 11:11:38.352073 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 3632 | 2025.02.28 11:11:38.352304 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 3633 | 2025.02.28 11:11:38.352519 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 3634 | 2025.02.28 11:11:38.352730 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 3635 | 2025.02.28 11:11:38.352937 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 3636 | 2025.02.28 11:11:38.355335 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003603687 sec., 2691410.2140391218 rows/sec., 38.50 MiB/sec. | ||
| 3637 | 2025.02.28 11:11:38.355640 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3638 | 2025.02.28 11:11:38.355971 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_21_4} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3639 | 2025.02.28 11:11:38.356062 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_21_4} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3640 | 2025.02.28 11:11:38.356173 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3641 | 2025.02.28 11:11:39.009672 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 3642 | 2025.02.28 11:11:39.032671 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2025.02.28 11:11:39.032748 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3644 | 2025.02.28 11:11:39.040258 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3645 | 2025.02.28 11:11:39.041024 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2025.02.28 11:11:39.041460 [ 106 ] {} <Debug> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3647 | 2025.02.28 11:11:39.041645 [ 106 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3648 | 2025.02.28 11:11:39.041764 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3649 | 2025.02.28 11:11:39.042227 [ 200 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 3650 | 2025.02.28 11:11:39.050323 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 3651 | 2025.02.28 11:11:39.051737 [ 200 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3652 | 2025.02.28 11:11:39.052640 [ 200 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 3653 | 2025.02.28 11:11:39.057350 [ 200 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 3654 | 2025.02.28 11:11:39.062291 [ 200 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 3655 | 2025.02.28 11:11:39.068003 [ 200 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 3656 | 2025.02.28 11:11:39.073486 [ 200 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 3657 | 2025.02.28 11:11:39.078315 [ 200 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 3658 | 2025.02.28 11:11:39.136602 [ 195 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.094653717 sec., 1679.8072494078601 rows/sec., 8.69 MiB/sec. | ||
| 3659 | 2025.02.28 11:11:39.139715 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3660 | 2025.02.28 11:11:39.142782 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_21_4} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3661 | 2025.02.28 11:11:39.142921 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_21_4} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3662 | 2025.02.28 11:11:39.145675 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 3663 | 2025.02.28 11:11:40.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.10 MiB, peak 192.67 MiB, free memory in arenas 0.00 B, will set to 183.84 MiB (RSS), difference: 1.74 MiB | ||
| 3664 | 2025.02.28 11:11:40.871761 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 482 | ||
| 3665 | 2025.02.28 11:11:40.874722 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3666 | 2025.02.28 11:11:40.874786 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3667 | 2025.02.28 11:11:40.876461 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3668 | 2025.02.28 11:11:40.876767 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3669 | 2025.02.28 11:11:40.877282 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 482 | ||
| 3670 | 2025.02.28 11:11:41.371254 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3671 | 2025.02.28 11:11:41.371476 [ 256 ] {5e34db50-d323-449a-8271-be1f9ef46a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3672 | 2025.02.28 11:11:41.371562 [ 256 ] {5e34db50-d323-449a-8271-be1f9ef46a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3673 | 2025.02.28 11:11:41.372423 [ 256 ] {5e34db50-d323-449a-8271-be1f9ef46a68} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3674 | 2025.02.28 11:11:41.372475 [ 256 ] {5e34db50-d323-449a-8271-be1f9ef46a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3675 | 2025.02.28 11:11:41.372932 [ 256 ] {5e34db50-d323-449a-8271-be1f9ef46a68} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3676 | 2025.02.28 11:11:41.373200 [ 256 ] {5e34db50-d323-449a-8271-be1f9ef46a68} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3677 | 2025.02.28 11:11:41.373377 [ 103 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3678 | 2025.02.28 11:11:41.373458 [ 256 ] {5e34db50-d323-449a-8271-be1f9ef46a68} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.002034 sec., 44247.787610619474 rows/sec., 3.70 MiB/sec. | ||
| 3679 | 2025.02.28 11:11:41.373465 [ 103 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3680 | 2025.02.28 11:11:41.373540 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3681 | 2025.02.28 11:11:41.373594 [ 256 ] {5e34db50-d323-449a-8271-be1f9ef46a68} <Debug> TCPHandler: Processed in 0.002481533 sec. | ||
| 3682 | 2025.02.28 11:11:41.373919 [ 199 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 3683 | 2025.02.28 11:11:41.374076 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3684 | 2025.02.28 11:11:41.374180 [ 199 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3685 | 2025.02.28 11:11:41.374236 [ 199 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1401 rows starting from the beginning of the part | ||
| 3686 | 2025.02.28 11:11:41.374439 [ 5 ] {59e89483-cd8d-43be-910f-587442c9510b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3687 | 2025.02.28 11:11:41.374501 [ 199 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1355 rows starting from the beginning of the part | ||
| 3688 | 2025.02.28 11:11:41.374758 [ 5 ] {59e89483-cd8d-43be-910f-587442c9510b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3689 | 2025.02.28 11:11:41.374783 [ 199 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 102 rows starting from the beginning of the part | ||
| 3690 | 2025.02.28 11:11:41.375196 [ 199 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 90 rows starting from the beginning of the part | ||
| 3691 | 2025.02.28 11:11:41.375458 [ 199 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 103 rows starting from the beginning of the part | ||
| 3692 | 2025.02.28 11:11:41.375729 [ 199 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 90 rows starting from the beginning of the part | ||
| 3693 | 2025.02.28 11:11:41.377567 [ 5 ] {59e89483-cd8d-43be-910f-587442c9510b} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3694 | 2025.02.28 11:11:41.377634 [ 5 ] {59e89483-cd8d-43be-910f-587442c9510b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3695 | 2025.02.28 11:11:41.378807 [ 5 ] {59e89483-cd8d-43be-910f-587442c9510b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3696 | 2025.02.28 11:11:41.379124 [ 5 ] {59e89483-cd8d-43be-910f-587442c9510b} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3697 | 2025.02.28 11:11:41.379494 [ 5 ] {59e89483-cd8d-43be-910f-587442c9510b} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.005193 sec., 3273.6375890621994 rows/sec., 246.16 KiB/sec. | ||
| 3698 | 2025.02.28 11:11:41.379869 [ 5 ] {59e89483-cd8d-43be-910f-587442c9510b} <Debug> TCPHandler: Processed in 0.00603177 sec. | ||
| 3699 | 2025.02.28 11:11:41.380001 [ 195 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3141 rows, containing 5 columns (5 merged, 0 gathered) in 0.006361646 sec., 493740.1420953005 rows/sec., 43.25 MiB/sec. | ||
| 3700 | 2025.02.28 11:11:41.380064 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3701 | 2025.02.28 11:11:41.380209 [ 256 ] {6f470ddc-f26d-4ada-8846-31a20c832155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3702 | 2025.02.28 11:11:41.380248 [ 196 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3703 | 2025.02.28 11:11:41.380268 [ 256 ] {6f470ddc-f26d-4ada-8846-31a20c832155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3704 | 2025.02.28 11:11:41.380649 [ 196 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_26_5} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3705 | 2025.02.28 11:11:41.380761 [ 196 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_26_5} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3706 | 2025.02.28 11:11:41.380867 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 3707 | 2025.02.28 11:11:41.381092 [ 256 ] {6f470ddc-f26d-4ada-8846-31a20c832155} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3708 | 2025.02.28 11:11:41.381132 [ 256 ] {6f470ddc-f26d-4ada-8846-31a20c832155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3709 | 2025.02.28 11:11:41.381510 [ 256 ] {6f470ddc-f26d-4ada-8846-31a20c832155} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3710 | 2025.02.28 11:11:41.381754 [ 256 ] {6f470ddc-f26d-4ada-8846-31a20c832155} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3711 | 2025.02.28 11:11:41.381914 [ 103 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3712 | 2025.02.28 11:11:41.381974 [ 103 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3713 | 2025.02.28 11:11:41.382013 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3714 | 2025.02.28 11:11:41.382025 [ 256 ] {6f470ddc-f26d-4ada-8846-31a20c832155} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001848 sec., 43831.168831168834 rows/sec., 3.42 MiB/sec. | ||
| 3715 | 2025.02.28 11:11:41.382362 [ 256 ] {6f470ddc-f26d-4ada-8846-31a20c832155} <Debug> TCPHandler: Processed in 0.00236231 sec. | ||
| 3716 | 2025.02.28 11:11:41.382496 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 3717 | 2025.02.28 11:11:41.382733 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3718 | 2025.02.28 11:11:41.382888 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3719 | 2025.02.28 11:11:41.382972 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 622 rows starting from the beginning of the part | ||
| 3720 | 2025.02.28 11:11:41.382993 [ 5 ] {a99dbeba-8072-42e1-87af-3b4580126062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3721 | 2025.02.28 11:11:41.383260 [ 5 ] {a99dbeba-8072-42e1-87af-3b4580126062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3722 | 2025.02.28 11:11:41.383265 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 583 rows starting from the beginning of the part | ||
| 3723 | 2025.02.28 11:11:41.383816 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 87 rows starting from the beginning of the part | ||
| 3724 | 2025.02.28 11:11:41.384251 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 81 rows starting from the beginning of the part | ||
| 3725 | 2025.02.28 11:11:41.384637 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 89 rows starting from the beginning of the part | ||
| 3726 | 2025.02.28 11:11:41.384978 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 81 rows starting from the beginning of the part | ||
| 3727 | 2025.02.28 11:11:41.386681 [ 5 ] {a99dbeba-8072-42e1-87af-3b4580126062} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3728 | 2025.02.28 11:11:41.386752 [ 5 ] {a99dbeba-8072-42e1-87af-3b4580126062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3729 | 2025.02.28 11:11:41.387696 [ 5 ] {a99dbeba-8072-42e1-87af-3b4580126062} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3730 | 2025.02.28 11:11:41.388138 [ 188 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1543 rows, containing 5 columns (5 merged, 0 gathered) in 0.006044289 sec., 255282.30036651125 rows/sec., 20.34 MiB/sec. | ||
| 3731 | 2025.02.28 11:11:41.388247 [ 5 ] {a99dbeba-8072-42e1-87af-3b4580126062} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3732 | 2025.02.28 11:11:41.388495 [ 188 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3733 | 2025.02.28 11:11:41.388707 [ 5 ] {a99dbeba-8072-42e1-87af-3b4580126062} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005775 sec., 27705.627705627707 rows/sec., 1.93 MiB/sec. | ||
| 3734 | 2025.02.28 11:11:41.388843 [ 5 ] {a99dbeba-8072-42e1-87af-3b4580126062} <Debug> TCPHandler: Processed in 0.006359656 sec. | ||
| 3735 | 2025.02.28 11:11:41.389058 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3736 | 2025.02.28 11:11:41.389068 [ 188 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_26_5} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3737 | 2025.02.28 11:11:41.389171 [ 188 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_26_5} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3738 | 2025.02.28 11:11:41.389212 [ 256 ] {6a1748f6-e737-4e8f-a617-f70cea0b180e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3739 | 2025.02.28 11:11:41.389269 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3740 | 2025.02.28 11:11:41.389332 [ 256 ] {6a1748f6-e737-4e8f-a617-f70cea0b180e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3741 | 2025.02.28 11:11:41.390598 [ 256 ] {6a1748f6-e737-4e8f-a617-f70cea0b180e} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3742 | 2025.02.28 11:11:41.390637 [ 256 ] {6a1748f6-e737-4e8f-a617-f70cea0b180e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3743 | 2025.02.28 11:11:41.391305 [ 256 ] {6a1748f6-e737-4e8f-a617-f70cea0b180e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3744 | 2025.02.28 11:11:41.391567 [ 256 ] {6a1748f6-e737-4e8f-a617-f70cea0b180e} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3745 | 2025.02.28 11:11:41.391805 [ 256 ] {6a1748f6-e737-4e8f-a617-f70cea0b180e} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002631 sec., 6461.421512732801 rows/sec., 11.58 MiB/sec. | ||
| 3746 | 2025.02.28 11:11:41.391908 [ 256 ] {6a1748f6-e737-4e8f-a617-f70cea0b180e} <Debug> TCPHandler: Processed in 0.002930333 sec. | ||
| 3747 | 2025.02.28 11:11:41.392165 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3748 | 2025.02.28 11:11:41.392392 [ 5 ] {98812dcf-aa10-4ad1-883b-239321c86116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3749 | 2025.02.28 11:11:41.392486 [ 5 ] {98812dcf-aa10-4ad1-883b-239321c86116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3750 | 2025.02.28 11:11:41.393198 [ 5 ] {98812dcf-aa10-4ad1-883b-239321c86116} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3751 | 2025.02.28 11:11:41.393238 [ 5 ] {98812dcf-aa10-4ad1-883b-239321c86116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3752 | 2025.02.28 11:11:41.393615 [ 5 ] {98812dcf-aa10-4ad1-883b-239321c86116} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3753 | 2025.02.28 11:11:41.393875 [ 5 ] {98812dcf-aa10-4ad1-883b-239321c86116} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2025.02.28 11:11:41.394059 [ 5 ] {98812dcf-aa10-4ad1-883b-239321c86116} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001725 sec., 34782.608695652176 rows/sec., 2.34 MiB/sec. | ||
| 3755 | 2025.02.28 11:11:41.394108 [ 5 ] {98812dcf-aa10-4ad1-883b-239321c86116} <Debug> TCPHandler: Processed in 0.002055554 sec. | ||
| 3756 | 2025.02.28 11:11:45.763028 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3757 | 2025.02.28 11:11:45.763099 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3758 | 2025.02.28 11:11:45.851800 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 3759 | 2025.02.28 11:11:45.852437 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2025.02.28 11:11:45.852480 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3761 | 2025.02.28 11:11:45.853014 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3762 | 2025.02.28 11:11:45.853284 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2025.02.28 11:11:45.853480 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 3764 | 2025.02.28 11:11:46.371245 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3765 | 2025.02.28 11:11:46.371437 [ 256 ] {fd3308b3-1207-44d8-8976-5d4d0d2ca659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3766 | 2025.02.28 11:11:46.371507 [ 256 ] {fd3308b3-1207-44d8-8976-5d4d0d2ca659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3767 | 2025.02.28 11:11:46.372295 [ 256 ] {fd3308b3-1207-44d8-8976-5d4d0d2ca659} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3768 | 2025.02.28 11:11:46.372344 [ 256 ] {fd3308b3-1207-44d8-8976-5d4d0d2ca659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3769 | 2025.02.28 11:11:46.372777 [ 256 ] {fd3308b3-1207-44d8-8976-5d4d0d2ca659} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3770 | 2025.02.28 11:11:46.373032 [ 256 ] {fd3308b3-1207-44d8-8976-5d4d0d2ca659} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3771 | 2025.02.28 11:11:46.373283 [ 256 ] {fd3308b3-1207-44d8-8976-5d4d0d2ca659} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001894 sec., 53854.276663146775 rows/sec., 4.50 MiB/sec. | ||
| 3772 | 2025.02.28 11:11:46.373373 [ 256 ] {fd3308b3-1207-44d8-8976-5d4d0d2ca659} <Debug> TCPHandler: Processed in 0.002258318 sec. | ||
| 3773 | 2025.02.28 11:11:46.373699 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3774 | 2025.02.28 11:11:46.373908 [ 5 ] {8569a848-0688-42cf-9ec3-9dbef40a75bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3775 | 2025.02.28 11:11:46.373988 [ 5 ] {8569a848-0688-42cf-9ec3-9dbef40a75bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3776 | 2025.02.28 11:11:46.374739 [ 5 ] {8569a848-0688-42cf-9ec3-9dbef40a75bb} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3777 | 2025.02.28 11:11:46.374781 [ 5 ] {8569a848-0688-42cf-9ec3-9dbef40a75bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3778 | 2025.02.28 11:11:46.375208 [ 5 ] {8569a848-0688-42cf-9ec3-9dbef40a75bb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3779 | 2025.02.28 11:11:46.375461 [ 5 ] {8569a848-0688-42cf-9ec3-9dbef40a75bb} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3780 | 2025.02.28 11:11:46.375659 [ 5 ] {8569a848-0688-42cf-9ec3-9dbef40a75bb} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001809 sec., 12714.20674405749 rows/sec., 956.05 KiB/sec. | ||
| 3781 | 2025.02.28 11:11:46.375714 [ 5 ] {8569a848-0688-42cf-9ec3-9dbef40a75bb} <Debug> TCPHandler: Processed in 0.002212028 sec. | ||
| 3782 | 2025.02.28 11:11:46.375919 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3783 | 2025.02.28 11:11:46.376068 [ 256 ] {17311330-d682-4011-8c07-39f134b21fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3784 | 2025.02.28 11:11:46.376137 [ 256 ] {17311330-d682-4011-8c07-39f134b21fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3785 | 2025.02.28 11:11:46.376906 [ 256 ] {17311330-d682-4011-8c07-39f134b21fc7} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3786 | 2025.02.28 11:11:46.376955 [ 256 ] {17311330-d682-4011-8c07-39f134b21fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3787 | 2025.02.28 11:11:46.377365 [ 256 ] {17311330-d682-4011-8c07-39f134b21fc7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3788 | 2025.02.28 11:11:46.377607 [ 256 ] {17311330-d682-4011-8c07-39f134b21fc7} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3789 | 2025.02.28 11:11:46.377818 [ 256 ] {17311330-d682-4011-8c07-39f134b21fc7} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001791 sec., 48576.21440536013 rows/sec., 3.79 MiB/sec. | ||
| 3790 | 2025.02.28 11:11:46.377875 [ 256 ] {17311330-d682-4011-8c07-39f134b21fc7} <Debug> TCPHandler: Processed in 0.002024394 sec. | ||
| 3791 | 2025.02.28 11:11:46.378033 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3792 | 2025.02.28 11:11:46.378158 [ 5 ] {fe56b2c2-5b64-4c8c-92cf-4d9bce007efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3793 | 2025.02.28 11:11:46.378221 [ 5 ] {fe56b2c2-5b64-4c8c-92cf-4d9bce007efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3794 | 2025.02.28 11:11:46.378900 [ 5 ] {fe56b2c2-5b64-4c8c-92cf-4d9bce007efb} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3795 | 2025.02.28 11:11:46.378946 [ 5 ] {fe56b2c2-5b64-4c8c-92cf-4d9bce007efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3796 | 2025.02.28 11:11:46.379367 [ 5 ] {fe56b2c2-5b64-4c8c-92cf-4d9bce007efb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3797 | 2025.02.28 11:11:46.379612 [ 5 ] {fe56b2c2-5b64-4c8c-92cf-4d9bce007efb} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3798 | 2025.02.28 11:11:46.379738 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3799 | 2025.02.28 11:11:46.379789 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3800 | 2025.02.28 11:11:46.379794 [ 5 ] {fe56b2c2-5b64-4c8c-92cf-4d9bce007efb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec. | ||
| 3801 | 2025.02.28 11:11:46.379816 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3802 | 2025.02.28 11:11:46.379862 [ 5 ] {fe56b2c2-5b64-4c8c-92cf-4d9bce007efb} <Debug> TCPHandler: Processed in 0.00188654 sec. | ||
| 3803 | 2025.02.28 11:11:46.380123 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3804 | 2025.02.28 11:11:46.380197 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 3805 | 2025.02.28 11:11:46.380348 [ 256 ] {635971db-4515-495b-9c6a-b435b180b504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3806 | 2025.02.28 11:11:46.380389 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3807 | 2025.02.28 11:11:46.380439 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5748 rows starting from the beginning of the part | ||
| 3808 | 2025.02.28 11:11:46.380485 [ 256 ] {635971db-4515-495b-9c6a-b435b180b504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3809 | 2025.02.28 11:11:46.380664 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 3810 | 2025.02.28 11:11:46.381081 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 3811 | 2025.02.28 11:11:46.381495 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 161 rows starting from the beginning of the part | ||
| 3812 | 2025.02.28 11:11:46.381866 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 3813 | 2025.02.28 11:11:46.382239 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 3814 | 2025.02.28 11:11:46.384519 [ 256 ] {635971db-4515-495b-9c6a-b435b180b504} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3815 | 2025.02.28 11:11:46.384565 [ 256 ] {635971db-4515-495b-9c6a-b435b180b504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3816 | 2025.02.28 11:11:46.385410 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6549 rows, containing 5 columns (5 merged, 0 gathered) in 0.005497088 sec., 1191358.042658222 rows/sec., 81.97 MiB/sec. | ||
| 3817 | 2025.02.28 11:11:46.385532 [ 256 ] {635971db-4515-495b-9c6a-b435b180b504} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3818 | 2025.02.28 11:11:46.385780 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3819 | 2025.02.28 11:11:46.385831 [ 256 ] {635971db-4515-495b-9c6a-b435b180b504} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3820 | 2025.02.28 11:11:46.386199 [ 256 ] {635971db-4515-495b-9c6a-b435b180b504} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.005902 sec., 3896.984073195527 rows/sec., 6.98 MiB/sec. | ||
| 3821 | 2025.02.28 11:11:46.386264 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3822 | 2025.02.28 11:11:46.386425 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3823 | 2025.02.28 11:11:46.386427 [ 256 ] {635971db-4515-495b-9c6a-b435b180b504} <Debug> TCPHandler: Processed in 0.006442448 sec. | ||
| 3824 | 2025.02.28 11:11:46.386577 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
| 3825 | 2025.02.28 11:11:46.386665 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3826 | 2025.02.28 11:11:46.386805 [ 5 ] {7886e7f8-d329-4fe2-9d75-c1e064d16947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3827 | 2025.02.28 11:11:46.386866 [ 5 ] {7886e7f8-d329-4fe2-9d75-c1e064d16947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3828 | 2025.02.28 11:11:46.387406 [ 5 ] {7886e7f8-d329-4fe2-9d75-c1e064d16947} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3829 | 2025.02.28 11:11:46.387445 [ 5 ] {7886e7f8-d329-4fe2-9d75-c1e064d16947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3830 | 2025.02.28 11:11:46.387824 [ 5 ] {7886e7f8-d329-4fe2-9d75-c1e064d16947} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3831 | 2025.02.28 11:11:46.388081 [ 5 ] {7886e7f8-d329-4fe2-9d75-c1e064d16947} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3832 | 2025.02.28 11:11:46.388306 [ 5 ] {7886e7f8-d329-4fe2-9d75-c1e064d16947} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 3833 | 2025.02.28 11:11:46.388357 [ 5 ] {7886e7f8-d329-4fe2-9d75-c1e064d16947} <Debug> TCPHandler: Processed in 0.001815319 sec. | ||
| 3834 | 2025.02.28 11:11:46.550425 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 3835 | 2025.02.28 11:11:46.569131 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3836 | 2025.02.28 11:11:46.569171 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3837 | 2025.02.28 11:11:46.576281 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3838 | 2025.02.28 11:11:46.577013 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2025.02.28 11:11:46.580077 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 3840 | 2025.02.28 11:11:47.121975 [ 94 ] {} <Debug> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3841 | 2025.02.28 11:11:47.122041 [ 94 ] {} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3842 | 2025.02.28 11:11:47.122065 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3843 | 2025.02.28 11:11:47.122286 [ 193 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::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 | ||
| 3844 | 2025.02.28 11:11:47.122487 [ 193 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3845 | 2025.02.28 11:11:47.122531 [ 193 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 3846 | 2025.02.28 11:11:47.122621 [ 193 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::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 | ||
| 3847 | 2025.02.28 11:11:47.122872 [ 193 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 3848 | 2025.02.28 11:11:47.123125 [ 193 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
| 3849 | 2025.02.28 11:11:47.123277 [ 193 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 3850 | 2025.02.28 11:11:47.124378 [ 196 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.002224537 sec., 8990.63490515105 rows/sec., 768.24 KiB/sec. | ||
| 3851 | 2025.02.28 11:11:47.124579 [ 186 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3852 | 2025.02.28 11:11:47.124913 [ 186 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_5_1} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3853 | 2025.02.28 11:11:47.124996 [ 186 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_5_1} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3854 | 2025.02.28 11:11:47.125095 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3855 | 2025.02.28 11:11:50.877510 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 506 | ||
| 3856 | 2025.02.28 11:11:50.881333 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2025.02.28 11:11:50.881416 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3858 | 2025.02.28 11:11:50.883732 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3859 | 2025.02.28 11:11:50.884202 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2025.02.28 11:11:50.884838 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 506 | ||
| 3861 | 2025.02.28 11:11:51.400600 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3862 | 2025.02.28 11:11:51.400813 [ 256 ] {582a0996-d3ce-4801-a7bb-c5f45615c5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3863 | 2025.02.28 11:11:51.400895 [ 256 ] {582a0996-d3ce-4801-a7bb-c5f45615c5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3864 | 2025.02.28 11:11:51.401692 [ 256 ] {582a0996-d3ce-4801-a7bb-c5f45615c5c6} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2025.02.28 11:11:51.401741 [ 256 ] {582a0996-d3ce-4801-a7bb-c5f45615c5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3866 | 2025.02.28 11:11:51.402169 [ 256 ] {582a0996-d3ce-4801-a7bb-c5f45615c5c6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3867 | 2025.02.28 11:11:51.402436 [ 256 ] {582a0996-d3ce-4801-a7bb-c5f45615c5c6} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3868 | 2025.02.28 11:11:51.402637 [ 256 ] {582a0996-d3ce-4801-a7bb-c5f45615c5c6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001885 sec., 2122.0159151193634 rows/sec., 173.04 KiB/sec. | ||
| 3869 | 2025.02.28 11:11:51.402694 [ 256 ] {582a0996-d3ce-4801-a7bb-c5f45615c5c6} <Debug> TCPHandler: Processed in 0.002238728 sec. | ||
| 3870 | 2025.02.28 11:11:51.402963 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3871 | 2025.02.28 11:11:51.403183 [ 5 ] {4941c1b8-3446-4e9a-9a9a-9133bca91c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3872 | 2025.02.28 11:11:51.403264 [ 5 ] {4941c1b8-3446-4e9a-9a9a-9133bca91c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3873 | 2025.02.28 11:11:51.404663 [ 5 ] {4941c1b8-3446-4e9a-9a9a-9133bca91c67} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3874 | 2025.02.28 11:11:51.404712 [ 5 ] {4941c1b8-3446-4e9a-9a9a-9133bca91c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3875 | 2025.02.28 11:11:51.405221 [ 5 ] {4941c1b8-3446-4e9a-9a9a-9133bca91c67} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3876 | 2025.02.28 11:11:51.405476 [ 5 ] {4941c1b8-3446-4e9a-9a9a-9133bca91c67} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3877 | 2025.02.28 11:11:51.405712 [ 5 ] {4941c1b8-3446-4e9a-9a9a-9133bca91c67} <Debug> executeQuery: Read 1232 rows, 104.42 KiB in 0.002589 sec., 475859.4051757435 rows/sec., 39.39 MiB/sec. | ||
| 3878 | 2025.02.28 11:11:51.405781 [ 5 ] {4941c1b8-3446-4e9a-9a9a-9133bca91c67} <Debug> TCPHandler: Processed in 0.002966404 sec. | ||
| 3879 | 2025.02.28 11:11:51.405956 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3880 | 2025.02.28 11:11:51.406112 [ 256 ] {f6763157-d42c-418e-adf4-375a478a6431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3881 | 2025.02.28 11:11:51.406172 [ 256 ] {f6763157-d42c-418e-adf4-375a478a6431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3882 | 2025.02.28 11:11:51.406802 [ 256 ] {f6763157-d42c-418e-adf4-375a478a6431} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3883 | 2025.02.28 11:11:51.406839 [ 256 ] {f6763157-d42c-418e-adf4-375a478a6431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3884 | 2025.02.28 11:11:51.407199 [ 256 ] {f6763157-d42c-418e-adf4-375a478a6431} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3885 | 2025.02.28 11:11:51.407435 [ 256 ] {f6763157-d42c-418e-adf4-375a478a6431} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3886 | 2025.02.28 11:11:51.407649 [ 256 ] {f6763157-d42c-418e-adf4-375a478a6431} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001571 sec., 13367.281985996182 rows/sec., 991.48 KiB/sec. | ||
| 3887 | 2025.02.28 11:11:51.407872 [ 256 ] {f6763157-d42c-418e-adf4-375a478a6431} <Debug> TCPHandler: Processed in 0.001986112 sec. | ||
| 3888 | 2025.02.28 11:11:51.408066 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3889 | 2025.02.28 11:11:51.408211 [ 5 ] {52fbb8bd-a548-4bc1-8575-0c3860e7a983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3890 | 2025.02.28 11:11:51.408270 [ 5 ] {52fbb8bd-a548-4bc1-8575-0c3860e7a983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3891 | 2025.02.28 11:11:51.409050 [ 5 ] {52fbb8bd-a548-4bc1-8575-0c3860e7a983} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3892 | 2025.02.28 11:11:51.409098 [ 5 ] {52fbb8bd-a548-4bc1-8575-0c3860e7a983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3893 | 2025.02.28 11:11:51.409505 [ 5 ] {52fbb8bd-a548-4bc1-8575-0c3860e7a983} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3894 | 2025.02.28 11:11:51.409750 [ 5 ] {52fbb8bd-a548-4bc1-8575-0c3860e7a983} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3895 | 2025.02.28 11:11:51.410012 [ 5 ] {52fbb8bd-a548-4bc1-8575-0c3860e7a983} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001836 sec., 124183.00653594772 rows/sec., 8.41 MiB/sec. | ||
| 3896 | 2025.02.28 11:11:51.410167 [ 5 ] {52fbb8bd-a548-4bc1-8575-0c3860e7a983} <Debug> TCPHandler: Processed in 0.002167186 sec. | ||
| 3897 | 2025.02.28 11:11:51.410324 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3898 | 2025.02.28 11:11:51.410465 [ 256 ] {76e23743-aa6d-4cfa-bc83-0203717a6f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3899 | 2025.02.28 11:11:51.410521 [ 256 ] {76e23743-aa6d-4cfa-bc83-0203717a6f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3900 | 2025.02.28 11:11:51.411415 [ 256 ] {76e23743-aa6d-4cfa-bc83-0203717a6f14} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3901 | 2025.02.28 11:11:51.411453 [ 256 ] {76e23743-aa6d-4cfa-bc83-0203717a6f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3902 | 2025.02.28 11:11:51.411837 [ 256 ] {76e23743-aa6d-4cfa-bc83-0203717a6f14} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3903 | 2025.02.28 11:11:51.412076 [ 256 ] {76e23743-aa6d-4cfa-bc83-0203717a6f14} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3904 | 2025.02.28 11:11:51.412253 [ 256 ] {76e23743-aa6d-4cfa-bc83-0203717a6f14} <Debug> executeQuery: Read 541 rows, 41.09 KiB in 0.00182 sec., 297252.74725274724 rows/sec., 22.05 MiB/sec. | ||
| 3905 | 2025.02.28 11:11:51.412305 [ 256 ] {76e23743-aa6d-4cfa-bc83-0203717a6f14} <Debug> TCPHandler: Processed in 0.002040893 sec. | ||
| 3906 | 2025.02.28 11:11:51.412516 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3907 | 2025.02.28 11:11:51.412740 [ 5 ] {777adc2f-0d4a-4b77-9007-0a9599047b16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3908 | 2025.02.28 11:11:51.412837 [ 5 ] {777adc2f-0d4a-4b77-9007-0a9599047b16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3909 | 2025.02.28 11:11:51.413844 [ 5 ] {777adc2f-0d4a-4b77-9007-0a9599047b16} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3910 | 2025.02.28 11:11:51.413883 [ 5 ] {777adc2f-0d4a-4b77-9007-0a9599047b16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3911 | 2025.02.28 11:11:51.414334 [ 5 ] {777adc2f-0d4a-4b77-9007-0a9599047b16} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3912 | 2025.02.28 11:11:51.414572 [ 5 ] {777adc2f-0d4a-4b77-9007-0a9599047b16} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3913 | 2025.02.28 11:11:51.414772 [ 5 ] {777adc2f-0d4a-4b77-9007-0a9599047b16} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.002089 sec., 422211.58449018665 rows/sec., 28.41 MiB/sec. | ||
| 3914 | 2025.02.28 11:11:51.414826 [ 5 ] {777adc2f-0d4a-4b77-9007-0a9599047b16} <Debug> TCPHandler: Processed in 0.002423691 sec. | ||
| 3915 | 2025.02.28 11:11:51.414982 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3916 | 2025.02.28 11:11:51.415120 [ 256 ] {e8e3664a-8a7a-4fcd-bff4-673cb12edffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3917 | 2025.02.28 11:11:51.415214 [ 256 ] {e8e3664a-8a7a-4fcd-bff4-673cb12edffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3918 | 2025.02.28 11:11:51.416350 [ 256 ] {e8e3664a-8a7a-4fcd-bff4-673cb12edffc} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3919 | 2025.02.28 11:11:51.416387 [ 256 ] {e8e3664a-8a7a-4fcd-bff4-673cb12edffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3920 | 2025.02.28 11:11:51.417021 [ 256 ] {e8e3664a-8a7a-4fcd-bff4-673cb12edffc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3921 | 2025.02.28 11:11:51.417273 [ 256 ] {e8e3664a-8a7a-4fcd-bff4-673cb12edffc} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3922 | 2025.02.28 11:11:51.417545 [ 256 ] {e8e3664a-8a7a-4fcd-bff4-673cb12edffc} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002454 sec., 6927.465362673187 rows/sec., 12.41 MiB/sec. | ||
| 3923 | 2025.02.28 11:11:51.418010 [ 256 ] {e8e3664a-8a7a-4fcd-bff4-673cb12edffc} <Debug> TCPHandler: Processed in 0.003095687 sec. | ||
| 3924 | 2025.02.28 11:11:51.418170 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3925 | 2025.02.28 11:11:51.418308 [ 5 ] {dad5a6e0-cf48-457d-8c3f-fc140c9d4c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3926 | 2025.02.28 11:11:51.418366 [ 5 ] {dad5a6e0-cf48-457d-8c3f-fc140c9d4c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3927 | 2025.02.28 11:11:51.418930 [ 5 ] {dad5a6e0-cf48-457d-8c3f-fc140c9d4c5f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3928 | 2025.02.28 11:11:51.418975 [ 5 ] {dad5a6e0-cf48-457d-8c3f-fc140c9d4c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3929 | 2025.02.28 11:11:51.419394 [ 5 ] {dad5a6e0-cf48-457d-8c3f-fc140c9d4c5f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3930 | 2025.02.28 11:11:51.419632 [ 5 ] {dad5a6e0-cf48-457d-8c3f-fc140c9d4c5f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3931 | 2025.02.28 11:11:51.419787 [ 92 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3932 | 2025.02.28 11:11:51.419862 [ 5 ] {dad5a6e0-cf48-457d-8c3f-fc140c9d4c5f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001577 sec., 38046.92454026633 rows/sec., 2.56 MiB/sec. | ||
| 3933 | 2025.02.28 11:11:51.419869 [ 92 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3934 | 2025.02.28 11:11:51.419950 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3935 | 2025.02.28 11:11:51.419977 [ 5 ] {dad5a6e0-cf48-457d-8c3f-fc140c9d4c5f} <Debug> TCPHandler: Processed in 0.00187294 sec. | ||
| 3936 | 2025.02.28 11:11:51.420165 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 3937 | 2025.02.28 11:11:51.420346 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3938 | 2025.02.28 11:11:51.420391 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 678 rows starting from the beginning of the part | ||
| 3939 | 2025.02.28 11:11:51.420478 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 3940 | 2025.02.28 11:11:51.420647 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 3941 | 2025.02.28 11:11:51.420883 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 3942 | 2025.02.28 11:11:51.421012 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 3943 | 2025.02.28 11:11:51.421179 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 3944 | 2025.02.28 11:11:51.422460 [ 186 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 978 rows, containing 4 columns (4 merged, 0 gathered) in 0.002389802 sec., 409238.9243962471 rows/sec., 27.52 MiB/sec. | ||
| 3945 | 2025.02.28 11:11:51.422680 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3946 | 2025.02.28 11:11:51.423043 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_26_5} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3947 | 2025.02.28 11:11:51.423136 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_26_5} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3948 | 2025.02.28 11:11:51.423232 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3949 | 2025.02.28 11:11:53.353640 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 3950 | 2025.02.28 11:11:53.354414 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3951 | 2025.02.28 11:11:53.354467 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3952 | 2025.02.28 11:11:53.355054 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3953 | 2025.02.28 11:11:53.355334 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3954 | 2025.02.28 11:11:53.355572 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 3955 | 2025.02.28 11:11:54.080183 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 3956 | 2025.02.28 11:11:54.099896 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3957 | 2025.02.28 11:11:54.099949 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3958 | 2025.02.28 11:11:54.107231 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3959 | 2025.02.28 11:11:54.108001 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3960 | 2025.02.28 11:11:54.110828 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 3961 | 2025.02.28 11:11:56.371458 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2025.02.28 11:11:56.371689 [ 256 ] {790ccd43-1208-412e-96c5-a681488b2234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3963 | 2025.02.28 11:11:56.371771 [ 256 ] {790ccd43-1208-412e-96c5-a681488b2234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3964 | 2025.02.28 11:11:56.372660 [ 256 ] {790ccd43-1208-412e-96c5-a681488b2234} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3965 | 2025.02.28 11:11:56.372708 [ 256 ] {790ccd43-1208-412e-96c5-a681488b2234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3966 | 2025.02.28 11:11:56.373150 [ 256 ] {790ccd43-1208-412e-96c5-a681488b2234} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3967 | 2025.02.28 11:11:56.373398 [ 256 ] {790ccd43-1208-412e-96c5-a681488b2234} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3968 | 2025.02.28 11:11:56.373633 [ 256 ] {790ccd43-1208-412e-96c5-a681488b2234} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.002005 sec., 50872.81795511222 rows/sec., 4.25 MiB/sec. | ||
| 3969 | 2025.02.28 11:11:56.373690 [ 256 ] {790ccd43-1208-412e-96c5-a681488b2234} <Debug> TCPHandler: Processed in 0.002372871 sec. | ||
| 3970 | 2025.02.28 11:11:56.373969 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3971 | 2025.02.28 11:11:56.374180 [ 5 ] {b8fe42cb-8120-481e-b5ef-8a2001ddee1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3972 | 2025.02.28 11:11:56.374262 [ 5 ] {b8fe42cb-8120-481e-b5ef-8a2001ddee1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3973 | 2025.02.28 11:11:56.375025 [ 5 ] {b8fe42cb-8120-481e-b5ef-8a2001ddee1f} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3974 | 2025.02.28 11:11:56.375076 [ 5 ] {b8fe42cb-8120-481e-b5ef-8a2001ddee1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3975 | 2025.02.28 11:11:56.375496 [ 5 ] {b8fe42cb-8120-481e-b5ef-8a2001ddee1f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3976 | 2025.02.28 11:11:56.375751 [ 5 ] {b8fe42cb-8120-481e-b5ef-8a2001ddee1f} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3977 | 2025.02.28 11:11:56.375936 [ 87 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3978 | 2025.02.28 11:11:56.376007 [ 5 ] {b8fe42cb-8120-481e-b5ef-8a2001ddee1f} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001885 sec., 12201.59151193634 rows/sec., 917.50 KiB/sec. | ||
| 3979 | 2025.02.28 11:11:56.376035 [ 87 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3980 | 2025.02.28 11:11:56.376107 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3981 | 2025.02.28 11:11:56.376133 [ 5 ] {b8fe42cb-8120-481e-b5ef-8a2001ddee1f} <Debug> TCPHandler: Processed in 0.002305539 sec. | ||
| 3982 | 2025.02.28 11:11:56.376350 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 3983 | 2025.02.28 11:11:56.376354 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3984 | 2025.02.28 11:11:56.376644 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3985 | 2025.02.28 11:11:56.376657 [ 256 ] {50c432e0-2b0a-43ba-9124-e345759cde8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3986 | 2025.02.28 11:11:56.376724 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 68 rows starting from the beginning of the part | ||
| 3987 | 2025.02.28 11:11:56.376775 [ 256 ] {50c432e0-2b0a-43ba-9124-e345759cde8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3988 | 2025.02.28 11:11:56.377039 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 25 rows starting from the beginning of the part | ||
| 3989 | 2025.02.28 11:11:56.377391 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 17 rows starting from the beginning of the part | ||
| 3990 | 2025.02.28 11:11:56.377781 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
| 3991 | 2025.02.28 11:11:56.378129 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 21 rows starting from the beginning of the part | ||
| 3992 | 2025.02.28 11:11:56.378518 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
| 3993 | 2025.02.28 11:11:56.380013 [ 256 ] {50c432e0-2b0a-43ba-9124-e345759cde8a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3994 | 2025.02.28 11:11:56.380089 [ 256 ] {50c432e0-2b0a-43ba-9124-e345759cde8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3995 | 2025.02.28 11:11:56.381201 [ 256 ] {50c432e0-2b0a-43ba-9124-e345759cde8a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3996 | 2025.02.28 11:11:56.381395 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.005167441 sec., 34252.930996212635 rows/sec., 2.63 MiB/sec. | ||
| 3997 | 2025.02.28 11:11:56.381600 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3998 | 2025.02.28 11:11:56.381701 [ 256 ] {50c432e0-2b0a-43ba-9124-e345759cde8a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3999 | 2025.02.28 11:11:56.382145 [ 256 ] {50c432e0-2b0a-43ba-9124-e345759cde8a} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005563 sec., 15639.043681466834 rows/sec., 1.22 MiB/sec. | ||
| 4000 | 2025.02.28 11:11:56.382267 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_26_5} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4001 | 2025.02.28 11:11:56.382315 [ 256 ] {50c432e0-2b0a-43ba-9124-e345759cde8a} <Debug> TCPHandler: Processed in 0.006073101 sec. | ||
| 4002 | 2025.02.28 11:11:56.382456 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_26_5} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4003 | 2025.02.28 11:11:56.382571 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4004 | 2025.02.28 11:11:56.382589 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4005 | 2025.02.28 11:11:56.382725 [ 5 ] {569f957a-54c3-42b7-b514-0898cd94ad72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4006 | 2025.02.28 11:11:56.382790 [ 5 ] {569f957a-54c3-42b7-b514-0898cd94ad72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4007 | 2025.02.28 11:11:56.383476 [ 5 ] {569f957a-54c3-42b7-b514-0898cd94ad72} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4008 | 2025.02.28 11:11:56.383518 [ 5 ] {569f957a-54c3-42b7-b514-0898cd94ad72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4009 | 2025.02.28 11:11:56.383914 [ 5 ] {569f957a-54c3-42b7-b514-0898cd94ad72} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4010 | 2025.02.28 11:11:56.384146 [ 5 ] {569f957a-54c3-42b7-b514-0898cd94ad72} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4011 | 2025.02.28 11:11:56.384363 [ 5 ] {569f957a-54c3-42b7-b514-0898cd94ad72} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001669 sec., 95865.78789694428 rows/sec., 6.68 MiB/sec. | ||
| 4012 | 2025.02.28 11:11:56.384415 [ 5 ] {569f957a-54c3-42b7-b514-0898cd94ad72} <Debug> TCPHandler: Processed in 0.001971192 sec. | ||
| 4013 | 2025.02.28 11:11:56.384593 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4014 | 2025.02.28 11:11:56.384734 [ 256 ] {5e789fd3-c957-4696-92b7-31c13bf6f63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4015 | 2025.02.28 11:11:56.384830 [ 256 ] {5e789fd3-c957-4696-92b7-31c13bf6f63e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4016 | 2025.02.28 11:11:56.386075 [ 256 ] {5e789fd3-c957-4696-92b7-31c13bf6f63e} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4017 | 2025.02.28 11:11:56.386113 [ 256 ] {5e789fd3-c957-4696-92b7-31c13bf6f63e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4018 | 2025.02.28 11:11:56.386755 [ 256 ] {5e789fd3-c957-4696-92b7-31c13bf6f63e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4019 | 2025.02.28 11:11:56.387012 [ 256 ] {5e789fd3-c957-4696-92b7-31c13bf6f63e} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4020 | 2025.02.28 11:11:56.387193 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4021 | 2025.02.28 11:11:56.387284 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4022 | 2025.02.28 11:11:56.387324 [ 256 ] {5e789fd3-c957-4696-92b7-31c13bf6f63e} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00261 sec., 8812.260536398468 rows/sec., 15.79 MiB/sec. | ||
| 4023 | 2025.02.28 11:11:56.387340 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4024 | 2025.02.28 11:11:56.387635 [ 256 ] {5e789fd3-c957-4696-92b7-31c13bf6f63e} <Debug> TCPHandler: Processed in 0.003110576 sec. | ||
| 4025 | 2025.02.28 11:11:56.387643 [ 196 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 4026 | 2025.02.28 11:11:56.387827 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4027 | 2025.02.28 11:11:56.388074 [ 5 ] {55242150-8ff5-4787-a9dc-2d9e4769c966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4028 | 2025.02.28 11:11:56.388098 [ 196 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4029 | 2025.02.28 11:11:56.388197 [ 5 ] {55242150-8ff5-4787-a9dc-2d9e4769c966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4030 | 2025.02.28 11:11:56.388242 [ 196 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 393 rows starting from the beginning of the part | ||
| 4031 | 2025.02.28 11:11:56.389212 [ 196 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part | ||
| 4032 | 2025.02.28 11:11:56.389798 [ 196 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 17 rows starting from the beginning of the part | ||
| 4033 | 2025.02.28 11:11:56.390522 [ 196 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
| 4034 | 2025.02.28 11:11:56.390653 [ 5 ] {55242150-8ff5-4787-a9dc-2d9e4769c966} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4035 | 2025.02.28 11:11:56.390840 [ 5 ] {55242150-8ff5-4787-a9dc-2d9e4769c966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4036 | 2025.02.28 11:11:56.391081 [ 196 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 17 rows starting from the beginning of the part | ||
| 4037 | 2025.02.28 11:11:56.391706 [ 196 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
| 4038 | 2025.02.28 11:11:56.392726 [ 5 ] {55242150-8ff5-4787-a9dc-2d9e4769c966} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4039 | 2025.02.28 11:11:56.393250 [ 5 ] {55242150-8ff5-4787-a9dc-2d9e4769c966} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4040 | 2025.02.28 11:11:56.393739 [ 5 ] {55242150-8ff5-4787-a9dc-2d9e4769c966} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005746 sec., 10442.046641141664 rows/sec., 720.61 KiB/sec. | ||
| 4041 | 2025.02.28 11:11:56.393827 [ 5 ] {55242150-8ff5-4787-a9dc-2d9e4769c966} <Debug> TCPHandler: Processed in 0.00608619 sec. | ||
| 4042 | 2025.02.28 11:11:56.397055 [ 197 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 19 columns (19 merged, 0 gathered) in 0.009557135 sec., 51898.39842170274 rows/sec., 93.00 MiB/sec. | ||
| 4043 | 2025.02.28 11:11:56.398026 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4044 | 2025.02.28 11:11:56.398470 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4045 | 2025.02.28 11:11:56.398557 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4046 | 2025.02.28 11:11:56.398713 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 4047 | 2025.02.28 11:12:00.763145 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4048 | 2025.02.28 11:12:00.763207 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4049 | 2025.02.28 11:12:00.855731 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4050 | 2025.02.28 11:12:00.856386 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2025.02.28 11:12:00.856436 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4052 | 2025.02.28 11:12:00.856973 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4053 | 2025.02.28 11:12:00.857243 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4054 | 2025.02.28 11:12:00.857540 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4055 | 2025.02.28 11:12:00.885052 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 534 | ||
| 4056 | 2025.02.28 11:12:00.888141 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4057 | 2025.02.28 11:12:00.888198 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4058 | 2025.02.28 11:12:00.889682 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4059 | 2025.02.28 11:12:00.890021 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4060 | 2025.02.28 11:12:00.890636 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 534 | ||
| 4061 | 2025.02.28 11:12:01.364892 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4062 | 2025.02.28 11:12:01.365167 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 4063 | 2025.02.28 11:12:01.365617 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4064 | 2025.02.28 11:12:01.365672 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 4065 | 2025.02.28 11:12:01.366051 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4066 | 2025.02.28 11:12:01.366133 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4067 | 2025.02.28 11:12:01.366315 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 4068 | 2025.02.28 11:12:01.366356 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4069 | 2025.02.28 11:12:01.366382 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4070 | 2025.02.28 11:12:01.366400 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4071 | 2025.02.28 11:12:01.366452 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 4072 | 2025.02.28 11:12:01.366477 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4073 | 2025.02.28 11:12:01.367490 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.00245 sec., 14693.877551020409 rows/sec., 619.42 KiB/sec. | ||
| 4074 | 2025.02.28 11:12:01.367638 [ 256 ] {2cbd52ef-1a97-4bf7-bac9-8e46be342a97} <Debug> TCPHandler: Processed in 0.002879661 sec. | ||
| 4075 | 2025.02.28 11:12:01.368290 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4076 | 2025.02.28 11:12:01.368560 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 4077 | 2025.02.28 11:12:01.369008 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4078 | 2025.02.28 11:12:01.369062 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 4079 | 2025.02.28 11:12:01.369431 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4080 | 2025.02.28 11:12:01.369516 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4081 | 2025.02.28 11:12:01.369699 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 4082 | 2025.02.28 11:12:01.369739 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4083 | 2025.02.28 11:12:01.369765 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4084 | 2025.02.28 11:12:01.369784 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4085 | 2025.02.28 11:12:01.369834 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 4086 | 2025.02.28 11:12:01.369859 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4087 | 2025.02.28 11:12:01.370514 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.00208 sec., 17307.69230769231 rows/sec., 729.60 KiB/sec. | ||
| 4088 | 2025.02.28 11:12:01.370616 [ 5 ] {9e3eef7e-a87c-4cf4-ae84-75f065d5bb8c} <Debug> TCPHandler: Processed in 0.002461023 sec. | ||
| 4089 | 2025.02.28 11:12:01.371299 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4090 | 2025.02.28 11:12:01.371511 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 4091 | 2025.02.28 11:12:01.371885 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4092 | 2025.02.28 11:12:01.371935 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 4093 | 2025.02.28 11:12:01.372282 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4094 | 2025.02.28 11:12:01.372352 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4095 | 2025.02.28 11:12:01.372507 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 4096 | 2025.02.28 11:12:01.372542 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4097 | 2025.02.28 11:12:01.372567 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4098 | 2025.02.28 11:12:01.372584 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4099 | 2025.02.28 11:12:01.372631 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 4100 | 2025.02.28 11:12:01.372655 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4101 | 2025.02.28 11:12:01.373287 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001882 sec., 19128.586609989372 rows/sec., 806.36 KiB/sec. | ||
| 4102 | 2025.02.28 11:12:01.373412 [ 256 ] {01b21d7b-c401-4ceb-af91-24b9ad82ae9a} <Debug> TCPHandler: Processed in 0.002174307 sec. | ||
| 4103 | 2025.02.28 11:12:01.373704 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4104 | 2025.02.28 11:12:01.373908 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 4105 | 2025.02.28 11:12:01.374276 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4106 | 2025.02.28 11:12:01.374330 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 4107 | 2025.02.28 11:12:01.374669 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4108 | 2025.02.28 11:12:01.374737 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4109 | 2025.02.28 11:12:01.374887 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 4110 | 2025.02.28 11:12:01.374922 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4111 | 2025.02.28 11:12:01.374944 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4112 | 2025.02.28 11:12:01.374962 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4113 | 2025.02.28 11:12:01.375007 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 4114 | 2025.02.28 11:12:01.375031 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4115 | 2025.02.28 11:12:01.375586 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001782 sec., 20202.0202020202 rows/sec., 851.62 KiB/sec. | ||
| 4116 | 2025.02.28 11:12:01.375671 [ 5 ] {66f04426-b3f4-4f3b-8cf5-9b5db927456c} <Debug> TCPHandler: Processed in 0.002032214 sec. | ||
| 4117 | 2025.02.28 11:12:01.375984 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4118 | 2025.02.28 11:12:01.376191 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 4119 | 2025.02.28 11:12:01.376563 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4120 | 2025.02.28 11:12:01.376614 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 4121 | 2025.02.28 11:12:01.376965 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4122 | 2025.02.28 11:12:01.377033 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4123 | 2025.02.28 11:12:01.377187 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 4124 | 2025.02.28 11:12:01.377221 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4125 | 2025.02.28 11:12:01.377243 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4126 | 2025.02.28 11:12:01.377260 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4127 | 2025.02.28 11:12:01.377306 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 4128 | 2025.02.28 11:12:01.377330 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4129 | 2025.02.28 11:12:01.377911 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001825 sec., 19726.027397260274 rows/sec., 831.55 KiB/sec. | ||
| 4130 | 2025.02.28 11:12:01.378032 [ 256 ] {da92949c-7c9a-455b-831b-15979001d8a6} <Debug> TCPHandler: Processed in 0.002108765 sec. | ||
| 4131 | 2025.02.28 11:12:01.378321 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4132 | 2025.02.28 11:12:01.378517 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 4133 | 2025.02.28 11:12:01.378867 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4134 | 2025.02.28 11:12:01.378917 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 4135 | 2025.02.28 11:12:01.379261 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4136 | 2025.02.28 11:12:01.379327 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4137 | 2025.02.28 11:12:01.379470 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 4138 | 2025.02.28 11:12:01.379501 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4139 | 2025.02.28 11:12:01.379571 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4140 | 2025.02.28 11:12:01.379588 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4141 | 2025.02.28 11:12:01.379632 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 4142 | 2025.02.28 11:12:01.379729 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4143 | 2025.02.28 11:12:01.380268 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001851 sec., 19448.94651539708 rows/sec., 819.87 KiB/sec. | ||
| 4144 | 2025.02.28 11:12:01.380349 [ 5 ] {6fc1fda8-2abd-4934-b870-8b695e681695} <Debug> TCPHandler: Processed in 0.002084295 sec. | ||
| 4145 | 2025.02.28 11:12:01.380756 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4146 | 2025.02.28 11:12:01.380990 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 4147 | 2025.02.28 11:12:01.381421 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4148 | 2025.02.28 11:12:01.381484 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 4149 | 2025.02.28 11:12:01.381869 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4150 | 2025.02.28 11:12:01.381935 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4151 | 2025.02.28 11:12:01.382084 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 4152 | 2025.02.28 11:12:01.382118 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4153 | 2025.02.28 11:12:01.382141 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4154 | 2025.02.28 11:12:01.382158 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4155 | 2025.02.28 11:12:01.382204 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 4156 | 2025.02.28 11:12:01.382229 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4157 | 2025.02.28 11:12:01.382840 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001972 sec., 18255.57809330629 rows/sec., 769.56 KiB/sec. | ||
| 4158 | 2025.02.28 11:12:01.382960 [ 256 ] {e17ad227-e9d4-48f7-8940-2ab46d0257ca} <Debug> TCPHandler: Processed in 0.002269589 sec. | ||
| 4159 | 2025.02.28 11:12:01.383236 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4160 | 2025.02.28 11:12:01.383469 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 4161 | 2025.02.28 11:12:01.383857 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4162 | 2025.02.28 11:12:01.383907 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 4163 | 2025.02.28 11:12:01.384256 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4164 | 2025.02.28 11:12:01.384320 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4165 | 2025.02.28 11:12:01.384466 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 4166 | 2025.02.28 11:12:01.384497 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4167 | 2025.02.28 11:12:01.384519 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4168 | 2025.02.28 11:12:01.384536 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4169 | 2025.02.28 11:12:01.384581 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 4170 | 2025.02.28 11:12:01.384604 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4171 | 2025.02.28 11:12:01.385127 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.00178 sec., 20224.719101123595 rows/sec., 852.57 KiB/sec. | ||
| 4172 | 2025.02.28 11:12:01.385210 [ 5 ] {4cfbf558-e83f-497d-b9dc-15b6eab538b7} <Debug> TCPHandler: Processed in 0.002042124 sec. | ||
| 4173 | 2025.02.28 11:12:01.385524 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4174 | 2025.02.28 11:12:01.385726 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 4175 | 2025.02.28 11:12:01.386153 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4176 | 2025.02.28 11:12:01.386219 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 4177 | 2025.02.28 11:12:01.386652 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4178 | 2025.02.28 11:12:01.386722 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4179 | 2025.02.28 11:12:01.386868 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 4180 | 2025.02.28 11:12:01.386900 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4181 | 2025.02.28 11:12:01.386923 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4182 | 2025.02.28 11:12:01.386940 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4183 | 2025.02.28 11:12:01.386983 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 4184 | 2025.02.28 11:12:01.387007 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4185 | 2025.02.28 11:12:01.387590 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001972 sec., 18255.57809330629 rows/sec., 769.56 KiB/sec. | ||
| 4186 | 2025.02.28 11:12:01.387708 [ 256 ] {02666b36-a795-463c-b3ee-8c0a8706b80f} <Debug> TCPHandler: Processed in 0.002238478 sec. | ||
| 4187 | 2025.02.28 11:12:01.387978 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4188 | 2025.02.28 11:12:01.388177 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 4189 | 2025.02.28 11:12:01.388536 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4190 | 2025.02.28 11:12:01.388588 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 4191 | 2025.02.28 11:12:01.388944 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4192 | 2025.02.28 11:12:01.389008 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4193 | 2025.02.28 11:12:01.389155 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 4194 | 2025.02.28 11:12:01.389186 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4195 | 2025.02.28 11:12:01.389209 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4196 | 2025.02.28 11:12:01.389225 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4197 | 2025.02.28 11:12:01.389269 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 4198 | 2025.02.28 11:12:01.389292 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4199 | 2025.02.28 11:12:01.389794 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001721 sec., 20918.07088901801 rows/sec., 881.80 KiB/sec. | ||
| 4200 | 2025.02.28 11:12:01.389879 [ 5 ] {4cfb594c-2913-4f7a-a696-9b1628cbc55b} <Debug> TCPHandler: Processed in 0.001958532 sec. | ||
| 4201 | 2025.02.28 11:12:01.390171 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4202 | 2025.02.28 11:12:01.390372 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 4203 | 2025.02.28 11:12:01.390739 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4204 | 2025.02.28 11:12:01.390793 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 4205 | 2025.02.28 11:12:01.391157 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4206 | 2025.02.28 11:12:01.391224 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4207 | 2025.02.28 11:12:01.391374 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 4208 | 2025.02.28 11:12:01.391406 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4209 | 2025.02.28 11:12:01.391429 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4210 | 2025.02.28 11:12:01.391448 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4211 | 2025.02.28 11:12:01.391494 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 4212 | 2025.02.28 11:12:01.391517 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4213 | 2025.02.28 11:12:01.392097 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001827 sec., 19704.433497536946 rows/sec., 830.64 KiB/sec. | ||
| 4214 | 2025.02.28 11:12:01.392221 [ 256 ] {eb8ec397-50a1-4065-823f-d4c80e6a7000} <Debug> TCPHandler: Processed in 0.002109965 sec. | ||
| 4215 | 2025.02.28 11:12:01.397621 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4216 | 2025.02.28 11:12:01.397834 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 4217 | 2025.02.28 11:12:01.398189 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4218 | 2025.02.28 11:12:01.398243 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 4219 | 2025.02.28 11:12:01.398612 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4220 | 2025.02.28 11:12:01.398680 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4221 | 2025.02.28 11:12:01.398826 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
| 4222 | 2025.02.28 11:12:01.398858 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 4223 | 2025.02.28 11:12:01.398880 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <Debug> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (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 | ||
| 4224 | 2025.02.28 11:12:01.398897 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4225 | 2025.02.28 11:12:01.398943 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 4226 | 2025.02.28 11:12:01.398967 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
| 4227 | 2025.02.28 11:12:01.399478 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <Debug> executeQuery: Read 36 rows, 1.52 KiB in 0.001749 sec., 20583.19039451115 rows/sec., 867.68 KiB/sec. | ||
| 4228 | 2025.02.28 11:12:01.399562 [ 5 ] {448a4af7-f429-4886-9ad8-ad2434516079} <Debug> TCPHandler: Processed in 0.002011633 sec. | ||
| 4229 | 2025.02.28 11:12:01.406201 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4230 | 2025.02.28 11:12:01.406339 [ 256 ] {c1dddcc3-a055-48e5-8dd3-ea10490f948f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 4231 | 2025.02.28 11:12:01.406395 [ 256 ] {c1dddcc3-a055-48e5-8dd3-ea10490f948f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4232 | 2025.02.28 11:12:01.407220 [ 256 ] {c1dddcc3-a055-48e5-8dd3-ea10490f948f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4233 | 2025.02.28 11:12:01.407270 [ 256 ] {c1dddcc3-a055-48e5-8dd3-ea10490f948f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4234 | 2025.02.28 11:12:01.407831 [ 256 ] {c1dddcc3-a055-48e5-8dd3-ea10490f948f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4235 | 2025.02.28 11:12:01.408053 [ 256 ] {c1dddcc3-a055-48e5-8dd3-ea10490f948f} <Trace> oximeter.timeseries_schema (7e3840fd-bd7b-4fe3-8961-d2c5c2cfbcbb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4236 | 2025.02.28 11:12:01.408333 [ 256 ] {c1dddcc3-a055-48e5-8dd3-ea10490f948f} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.002026 sec., 5923.000987166831 rows/sec., 2.11 MiB/sec. | ||
| 4237 | 2025.02.28 11:12:01.408540 [ 256 ] {c1dddcc3-a055-48e5-8dd3-ea10490f948f} <Debug> TCPHandler: Processed in 0.002399742 sec. | ||
| 4238 | 2025.02.28 11:12:01.408704 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4239 | 2025.02.28 11:12:01.408834 [ 5 ] {1bcd88c5-789b-4186-8b58-31af35211e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4240 | 2025.02.28 11:12:01.408882 [ 5 ] {1bcd88c5-789b-4186-8b58-31af35211e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4241 | 2025.02.28 11:12:01.409587 [ 5 ] {1bcd88c5-789b-4186-8b58-31af35211e29} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4242 | 2025.02.28 11:12:01.409631 [ 5 ] {1bcd88c5-789b-4186-8b58-31af35211e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4243 | 2025.02.28 11:12:01.410058 [ 5 ] {1bcd88c5-789b-4186-8b58-31af35211e29} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4244 | 2025.02.28 11:12:01.410345 [ 5 ] {1bcd88c5-789b-4186-8b58-31af35211e29} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4245 | 2025.02.28 11:12:01.410586 [ 5 ] {1bcd88c5-789b-4186-8b58-31af35211e29} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001784 sec., 118834.08071748879 rows/sec., 7.56 MiB/sec. | ||
| 4246 | 2025.02.28 11:12:01.410647 [ 5 ] {1bcd88c5-789b-4186-8b58-31af35211e29} <Debug> TCPHandler: Processed in 0.002000983 sec. | ||
| 4247 | 2025.02.28 11:12:01.410792 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4248 | 2025.02.28 11:12:01.410914 [ 256 ] {ba56ae80-0474-4afb-94d7-3319af41f8fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4249 | 2025.02.28 11:12:01.410963 [ 256 ] {ba56ae80-0474-4afb-94d7-3319af41f8fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4250 | 2025.02.28 11:12:01.411902 [ 256 ] {ba56ae80-0474-4afb-94d7-3319af41f8fe} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4251 | 2025.02.28 11:12:01.411942 [ 256 ] {ba56ae80-0474-4afb-94d7-3319af41f8fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4252 | 2025.02.28 11:12:01.412360 [ 256 ] {ba56ae80-0474-4afb-94d7-3319af41f8fe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4253 | 2025.02.28 11:12:01.412608 [ 256 ] {ba56ae80-0474-4afb-94d7-3319af41f8fe} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4254 | 2025.02.28 11:12:01.412949 [ 256 ] {ba56ae80-0474-4afb-94d7-3319af41f8fe} <Debug> executeQuery: Read 651 rows, 52.69 KiB in 0.002036 sec., 319744.59724950884 rows/sec., 25.27 MiB/sec. | ||
| 4255 | 2025.02.28 11:12:01.413246 [ 256 ] {ba56ae80-0474-4afb-94d7-3319af41f8fe} <Debug> TCPHandler: Processed in 0.002504624 sec. | ||
| 4256 | 2025.02.28 11:12:01.413577 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4257 | 2025.02.28 11:12:01.413754 [ 5 ] {b8c25b07-68c6-4bba-814e-ac76e097a3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4258 | 2025.02.28 11:12:01.413809 [ 5 ] {b8c25b07-68c6-4bba-814e-ac76e097a3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4259 | 2025.02.28 11:12:01.414588 [ 5 ] {b8c25b07-68c6-4bba-814e-ac76e097a3af} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4260 | 2025.02.28 11:12:01.414634 [ 5 ] {b8c25b07-68c6-4bba-814e-ac76e097a3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4261 | 2025.02.28 11:12:01.415007 [ 5 ] {b8c25b07-68c6-4bba-814e-ac76e097a3af} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4262 | 2025.02.28 11:12:01.415246 [ 5 ] {b8c25b07-68c6-4bba-814e-ac76e097a3af} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4263 | 2025.02.28 11:12:01.415514 [ 5 ] {b8c25b07-68c6-4bba-814e-ac76e097a3af} <Debug> executeQuery: Read 123 rows, 7.66 KiB in 0.00179 sec., 68715.08379888268 rows/sec., 4.18 MiB/sec. | ||
| 4264 | 2025.02.28 11:12:01.415904 [ 5 ] {b8c25b07-68c6-4bba-814e-ac76e097a3af} <Debug> TCPHandler: Processed in 0.002526234 sec. | ||
| 4265 | 2025.02.28 11:12:01.416233 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4266 | 2025.02.28 11:12:01.416407 [ 256 ] {35fd974a-bf47-489f-8e6a-34baf63d8bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4267 | 2025.02.28 11:12:01.416455 [ 256 ] {35fd974a-bf47-489f-8e6a-34baf63d8bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4268 | 2025.02.28 11:12:01.417075 [ 256 ] {35fd974a-bf47-489f-8e6a-34baf63d8bcd} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4269 | 2025.02.28 11:12:01.417115 [ 256 ] {35fd974a-bf47-489f-8e6a-34baf63d8bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4270 | 2025.02.28 11:12:01.417492 [ 256 ] {35fd974a-bf47-489f-8e6a-34baf63d8bcd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4271 | 2025.02.28 11:12:01.417727 [ 256 ] {35fd974a-bf47-489f-8e6a-34baf63d8bcd} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4272 | 2025.02.28 11:12:01.417891 [ 82 ] {} <Debug> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4273 | 2025.02.28 11:12:01.417974 [ 82 ] {} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4274 | 2025.02.28 11:12:01.417982 [ 256 ] {35fd974a-bf47-489f-8e6a-34baf63d8bcd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001592 sec., 70979.89949748744 rows/sec., 4.59 MiB/sec. | ||
| 4275 | 2025.02.28 11:12:01.418004 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4276 | 2025.02.28 11:12:01.418087 [ 256 ] {35fd974a-bf47-489f-8e6a-34baf63d8bcd} <Debug> TCPHandler: Processed in 0.002032503 sec. | ||
| 4277 | 2025.02.28 11:12:01.418285 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::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 | ||
| 4278 | 2025.02.28 11:12:01.418297 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4279 | 2025.02.28 11:12:01.418447 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4280 | 2025.02.28 11:12:01.418482 [ 5 ] {b9fd437c-3b69-43bd-b7a8-679cc0a3d1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4281 | 2025.02.28 11:12:01.418489 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part | ||
| 4282 | 2025.02.28 11:12:01.418545 [ 5 ] {b9fd437c-3b69-43bd-b7a8-679cc0a3d1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4283 | 2025.02.28 11:12:01.418657 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 4284 | 2025.02.28 11:12:01.419098 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 252 rows starting from the beginning of the part | ||
| 4285 | 2025.02.28 11:12:01.419307 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 252 rows starting from the beginning of the part | ||
| 4286 | 2025.02.28 11:12:01.419534 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
| 4287 | 2025.02.28 11:12:01.419765 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part | ||
| 4288 | 2025.02.28 11:12:01.420535 [ 5 ] {b9fd437c-3b69-43bd-b7a8-679cc0a3d1be} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4289 | 2025.02.28 11:12:01.420579 [ 5 ] {b9fd437c-3b69-43bd-b7a8-679cc0a3d1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4290 | 2025.02.28 11:12:01.421098 [ 5 ] {b9fd437c-3b69-43bd-b7a8-679cc0a3d1be} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4291 | 2025.02.28 11:12:01.421424 [ 5 ] {b9fd437c-3b69-43bd-b7a8-679cc0a3d1be} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4292 | 2025.02.28 11:12:01.421628 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1301 rows, containing 5 columns (5 merged, 0 gathered) in 0.003489355 sec., 372848.27711711766 rows/sec., 26.78 MiB/sec. | ||
| 4293 | 2025.02.28 11:12:01.421865 [ 5 ] {b9fd437c-3b69-43bd-b7a8-679cc0a3d1be} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003396 sec., 32979.976442873965 rows/sec., 1.88 MiB/sec. | ||
| 4294 | 2025.02.28 11:12:01.421918 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4295 | 2025.02.28 11:12:01.422066 [ 5 ] {b9fd437c-3b69-43bd-b7a8-679cc0a3d1be} <Debug> TCPHandler: Processed in 0.003867243 sec. | ||
| 4296 | 2025.02.28 11:12:01.422249 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2025.02.28 11:12:01.422383 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_6_1} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4298 | 2025.02.28 11:12:01.422447 [ 256 ] {baedadf7-9ae4-4369-91dd-a8be40bbbb93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4299 | 2025.02.28 11:12:01.422538 [ 201 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_6_1} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4300 | 2025.02.28 11:12:01.422555 [ 256 ] {baedadf7-9ae4-4369-91dd-a8be40bbbb93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4301 | 2025.02.28 11:12:01.422714 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 4302 | 2025.02.28 11:12:01.423477 [ 256 ] {baedadf7-9ae4-4369-91dd-a8be40bbbb93} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4303 | 2025.02.28 11:12:01.423519 [ 256 ] {baedadf7-9ae4-4369-91dd-a8be40bbbb93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4304 | 2025.02.28 11:12:01.423903 [ 256 ] {baedadf7-9ae4-4369-91dd-a8be40bbbb93} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4305 | 2025.02.28 11:12:01.424140 [ 256 ] {baedadf7-9ae4-4369-91dd-a8be40bbbb93} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4306 | 2025.02.28 11:12:01.424404 [ 256 ] {baedadf7-9ae4-4369-91dd-a8be40bbbb93} <Debug> executeQuery: Read 399 rows, 28.95 KiB in 0.002 sec., 199500 rows/sec., 14.13 MiB/sec. | ||
| 4307 | 2025.02.28 11:12:01.424707 [ 256 ] {baedadf7-9ae4-4369-91dd-a8be40bbbb93} <Debug> TCPHandler: Processed in 0.002533814 sec. | ||
| 4308 | 2025.02.28 11:12:01.425023 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4309 | 2025.02.28 11:12:01.425287 [ 5 ] {9149b4e5-b686-4010-955b-01c93ce138c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4310 | 2025.02.28 11:12:01.425346 [ 5 ] {9149b4e5-b686-4010-955b-01c93ce138c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4311 | 2025.02.28 11:12:01.425869 [ 5 ] {9149b4e5-b686-4010-955b-01c93ce138c5} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4312 | 2025.02.28 11:12:01.425907 [ 5 ] {9149b4e5-b686-4010-955b-01c93ce138c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4313 | 2025.02.28 11:12:01.426262 [ 5 ] {9149b4e5-b686-4010-955b-01c93ce138c5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 4314 | 2025.02.28 11:12:01.426495 [ 5 ] {9149b4e5-b686-4010-955b-01c93ce138c5} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4315 | 2025.02.28 11:12:01.426754 [ 5 ] {9149b4e5-b686-4010-955b-01c93ce138c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 210.10 KiB/sec. | ||
| 4316 | 2025.02.28 11:12:01.426863 [ 5 ] {9149b4e5-b686-4010-955b-01c93ce138c5} <Debug> TCPHandler: Processed in 0.002026124 sec. | ||
| 4317 | 2025.02.28 11:12:01.427001 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4318 | 2025.02.28 11:12:01.427116 [ 256 ] {fb043094-711b-4c80-af77-791a1abdf261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4319 | 2025.02.28 11:12:01.427194 [ 256 ] {fb043094-711b-4c80-af77-791a1abdf261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4320 | 2025.02.28 11:12:01.427886 [ 256 ] {fb043094-711b-4c80-af77-791a1abdf261} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4321 | 2025.02.28 11:12:01.427926 [ 256 ] {fb043094-711b-4c80-af77-791a1abdf261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4322 | 2025.02.28 11:12:01.428340 [ 256 ] {fb043094-711b-4c80-af77-791a1abdf261} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4323 | 2025.02.28 11:12:01.428595 [ 256 ] {fb043094-711b-4c80-af77-791a1abdf261} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4324 | 2025.02.28 11:12:01.428840 [ 256 ] {fb043094-711b-4c80-af77-791a1abdf261} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001748 sec., 135583.52402745996 rows/sec., 9.09 MiB/sec. | ||
| 4325 | 2025.02.28 11:12:01.429059 [ 256 ] {fb043094-711b-4c80-af77-791a1abdf261} <Debug> TCPHandler: Processed in 0.002112475 sec. | ||
| 4326 | 2025.02.28 11:12:01.429245 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4327 | 2025.02.28 11:12:01.429382 [ 5 ] {78b6ae32-5dc8-4516-93ab-7f48619ea1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4328 | 2025.02.28 11:12:01.429441 [ 5 ] {78b6ae32-5dc8-4516-93ab-7f48619ea1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4329 | 2025.02.28 11:12:01.429946 [ 5 ] {78b6ae32-5dc8-4516-93ab-7f48619ea1ea} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4330 | 2025.02.28 11:12:01.429985 [ 5 ] {78b6ae32-5dc8-4516-93ab-7f48619ea1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4331 | 2025.02.28 11:12:01.430354 [ 5 ] {78b6ae32-5dc8-4516-93ab-7f48619ea1ea} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 4332 | 2025.02.28 11:12:01.430584 [ 5 ] {78b6ae32-5dc8-4516-93ab-7f48619ea1ea} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4333 | 2025.02.28 11:12:01.430859 [ 5 ] {78b6ae32-5dc8-4516-93ab-7f48619ea1ea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001487 sec., 672.4949562878278 rows/sec., 45.31 KiB/sec. | ||
| 4334 | 2025.02.28 11:12:01.430926 [ 5 ] {78b6ae32-5dc8-4516-93ab-7f48619ea1ea} <Debug> TCPHandler: Processed in 0.001768338 sec. | ||
| 4335 | 2025.02.28 11:12:01.431100 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4336 | 2025.02.28 11:12:01.431246 [ 256 ] {622b4947-a8b8-49d3-8fe6-f7621608dc48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4337 | 2025.02.28 11:12:01.431340 [ 256 ] {622b4947-a8b8-49d3-8fe6-f7621608dc48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4338 | 2025.02.28 11:12:01.432538 [ 256 ] {622b4947-a8b8-49d3-8fe6-f7621608dc48} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4339 | 2025.02.28 11:12:01.432578 [ 256 ] {622b4947-a8b8-49d3-8fe6-f7621608dc48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4340 | 2025.02.28 11:12:01.433243 [ 256 ] {622b4947-a8b8-49d3-8fe6-f7621608dc48} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4341 | 2025.02.28 11:12:01.433506 [ 256 ] {622b4947-a8b8-49d3-8fe6-f7621608dc48} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4342 | 2025.02.28 11:12:01.433741 [ 256 ] {622b4947-a8b8-49d3-8fe6-f7621608dc48} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002519 sec., 6748.709805478365 rows/sec., 12.09 MiB/sec. | ||
| 4343 | 2025.02.28 11:12:01.434107 [ 256 ] {622b4947-a8b8-49d3-8fe6-f7621608dc48} <Debug> TCPHandler: Processed in 0.003075856 sec. | ||
| 4344 | 2025.02.28 11:12:01.434274 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4345 | 2025.02.28 11:12:01.434411 [ 5 ] {ea8e4cb0-5f6a-4cdc-af42-a5766b0c6779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4346 | 2025.02.28 11:12:01.434468 [ 5 ] {ea8e4cb0-5f6a-4cdc-af42-a5766b0c6779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4347 | 2025.02.28 11:12:01.434991 [ 5 ] {ea8e4cb0-5f6a-4cdc-af42-a5766b0c6779} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4348 | 2025.02.28 11:12:01.435028 [ 5 ] {ea8e4cb0-5f6a-4cdc-af42-a5766b0c6779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4349 | 2025.02.28 11:12:01.435405 [ 5 ] {ea8e4cb0-5f6a-4cdc-af42-a5766b0c6779} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4350 | 2025.02.28 11:12:01.435641 [ 5 ] {ea8e4cb0-5f6a-4cdc-af42-a5766b0c6779} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4351 | 2025.02.28 11:12:01.435899 [ 5 ] {ea8e4cb0-5f6a-4cdc-af42-a5766b0c6779} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001502 sec., 54593.87483355526 rows/sec., 3.47 MiB/sec. | ||
| 4352 | 2025.02.28 11:12:01.436091 [ 5 ] {ea8e4cb0-5f6a-4cdc-af42-a5766b0c6779} <Debug> TCPHandler: Processed in 0.001882431 sec. | ||
| 4353 | 2025.02.28 11:12:01.610922 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4354 | 2025.02.28 11:12:01.631277 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4355 | 2025.02.28 11:12:01.631316 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4356 | 2025.02.28 11:12:01.638898 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4357 | 2025.02.28 11:12:01.639676 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4358 | 2025.02.28 11:12:01.643050 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4359 | 2025.02.28 11:12:02.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.84 MiB, peak 192.67 MiB, free memory in arenas 0.00 B, will set to 186.33 MiB (RSS), difference: -1.51 MiB | ||
| 4360 | 2025.02.28 11:12:06.372075 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4361 | 2025.02.28 11:12:06.372291 [ 256 ] {eff32d79-6ddc-4067-b8ef-ff3a2c114141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4362 | 2025.02.28 11:12:06.372368 [ 256 ] {eff32d79-6ddc-4067-b8ef-ff3a2c114141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4363 | 2025.02.28 11:12:06.373136 [ 256 ] {eff32d79-6ddc-4067-b8ef-ff3a2c114141} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4364 | 2025.02.28 11:12:06.373192 [ 256 ] {eff32d79-6ddc-4067-b8ef-ff3a2c114141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4365 | 2025.02.28 11:12:06.373628 [ 256 ] {eff32d79-6ddc-4067-b8ef-ff3a2c114141} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4366 | 2025.02.28 11:12:06.373885 [ 256 ] {eff32d79-6ddc-4067-b8ef-ff3a2c114141} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4367 | 2025.02.28 11:12:06.374141 [ 256 ] {eff32d79-6ddc-4067-b8ef-ff3a2c114141} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001902 sec., 1051.5247108307044 rows/sec., 85.74 KiB/sec. | ||
| 4368 | 2025.02.28 11:12:06.374326 [ 256 ] {eff32d79-6ddc-4067-b8ef-ff3a2c114141} <Debug> TCPHandler: Processed in 0.002381351 sec. | ||
| 4369 | 2025.02.28 11:12:06.374615 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4370 | 2025.02.28 11:12:06.374803 [ 5 ] {16773daf-1f46-4ed9-8b00-5f90a2c58a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4371 | 2025.02.28 11:12:06.374873 [ 5 ] {16773daf-1f46-4ed9-8b00-5f90a2c58a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4372 | 2025.02.28 11:12:06.375639 [ 5 ] {16773daf-1f46-4ed9-8b00-5f90a2c58a35} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4373 | 2025.02.28 11:12:06.375679 [ 5 ] {16773daf-1f46-4ed9-8b00-5f90a2c58a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4374 | 2025.02.28 11:12:06.376125 [ 5 ] {16773daf-1f46-4ed9-8b00-5f90a2c58a35} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4375 | 2025.02.28 11:12:06.376378 [ 5 ] {16773daf-1f46-4ed9-8b00-5f90a2c58a35} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4376 | 2025.02.28 11:12:06.376517 [ 77 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4377 | 2025.02.28 11:12:06.376569 [ 77 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4378 | 2025.02.28 11:12:06.376576 [ 5 ] {16773daf-1f46-4ed9-8b00-5f90a2c58a35} <Debug> executeQuery: Read 103 rows, 8.79 KiB in 0.001823 sec., 56500.27427317608 rows/sec., 4.71 MiB/sec. | ||
| 4379 | 2025.02.28 11:12:06.376596 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4380 | 2025.02.28 11:12:06.376657 [ 5 ] {16773daf-1f46-4ed9-8b00-5f90a2c58a35} <Debug> TCPHandler: Processed in 0.002178417 sec. | ||
| 4381 | 2025.02.28 11:12:06.376764 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 4382 | 2025.02.28 11:12:06.376853 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4383 | 2025.02.28 11:12:06.376939 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4384 | 2025.02.28 11:12:06.377020 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1405 rows starting from the beginning of the part | ||
| 4385 | 2025.02.28 11:12:06.377118 [ 256 ] {c64dcd63-b14f-4fcd-8446-003ce840943e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4386 | 2025.02.28 11:12:06.377219 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 102 rows starting from the beginning of the part | ||
| 4387 | 2025.02.28 11:12:06.377344 [ 256 ] {c64dcd63-b14f-4fcd-8446-003ce840943e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4388 | 2025.02.28 11:12:06.377420 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1232 rows starting from the beginning of the part | ||
| 4389 | 2025.02.28 11:12:06.377906 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 102 rows starting from the beginning of the part | ||
| 4390 | 2025.02.28 11:12:06.378168 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 651 rows starting from the beginning of the part | ||
| 4391 | 2025.02.28 11:12:06.378510 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 103 rows starting from the beginning of the part | ||
| 4392 | 2025.02.28 11:12:06.380152 [ 256 ] {c64dcd63-b14f-4fcd-8446-003ce840943e} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4393 | 2025.02.28 11:12:06.380230 [ 256 ] {c64dcd63-b14f-4fcd-8446-003ce840943e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4394 | 2025.02.28 11:12:06.381242 [ 256 ] {c64dcd63-b14f-4fcd-8446-003ce840943e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4395 | 2025.02.28 11:12:06.381523 [ 256 ] {c64dcd63-b14f-4fcd-8446-003ce840943e} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4396 | 2025.02.28 11:12:06.381874 [ 256 ] {c64dcd63-b14f-4fcd-8446-003ce840943e} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.004828 sec., 5178.127589063794 rows/sec., 387.15 KiB/sec. | ||
| 4397 | 2025.02.28 11:12:06.382283 [ 256 ] {c64dcd63-b14f-4fcd-8446-003ce840943e} <Debug> TCPHandler: Processed in 0.005517758 sec. | ||
| 4398 | 2025.02.28 11:12:06.382378 [ 201 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3595 rows, containing 5 columns (5 merged, 0 gathered) in 0.005695122 sec., 631241.9646146299 rows/sec., 54.55 MiB/sec. | ||
| 4399 | 2025.02.28 11:12:06.382473 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4400 | 2025.02.28 11:12:06.382587 [ 5 ] {0bdba5e1-02d6-40a2-b250-0a8916dc4277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4401 | 2025.02.28 11:12:06.382640 [ 5 ] {0bdba5e1-02d6-40a2-b250-0a8916dc4277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4402 | 2025.02.28 11:12:06.382901 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4403 | 2025.02.28 11:12:06.383559 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_31_6} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4404 | 2025.02.28 11:12:06.383815 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_31_6} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4405 | 2025.02.28 11:12:06.383878 [ 5 ] {0bdba5e1-02d6-40a2-b250-0a8916dc4277} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4406 | 2025.02.28 11:12:06.383967 [ 5 ] {0bdba5e1-02d6-40a2-b250-0a8916dc4277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4407 | 2025.02.28 11:12:06.384064 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 4408 | 2025.02.28 11:12:06.384470 [ 5 ] {0bdba5e1-02d6-40a2-b250-0a8916dc4277} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4409 | 2025.02.28 11:12:06.384716 [ 5 ] {0bdba5e1-02d6-40a2-b250-0a8916dc4277} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4410 | 2025.02.28 11:12:06.384838 [ 77 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4411 | 2025.02.28 11:12:06.384878 [ 77 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4412 | 2025.02.28 11:12:06.384902 [ 5 ] {0bdba5e1-02d6-40a2-b250-0a8916dc4277} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.002338 sec., 38066.723695466215 rows/sec., 2.97 MiB/sec. | ||
| 4413 | 2025.02.28 11:12:06.384905 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4414 | 2025.02.28 11:12:06.385042 [ 5 ] {0bdba5e1-02d6-40a2-b250-0a8916dc4277} <Debug> TCPHandler: Processed in 0.002656157 sec. | ||
| 4415 | 2025.02.28 11:12:06.385231 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 4416 | 2025.02.28 11:12:06.385369 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4417 | 2025.02.28 11:12:06.385796 [ 256 ] {725b5a9c-64f6-4683-9ddc-99b4a2883fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4418 | 2025.02.28 11:12:06.385822 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4419 | 2025.02.28 11:12:06.385886 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 630 rows starting from the beginning of the part | ||
| 4420 | 2025.02.28 11:12:06.385920 [ 256 ] {725b5a9c-64f6-4683-9ddc-99b4a2883fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4421 | 2025.02.28 11:12:06.386187 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 87 rows starting from the beginning of the part | ||
| 4422 | 2025.02.28 11:12:06.386550 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 541 rows starting from the beginning of the part | ||
| 4423 | 2025.02.28 11:12:06.386904 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 87 rows starting from the beginning of the part | ||
| 4424 | 2025.02.28 11:12:06.387239 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 399 rows starting from the beginning of the part | ||
| 4425 | 2025.02.28 11:12:06.387546 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 89 rows starting from the beginning of the part | ||
| 4426 | 2025.02.28 11:12:06.388756 [ 256 ] {725b5a9c-64f6-4683-9ddc-99b4a2883fc1} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4427 | 2025.02.28 11:12:06.388829 [ 256 ] {725b5a9c-64f6-4683-9ddc-99b4a2883fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4428 | 2025.02.28 11:12:06.389947 [ 256 ] {725b5a9c-64f6-4683-9ddc-99b4a2883fc1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4429 | 2025.02.28 11:12:06.390430 [ 201 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1833 rows, containing 5 columns (5 merged, 0 gathered) in 0.005442487 sec., 336794.5573411567 rows/sec., 26.35 MiB/sec. | ||
| 4430 | 2025.02.28 11:12:06.390479 [ 256 ] {725b5a9c-64f6-4683-9ddc-99b4a2883fc1} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2025.02.28 11:12:06.390771 [ 200 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4432 | 2025.02.28 11:12:06.390951 [ 256 ] {725b5a9c-64f6-4683-9ddc-99b4a2883fc1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005277 sec., 30509.759332954334 rows/sec., 2.12 MiB/sec. | ||
| 4433 | 2025.02.28 11:12:06.391408 [ 256 ] {725b5a9c-64f6-4683-9ddc-99b4a2883fc1} <Debug> TCPHandler: Processed in 0.006221854 sec. | ||
| 4434 | 2025.02.28 11:12:06.391733 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4435 | 2025.02.28 11:12:06.391801 [ 200 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_31_6} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4436 | 2025.02.28 11:12:06.391984 [ 5 ] {1ec05d9d-3e33-4761-ac47-4601a6390cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4437 | 2025.02.28 11:12:06.392011 [ 200 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_31_6} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4438 | 2025.02.28 11:12:06.392166 [ 5 ] {1ec05d9d-3e33-4761-ac47-4601a6390cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4439 | 2025.02.28 11:12:06.392201 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4440 | 2025.02.28 11:12:06.393466 [ 5 ] {1ec05d9d-3e33-4761-ac47-4601a6390cba} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4441 | 2025.02.28 11:12:06.393509 [ 5 ] {1ec05d9d-3e33-4761-ac47-4601a6390cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4442 | 2025.02.28 11:12:06.394140 [ 5 ] {1ec05d9d-3e33-4761-ac47-4601a6390cba} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4443 | 2025.02.28 11:12:06.394400 [ 5 ] {1ec05d9d-3e33-4761-ac47-4601a6390cba} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4444 | 2025.02.28 11:12:06.394637 [ 5 ] {1ec05d9d-3e33-4761-ac47-4601a6390cba} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002717 sec., 8465.21899153478 rows/sec., 15.17 MiB/sec. | ||
| 4445 | 2025.02.28 11:12:06.395088 [ 5 ] {1ec05d9d-3e33-4761-ac47-4601a6390cba} <Debug> TCPHandler: Processed in 0.003541566 sec. | ||
| 4446 | 2025.02.28 11:12:06.395261 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4447 | 2025.02.28 11:12:06.395402 [ 256 ] {175b18fe-edce-4fa2-be2c-96236174e547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4448 | 2025.02.28 11:12:06.395464 [ 256 ] {175b18fe-edce-4fa2-be2c-96236174e547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4449 | 2025.02.28 11:12:06.396011 [ 256 ] {175b18fe-edce-4fa2-be2c-96236174e547} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4450 | 2025.02.28 11:12:06.396051 [ 256 ] {175b18fe-edce-4fa2-be2c-96236174e547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4451 | 2025.02.28 11:12:06.396427 [ 256 ] {175b18fe-edce-4fa2-be2c-96236174e547} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4452 | 2025.02.28 11:12:06.396667 [ 256 ] {175b18fe-edce-4fa2-be2c-96236174e547} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4453 | 2025.02.28 11:12:06.396927 [ 256 ] {175b18fe-edce-4fa2-be2c-96236174e547} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001548 sec., 38759.689922480626 rows/sec., 2.61 MiB/sec. | ||
| 4454 | 2025.02.28 11:12:06.397083 [ 256 ] {175b18fe-edce-4fa2-be2c-96236174e547} <Debug> TCPHandler: Processed in 0.0018859 sec. | ||
| 4455 | 2025.02.28 11:12:08.357696 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 4456 | 2025.02.28 11:12:08.358718 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4457 | 2025.02.28 11:12:08.358799 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4458 | 2025.02.28 11:12:08.359395 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4459 | 2025.02.28 11:12:08.359657 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4460 | 2025.02.28 11:12:08.359908 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 4461 | 2025.02.28 11:12:09.143144 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4462 | 2025.02.28 11:12:09.165774 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4463 | 2025.02.28 11:12:09.165832 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4464 | 2025.02.28 11:12:09.173385 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4465 | 2025.02.28 11:12:09.174209 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4466 | 2025.02.28 11:12:09.178402 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4467 | 2025.02.28 11:12:10.890853 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 596 | ||
| 4468 | 2025.02.28 11:12:10.894457 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4469 | 2025.02.28 11:12:10.894501 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4470 | 2025.02.28 11:12:10.896028 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4471 | 2025.02.28 11:12:10.896335 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4472 | 2025.02.28 11:12:10.896583 [ 66 ] {} <Debug> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4473 | 2025.02.28 11:12:10.896711 [ 66 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4474 | 2025.02.28 11:12:10.896812 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4475 | 2025.02.28 11:12:10.897220 [ 191 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::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 | ||
| 4476 | 2025.02.28 11:12:10.897714 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 596 | ||
| 4477 | 2025.02.28 11:12:10.898071 [ 191 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4478 | 2025.02.28 11:12:10.898193 [ 191 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 424 rows starting from the beginning of the part | ||
| 4479 | 2025.02.28 11:12:10.898745 [ 191 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part | ||
| 4480 | 2025.02.28 11:12:10.899277 [ 191 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part | ||
| 4481 | 2025.02.28 11:12:10.899802 [ 191 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part | ||
| 4482 | 2025.02.28 11:12:10.900297 [ 191 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part | ||
| 4483 | 2025.02.28 11:12:10.900849 [ 191 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 62 rows starting from the beginning of the part | ||
| 4484 | 2025.02.28 11:12:10.908275 [ 201 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 596 rows, containing 72 columns (72 merged, 0 gathered) in 0.011296642 sec., 52759.04113806563 rows/sec., 48.80 MiB/sec. | ||
| 4485 | 2025.02.28 11:12:10.909306 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4486 | 2025.02.28 11:12:10.909987 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_16_3} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4487 | 2025.02.28 11:12:10.910064 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_16_3} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4488 | 2025.02.28 11:12:10.910244 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. | ||
| 4489 | 2025.02.28 11:12:11.377181 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4490 | 2025.02.28 11:12:11.377390 [ 256 ] {154a2390-d5f3-4c95-8e20-d7c43666c623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4491 | 2025.02.28 11:12:11.377471 [ 256 ] {154a2390-d5f3-4c95-8e20-d7c43666c623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4492 | 2025.02.28 11:12:11.378390 [ 256 ] {154a2390-d5f3-4c95-8e20-d7c43666c623} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4493 | 2025.02.28 11:12:11.378435 [ 256 ] {154a2390-d5f3-4c95-8e20-d7c43666c623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4494 | 2025.02.28 11:12:11.378879 [ 256 ] {154a2390-d5f3-4c95-8e20-d7c43666c623} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4495 | 2025.02.28 11:12:11.379138 [ 256 ] {154a2390-d5f3-4c95-8e20-d7c43666c623} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4496 | 2025.02.28 11:12:11.379426 [ 256 ] {154a2390-d5f3-4c95-8e20-d7c43666c623} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00208 sec., 101923.07692307694 rows/sec., 6.48 MiB/sec. | ||
| 4497 | 2025.02.28 11:12:11.379569 [ 256 ] {154a2390-d5f3-4c95-8e20-d7c43666c623} <Debug> TCPHandler: Processed in 0.002528924 sec. | ||
| 4498 | 2025.02.28 11:12:11.379852 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4499 | 2025.02.28 11:12:11.380066 [ 5 ] {145bf84d-d423-44d9-a899-bebcf602ec80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4500 | 2025.02.28 11:12:11.380140 [ 5 ] {145bf84d-d423-44d9-a899-bebcf602ec80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4501 | 2025.02.28 11:12:11.381163 [ 5 ] {145bf84d-d423-44d9-a899-bebcf602ec80} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4502 | 2025.02.28 11:12:11.381214 [ 5 ] {145bf84d-d423-44d9-a899-bebcf602ec80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4503 | 2025.02.28 11:12:11.381689 [ 5 ] {145bf84d-d423-44d9-a899-bebcf602ec80} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4504 | 2025.02.28 11:12:11.381944 [ 5 ] {145bf84d-d423-44d9-a899-bebcf602ec80} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4505 | 2025.02.28 11:12:11.382192 [ 5 ] {145bf84d-d423-44d9-a899-bebcf602ec80} <Debug> executeQuery: Read 651 rows, 52.69 KiB in 0.002182 sec., 298350.13748854265 rows/sec., 23.58 MiB/sec. | ||
| 4506 | 2025.02.28 11:12:11.382267 [ 5 ] {145bf84d-d423-44d9-a899-bebcf602ec80} <Debug> TCPHandler: Processed in 0.002565825 sec. | ||
| 4507 | 2025.02.28 11:12:11.382413 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4508 | 2025.02.28 11:12:11.382531 [ 256 ] {5df91b64-2016-4bbd-b313-5fc44d46c108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4509 | 2025.02.28 11:12:11.382583 [ 256 ] {5df91b64-2016-4bbd-b313-5fc44d46c108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4510 | 2025.02.28 11:12:11.383203 [ 256 ] {5df91b64-2016-4bbd-b313-5fc44d46c108} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4511 | 2025.02.28 11:12:11.383242 [ 256 ] {5df91b64-2016-4bbd-b313-5fc44d46c108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4512 | 2025.02.28 11:12:11.383614 [ 256 ] {5df91b64-2016-4bbd-b313-5fc44d46c108} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4513 | 2025.02.28 11:12:11.383877 [ 256 ] {5df91b64-2016-4bbd-b313-5fc44d46c108} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4514 | 2025.02.28 11:12:11.384081 [ 256 ] {5df91b64-2016-4bbd-b313-5fc44d46c108} <Debug> executeQuery: Read 123 rows, 7.66 KiB in 0.001574 sec., 78144.85387547649 rows/sec., 4.76 MiB/sec. | ||
| 4515 | 2025.02.28 11:12:11.384134 [ 256 ] {5df91b64-2016-4bbd-b313-5fc44d46c108} <Debug> TCPHandler: Processed in 0.001777769 sec. | ||
| 4516 | 2025.02.28 11:12:11.384290 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4517 | 2025.02.28 11:12:11.384433 [ 5 ] {bda54b61-9cde-4551-ac17-2dc26f931867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4518 | 2025.02.28 11:12:11.384493 [ 5 ] {bda54b61-9cde-4551-ac17-2dc26f931867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4519 | 2025.02.28 11:12:11.385204 [ 5 ] {bda54b61-9cde-4551-ac17-2dc26f931867} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4520 | 2025.02.28 11:12:11.385246 [ 5 ] {bda54b61-9cde-4551-ac17-2dc26f931867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4521 | 2025.02.28 11:12:11.385619 [ 5 ] {bda54b61-9cde-4551-ac17-2dc26f931867} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4522 | 2025.02.28 11:12:11.385877 [ 5 ] {bda54b61-9cde-4551-ac17-2dc26f931867} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4523 | 2025.02.28 11:12:11.386088 [ 5 ] {bda54b61-9cde-4551-ac17-2dc26f931867} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00169 sec., 66863.90532544379 rows/sec., 4.33 MiB/sec. | ||
| 4524 | 2025.02.28 11:12:11.386145 [ 5 ] {bda54b61-9cde-4551-ac17-2dc26f931867} <Debug> TCPHandler: Processed in 0.001926132 sec. | ||
| 4525 | 2025.02.28 11:12:11.386302 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4526 | 2025.02.28 11:12:11.386441 [ 256 ] {1f1e22aa-7c8f-4b48-8a27-d84f1e6824a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4527 | 2025.02.28 11:12:11.386497 [ 256 ] {1f1e22aa-7c8f-4b48-8a27-d84f1e6824a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4528 | 2025.02.28 11:12:11.387200 [ 256 ] {1f1e22aa-7c8f-4b48-8a27-d84f1e6824a6} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4529 | 2025.02.28 11:12:11.387239 [ 256 ] {1f1e22aa-7c8f-4b48-8a27-d84f1e6824a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4530 | 2025.02.28 11:12:11.387602 [ 256 ] {1f1e22aa-7c8f-4b48-8a27-d84f1e6824a6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4531 | 2025.02.28 11:12:11.387844 [ 256 ] {1f1e22aa-7c8f-4b48-8a27-d84f1e6824a6} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4532 | 2025.02.28 11:12:11.388126 [ 256 ] {1f1e22aa-7c8f-4b48-8a27-d84f1e6824a6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001698 sec., 65959.95288574793 rows/sec., 3.76 MiB/sec. | ||
| 4533 | 2025.02.28 11:12:11.388202 [ 256 ] {1f1e22aa-7c8f-4b48-8a27-d84f1e6824a6} <Debug> TCPHandler: Processed in 0.001966442 sec. | ||
| 4534 | 2025.02.28 11:12:11.388339 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4535 | 2025.02.28 11:12:11.388457 [ 5 ] {b56bdba6-e686-4d7f-a109-4d1435c55210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4536 | 2025.02.28 11:12:11.388505 [ 5 ] {b56bdba6-e686-4d7f-a109-4d1435c55210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4537 | 2025.02.28 11:12:11.389269 [ 5 ] {b56bdba6-e686-4d7f-a109-4d1435c55210} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4538 | 2025.02.28 11:12:11.389308 [ 5 ] {b56bdba6-e686-4d7f-a109-4d1435c55210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4539 | 2025.02.28 11:12:11.389692 [ 5 ] {b56bdba6-e686-4d7f-a109-4d1435c55210} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4540 | 2025.02.28 11:12:11.389928 [ 5 ] {b56bdba6-e686-4d7f-a109-4d1435c55210} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4541 | 2025.02.28 11:12:11.390140 [ 5 ] {b56bdba6-e686-4d7f-a109-4d1435c55210} <Debug> executeQuery: Read 399 rows, 28.95 KiB in 0.001708 sec., 233606.55737704918 rows/sec., 16.55 MiB/sec. | ||
| 4542 | 2025.02.28 11:12:11.390202 [ 5 ] {b56bdba6-e686-4d7f-a109-4d1435c55210} <Debug> TCPHandler: Processed in 0.001919521 sec. | ||
| 4543 | 2025.02.28 11:12:11.390371 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4544 | 2025.02.28 11:12:11.390511 [ 256 ] {3e5e709a-4c7f-4da8-8f3a-4c15cb3073db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4545 | 2025.02.28 11:12:11.390572 [ 256 ] {3e5e709a-4c7f-4da8-8f3a-4c15cb3073db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4546 | 2025.02.28 11:12:11.391150 [ 256 ] {3e5e709a-4c7f-4da8-8f3a-4c15cb3073db} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4547 | 2025.02.28 11:12:11.391189 [ 256 ] {3e5e709a-4c7f-4da8-8f3a-4c15cb3073db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4548 | 2025.02.28 11:12:11.391583 [ 256 ] {3e5e709a-4c7f-4da8-8f3a-4c15cb3073db} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4549 | 2025.02.28 11:12:11.391818 [ 256 ] {3e5e709a-4c7f-4da8-8f3a-4c15cb3073db} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4550 | 2025.02.28 11:12:11.392089 [ 256 ] {3e5e709a-4c7f-4da8-8f3a-4c15cb3073db} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001603 sec., 3742.9819089207735 rows/sec., 195.56 KiB/sec. | ||
| 4551 | 2025.02.28 11:12:11.392149 [ 256 ] {3e5e709a-4c7f-4da8-8f3a-4c15cb3073db} <Debug> TCPHandler: Processed in 0.001845559 sec. | ||
| 4552 | 2025.02.28 11:12:11.392294 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4553 | 2025.02.28 11:12:11.392413 [ 5 ] {7befd4b3-afa8-45d3-bbf2-58a03e7ca0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4554 | 2025.02.28 11:12:11.392467 [ 5 ] {7befd4b3-afa8-45d3-bbf2-58a03e7ca0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4555 | 2025.02.28 11:12:11.393068 [ 5 ] {7befd4b3-afa8-45d3-bbf2-58a03e7ca0f9} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4556 | 2025.02.28 11:12:11.393106 [ 5 ] {7befd4b3-afa8-45d3-bbf2-58a03e7ca0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4557 | 2025.02.28 11:12:11.393515 [ 5 ] {7befd4b3-afa8-45d3-bbf2-58a03e7ca0f9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4558 | 2025.02.28 11:12:11.393749 [ 5 ] {7befd4b3-afa8-45d3-bbf2-58a03e7ca0f9} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4559 | 2025.02.28 11:12:11.393911 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4560 | 2025.02.28 11:12:11.393986 [ 5 ] {7befd4b3-afa8-45d3-bbf2-58a03e7ca0f9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001595 sec., 148589.34169278995 rows/sec., 9.96 MiB/sec. | ||
| 4561 | 2025.02.28 11:12:11.393995 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4562 | 2025.02.28 11:12:11.394068 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4563 | 2025.02.28 11:12:11.394128 [ 5 ] {7befd4b3-afa8-45d3-bbf2-58a03e7ca0f9} <Debug> TCPHandler: Processed in 0.001890171 sec. | ||
| 4564 | 2025.02.28 11:12:11.394361 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4565 | 2025.02.28 11:12:11.394370 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 4566 | 2025.02.28 11:12:11.394598 [ 256 ] {7ee41ae7-11ef-402e-b881-c0abf347b7c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4567 | 2025.02.28 11:12:11.394676 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4568 | 2025.02.28 11:12:11.394709 [ 256 ] {7ee41ae7-11ef-402e-b881-c0abf347b7c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4569 | 2025.02.28 11:12:11.394748 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 6549 rows starting from the beginning of the part | ||
| 4570 | 2025.02.28 11:12:11.395105 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 882 rows starting from the beginning of the part | ||
| 4571 | 2025.02.28 11:12:11.395455 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 4572 | 2025.02.28 11:12:11.395800 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part | ||
| 4573 | 2025.02.28 11:12:11.396066 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part | ||
| 4574 | 2025.02.28 11:12:11.396229 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 4575 | 2025.02.28 11:12:11.397125 [ 256 ] {7ee41ae7-11ef-402e-b881-c0abf347b7c4} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2025.02.28 11:12:11.397188 [ 256 ] {7ee41ae7-11ef-402e-b881-c0abf347b7c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4577 | 2025.02.28 11:12:11.397888 [ 256 ] {7ee41ae7-11ef-402e-b881-c0abf347b7c4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4578 | 2025.02.28 11:12:11.398448 [ 256 ] {7ee41ae7-11ef-402e-b881-c0abf347b7c4} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2025.02.28 11:12:11.398996 [ 256 ] {7ee41ae7-11ef-402e-b881-c0abf347b7c4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004469 sec., 223.76370552696352 rows/sec., 15.08 KiB/sec. | ||
| 4580 | 2025.02.28 11:12:11.399167 [ 256 ] {7ee41ae7-11ef-402e-b881-c0abf347b7c4} <Debug> TCPHandler: Processed in 0.004918705 sec. | ||
| 4581 | 2025.02.28 11:12:11.399355 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4582 | 2025.02.28 11:12:11.399560 [ 5 ] {10bdc21e-feae-4e10-8616-52b5d9f28445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4583 | 2025.02.28 11:12:11.399663 [ 5 ] {10bdc21e-feae-4e10-8616-52b5d9f28445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4584 | 2025.02.28 11:12:11.401412 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8226 rows, containing 5 columns (5 merged, 0 gathered) in 0.007239884 sec., 1136206.0497101888 rows/sec., 77.91 MiB/sec. | ||
| 4585 | 2025.02.28 11:12:11.401718 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4586 | 2025.02.28 11:12:11.401874 [ 5 ] {10bdc21e-feae-4e10-8616-52b5d9f28445} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4587 | 2025.02.28 11:12:11.401935 [ 5 ] {10bdc21e-feae-4e10-8616-52b5d9f28445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4588 | 2025.02.28 11:12:11.402418 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4589 | 2025.02.28 11:12:11.402618 [ 191 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4590 | 2025.02.28 11:12:11.402763 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
| 4591 | 2025.02.28 11:12:11.403124 [ 5 ] {10bdc21e-feae-4e10-8616-52b5d9f28445} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4592 | 2025.02.28 11:12:11.403404 [ 5 ] {10bdc21e-feae-4e10-8616-52b5d9f28445} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4593 | 2025.02.28 11:12:11.403629 [ 5 ] {10bdc21e-feae-4e10-8616-52b5d9f28445} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.004146 sec., 4100.337674867342 rows/sec., 7.35 MiB/sec. | ||
| 4594 | 2025.02.28 11:12:11.403859 [ 5 ] {10bdc21e-feae-4e10-8616-52b5d9f28445} <Debug> TCPHandler: Processed in 0.004588858 sec. | ||
| 4595 | 2025.02.28 11:12:11.404019 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4596 | 2025.02.28 11:12:11.404142 [ 256 ] {92d86071-c108-452d-bc92-f1881f4e8ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4597 | 2025.02.28 11:12:11.404194 [ 256 ] {92d86071-c108-452d-bc92-f1881f4e8ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4598 | 2025.02.28 11:12:11.404687 [ 256 ] {92d86071-c108-452d-bc92-f1881f4e8ba3} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2025.02.28 11:12:11.404726 [ 256 ] {92d86071-c108-452d-bc92-f1881f4e8ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4600 | 2025.02.28 11:12:11.405113 [ 256 ] {92d86071-c108-452d-bc92-f1881f4e8ba3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4601 | 2025.02.28 11:12:11.405363 [ 256 ] {92d86071-c108-452d-bc92-f1881f4e8ba3} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4602 | 2025.02.28 11:12:11.405586 [ 256 ] {92d86071-c108-452d-bc92-f1881f4e8ba3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001468 sec., 55858.310626703 rows/sec., 3.55 MiB/sec. | ||
| 4603 | 2025.02.28 11:12:11.405637 [ 256 ] {92d86071-c108-452d-bc92-f1881f4e8ba3} <Debug> TCPHandler: Processed in 0.001684876 sec. | ||
| 4604 | 2025.02.28 11:12:15.763454 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4605 | 2025.02.28 11:12:15.763522 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4606 | 2025.02.28 11:12:15.860073 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 4607 | 2025.02.28 11:12:15.860813 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4608 | 2025.02.28 11:12:15.860869 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4609 | 2025.02.28 11:12:15.861448 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4610 | 2025.02.28 11:12:15.861706 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4611 | 2025.02.28 11:12:15.861883 [ 62 ] {} <Debug> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4612 | 2025.02.28 11:12:15.861926 [ 62 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4613 | 2025.02.28 11:12:15.861937 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 4614 | 2025.02.28 11:12:15.861952 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4615 | 2025.02.28 11:12:15.862164 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 4616 | 2025.02.28 11:12:15.862394 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4617 | 2025.02.28 11:12:15.862444 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 4618 | 2025.02.28 11:12:15.862538 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 4619 | 2025.02.28 11:12:15.862767 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 4620 | 2025.02.28 11:12:15.863012 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 4621 | 2025.02.28 11:12:15.863150 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 4622 | 2025.02.28 11:12:15.863351 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 4623 | 2025.02.28 11:12:15.867900 [ 192 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005861166 sec., 2039867.1527132997 rows/sec., 29.18 MiB/sec. | ||
| 4624 | 2025.02.28 11:12:15.868333 [ 187 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4625 | 2025.02.28 11:12:15.868705 [ 187 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_26_5} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4626 | 2025.02.28 11:12:15.868802 [ 187 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_26_5} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4627 | 2025.02.28 11:12:15.868923 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 4628 | 2025.02.28 11:12:16.372405 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4629 | 2025.02.28 11:12:16.372593 [ 256 ] {63727c95-6a77-47ec-9dd6-59fbe58766d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4630 | 2025.02.28 11:12:16.372665 [ 256 ] {63727c95-6a77-47ec-9dd6-59fbe58766d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4631 | 2025.02.28 11:12:16.373477 [ 256 ] {63727c95-6a77-47ec-9dd6-59fbe58766d2} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4632 | 2025.02.28 11:12:16.373524 [ 256 ] {63727c95-6a77-47ec-9dd6-59fbe58766d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4633 | 2025.02.28 11:12:16.373961 [ 256 ] {63727c95-6a77-47ec-9dd6-59fbe58766d2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4634 | 2025.02.28 11:12:16.374220 [ 256 ] {63727c95-6a77-47ec-9dd6-59fbe58766d2} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4635 | 2025.02.28 11:12:16.374454 [ 256 ] {63727c95-6a77-47ec-9dd6-59fbe58766d2} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001915 sec., 53263.70757180156 rows/sec., 4.45 MiB/sec. | ||
| 4636 | 2025.02.28 11:12:16.374512 [ 256 ] {63727c95-6a77-47ec-9dd6-59fbe58766d2} <Debug> TCPHandler: Processed in 0.002235728 sec. | ||
| 4637 | 2025.02.28 11:12:16.374793 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4638 | 2025.02.28 11:12:16.375004 [ 5 ] {3da29429-2a2f-463a-bf3a-d7201ee6187f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4639 | 2025.02.28 11:12:16.375086 [ 5 ] {3da29429-2a2f-463a-bf3a-d7201ee6187f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4640 | 2025.02.28 11:12:16.375852 [ 5 ] {3da29429-2a2f-463a-bf3a-d7201ee6187f} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4641 | 2025.02.28 11:12:16.375897 [ 5 ] {3da29429-2a2f-463a-bf3a-d7201ee6187f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4642 | 2025.02.28 11:12:16.376336 [ 5 ] {3da29429-2a2f-463a-bf3a-d7201ee6187f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4643 | 2025.02.28 11:12:16.376584 [ 5 ] {3da29429-2a2f-463a-bf3a-d7201ee6187f} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2025.02.28 11:12:16.376828 [ 5 ] {3da29429-2a2f-463a-bf3a-d7201ee6187f} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001883 sec., 12214.551248008498 rows/sec., 918.48 KiB/sec. | ||
| 4645 | 2025.02.28 11:12:16.376886 [ 5 ] {3da29429-2a2f-463a-bf3a-d7201ee6187f} <Debug> TCPHandler: Processed in 0.002245298 sec. | ||
| 4646 | 2025.02.28 11:12:16.377045 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4647 | 2025.02.28 11:12:16.377184 [ 256 ] {9e6f3fae-398e-4053-8a08-59aa8a600749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4648 | 2025.02.28 11:12:16.377241 [ 256 ] {9e6f3fae-398e-4053-8a08-59aa8a600749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4649 | 2025.02.28 11:12:16.377862 [ 256 ] {9e6f3fae-398e-4053-8a08-59aa8a600749} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4650 | 2025.02.28 11:12:16.377902 [ 256 ] {9e6f3fae-398e-4053-8a08-59aa8a600749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4651 | 2025.02.28 11:12:16.378273 [ 256 ] {9e6f3fae-398e-4053-8a08-59aa8a600749} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4652 | 2025.02.28 11:12:16.378513 [ 256 ] {9e6f3fae-398e-4053-8a08-59aa8a600749} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4653 | 2025.02.28 11:12:16.378725 [ 256 ] {9e6f3fae-398e-4053-8a08-59aa8a600749} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001571 sec., 55378.73965626989 rows/sec., 4.32 MiB/sec. | ||
| 4654 | 2025.02.28 11:12:16.378778 [ 256 ] {9e6f3fae-398e-4053-8a08-59aa8a600749} <Debug> TCPHandler: Processed in 0.001799688 sec. | ||
| 4655 | 2025.02.28 11:12:16.378914 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4656 | 2025.02.28 11:12:16.379035 [ 5 ] {a101ef35-f3af-4e1c-834b-624634e81f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4657 | 2025.02.28 11:12:16.379090 [ 5 ] {a101ef35-f3af-4e1c-834b-624634e81f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4658 | 2025.02.28 11:12:16.379701 [ 5 ] {a101ef35-f3af-4e1c-834b-624634e81f63} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4659 | 2025.02.28 11:12:16.379828 [ 5 ] {a101ef35-f3af-4e1c-834b-624634e81f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4660 | 2025.02.28 11:12:16.380240 [ 5 ] {a101ef35-f3af-4e1c-834b-624634e81f63} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4661 | 2025.02.28 11:12:16.380490 [ 5 ] {a101ef35-f3af-4e1c-834b-624634e81f63} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4662 | 2025.02.28 11:12:16.380714 [ 5 ] {a101ef35-f3af-4e1c-834b-624634e81f63} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec. | ||
| 4663 | 2025.02.28 11:12:16.380767 [ 5 ] {a101ef35-f3af-4e1c-834b-624634e81f63} <Debug> TCPHandler: Processed in 0.001908891 sec. | ||
| 4664 | 2025.02.28 11:12:16.380940 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4665 | 2025.02.28 11:12:16.381080 [ 256 ] {d9dcc83a-78b1-402b-9a2d-2310b5d966a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4666 | 2025.02.28 11:12:16.381173 [ 256 ] {d9dcc83a-78b1-402b-9a2d-2310b5d966a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4667 | 2025.02.28 11:12:16.382355 [ 256 ] {d9dcc83a-78b1-402b-9a2d-2310b5d966a3} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4668 | 2025.02.28 11:12:16.382394 [ 256 ] {d9dcc83a-78b1-402b-9a2d-2310b5d966a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4669 | 2025.02.28 11:12:16.383028 [ 256 ] {d9dcc83a-78b1-402b-9a2d-2310b5d966a3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4670 | 2025.02.28 11:12:16.383287 [ 256 ] {d9dcc83a-78b1-402b-9a2d-2310b5d966a3} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4671 | 2025.02.28 11:12:16.383534 [ 256 ] {d9dcc83a-78b1-402b-9a2d-2310b5d966a3} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002485 sec., 9255.533199195172 rows/sec., 16.59 MiB/sec. | ||
| 4672 | 2025.02.28 11:12:16.383630 [ 256 ] {d9dcc83a-78b1-402b-9a2d-2310b5d966a3} <Debug> TCPHandler: Processed in 0.002756429 sec. | ||
| 4673 | 2025.02.28 11:12:16.383799 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4674 | 2025.02.28 11:12:16.383941 [ 5 ] {76ef849b-0e8a-473c-bf41-5cfabafc32ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4675 | 2025.02.28 11:12:16.384003 [ 5 ] {76ef849b-0e8a-473c-bf41-5cfabafc32ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4676 | 2025.02.28 11:12:16.384559 [ 5 ] {76ef849b-0e8a-473c-bf41-5cfabafc32ee} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4677 | 2025.02.28 11:12:16.384600 [ 5 ] {76ef849b-0e8a-473c-bf41-5cfabafc32ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4678 | 2025.02.28 11:12:16.384987 [ 5 ] {76ef849b-0e8a-473c-bf41-5cfabafc32ee} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4679 | 2025.02.28 11:12:16.385235 [ 5 ] {76ef849b-0e8a-473c-bf41-5cfabafc32ee} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4680 | 2025.02.28 11:12:16.385420 [ 60 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4681 | 2025.02.28 11:12:16.385474 [ 5 ] {76ef849b-0e8a-473c-bf41-5cfabafc32ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec. | ||
| 4682 | 2025.02.28 11:12:16.385481 [ 60 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4683 | 2025.02.28 11:12:16.385562 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4684 | 2025.02.28 11:12:16.385599 [ 5 ] {76ef849b-0e8a-473c-bf41-5cfabafc32ee} <Debug> TCPHandler: Processed in 0.00186474 sec. | ||
| 4685 | 2025.02.28 11:12:16.385789 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 4686 | 2025.02.28 11:12:16.385924 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4687 | 2025.02.28 11:12:16.385963 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 978 rows starting from the beginning of the part | ||
| 4688 | 2025.02.28 11:12:16.386042 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 4689 | 2025.02.28 11:12:16.386263 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 4690 | 2025.02.28 11:12:16.386427 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4691 | 2025.02.28 11:12:16.386585 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 4692 | 2025.02.28 11:12:16.386673 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 4693 | 2025.02.28 11:12:16.388002 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1322 rows, containing 4 columns (4 merged, 0 gathered) in 0.00233301 sec., 566649.950064509 rows/sec., 37.85 MiB/sec. | ||
| 4694 | 2025.02.28 11:12:16.388342 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4695 | 2025.02.28 11:12:16.388882 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_31_6} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4696 | 2025.02.28 11:12:16.389035 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_31_6} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4697 | 2025.02.28 11:12:16.389186 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 4698 | 2025.02.28 11:12:16.678501 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 4699 | 2025.02.28 11:12:16.699805 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4700 | 2025.02.28 11:12:16.699844 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4701 | 2025.02.28 11:12:16.707610 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4702 | 2025.02.28 11:12:16.708470 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4703 | 2025.02.28 11:12:16.708774 [ 60 ] {} <Debug> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4704 | 2025.02.28 11:12:16.708833 [ 60 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4705 | 2025.02.28 11:12:16.708874 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4706 | 2025.02.28 11:12:16.709167 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 4707 | 2025.02.28 11:12:16.718615 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 4708 | 2025.02.28 11:12:16.719774 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4709 | 2025.02.28 11:12:16.720660 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 4710 | 2025.02.28 11:12:16.725295 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 4711 | 2025.02.28 11:12:16.729878 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 4712 | 2025.02.28 11:12:16.737721 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 4713 | 2025.02.28 11:12:16.743100 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 4714 | 2025.02.28 11:12:16.747593 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 4715 | 2025.02.28 11:12:16.812810 [ 192 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.103853245 sec., 1887.2785342432007 rows/sec., 9.76 MiB/sec. | ||
| 4716 | 2025.02.28 11:12:16.815765 [ 194 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4717 | 2025.02.28 11:12:16.818882 [ 194 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_26_5} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4718 | 2025.02.28 11:12:16.819027 [ 194 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_26_5} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4719 | 2025.02.28 11:12:16.821343 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4720 | 2025.02.28 11:12:17.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.08 MiB, peak 199.62 MiB, free memory in arenas 0.00 B, will set to 191.09 MiB (RSS), difference: 2.01 MiB | ||
| 4721 | 2025.02.28 11:12:20.120656 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4722 | 2025.02.28 11:12:20.120874 [ 256 ] {a2cd492d-644b-485b-92d6-d564b0c61620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4723 | 2025.02.28 11:12:20.120955 [ 256 ] {a2cd492d-644b-485b-92d6-d564b0c61620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4724 | 2025.02.28 11:12:20.121878 [ 256 ] {a2cd492d-644b-485b-92d6-d564b0c61620} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4725 | 2025.02.28 11:12:20.121930 [ 256 ] {a2cd492d-644b-485b-92d6-d564b0c61620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4726 | 2025.02.28 11:12:20.122396 [ 256 ] {a2cd492d-644b-485b-92d6-d564b0c61620} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4727 | 2025.02.28 11:12:20.122652 [ 256 ] {a2cd492d-644b-485b-92d6-d564b0c61620} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4728 | 2025.02.28 11:12:20.122912 [ 256 ] {a2cd492d-644b-485b-92d6-d564b0c61620} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002098 sec., 101048.61773117255 rows/sec., 6.43 MiB/sec. | ||
| 4729 | 2025.02.28 11:12:20.122979 [ 256 ] {a2cd492d-644b-485b-92d6-d564b0c61620} <Debug> TCPHandler: Processed in 0.002463052 sec. | ||
| 4730 | 2025.02.28 11:12:20.123274 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4731 | 2025.02.28 11:12:20.123494 [ 5 ] {28b803d8-e549-4348-a6ee-f4f19016db02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4732 | 2025.02.28 11:12:20.123577 [ 5 ] {28b803d8-e549-4348-a6ee-f4f19016db02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4733 | 2025.02.28 11:12:20.124419 [ 5 ] {28b803d8-e549-4348-a6ee-f4f19016db02} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4734 | 2025.02.28 11:12:20.124470 [ 5 ] {28b803d8-e549-4348-a6ee-f4f19016db02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4735 | 2025.02.28 11:12:20.124913 [ 5 ] {28b803d8-e549-4348-a6ee-f4f19016db02} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4736 | 2025.02.28 11:12:20.125171 [ 5 ] {28b803d8-e549-4348-a6ee-f4f19016db02} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2025.02.28 11:12:20.125448 [ 5 ] {28b803d8-e549-4348-a6ee-f4f19016db02} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002012 sec., 4970.178926441352 rows/sec., 405.28 KiB/sec. | ||
| 4738 | 2025.02.28 11:12:20.125635 [ 5 ] {28b803d8-e549-4348-a6ee-f4f19016db02} <Debug> TCPHandler: Processed in 0.002509393 sec. | ||
| 4739 | 2025.02.28 11:12:20.125807 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4740 | 2025.02.28 11:12:20.125933 [ 256 ] {384fd525-15e1-4bdf-a877-bf22c83d33bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4741 | 2025.02.28 11:12:20.125987 [ 256 ] {384fd525-15e1-4bdf-a877-bf22c83d33bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4742 | 2025.02.28 11:12:20.127298 [ 256 ] {384fd525-15e1-4bdf-a877-bf22c83d33bc} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4743 | 2025.02.28 11:12:20.127340 [ 256 ] {384fd525-15e1-4bdf-a877-bf22c83d33bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4744 | 2025.02.28 11:12:20.127884 [ 256 ] {384fd525-15e1-4bdf-a877-bf22c83d33bc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4745 | 2025.02.28 11:12:20.128134 [ 256 ] {384fd525-15e1-4bdf-a877-bf22c83d33bc} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4746 | 2025.02.28 11:12:20.128370 [ 256 ] {384fd525-15e1-4bdf-a877-bf22c83d33bc} <Debug> executeQuery: Read 1796 rows, 149.62 KiB in 0.002464 sec., 728896.1038961039 rows/sec., 59.30 MiB/sec. | ||
| 4747 | 2025.02.28 11:12:20.128499 [ 256 ] {384fd525-15e1-4bdf-a877-bf22c83d33bc} <Debug> TCPHandler: Processed in 0.002751459 sec. | ||
| 4748 | 2025.02.28 11:12:20.128661 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4749 | 2025.02.28 11:12:20.128781 [ 5 ] {5fbbc294-47fe-4744-a7ff-1b403151b5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4750 | 2025.02.28 11:12:20.128832 [ 5 ] {5fbbc294-47fe-4744-a7ff-1b403151b5d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4751 | 2025.02.28 11:12:20.129509 [ 5 ] {5fbbc294-47fe-4744-a7ff-1b403151b5d1} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4752 | 2025.02.28 11:12:20.129554 [ 5 ] {5fbbc294-47fe-4744-a7ff-1b403151b5d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4753 | 2025.02.28 11:12:20.129941 [ 5 ] {5fbbc294-47fe-4744-a7ff-1b403151b5d1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4754 | 2025.02.28 11:12:20.130195 [ 5 ] {5fbbc294-47fe-4744-a7ff-1b403151b5d1} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4755 | 2025.02.28 11:12:20.130351 [ 55 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4756 | 2025.02.28 11:12:20.130444 [ 55 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4757 | 2025.02.28 11:12:20.130451 [ 5 ] {5fbbc294-47fe-4744-a7ff-1b403151b5d1} <Debug> executeQuery: Read 133 rows, 8.36 KiB in 0.001688 sec., 78791.4691943128 rows/sec., 4.84 MiB/sec. | ||
| 4758 | 2025.02.28 11:12:20.130483 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4759 | 2025.02.28 11:12:20.130599 [ 5 ] {5fbbc294-47fe-4744-a7ff-1b403151b5d1} <Debug> TCPHandler: Processed in 0.001995583 sec. | ||
| 4760 | 2025.02.28 11:12:20.130708 [ 196 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 4761 | 2025.02.28 11:12:20.130785 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4762 | 2025.02.28 11:12:20.130850 [ 196 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4763 | 2025.02.28 11:12:20.130895 [ 196 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 68 rows starting from the beginning of the part | ||
| 4764 | 2025.02.28 11:12:20.130949 [ 256 ] {b5b5b1da-a62c-46a7-aa73-c887975f2323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4765 | 2025.02.28 11:12:20.130992 [ 196 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 123 rows starting from the beginning of the part | ||
| 4766 | 2025.02.28 11:12:20.131091 [ 256 ] {b5b5b1da-a62c-46a7-aa73-c887975f2323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4767 | 2025.02.28 11:12:20.131404 [ 196 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 25 rows starting from the beginning of the part | ||
| 4768 | 2025.02.28 11:12:20.131758 [ 196 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 123 rows starting from the beginning of the part | ||
| 4769 | 2025.02.28 11:12:20.132136 [ 196 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
| 4770 | 2025.02.28 11:12:20.132488 [ 196 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 133 rows starting from the beginning of the part | ||
| 4771 | 2025.02.28 11:12:20.133862 [ 256 ] {b5b5b1da-a62c-46a7-aa73-c887975f2323} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4772 | 2025.02.28 11:12:20.133915 [ 256 ] {b5b5b1da-a62c-46a7-aa73-c887975f2323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4773 | 2025.02.28 11:12:20.134526 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 5 columns (5 merged, 0 gathered) in 0.003919755 sec., 126283.40291676394 rows/sec., 8.55 MiB/sec. | ||
| 4774 | 2025.02.28 11:12:20.134628 [ 256 ] {b5b5b1da-a62c-46a7-aa73-c887975f2323} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4775 | 2025.02.28 11:12:20.134801 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4776 | 2025.02.28 11:12:20.135076 [ 256 ] {b5b5b1da-a62c-46a7-aa73-c887975f2323} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4777 | 2025.02.28 11:12:20.135452 [ 256 ] {b5b5b1da-a62c-46a7-aa73-c887975f2323} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.004532 sec., 75242.71844660195 rows/sec., 5.02 MiB/sec. | ||
| 4778 | 2025.02.28 11:12:20.135486 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_31_6} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2025.02.28 11:12:20.135628 [ 256 ] {b5b5b1da-a62c-46a7-aa73-c887975f2323} <Debug> TCPHandler: Processed in 0.004914925 sec. | ||
| 4780 | 2025.02.28 11:12:20.135733 [ 186 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_31_6} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4781 | 2025.02.28 11:12:20.135810 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4782 | 2025.02.28 11:12:20.135899 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4783 | 2025.02.28 11:12:20.135984 [ 5 ] {4b8b3772-7652-4065-9a10-f466ed9352ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4784 | 2025.02.28 11:12:20.136036 [ 5 ] {4b8b3772-7652-4065-9a10-f466ed9352ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4785 | 2025.02.28 11:12:20.136664 [ 5 ] {4b8b3772-7652-4065-9a10-f466ed9352ba} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4786 | 2025.02.28 11:12:20.136707 [ 5 ] {4b8b3772-7652-4065-9a10-f466ed9352ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4787 | 2025.02.28 11:12:20.137079 [ 5 ] {4b8b3772-7652-4065-9a10-f466ed9352ba} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4788 | 2025.02.28 11:12:20.137326 [ 5 ] {4b8b3772-7652-4065-9a10-f466ed9352ba} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4789 | 2025.02.28 11:12:20.137573 [ 5 ] {4b8b3772-7652-4065-9a10-f466ed9352ba} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001604 sec., 69825.43640897756 rows/sec., 3.98 MiB/sec. | ||
| 4790 | 2025.02.28 11:12:20.137740 [ 5 ] {4b8b3772-7652-4065-9a10-f466ed9352ba} <Debug> TCPHandler: Processed in 0.001998192 sec. | ||
| 4791 | 2025.02.28 11:12:20.137897 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4792 | 2025.02.28 11:12:20.138038 [ 256 ] {04c610ad-dfac-4f99-8d2a-0bf210f2fc65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4793 | 2025.02.28 11:12:20.138095 [ 256 ] {04c610ad-dfac-4f99-8d2a-0bf210f2fc65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4794 | 2025.02.28 11:12:20.139002 [ 256 ] {04c610ad-dfac-4f99-8d2a-0bf210f2fc65} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4795 | 2025.02.28 11:12:20.139040 [ 256 ] {04c610ad-dfac-4f99-8d2a-0bf210f2fc65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4796 | 2025.02.28 11:12:20.139447 [ 256 ] {04c610ad-dfac-4f99-8d2a-0bf210f2fc65} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4797 | 2025.02.28 11:12:20.139688 [ 256 ] {04c610ad-dfac-4f99-8d2a-0bf210f2fc65} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4798 | 2025.02.28 11:12:20.139868 [ 256 ] {04c610ad-dfac-4f99-8d2a-0bf210f2fc65} <Debug> executeQuery: Read 865 rows, 64.05 KiB in 0.001862 sec., 464554.24274973146 rows/sec., 33.59 MiB/sec. | ||
| 4799 | 2025.02.28 11:12:20.139921 [ 256 ] {04c610ad-dfac-4f99-8d2a-0bf210f2fc65} <Debug> TCPHandler: Processed in 0.002092454 sec. | ||
| 4800 | 2025.02.28 11:12:20.140073 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4801 | 2025.02.28 11:12:20.140188 [ 5 ] {961f39fa-724b-4cd8-be9a-073b0480d3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4802 | 2025.02.28 11:12:20.140238 [ 5 ] {961f39fa-724b-4cd8-be9a-073b0480d3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4803 | 2025.02.28 11:12:20.140738 [ 5 ] {961f39fa-724b-4cd8-be9a-073b0480d3a0} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4804 | 2025.02.28 11:12:20.140777 [ 5 ] {961f39fa-724b-4cd8-be9a-073b0480d3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4805 | 2025.02.28 11:12:20.141145 [ 5 ] {961f39fa-724b-4cd8-be9a-073b0480d3a0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4806 | 2025.02.28 11:12:20.141383 [ 5 ] {961f39fa-724b-4cd8-be9a-073b0480d3a0} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4807 | 2025.02.28 11:12:20.141590 [ 5 ] {961f39fa-724b-4cd8-be9a-073b0480d3a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec. | ||
| 4808 | 2025.02.28 11:12:20.141641 [ 5 ] {961f39fa-724b-4cd8-be9a-073b0480d3a0} <Debug> TCPHandler: Processed in 0.001623574 sec. | ||
| 4809 | 2025.02.28 11:12:20.141791 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4810 | 2025.02.28 11:12:20.141931 [ 256 ] {439a7f24-1b10-48ad-b365-2029b81ae539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4811 | 2025.02.28 11:12:20.141993 [ 256 ] {439a7f24-1b10-48ad-b365-2029b81ae539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4812 | 2025.02.28 11:12:20.142838 [ 256 ] {439a7f24-1b10-48ad-b365-2029b81ae539} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4813 | 2025.02.28 11:12:20.142874 [ 256 ] {439a7f24-1b10-48ad-b365-2029b81ae539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4814 | 2025.02.28 11:12:20.143322 [ 256 ] {439a7f24-1b10-48ad-b365-2029b81ae539} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4815 | 2025.02.28 11:12:20.143569 [ 256 ] {439a7f24-1b10-48ad-b365-2029b81ae539} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2025.02.28 11:12:20.143753 [ 256 ] {439a7f24-1b10-48ad-b365-2029b81ae539} <Debug> executeQuery: Read 918 rows, 62.69 KiB in 0.001854 sec., 495145.63106796116 rows/sec., 33.02 MiB/sec. | ||
| 4817 | 2025.02.28 11:12:20.143810 [ 256 ] {439a7f24-1b10-48ad-b365-2029b81ae539} <Debug> TCPHandler: Processed in 0.002086865 sec. | ||
| 4818 | 2025.02.28 11:12:20.143971 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4819 | 2025.02.28 11:12:20.144089 [ 5 ] {1d40f552-f5d5-4315-bf22-31a647506308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4820 | 2025.02.28 11:12:20.144140 [ 5 ] {1d40f552-f5d5-4315-bf22-31a647506308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4821 | 2025.02.28 11:12:20.144714 [ 5 ] {1d40f552-f5d5-4315-bf22-31a647506308} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4822 | 2025.02.28 11:12:20.144753 [ 5 ] {1d40f552-f5d5-4315-bf22-31a647506308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4823 | 2025.02.28 11:12:20.145119 [ 5 ] {1d40f552-f5d5-4315-bf22-31a647506308} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4824 | 2025.02.28 11:12:20.145405 [ 5 ] {1d40f552-f5d5-4315-bf22-31a647506308} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4825 | 2025.02.28 11:12:20.145624 [ 5 ] {1d40f552-f5d5-4315-bf22-31a647506308} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001559 sec., 641.4368184733803 rows/sec., 43.22 KiB/sec. | ||
| 4826 | 2025.02.28 11:12:20.145682 [ 5 ] {1d40f552-f5d5-4315-bf22-31a647506308} <Debug> TCPHandler: Processed in 0.001770168 sec. | ||
| 4827 | 2025.02.28 11:12:20.145843 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4828 | 2025.02.28 11:12:20.145972 [ 256 ] {6119c078-3d8f-4b64-abae-c9a601587c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4829 | 2025.02.28 11:12:20.146062 [ 256 ] {6119c078-3d8f-4b64-abae-c9a601587c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4830 | 2025.02.28 11:12:20.147252 [ 256 ] {6119c078-3d8f-4b64-abae-c9a601587c63} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4831 | 2025.02.28 11:12:20.147293 [ 256 ] {6119c078-3d8f-4b64-abae-c9a601587c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4832 | 2025.02.28 11:12:20.147936 [ 256 ] {6119c078-3d8f-4b64-abae-c9a601587c63} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4833 | 2025.02.28 11:12:20.148206 [ 256 ] {6119c078-3d8f-4b64-abae-c9a601587c63} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4834 | 2025.02.28 11:12:20.148395 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4835 | 2025.02.28 11:12:20.148464 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4836 | 2025.02.28 11:12:20.148486 [ 256 ] {6119c078-3d8f-4b64-abae-c9a601587c63} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002534 sec., 6708.760852407262 rows/sec., 12.02 MiB/sec. | ||
| 4837 | 2025.02.28 11:12:20.148501 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4838 | 2025.02.28 11:12:20.148924 [ 256 ] {6119c078-3d8f-4b64-abae-c9a601587c63} <Debug> TCPHandler: Processed in 0.003133817 sec. | ||
| 4839 | 2025.02.28 11:12:20.148926 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 4840 | 2025.02.28 11:12:20.149172 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4841 | 2025.02.28 11:12:20.149446 [ 5 ] {2afe165a-2336-420c-9d1e-74dddbfb2c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4842 | 2025.02.28 11:12:20.149586 [ 5 ] {2afe165a-2336-420c-9d1e-74dddbfb2c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4843 | 2025.02.28 11:12:20.149604 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4844 | 2025.02.28 11:12:20.149850 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 496 rows starting from the beginning of the part | ||
| 4845 | 2025.02.28 11:12:20.150691 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 17 rows starting from the beginning of the part | ||
| 4846 | 2025.02.28 11:12:20.151468 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part | ||
| 4847 | 2025.02.28 11:12:20.151898 [ 5 ] {2afe165a-2336-420c-9d1e-74dddbfb2c8e} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4848 | 2025.02.28 11:12:20.152064 [ 5 ] {2afe165a-2336-420c-9d1e-74dddbfb2c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4849 | 2025.02.28 11:12:20.152224 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 17 rows starting from the beginning of the part | ||
| 4850 | 2025.02.28 11:12:20.152827 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
| 4851 | 2025.02.28 11:12:20.153476 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 17 rows starting from the beginning of the part | ||
| 4852 | 2025.02.28 11:12:20.153528 [ 5 ] {2afe165a-2336-420c-9d1e-74dddbfb2c8e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4853 | 2025.02.28 11:12:20.154438 [ 5 ] {2afe165a-2336-420c-9d1e-74dddbfb2c8e} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4854 | 2025.02.28 11:12:20.154849 [ 5 ] {2afe165a-2336-420c-9d1e-74dddbfb2c8e} <Debug> executeQuery: Read 64 rows, 4.10 KiB in 0.005494 sec., 11649.071714597743 rows/sec., 745.84 KiB/sec. | ||
| 4855 | 2025.02.28 11:12:20.154995 [ 5 ] {2afe165a-2336-420c-9d1e-74dddbfb2c8e} <Debug> TCPHandler: Processed in 0.005939647 sec. | ||
| 4856 | 2025.02.28 11:12:20.169577 [ 190 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 593 rows, containing 19 columns (19 merged, 0 gathered) in 0.020906607 sec., 28364.239113501295 rows/sec., 50.83 MiB/sec. | ||
| 4857 | 2025.02.28 11:12:20.170658 [ 200 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4858 | 2025.02.28 11:12:20.171090 [ 200 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4859 | 2025.02.28 11:12:20.171177 [ 200 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4860 | 2025.02.28 11:12:20.171328 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 4861 | 2025.02.28 11:12:20.898094 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 654 | ||
| 4862 | 2025.02.28 11:12:20.901704 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4863 | 2025.02.28 11:12:20.901755 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4864 | 2025.02.28 11:12:20.903296 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4865 | 2025.02.28 11:12:20.903616 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4866 | 2025.02.28 11:12:20.904828 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 654 | ||
| 4867 | 2025.02.28 11:12:21.364687 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4868 | 2025.02.28 11:12:21.364906 [ 256 ] {d6237cdf-2f3a-4648-8001-ed7020116eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4869 | 2025.02.28 11:12:21.364988 [ 256 ] {d6237cdf-2f3a-4648-8001-ed7020116eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4870 | 2025.02.28 11:12:21.365843 [ 256 ] {d6237cdf-2f3a-4648-8001-ed7020116eca} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4871 | 2025.02.28 11:12:21.365893 [ 256 ] {d6237cdf-2f3a-4648-8001-ed7020116eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4872 | 2025.02.28 11:12:21.366350 [ 256 ] {d6237cdf-2f3a-4648-8001-ed7020116eca} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4873 | 2025.02.28 11:12:21.366614 [ 256 ] {d6237cdf-2f3a-4648-8001-ed7020116eca} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4874 | 2025.02.28 11:12:21.366856 [ 256 ] {d6237cdf-2f3a-4648-8001-ed7020116eca} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00201 sec., 27860.696517412933 rows/sec., 2.14 MiB/sec. | ||
| 4875 | 2025.02.28 11:12:21.366924 [ 256 ] {d6237cdf-2f3a-4648-8001-ed7020116eca} <Debug> TCPHandler: Processed in 0.002373421 sec. | ||
| 4876 | 2025.02.28 11:12:21.367184 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4877 | 2025.02.28 11:12:21.367394 [ 5 ] {3f6f1c1c-2904-45dc-98c6-ac0a94b6c015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4878 | 2025.02.28 11:12:21.367472 [ 5 ] {3f6f1c1c-2904-45dc-98c6-ac0a94b6c015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4879 | 2025.02.28 11:12:21.368226 [ 5 ] {3f6f1c1c-2904-45dc-98c6-ac0a94b6c015} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4880 | 2025.02.28 11:12:21.368272 [ 5 ] {3f6f1c1c-2904-45dc-98c6-ac0a94b6c015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4881 | 2025.02.28 11:12:21.368719 [ 5 ] {3f6f1c1c-2904-45dc-98c6-ac0a94b6c015} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4882 | 2025.02.28 11:12:21.368983 [ 5 ] {3f6f1c1c-2904-45dc-98c6-ac0a94b6c015} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4883 | 2025.02.28 11:12:21.369181 [ 5 ] {3f6f1c1c-2904-45dc-98c6-ac0a94b6c015} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001843 sec., 34725.99023331525 rows/sec., 2.71 MiB/sec. | ||
| 4884 | 2025.02.28 11:12:21.369249 [ 5 ] {3f6f1c1c-2904-45dc-98c6-ac0a94b6c015} <Debug> TCPHandler: Processed in 0.002205507 sec. | ||
| 4885 | 2025.02.28 11:12:21.369421 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4886 | 2025.02.28 11:12:21.369567 [ 256 ] {a9b15152-706b-4639-96a8-acabe70c99c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4887 | 2025.02.28 11:12:21.369633 [ 256 ] {a9b15152-706b-4639-96a8-acabe70c99c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4888 | 2025.02.28 11:12:21.370304 [ 256 ] {a9b15152-706b-4639-96a8-acabe70c99c2} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4889 | 2025.02.28 11:12:21.370351 [ 256 ] {a9b15152-706b-4639-96a8-acabe70c99c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4890 | 2025.02.28 11:12:21.370759 [ 256 ] {a9b15152-706b-4639-96a8-acabe70c99c2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4891 | 2025.02.28 11:12:21.370996 [ 256 ] {a9b15152-706b-4639-96a8-acabe70c99c2} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4892 | 2025.02.28 11:12:21.371202 [ 256 ] {a9b15152-706b-4639-96a8-acabe70c99c2} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001671 sec., 26331.53800119689 rows/sec., 1.84 MiB/sec. | ||
| 4893 | 2025.02.28 11:12:21.371258 [ 256 ] {a9b15152-706b-4639-96a8-acabe70c99c2} <Debug> TCPHandler: Processed in 0.001906141 sec. | ||
| 4894 | 2025.02.28 11:12:21.371400 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4895 | 2025.02.28 11:12:21.371548 [ 5 ] {0c4f3e5c-4c60-4b64-9515-e84a2003e076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4896 | 2025.02.28 11:12:21.371612 [ 5 ] {0c4f3e5c-4c60-4b64-9515-e84a2003e076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4897 | 2025.02.28 11:12:21.372205 [ 5 ] {0c4f3e5c-4c60-4b64-9515-e84a2003e076} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4898 | 2025.02.28 11:12:21.372251 [ 5 ] {0c4f3e5c-4c60-4b64-9515-e84a2003e076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4899 | 2025.02.28 11:12:21.372680 [ 5 ] {0c4f3e5c-4c60-4b64-9515-e84a2003e076} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4900 | 2025.02.28 11:12:21.372922 [ 5 ] {0c4f3e5c-4c60-4b64-9515-e84a2003e076} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4901 | 2025.02.28 11:12:21.373100 [ 5 ] {0c4f3e5c-4c60-4b64-9515-e84a2003e076} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.00159 sec., 11320.754716981131 rows/sec., 776.95 KiB/sec. | ||
| 4902 | 2025.02.28 11:12:21.373153 [ 5 ] {0c4f3e5c-4c60-4b64-9515-e84a2003e076} <Debug> TCPHandler: Processed in 0.001813208 sec. | ||
| 4903 | 2025.02.28 11:12:23.362115 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 4904 | 2025.02.28 11:12:23.362962 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4905 | 2025.02.28 11:12:23.363007 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4906 | 2025.02.28 11:12:23.363548 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4907 | 2025.02.28 11:12:23.363802 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4908 | 2025.02.28 11:12:23.364056 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 4909 | 2025.02.28 11:12:24.218729 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 4910 | 2025.02.28 11:12:24.238052 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4911 | 2025.02.28 11:12:24.238107 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4912 | 2025.02.28 11:12:24.245024 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4913 | 2025.02.28 11:12:24.245812 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4914 | 2025.02.28 11:12:24.249196 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 4915 | 2025.02.28 11:12:26.371696 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4916 | 2025.02.28 11:12:26.371923 [ 256 ] {863f8864-81ef-4511-b6cf-994eb86b7845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4917 | 2025.02.28 11:12:26.372005 [ 256 ] {863f8864-81ef-4511-b6cf-994eb86b7845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4918 | 2025.02.28 11:12:26.372874 [ 256 ] {863f8864-81ef-4511-b6cf-994eb86b7845} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4919 | 2025.02.28 11:12:26.372925 [ 256 ] {863f8864-81ef-4511-b6cf-994eb86b7845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4920 | 2025.02.28 11:12:26.373377 [ 256 ] {863f8864-81ef-4511-b6cf-994eb86b7845} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4921 | 2025.02.28 11:12:26.373628 [ 256 ] {863f8864-81ef-4511-b6cf-994eb86b7845} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4922 | 2025.02.28 11:12:26.373824 [ 38 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4923 | 2025.02.28 11:12:26.373884 [ 256 ] {863f8864-81ef-4511-b6cf-994eb86b7845} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.002018 sec., 50545.09415262637 rows/sec., 4.22 MiB/sec. | ||
| 4924 | 2025.02.28 11:12:26.373901 [ 38 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4925 | 2025.02.28 11:12:26.373974 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4926 | 2025.02.28 11:12:26.374032 [ 256 ] {863f8864-81ef-4511-b6cf-994eb86b7845} <Debug> TCPHandler: Processed in 0.002475013 sec. | ||
| 4927 | 2025.02.28 11:12:26.374486 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 4928 | 2025.02.28 11:12:26.374490 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4929 | 2025.02.28 11:12:26.374826 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4930 | 2025.02.28 11:12:26.374876 [ 5 ] {bba4a462-e8e8-4007-a803-85f584c8b03a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4931 | 2025.02.28 11:12:26.374899 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1967 rows starting from the beginning of the part | ||
| 4932 | 2025.02.28 11:12:26.375012 [ 5 ] {bba4a462-e8e8-4007-a803-85f584c8b03a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4933 | 2025.02.28 11:12:26.375179 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 651 rows starting from the beginning of the part | ||
| 4934 | 2025.02.28 11:12:26.375535 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 102 rows starting from the beginning of the part | ||
| 4935 | 2025.02.28 11:12:26.375811 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1796 rows starting from the beginning of the part | ||
| 4936 | 2025.02.28 11:12:26.376160 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
| 4937 | 2025.02.28 11:12:26.376480 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 102 rows starting from the beginning of the part | ||
| 4938 | 2025.02.28 11:12:26.378016 [ 5 ] {bba4a462-e8e8-4007-a803-85f584c8b03a} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4939 | 2025.02.28 11:12:26.378097 [ 5 ] {bba4a462-e8e8-4007-a803-85f584c8b03a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4940 | 2025.02.28 11:12:26.379125 [ 5 ] {bba4a462-e8e8-4007-a803-85f584c8b03a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4941 | 2025.02.28 11:12:26.379428 [ 5 ] {bba4a462-e8e8-4007-a803-85f584c8b03a} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4942 | 2025.02.28 11:12:26.379733 [ 5 ] {bba4a462-e8e8-4007-a803-85f584c8b03a} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.004954 sec., 4642.712959224868 rows/sec., 349.11 KiB/sec. | ||
| 4943 | 2025.02.28 11:12:26.379800 [ 5 ] {bba4a462-e8e8-4007-a803-85f584c8b03a} <Debug> TCPHandler: Processed in 0.00560984 sec. | ||
| 4944 | 2025.02.28 11:12:26.380057 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4945 | 2025.02.28 11:12:26.380211 [ 200 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4674 rows, containing 5 columns (5 merged, 0 gathered) in 0.006131192 sec., 762331.3704741264 rows/sec., 65.02 MiB/sec. | ||
| 4946 | 2025.02.28 11:12:26.380260 [ 256 ] {72df31a7-f9ab-4a0f-bdc7-d9a31e9eb3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4947 | 2025.02.28 11:12:26.380321 [ 256 ] {72df31a7-f9ab-4a0f-bdc7-d9a31e9eb3c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4948 | 2025.02.28 11:12:26.380519 [ 200 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4949 | 2025.02.28 11:12:26.380907 [ 200 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_36_7} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4950 | 2025.02.28 11:12:26.381018 [ 200 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_36_7} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4951 | 2025.02.28 11:12:26.381138 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 4952 | 2025.02.28 11:12:26.381213 [ 256 ] {72df31a7-f9ab-4a0f-bdc7-d9a31e9eb3c2} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4953 | 2025.02.28 11:12:26.381252 [ 256 ] {72df31a7-f9ab-4a0f-bdc7-d9a31e9eb3c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4954 | 2025.02.28 11:12:26.381607 [ 256 ] {72df31a7-f9ab-4a0f-bdc7-d9a31e9eb3c2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4955 | 2025.02.28 11:12:26.381839 [ 256 ] {72df31a7-f9ab-4a0f-bdc7-d9a31e9eb3c2} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4956 | 2025.02.28 11:12:26.382012 [ 38 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4957 | 2025.02.28 11:12:26.382071 [ 38 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4958 | 2025.02.28 11:12:26.382095 [ 256 ] {72df31a7-f9ab-4a0f-bdc7-d9a31e9eb3c2} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001861 sec., 46749.05964535196 rows/sec., 3.65 MiB/sec. | ||
| 4959 | 2025.02.28 11:12:26.382107 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4960 | 2025.02.28 11:12:26.382293 [ 256 ] {72df31a7-f9ab-4a0f-bdc7-d9a31e9eb3c2} <Debug> TCPHandler: Processed in 0.002378561 sec. | ||
| 4961 | 2025.02.28 11:12:26.382535 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 4962 | 2025.02.28 11:12:26.382720 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4963 | 2025.02.28 11:12:26.383047 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4964 | 2025.02.28 11:12:26.383137 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 950 rows starting from the beginning of the part | ||
| 4965 | 2025.02.28 11:12:26.383148 [ 5 ] {20c41776-6186-4774-9f19-5d0a513bc6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4966 | 2025.02.28 11:12:26.383384 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 399 rows starting from the beginning of the part | ||
| 4967 | 2025.02.28 11:12:26.383399 [ 5 ] {20c41776-6186-4774-9f19-5d0a513bc6c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4968 | 2025.02.28 11:12:26.383718 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 87 rows starting from the beginning of the part | ||
| 4969 | 2025.02.28 11:12:26.384116 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 865 rows starting from the beginning of the part | ||
| 4970 | 2025.02.28 11:12:26.384510 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 4971 | 2025.02.28 11:12:26.384900 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 87 rows starting from the beginning of the part | ||
| 4972 | 2025.02.28 11:12:26.386232 [ 5 ] {20c41776-6186-4774-9f19-5d0a513bc6c5} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4973 | 2025.02.28 11:12:26.386300 [ 5 ] {20c41776-6186-4774-9f19-5d0a513bc6c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4974 | 2025.02.28 11:12:26.387369 [ 5 ] {20c41776-6186-4774-9f19-5d0a513bc6c5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4975 | 2025.02.28 11:12:26.387743 [ 5 ] {20c41776-6186-4774-9f19-5d0a513bc6c5} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4976 | 2025.02.28 11:12:26.388165 [ 5 ] {20c41776-6186-4774-9f19-5d0a513bc6c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00507 sec., 31558.185404339252 rows/sec., 2.20 MiB/sec. | ||
| 4977 | 2025.02.28 11:12:26.388450 [ 5 ] {20c41776-6186-4774-9f19-5d0a513bc6c5} <Debug> TCPHandler: Processed in 0.005993518 sec. | ||
| 4978 | 2025.02.28 11:12:26.388502 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2452 rows, containing 5 columns (5 merged, 0 gathered) in 0.006258414 sec., 391792.5531931892 rows/sec., 30.09 MiB/sec. | ||
| 4979 | 2025.02.28 11:12:26.388638 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4980 | 2025.02.28 11:12:26.388741 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4981 | 2025.02.28 11:12:26.388835 [ 256 ] {3dc09da1-cb55-4758-8b25-8b11cbda6c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4982 | 2025.02.28 11:12:26.388987 [ 256 ] {3dc09da1-cb55-4758-8b25-8b11cbda6c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4983 | 2025.02.28 11:12:26.389433 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_36_7} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4984 | 2025.02.28 11:12:26.389679 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_36_7} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4985 | 2025.02.28 11:12:26.389886 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4986 | 2025.02.28 11:12:26.390830 [ 256 ] {3dc09da1-cb55-4758-8b25-8b11cbda6c03} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4987 | 2025.02.28 11:12:26.390873 [ 256 ] {3dc09da1-cb55-4758-8b25-8b11cbda6c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4988 | 2025.02.28 11:12:26.391521 [ 256 ] {3dc09da1-cb55-4758-8b25-8b11cbda6c03} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4989 | 2025.02.28 11:12:26.391774 [ 256 ] {3dc09da1-cb55-4758-8b25-8b11cbda6c03} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4990 | 2025.02.28 11:12:26.392062 [ 256 ] {3dc09da1-cb55-4758-8b25-8b11cbda6c03} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.003293 sec., 6984.512602490131 rows/sec., 12.52 MiB/sec. | ||
| 4991 | 2025.02.28 11:12:26.392284 [ 256 ] {3dc09da1-cb55-4758-8b25-8b11cbda6c03} <Debug> TCPHandler: Processed in 0.003714449 sec. | ||
| 4992 | 2025.02.28 11:12:26.392438 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4993 | 2025.02.28 11:12:26.392559 [ 5 ] {83298732-62b0-4eff-9738-bc9d08d8575f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4994 | 2025.02.28 11:12:26.392612 [ 5 ] {83298732-62b0-4eff-9738-bc9d08d8575f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4995 | 2025.02.28 11:12:26.393126 [ 5 ] {83298732-62b0-4eff-9738-bc9d08d8575f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2025.02.28 11:12:26.393166 [ 5 ] {83298732-62b0-4eff-9738-bc9d08d8575f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4997 | 2025.02.28 11:12:26.393552 [ 5 ] {83298732-62b0-4eff-9738-bc9d08d8575f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4998 | 2025.02.28 11:12:26.393799 [ 5 ] {83298732-62b0-4eff-9738-bc9d08d8575f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2025.02.28 11:12:26.394012 [ 5 ] {83298732-62b0-4eff-9738-bc9d08d8575f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
| 5000 | 2025.02.28 11:12:26.394061 [ 5 ] {83298732-62b0-4eff-9738-bc9d08d8575f} <Debug> TCPHandler: Processed in 0.001679956 sec. | ||
| 5001 | 2025.02.28 11:12:30.763572 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5002 | 2025.02.28 11:12:30.763647 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5003 | 2025.02.28 11:12:30.864196 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5004 | 2025.02.28 11:12:30.864820 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5005 | 2025.02.28 11:12:30.864863 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5006 | 2025.02.28 11:12:30.865391 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5007 | 2025.02.28 11:12:30.865647 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5008 | 2025.02.28 11:12:30.865834 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5009 | 2025.02.28 11:12:30.905234 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 674 | ||
| 5010 | 2025.02.28 11:12:30.908300 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5011 | 2025.02.28 11:12:30.908360 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5012 | 2025.02.28 11:12:30.909886 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5013 | 2025.02.28 11:12:30.910222 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5014 | 2025.02.28 11:12:30.910904 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 674 | ||
| 5015 | 2025.02.28 11:12:31.378032 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5016 | 2025.02.28 11:12:31.378232 [ 256 ] {39b11eb9-a5b7-40fe-a239-cdfaf4b4de8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5017 | 2025.02.28 11:12:31.378307 [ 256 ] {39b11eb9-a5b7-40fe-a239-cdfaf4b4de8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5018 | 2025.02.28 11:12:31.379183 [ 256 ] {39b11eb9-a5b7-40fe-a239-cdfaf4b4de8d} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5019 | 2025.02.28 11:12:31.379237 [ 256 ] {39b11eb9-a5b7-40fe-a239-cdfaf4b4de8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5020 | 2025.02.28 11:12:31.379678 [ 256 ] {39b11eb9-a5b7-40fe-a239-cdfaf4b4de8d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5021 | 2025.02.28 11:12:31.379937 [ 256 ] {39b11eb9-a5b7-40fe-a239-cdfaf4b4de8d} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5022 | 2025.02.28 11:12:31.380131 [ 27 ] {} <Debug> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5023 | 2025.02.28 11:12:31.380177 [ 256 ] {39b11eb9-a5b7-40fe-a239-cdfaf4b4de8d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001994 sec., 106318.95687061183 rows/sec., 6.76 MiB/sec. | ||
| 5024 | 2025.02.28 11:12:31.380203 [ 27 ] {} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5025 | 2025.02.28 11:12:31.380263 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5026 | 2025.02.28 11:12:31.380307 [ 256 ] {39b11eb9-a5b7-40fe-a239-cdfaf4b4de8d} <Debug> TCPHandler: Processed in 0.002411412 sec. | ||
| 5027 | 2025.02.28 11:12:31.380605 [ 191 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::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 | ||
| 5028 | 2025.02.28 11:12:31.380670 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5029 | 2025.02.28 11:12:31.380790 [ 191 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5030 | 2025.02.28 11:12:31.380870 [ 191 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 5031 | 2025.02.28 11:12:31.380980 [ 5 ] {f4fa8f66-3ca6-4ad8-97d2-adf9bb3bed47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5032 | 2025.02.28 11:12:31.381076 [ 191 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
| 5033 | 2025.02.28 11:12:31.381291 [ 5 ] {f4fa8f66-3ca6-4ad8-97d2-adf9bb3bed47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5034 | 2025.02.28 11:12:31.381382 [ 191 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part | ||
| 5035 | 2025.02.28 11:12:31.381721 [ 191 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part | ||
| 5036 | 2025.02.28 11:12:31.382091 [ 191 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part | ||
| 5037 | 2025.02.28 11:12:31.382341 [ 191 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
| 5038 | 2025.02.28 11:12:31.385050 [ 5 ] {f4fa8f66-3ca6-4ad8-97d2-adf9bb3bed47} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5039 | 2025.02.28 11:12:31.385132 [ 5 ] {f4fa8f66-3ca6-4ad8-97d2-adf9bb3bed47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5040 | 2025.02.28 11:12:31.385140 [ 199 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 5 columns (5 merged, 0 gathered) in 0.004772533 sec., 187740.9752850321 rows/sec., 12.85 MiB/sec. | ||
| 5041 | 2025.02.28 11:12:31.385381 [ 199 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5042 | 2025.02.28 11:12:31.385993 [ 199 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_6_1} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5043 | 2025.02.28 11:12:31.386133 [ 5 ] {f4fa8f66-3ca6-4ad8-97d2-adf9bb3bed47} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5044 | 2025.02.28 11:12:31.386168 [ 199 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_6_1} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5045 | 2025.02.28 11:12:31.386322 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5046 | 2025.02.28 11:12:31.386513 [ 5 ] {f4fa8f66-3ca6-4ad8-97d2-adf9bb3bed47} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5047 | 2025.02.28 11:12:31.386769 [ 5 ] {f4fa8f66-3ca6-4ad8-97d2-adf9bb3bed47} <Debug> executeQuery: Read 651 rows, 52.69 KiB in 0.005894 sec., 110451.30641330166 rows/sec., 8.73 MiB/sec. | ||
| 5048 | 2025.02.28 11:12:31.386842 [ 5 ] {f4fa8f66-3ca6-4ad8-97d2-adf9bb3bed47} <Debug> TCPHandler: Processed in 0.006392006 sec. | ||
| 5049 | 2025.02.28 11:12:31.387014 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5050 | 2025.02.28 11:12:31.387140 [ 256 ] {555faca1-286b-4f23-8b17-8df2ce0d70d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5051 | 2025.02.28 11:12:31.387193 [ 256 ] {555faca1-286b-4f23-8b17-8df2ce0d70d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5052 | 2025.02.28 11:12:31.387840 [ 256 ] {555faca1-286b-4f23-8b17-8df2ce0d70d2} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5053 | 2025.02.28 11:12:31.387881 [ 256 ] {555faca1-286b-4f23-8b17-8df2ce0d70d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5054 | 2025.02.28 11:12:31.388246 [ 256 ] {555faca1-286b-4f23-8b17-8df2ce0d70d2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5055 | 2025.02.28 11:12:31.388482 [ 256 ] {555faca1-286b-4f23-8b17-8df2ce0d70d2} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5056 | 2025.02.28 11:12:31.388705 [ 256 ] {555faca1-286b-4f23-8b17-8df2ce0d70d2} <Debug> executeQuery: Read 123 rows, 7.66 KiB in 0.001595 sec., 77115.98746081504 rows/sec., 4.69 MiB/sec. | ||
| 5057 | 2025.02.28 11:12:31.388758 [ 256 ] {555faca1-286b-4f23-8b17-8df2ce0d70d2} <Debug> TCPHandler: Processed in 0.001801048 sec. | ||
| 5058 | 2025.02.28 11:12:31.388916 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5059 | 2025.02.28 11:12:31.389060 [ 5 ] {e849e724-4e68-4ab6-adf6-480411358b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5060 | 2025.02.28 11:12:31.389118 [ 5 ] {e849e724-4e68-4ab6-adf6-480411358b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5061 | 2025.02.28 11:12:31.389873 [ 5 ] {e849e724-4e68-4ab6-adf6-480411358b04} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5062 | 2025.02.28 11:12:31.389916 [ 5 ] {e849e724-4e68-4ab6-adf6-480411358b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5063 | 2025.02.28 11:12:31.390311 [ 5 ] {e849e724-4e68-4ab6-adf6-480411358b04} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5064 | 2025.02.28 11:12:31.390559 [ 5 ] {e849e724-4e68-4ab6-adf6-480411358b04} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5065 | 2025.02.28 11:12:31.390770 [ 5 ] {e849e724-4e68-4ab6-adf6-480411358b04} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001742 sec., 64867.96785304248 rows/sec., 4.20 MiB/sec. | ||
| 5066 | 2025.02.28 11:12:31.390826 [ 5 ] {e849e724-4e68-4ab6-adf6-480411358b04} <Debug> TCPHandler: Processed in 0.001978893 sec. | ||
| 5067 | 2025.02.28 11:12:31.391002 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5068 | 2025.02.28 11:12:31.391139 [ 256 ] {15737e06-5ae4-439b-98fd-f1e7a2e044e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5069 | 2025.02.28 11:12:31.391196 [ 256 ] {15737e06-5ae4-439b-98fd-f1e7a2e044e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5070 | 2025.02.28 11:12:31.391895 [ 256 ] {15737e06-5ae4-439b-98fd-f1e7a2e044e6} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5071 | 2025.02.28 11:12:31.391935 [ 256 ] {15737e06-5ae4-439b-98fd-f1e7a2e044e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5072 | 2025.02.28 11:12:31.392298 [ 256 ] {15737e06-5ae4-439b-98fd-f1e7a2e044e6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5073 | 2025.02.28 11:12:31.392541 [ 256 ] {15737e06-5ae4-439b-98fd-f1e7a2e044e6} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5074 | 2025.02.28 11:12:31.392700 [ 26 ] {} <Debug> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5075 | 2025.02.28 11:12:31.392775 [ 256 ] {15737e06-5ae4-439b-98fd-f1e7a2e044e6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001662 sec., 67388.68832731649 rows/sec., 3.84 MiB/sec. | ||
| 5076 | 2025.02.28 11:12:31.392785 [ 26 ] {} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5077 | 2025.02.28 11:12:31.392863 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5078 | 2025.02.28 11:12:31.392891 [ 256 ] {15737e06-5ae4-439b-98fd-f1e7a2e044e6} <Debug> TCPHandler: Processed in 0.001956172 sec. | ||
| 5079 | 2025.02.28 11:12:31.393115 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5080 | 2025.02.28 11:12:31.393334 [ 201 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::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 | ||
| 5081 | 2025.02.28 11:12:31.393417 [ 5 ] {0328ad4e-4f6c-4470-b77f-a960b6ab3630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5082 | 2025.02.28 11:12:31.393484 [ 5 ] {0328ad4e-4f6c-4470-b77f-a960b6ab3630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5083 | 2025.02.28 11:12:31.393584 [ 201 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5084 | 2025.02.28 11:12:31.393640 [ 201 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 5085 | 2025.02.28 11:12:31.393911 [ 201 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
| 5086 | 2025.02.28 11:12:31.394307 [ 201 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part | ||
| 5087 | 2025.02.28 11:12:31.394713 [ 201 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part | ||
| 5088 | 2025.02.28 11:12:31.395021 [ 201 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part | ||
| 5089 | 2025.02.28 11:12:31.395351 [ 201 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
| 5090 | 2025.02.28 11:12:31.396163 [ 5 ] {0328ad4e-4f6c-4470-b77f-a960b6ab3630} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5091 | 2025.02.28 11:12:31.396209 [ 5 ] {0328ad4e-4f6c-4470-b77f-a960b6ab3630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5092 | 2025.02.28 11:12:31.396794 [ 5 ] {0328ad4e-4f6c-4470-b77f-a960b6ab3630} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5093 | 2025.02.28 11:12:31.397033 [ 201 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 5 columns (5 merged, 0 gathered) in 0.004062297 sec., 116190.42133059201 rows/sec., 7.18 MiB/sec. | ||
| 5094 | 2025.02.28 11:12:31.397184 [ 5 ] {0328ad4e-4f6c-4470-b77f-a960b6ab3630} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5095 | 2025.02.28 11:12:31.397311 [ 187 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5096 | 2025.02.28 11:12:31.397632 [ 5 ] {0328ad4e-4f6c-4470-b77f-a960b6ab3630} <Debug> executeQuery: Read 399 rows, 28.95 KiB in 0.004291 sec., 92985.31810766722 rows/sec., 6.59 MiB/sec. | ||
| 5097 | 2025.02.28 11:12:31.397804 [ 5 ] {0328ad4e-4f6c-4470-b77f-a960b6ab3630} <Debug> TCPHandler: Processed in 0.004815283 sec. | ||
| 5098 | 2025.02.28 11:12:31.397988 [ 187 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_6_1} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5099 | 2025.02.28 11:12:31.398004 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5100 | 2025.02.28 11:12:31.398157 [ 187 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_6_1} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5101 | 2025.02.28 11:12:31.398182 [ 256 ] {359064ad-e1f8-4bb3-97a4-89ecf19452c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5102 | 2025.02.28 11:12:31.398292 [ 256 ] {359064ad-e1f8-4bb3-97a4-89ecf19452c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5103 | 2025.02.28 11:12:31.398353 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5104 | 2025.02.28 11:12:31.398856 [ 256 ] {359064ad-e1f8-4bb3-97a4-89ecf19452c4} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5105 | 2025.02.28 11:12:31.398897 [ 256 ] {359064ad-e1f8-4bb3-97a4-89ecf19452c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5106 | 2025.02.28 11:12:31.399261 [ 256 ] {359064ad-e1f8-4bb3-97a4-89ecf19452c4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5107 | 2025.02.28 11:12:31.399508 [ 256 ] {359064ad-e1f8-4bb3-97a4-89ecf19452c4} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5108 | 2025.02.28 11:12:31.399792 [ 256 ] {359064ad-e1f8-4bb3-97a4-89ecf19452c4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001627 sec., 3687.768899815612 rows/sec., 192.67 KiB/sec. | ||
| 5109 | 2025.02.28 11:12:31.399908 [ 256 ] {359064ad-e1f8-4bb3-97a4-89ecf19452c4} <Debug> TCPHandler: Processed in 0.001986212 sec. | ||
| 5110 | 2025.02.28 11:12:31.400086 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5111 | 2025.02.28 11:12:31.400228 [ 5 ] {3233d1cd-c285-4b80-aeef-f0e54707c86c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5112 | 2025.02.28 11:12:31.400293 [ 5 ] {3233d1cd-c285-4b80-aeef-f0e54707c86c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5113 | 2025.02.28 11:12:31.400970 [ 5 ] {3233d1cd-c285-4b80-aeef-f0e54707c86c} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5114 | 2025.02.28 11:12:31.401010 [ 5 ] {3233d1cd-c285-4b80-aeef-f0e54707c86c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5115 | 2025.02.28 11:12:31.401411 [ 5 ] {3233d1cd-c285-4b80-aeef-f0e54707c86c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5116 | 2025.02.28 11:12:31.401655 [ 5 ] {3233d1cd-c285-4b80-aeef-f0e54707c86c} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5117 | 2025.02.28 11:12:31.401825 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5118 | 2025.02.28 11:12:31.401899 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5119 | 2025.02.28 11:12:31.401909 [ 5 ] {3233d1cd-c285-4b80-aeef-f0e54707c86c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001705 sec., 139002.93255131965 rows/sec., 9.32 MiB/sec. | ||
| 5120 | 2025.02.28 11:12:31.401937 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5121 | 2025.02.28 11:12:31.402024 [ 5 ] {3233d1cd-c285-4b80-aeef-f0e54707c86c} <Debug> TCPHandler: Processed in 0.001994172 sec. | ||
| 5122 | 2025.02.28 11:12:31.402246 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5123 | 2025.02.28 11:12:31.402255 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 5124 | 2025.02.28 11:12:31.402416 [ 256 ] {0aec871f-1ee0-4fce-b030-a15ff287ba47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5125 | 2025.02.28 11:12:31.402450 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5126 | 2025.02.28 11:12:31.402491 [ 256 ] {0aec871f-1ee0-4fce-b030-a15ff287ba47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5127 | 2025.02.28 11:12:31.402503 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8226 rows starting from the beginning of the part | ||
| 5128 | 2025.02.28 11:12:31.402814 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 5129 | 2025.02.28 11:12:31.403237 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 918 rows starting from the beginning of the part | ||
| 5130 | 2025.02.28 11:12:31.403619 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 44 rows starting from the beginning of the part | ||
| 5131 | 2025.02.28 11:12:31.403966 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 5132 | 2025.02.28 11:12:31.404194 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
| 5133 | 2025.02.28 11:12:31.404911 [ 256 ] {0aec871f-1ee0-4fce-b030-a15ff287ba47} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5134 | 2025.02.28 11:12:31.404954 [ 256 ] {0aec871f-1ee0-4fce-b030-a15ff287ba47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5135 | 2025.02.28 11:12:31.405439 [ 256 ] {0aec871f-1ee0-4fce-b030-a15ff287ba47} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5136 | 2025.02.28 11:12:31.405743 [ 256 ] {0aec871f-1ee0-4fce-b030-a15ff287ba47} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5137 | 2025.02.28 11:12:31.406272 [ 256 ] {0aec871f-1ee0-4fce-b030-a15ff287ba47} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003885 sec., 257.4002574002574 rows/sec., 17.34 KiB/sec. | ||
| 5138 | 2025.02.28 11:12:31.406467 [ 256 ] {0aec871f-1ee0-4fce-b030-a15ff287ba47} <Debug> TCPHandler: Processed in 0.004322153 sec. | ||
| 5139 | 2025.02.28 11:12:31.406655 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5140 | 2025.02.28 11:12:31.406812 [ 5 ] {f861ffab-c423-4726-84f8-b3e208dc26dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5141 | 2025.02.28 11:12:31.406908 [ 5 ] {f861ffab-c423-4726-84f8-b3e208dc26dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5142 | 2025.02.28 11:12:31.408916 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9745 rows, containing 5 columns (5 merged, 0 gathered) in 0.006849837 sec., 1422661.5903414928 rows/sec., 97.31 MiB/sec. | ||
| 5143 | 2025.02.28 11:12:31.409153 [ 5 ] {f861ffab-c423-4726-84f8-b3e208dc26dc} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5144 | 2025.02.28 11:12:31.409211 [ 5 ] {f861ffab-c423-4726-84f8-b3e208dc26dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5145 | 2025.02.28 11:12:31.409234 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5146 | 2025.02.28 11:12:31.409910 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5147 | 2025.02.28 11:12:31.410079 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5148 | 2025.02.28 11:12:31.410244 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 5149 | 2025.02.28 11:12:31.410544 [ 5 ] {f861ffab-c423-4726-84f8-b3e208dc26dc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5150 | 2025.02.28 11:12:31.410828 [ 5 ] {f861ffab-c423-4726-84f8-b3e208dc26dc} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5151 | 2025.02.28 11:12:31.411124 [ 5 ] {f861ffab-c423-4726-84f8-b3e208dc26dc} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.004364 sec., 3895.5087076076993 rows/sec., 6.98 MiB/sec. | ||
| 5152 | 2025.02.28 11:12:31.411426 [ 5 ] {f861ffab-c423-4726-84f8-b3e208dc26dc} <Debug> TCPHandler: Processed in 0.004856224 sec. | ||
| 5153 | 2025.02.28 11:12:31.411581 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5154 | 2025.02.28 11:12:31.411704 [ 256 ] {14a16989-d1f4-4840-9c8b-eeb0095cb791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5155 | 2025.02.28 11:12:31.411755 [ 256 ] {14a16989-d1f4-4840-9c8b-eeb0095cb791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5156 | 2025.02.28 11:12:31.412296 [ 256 ] {14a16989-d1f4-4840-9c8b-eeb0095cb791} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5157 | 2025.02.28 11:12:31.412336 [ 256 ] {14a16989-d1f4-4840-9c8b-eeb0095cb791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5158 | 2025.02.28 11:12:31.412715 [ 256 ] {14a16989-d1f4-4840-9c8b-eeb0095cb791} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5159 | 2025.02.28 11:12:31.412957 [ 256 ] {14a16989-d1f4-4840-9c8b-eeb0095cb791} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5160 | 2025.02.28 11:12:31.413211 [ 256 ] {14a16989-d1f4-4840-9c8b-eeb0095cb791} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001517 sec., 54054.05405405406 rows/sec., 3.43 MiB/sec. | ||
| 5161 | 2025.02.28 11:12:31.413279 [ 256 ] {14a16989-d1f4-4840-9c8b-eeb0095cb791} <Debug> TCPHandler: Processed in 0.001752517 sec. | ||
| 5162 | 2025.02.28 11:12:31.749284 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5163 | 2025.02.28 11:12:31.768790 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5164 | 2025.02.28 11:12:31.768845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5165 | 2025.02.28 11:12:31.776520 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5166 | 2025.02.28 11:12:31.777351 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5167 | 2025.02.28 11:12:31.779883 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5168 | 2025.02.28 11:12:36.372261 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5169 | 2025.02.28 11:12:36.372484 [ 256 ] {a80af857-af5f-442a-839b-6cb9630dfc16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5170 | 2025.02.28 11:12:36.372562 [ 256 ] {a80af857-af5f-442a-839b-6cb9630dfc16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5171 | 2025.02.28 11:12:36.373344 [ 256 ] {a80af857-af5f-442a-839b-6cb9630dfc16} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5172 | 2025.02.28 11:12:36.373384 [ 256 ] {a80af857-af5f-442a-839b-6cb9630dfc16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5173 | 2025.02.28 11:12:36.373804 [ 256 ] {a80af857-af5f-442a-839b-6cb9630dfc16} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5174 | 2025.02.28 11:12:36.374080 [ 256 ] {a80af857-af5f-442a-839b-6cb9630dfc16} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5175 | 2025.02.28 11:12:36.374301 [ 256 ] {a80af857-af5f-442a-839b-6cb9630dfc16} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00187 sec., 1069.51871657754 rows/sec., 87.21 KiB/sec. | ||
| 5176 | 2025.02.28 11:12:36.374378 [ 256 ] {a80af857-af5f-442a-839b-6cb9630dfc16} <Debug> TCPHandler: Processed in 0.002251948 sec. | ||
| 5177 | 2025.02.28 11:12:36.374647 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5178 | 2025.02.28 11:12:36.374842 [ 5 ] {f2ab80ed-8aa8-4c22-8157-46d87bd8ec5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5179 | 2025.02.28 11:12:36.374918 [ 5 ] {f2ab80ed-8aa8-4c22-8157-46d87bd8ec5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5180 | 2025.02.28 11:12:36.375731 [ 5 ] {f2ab80ed-8aa8-4c22-8157-46d87bd8ec5e} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5181 | 2025.02.28 11:12:36.375787 [ 5 ] {f2ab80ed-8aa8-4c22-8157-46d87bd8ec5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5182 | 2025.02.28 11:12:36.376252 [ 5 ] {f2ab80ed-8aa8-4c22-8157-46d87bd8ec5e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5183 | 2025.02.28 11:12:36.376527 [ 5 ] {f2ab80ed-8aa8-4c22-8157-46d87bd8ec5e} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5184 | 2025.02.28 11:12:36.376780 [ 5 ] {f2ab80ed-8aa8-4c22-8157-46d87bd8ec5e} <Debug> executeQuery: Read 103 rows, 8.79 KiB in 0.001989 sec., 51784.816490698846 rows/sec., 4.32 MiB/sec. | ||
| 5185 | 2025.02.28 11:12:36.376849 [ 5 ] {f2ab80ed-8aa8-4c22-8157-46d87bd8ec5e} <Debug> TCPHandler: Processed in 0.002348881 sec. | ||
| 5186 | 2025.02.28 11:12:36.377018 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5187 | 2025.02.28 11:12:36.377158 [ 256 ] {ff9c3a10-56a1-4436-8484-ee0c65e3332d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5188 | 2025.02.28 11:12:36.377215 [ 256 ] {ff9c3a10-56a1-4436-8484-ee0c65e3332d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5189 | 2025.02.28 11:12:36.377914 [ 256 ] {ff9c3a10-56a1-4436-8484-ee0c65e3332d} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5190 | 2025.02.28 11:12:36.377959 [ 256 ] {ff9c3a10-56a1-4436-8484-ee0c65e3332d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5191 | 2025.02.28 11:12:36.378319 [ 256 ] {ff9c3a10-56a1-4436-8484-ee0c65e3332d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5192 | 2025.02.28 11:12:36.378553 [ 256 ] {ff9c3a10-56a1-4436-8484-ee0c65e3332d} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5193 | 2025.02.28 11:12:36.378729 [ 256 ] {ff9c3a10-56a1-4436-8484-ee0c65e3332d} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001602 sec., 15605.493133583022 rows/sec., 1.14 MiB/sec. | ||
| 5194 | 2025.02.28 11:12:36.378779 [ 256 ] {ff9c3a10-56a1-4436-8484-ee0c65e3332d} <Debug> TCPHandler: Processed in 0.001830329 sec. | ||
| 5195 | 2025.02.28 11:12:36.378931 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5196 | 2025.02.28 11:12:36.379076 [ 5 ] {e768c151-7d25-4abb-8e5e-c3281c19e0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5197 | 2025.02.28 11:12:36.379139 [ 5 ] {e768c151-7d25-4abb-8e5e-c3281c19e0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5198 | 2025.02.28 11:12:36.379908 [ 5 ] {e768c151-7d25-4abb-8e5e-c3281c19e0e5} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5199 | 2025.02.28 11:12:36.379959 [ 5 ] {e768c151-7d25-4abb-8e5e-c3281c19e0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5200 | 2025.02.28 11:12:36.380337 [ 5 ] {e768c151-7d25-4abb-8e5e-c3281c19e0e5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5201 | 2025.02.28 11:12:36.380592 [ 5 ] {e768c151-7d25-4abb-8e5e-c3281c19e0e5} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5202 | 2025.02.28 11:12:36.380811 [ 5 ] {e768c151-7d25-4abb-8e5e-c3281c19e0e5} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001771 sec., 50254.0937323546 rows/sec., 3.93 MiB/sec. | ||
| 5203 | 2025.02.28 11:12:36.380868 [ 5 ] {e768c151-7d25-4abb-8e5e-c3281c19e0e5} <Debug> TCPHandler: Processed in 0.002001353 sec. | ||
| 5204 | 2025.02.28 11:12:36.381043 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5205 | 2025.02.28 11:12:36.381178 [ 256 ] {364bfd7a-b12d-4a5e-a4ac-44e93c276ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5206 | 2025.02.28 11:12:36.381241 [ 256 ] {364bfd7a-b12d-4a5e-a4ac-44e93c276ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5207 | 2025.02.28 11:12:36.381915 [ 256 ] {364bfd7a-b12d-4a5e-a4ac-44e93c276ad2} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5208 | 2025.02.28 11:12:36.381958 [ 256 ] {364bfd7a-b12d-4a5e-a4ac-44e93c276ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5209 | 2025.02.28 11:12:36.382348 [ 256 ] {364bfd7a-b12d-4a5e-a4ac-44e93c276ad2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5210 | 2025.02.28 11:12:36.382586 [ 256 ] {364bfd7a-b12d-4a5e-a4ac-44e93c276ad2} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5211 | 2025.02.28 11:12:36.382760 [ 256 ] {364bfd7a-b12d-4a5e-a4ac-44e93c276ad2} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001612 sec., 99875.93052109181 rows/sec., 6.96 MiB/sec. | ||
| 5212 | 2025.02.28 11:12:36.382809 [ 256 ] {364bfd7a-b12d-4a5e-a4ac-44e93c276ad2} <Debug> TCPHandler: Processed in 0.001832669 sec. | ||
| 5213 | 2025.02.28 11:12:36.382964 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5214 | 2025.02.28 11:12:36.383085 [ 5 ] {981641b5-696b-4dcb-9e35-dfc32c7be84f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5215 | 2025.02.28 11:12:36.383172 [ 5 ] {981641b5-696b-4dcb-9e35-dfc32c7be84f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5216 | 2025.02.28 11:12:36.384372 [ 5 ] {981641b5-696b-4dcb-9e35-dfc32c7be84f} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5217 | 2025.02.28 11:12:36.384413 [ 5 ] {981641b5-696b-4dcb-9e35-dfc32c7be84f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5218 | 2025.02.28 11:12:36.385060 [ 5 ] {981641b5-696b-4dcb-9e35-dfc32c7be84f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5219 | 2025.02.28 11:12:36.385340 [ 5 ] {981641b5-696b-4dcb-9e35-dfc32c7be84f} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5220 | 2025.02.28 11:12:36.385593 [ 5 ] {981641b5-696b-4dcb-9e35-dfc32c7be84f} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002533 sec., 9080.142123963678 rows/sec., 16.27 MiB/sec. | ||
| 5221 | 2025.02.28 11:12:36.385708 [ 5 ] {981641b5-696b-4dcb-9e35-dfc32c7be84f} <Debug> TCPHandler: Processed in 0.00280485 sec. | ||
| 5222 | 2025.02.28 11:12:36.385865 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5223 | 2025.02.28 11:12:36.386001 [ 256 ] {d7f1b01d-0e66-4e25-954b-aa8044c6ed24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5224 | 2025.02.28 11:12:36.386060 [ 256 ] {d7f1b01d-0e66-4e25-954b-aa8044c6ed24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5225 | 2025.02.28 11:12:36.386641 [ 256 ] {d7f1b01d-0e66-4e25-954b-aa8044c6ed24} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5226 | 2025.02.28 11:12:36.386685 [ 256 ] {d7f1b01d-0e66-4e25-954b-aa8044c6ed24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5227 | 2025.02.28 11:12:36.387098 [ 256 ] {d7f1b01d-0e66-4e25-954b-aa8044c6ed24} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5228 | 2025.02.28 11:12:36.387330 [ 256 ] {d7f1b01d-0e66-4e25-954b-aa8044c6ed24} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5229 | 2025.02.28 11:12:36.387449 [ 120 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5230 | 2025.02.28 11:12:36.387499 [ 120 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5231 | 2025.02.28 11:12:36.387515 [ 256 ] {d7f1b01d-0e66-4e25-954b-aa8044c6ed24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 5232 | 2025.02.28 11:12:36.387527 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5233 | 2025.02.28 11:12:36.387605 [ 256 ] {d7f1b01d-0e66-4e25-954b-aa8044c6ed24} <Debug> TCPHandler: Processed in 0.001799629 sec. | ||
| 5234 | 2025.02.28 11:12:36.387781 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 5235 | 2025.02.28 11:12:36.387931 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5236 | 2025.02.28 11:12:36.387967 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1322 rows starting from the beginning of the part | ||
| 5237 | 2025.02.28 11:12:36.388042 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 5238 | 2025.02.28 11:12:36.388264 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 18 rows starting from the beginning of the part | ||
| 5239 | 2025.02.28 11:12:36.388475 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 5240 | 2025.02.28 11:12:36.388601 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
| 5241 | 2025.02.28 11:12:36.388820 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5242 | 2025.02.28 11:12:36.390095 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1606 rows, containing 4 columns (4 merged, 0 gathered) in 0.002463813 sec., 651835.1839202082 rows/sec., 43.35 MiB/sec. | ||
| 5243 | 2025.02.28 11:12:36.390313 [ 189 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5244 | 2025.02.28 11:12:36.390616 [ 189 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_36_7} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5245 | 2025.02.28 11:12:36.390700 [ 189 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_36_7} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5246 | 2025.02.28 11:12:36.390793 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 5247 | 2025.02.28 11:12:38.365991 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5248 | 2025.02.28 11:12:38.366745 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5249 | 2025.02.28 11:12:38.366798 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5250 | 2025.02.28 11:12:38.367466 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5251 | 2025.02.28 11:12:38.367716 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5252 | 2025.02.28 11:12:38.367961 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5253 | 2025.02.28 11:12:39.279983 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5254 | 2025.02.28 11:12:39.300170 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5255 | 2025.02.28 11:12:39.300224 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5256 | 2025.02.28 11:12:39.307886 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5257 | 2025.02.28 11:12:39.308688 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5258 | 2025.02.28 11:12:39.311883 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5259 | 2025.02.28 11:12:40.911094 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 710 | ||
| 5260 | 2025.02.28 11:12:40.914326 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5261 | 2025.02.28 11:12:40.914375 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5262 | 2025.02.28 11:12:40.915869 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5263 | 2025.02.28 11:12:40.916186 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5264 | 2025.02.28 11:12:40.916728 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 710 | ||
| 5265 | 2025.02.28 11:12:41.377773 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5266 | 2025.02.28 11:12:41.377988 [ 256 ] {d3dfe3fa-4548-4b78-95f8-f9e9c4848eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5267 | 2025.02.28 11:12:41.378071 [ 256 ] {d3dfe3fa-4548-4b78-95f8-f9e9c4848eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5268 | 2025.02.28 11:12:41.378947 [ 256 ] {d3dfe3fa-4548-4b78-95f8-f9e9c4848eb5} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5269 | 2025.02.28 11:12:41.379000 [ 256 ] {d3dfe3fa-4548-4b78-95f8-f9e9c4848eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5270 | 2025.02.28 11:12:41.379463 [ 256 ] {d3dfe3fa-4548-4b78-95f8-f9e9c4848eb5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5271 | 2025.02.28 11:12:41.379721 [ 256 ] {d3dfe3fa-4548-4b78-95f8-f9e9c4848eb5} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5272 | 2025.02.28 11:12:41.379957 [ 256 ] {d3dfe3fa-4548-4b78-95f8-f9e9c4848eb5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002028 sec., 104536.48915187377 rows/sec., 6.65 MiB/sec. | ||
| 5273 | 2025.02.28 11:12:41.380016 [ 256 ] {d3dfe3fa-4548-4b78-95f8-f9e9c4848eb5} <Debug> TCPHandler: Processed in 0.002388521 sec. | ||
| 5274 | 2025.02.28 11:12:41.380310 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5275 | 2025.02.28 11:12:41.380534 [ 5 ] {4042477d-3dc8-4f55-b5cc-b8bc929ef4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5276 | 2025.02.28 11:12:41.380617 [ 5 ] {4042477d-3dc8-4f55-b5cc-b8bc929ef4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5277 | 2025.02.28 11:12:41.381764 [ 5 ] {4042477d-3dc8-4f55-b5cc-b8bc929ef4f7} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5278 | 2025.02.28 11:12:41.381817 [ 5 ] {4042477d-3dc8-4f55-b5cc-b8bc929ef4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5279 | 2025.02.28 11:12:41.382303 [ 5 ] {4042477d-3dc8-4f55-b5cc-b8bc929ef4f7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5280 | 2025.02.28 11:12:41.382578 [ 5 ] {4042477d-3dc8-4f55-b5cc-b8bc929ef4f7} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5281 | 2025.02.28 11:12:41.382809 [ 5 ] {4042477d-3dc8-4f55-b5cc-b8bc929ef4f7} <Debug> executeQuery: Read 651 rows, 52.69 KiB in 0.002335 sec., 278800.85653104924 rows/sec., 22.04 MiB/sec. | ||
| 5282 | 2025.02.28 11:12:41.382869 [ 5 ] {4042477d-3dc8-4f55-b5cc-b8bc929ef4f7} <Debug> TCPHandler: Processed in 0.002711088 sec. | ||
| 5283 | 2025.02.28 11:12:41.383025 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5284 | 2025.02.28 11:12:41.383163 [ 256 ] {d5304951-5033-4d8b-baca-c8e13038f503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5285 | 2025.02.28 11:12:41.383222 [ 256 ] {d5304951-5033-4d8b-baca-c8e13038f503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5286 | 2025.02.28 11:12:41.383953 [ 256 ] {d5304951-5033-4d8b-baca-c8e13038f503} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2025.02.28 11:12:41.384000 [ 256 ] {d5304951-5033-4d8b-baca-c8e13038f503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5288 | 2025.02.28 11:12:41.384389 [ 256 ] {d5304951-5033-4d8b-baca-c8e13038f503} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5289 | 2025.02.28 11:12:41.384630 [ 256 ] {d5304951-5033-4d8b-baca-c8e13038f503} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5290 | 2025.02.28 11:12:41.384844 [ 256 ] {d5304951-5033-4d8b-baca-c8e13038f503} <Debug> executeQuery: Read 123 rows, 7.66 KiB in 0.001713 sec., 71803.85288966725 rows/sec., 4.37 MiB/sec. | ||
| 5291 | 2025.02.28 11:12:41.384898 [ 256 ] {d5304951-5033-4d8b-baca-c8e13038f503} <Debug> TCPHandler: Processed in 0.001938162 sec. | ||
| 5292 | 2025.02.28 11:12:41.385055 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5293 | 2025.02.28 11:12:41.385178 [ 5 ] {437fe318-bee6-4706-8a77-9faff6f21480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5294 | 2025.02.28 11:12:41.385228 [ 5 ] {437fe318-bee6-4706-8a77-9faff6f21480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5295 | 2025.02.28 11:12:41.385875 [ 5 ] {437fe318-bee6-4706-8a77-9faff6f21480} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5296 | 2025.02.28 11:12:41.385917 [ 5 ] {437fe318-bee6-4706-8a77-9faff6f21480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5297 | 2025.02.28 11:12:41.386291 [ 5 ] {437fe318-bee6-4706-8a77-9faff6f21480} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5298 | 2025.02.28 11:12:41.386541 [ 5 ] {437fe318-bee6-4706-8a77-9faff6f21480} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5299 | 2025.02.28 11:12:41.386756 [ 5 ] {437fe318-bee6-4706-8a77-9faff6f21480} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001605 sec., 70404.98442367601 rows/sec., 4.56 MiB/sec. | ||
| 5300 | 2025.02.28 11:12:41.386810 [ 5 ] {437fe318-bee6-4706-8a77-9faff6f21480} <Debug> TCPHandler: Processed in 0.001817228 sec. | ||
| 5301 | 2025.02.28 11:12:41.386966 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5302 | 2025.02.28 11:12:41.387105 [ 256 ] {5c0c9f54-3948-4f80-a7d9-7c41ddfa8591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5303 | 2025.02.28 11:12:41.387157 [ 256 ] {5c0c9f54-3948-4f80-a7d9-7c41ddfa8591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5304 | 2025.02.28 11:12:41.387938 [ 256 ] {5c0c9f54-3948-4f80-a7d9-7c41ddfa8591} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5305 | 2025.02.28 11:12:41.387985 [ 256 ] {5c0c9f54-3948-4f80-a7d9-7c41ddfa8591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5306 | 2025.02.28 11:12:41.388379 [ 256 ] {5c0c9f54-3948-4f80-a7d9-7c41ddfa8591} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5307 | 2025.02.28 11:12:41.388618 [ 256 ] {5c0c9f54-3948-4f80-a7d9-7c41ddfa8591} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5308 | 2025.02.28 11:12:41.388821 [ 256 ] {5c0c9f54-3948-4f80-a7d9-7c41ddfa8591} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001763 sec., 63528.07714123653 rows/sec., 3.62 MiB/sec. | ||
| 5309 | 2025.02.28 11:12:41.388875 [ 256 ] {5c0c9f54-3948-4f80-a7d9-7c41ddfa8591} <Debug> TCPHandler: Processed in 0.001965372 sec. | ||
| 5310 | 2025.02.28 11:12:41.389026 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5311 | 2025.02.28 11:12:41.389148 [ 5 ] {eba4db65-9cad-4bf5-8f8e-6374491c2651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5312 | 2025.02.28 11:12:41.389207 [ 5 ] {eba4db65-9cad-4bf5-8f8e-6374491c2651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5313 | 2025.02.28 11:12:41.390055 [ 5 ] {eba4db65-9cad-4bf5-8f8e-6374491c2651} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5314 | 2025.02.28 11:12:41.390104 [ 5 ] {eba4db65-9cad-4bf5-8f8e-6374491c2651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5315 | 2025.02.28 11:12:41.390513 [ 5 ] {eba4db65-9cad-4bf5-8f8e-6374491c2651} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5316 | 2025.02.28 11:12:41.390757 [ 5 ] {eba4db65-9cad-4bf5-8f8e-6374491c2651} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5317 | 2025.02.28 11:12:41.390996 [ 5 ] {eba4db65-9cad-4bf5-8f8e-6374491c2651} <Debug> executeQuery: Read 399 rows, 28.95 KiB in 0.001864 sec., 214055.7939914163 rows/sec., 15.17 MiB/sec. | ||
| 5318 | 2025.02.28 11:12:41.391075 [ 5 ] {eba4db65-9cad-4bf5-8f8e-6374491c2651} <Debug> TCPHandler: Processed in 0.002107555 sec. | ||
| 5319 | 2025.02.28 11:12:41.391292 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5320 | 2025.02.28 11:12:41.391469 [ 256 ] {ebcdce00-823a-4a92-9ece-871f059bb66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5321 | 2025.02.28 11:12:41.391529 [ 256 ] {ebcdce00-823a-4a92-9ece-871f059bb66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5322 | 2025.02.28 11:12:41.392097 [ 256 ] {ebcdce00-823a-4a92-9ece-871f059bb66b} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5323 | 2025.02.28 11:12:41.392144 [ 256 ] {ebcdce00-823a-4a92-9ece-871f059bb66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5324 | 2025.02.28 11:12:41.392518 [ 256 ] {ebcdce00-823a-4a92-9ece-871f059bb66b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5325 | 2025.02.28 11:12:41.392751 [ 256 ] {ebcdce00-823a-4a92-9ece-871f059bb66b} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5326 | 2025.02.28 11:12:41.392995 [ 256 ] {ebcdce00-823a-4a92-9ece-871f059bb66b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 202.11 KiB/sec. | ||
| 5327 | 2025.02.28 11:12:41.393057 [ 256 ] {ebcdce00-823a-4a92-9ece-871f059bb66b} <Debug> TCPHandler: Processed in 0.00189156 sec. | ||
| 5328 | 2025.02.28 11:12:41.393216 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5329 | 2025.02.28 11:12:41.393357 [ 5 ] {b4326e5f-9e8a-47a3-9fd1-5902fa36bf9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5330 | 2025.02.28 11:12:41.393420 [ 5 ] {b4326e5f-9e8a-47a3-9fd1-5902fa36bf9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5331 | 2025.02.28 11:12:41.394124 [ 5 ] {b4326e5f-9e8a-47a3-9fd1-5902fa36bf9d} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5332 | 2025.02.28 11:12:41.394171 [ 5 ] {b4326e5f-9e8a-47a3-9fd1-5902fa36bf9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5333 | 2025.02.28 11:12:41.394591 [ 5 ] {b4326e5f-9e8a-47a3-9fd1-5902fa36bf9d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5334 | 2025.02.28 11:12:41.394835 [ 5 ] {b4326e5f-9e8a-47a3-9fd1-5902fa36bf9d} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5335 | 2025.02.28 11:12:41.395050 [ 5 ] {b4326e5f-9e8a-47a3-9fd1-5902fa36bf9d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001724 sec., 137470.99767981438 rows/sec., 9.21 MiB/sec. | ||
| 5336 | 2025.02.28 11:12:41.395102 [ 5 ] {b4326e5f-9e8a-47a3-9fd1-5902fa36bf9d} <Debug> TCPHandler: Processed in 0.001956562 sec. | ||
| 5337 | 2025.02.28 11:12:41.395247 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5338 | 2025.02.28 11:12:41.395363 [ 256 ] {8e92abd2-3f31-49fd-955c-c7a4e9ff8245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5339 | 2025.02.28 11:12:41.395415 [ 256 ] {8e92abd2-3f31-49fd-955c-c7a4e9ff8245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5340 | 2025.02.28 11:12:41.395883 [ 256 ] {8e92abd2-3f31-49fd-955c-c7a4e9ff8245} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5341 | 2025.02.28 11:12:41.395978 [ 256 ] {8e92abd2-3f31-49fd-955c-c7a4e9ff8245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5342 | 2025.02.28 11:12:41.396336 [ 256 ] {8e92abd2-3f31-49fd-955c-c7a4e9ff8245} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5343 | 2025.02.28 11:12:41.396576 [ 256 ] {8e92abd2-3f31-49fd-955c-c7a4e9ff8245} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5344 | 2025.02.28 11:12:41.396733 [ 102 ] {} <Debug> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5345 | 2025.02.28 11:12:41.396817 [ 256 ] {8e92abd2-3f31-49fd-955c-c7a4e9ff8245} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec. | ||
| 5346 | 2025.02.28 11:12:41.396823 [ 102 ] {} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5347 | 2025.02.28 11:12:41.396906 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5348 | 2025.02.28 11:12:41.396943 [ 256 ] {8e92abd2-3f31-49fd-955c-c7a4e9ff8245} <Debug> TCPHandler: Processed in 0.001754107 sec. | ||
| 5349 | 2025.02.28 11:12:41.397305 [ 194 ] {02a80873-be5e-41ff-922d-e6af6907e8d1::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 | ||
| 5350 | 2025.02.28 11:12:41.397344 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5351 | 2025.02.28 11:12:41.397692 [ 194 ] {02a80873-be5e-41ff-922d-e6af6907e8d1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5352 | 2025.02.28 11:12:41.397703 [ 5 ] {6ff473bb-38fa-4f2d-9525-d19237c79688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5353 | 2025.02.28 11:12:41.397761 [ 194 ] {02a80873-be5e-41ff-922d-e6af6907e8d1::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 | ||
| 5354 | 2025.02.28 11:12:41.397940 [ 5 ] {6ff473bb-38fa-4f2d-9525-d19237c79688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5355 | 2025.02.28 11:12:41.398112 [ 194 ] {02a80873-be5e-41ff-922d-e6af6907e8d1::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 | ||
| 5356 | 2025.02.28 11:12:41.398513 [ 194 ] {02a80873-be5e-41ff-922d-e6af6907e8d1::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 | ||
| 5357 | 2025.02.28 11:12:41.398793 [ 194 ] {02a80873-be5e-41ff-922d-e6af6907e8d1::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 | ||
| 5358 | 2025.02.28 11:12:41.399109 [ 194 ] {02a80873-be5e-41ff-922d-e6af6907e8d1::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 | ||
| 5359 | 2025.02.28 11:12:41.401811 [ 189 ] {02a80873-be5e-41ff-922d-e6af6907e8d1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004814513 sec., 1038.5266381044146 rows/sec., 69.98 KiB/sec. | ||
| 5360 | 2025.02.28 11:12:41.401962 [ 189 ] {02a80873-be5e-41ff-922d-e6af6907e8d1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5361 | 2025.02.28 11:12:41.401996 [ 5 ] {6ff473bb-38fa-4f2d-9525-d19237c79688} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5362 | 2025.02.28 11:12:41.402044 [ 5 ] {6ff473bb-38fa-4f2d-9525-d19237c79688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5363 | 2025.02.28 11:12:41.402348 [ 189 ] {02a80873-be5e-41ff-922d-e6af6907e8d1::all_1_5_1} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5364 | 2025.02.28 11:12:41.402453 [ 189 ] {02a80873-be5e-41ff-922d-e6af6907e8d1::all_1_5_1} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5365 | 2025.02.28 11:12:41.402556 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5366 | 2025.02.28 11:12:41.402825 [ 5 ] {6ff473bb-38fa-4f2d-9525-d19237c79688} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5367 | 2025.02.28 11:12:41.403094 [ 5 ] {6ff473bb-38fa-4f2d-9525-d19237c79688} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5368 | 2025.02.28 11:12:41.403349 [ 5 ] {6ff473bb-38fa-4f2d-9525-d19237c79688} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.005751 sec., 2956.0076508433317 rows/sec., 5.30 MiB/sec. | ||
| 5369 | 2025.02.28 11:12:41.403452 [ 5 ] {6ff473bb-38fa-4f2d-9525-d19237c79688} <Debug> TCPHandler: Processed in 0.006398427 sec. | ||
| 5370 | 2025.02.28 11:12:41.403606 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5371 | 2025.02.28 11:12:41.403746 [ 256 ] {abb22ab0-080e-442c-a151-82c755cfa891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5372 | 2025.02.28 11:12:41.403805 [ 256 ] {abb22ab0-080e-442c-a151-82c755cfa891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5373 | 2025.02.28 11:12:41.404345 [ 256 ] {abb22ab0-080e-442c-a151-82c755cfa891} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5374 | 2025.02.28 11:12:41.404385 [ 256 ] {abb22ab0-080e-442c-a151-82c755cfa891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5375 | 2025.02.28 11:12:41.404767 [ 256 ] {abb22ab0-080e-442c-a151-82c755cfa891} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5376 | 2025.02.28 11:12:41.405002 [ 256 ] {abb22ab0-080e-442c-a151-82c755cfa891} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5377 | 2025.02.28 11:12:41.405218 [ 256 ] {abb22ab0-080e-442c-a151-82c755cfa891} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec. | ||
| 5378 | 2025.02.28 11:12:41.405266 [ 256 ] {abb22ab0-080e-442c-a151-82c755cfa891} <Debug> TCPHandler: Processed in 0.001726747 sec. | ||
| 5379 | 2025.02.28 11:12:45.763711 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5380 | 2025.02.28 11:12:45.763815 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5381 | 2025.02.28 11:12:45.868124 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 5382 | 2025.02.28 11:12:45.868769 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5383 | 2025.02.28 11:12:45.868815 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5384 | 2025.02.28 11:12:45.869330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5385 | 2025.02.28 11:12:45.869581 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5386 | 2025.02.28 11:12:45.869823 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5387 | 2025.02.28 11:12:46.372335 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5388 | 2025.02.28 11:12:46.372523 [ 256 ] {b14bea87-3983-443d-adc7-4394d80af1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5389 | 2025.02.28 11:12:46.372596 [ 256 ] {b14bea87-3983-443d-adc7-4394d80af1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5390 | 2025.02.28 11:12:46.373435 [ 256 ] {b14bea87-3983-443d-adc7-4394d80af1ac} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5391 | 2025.02.28 11:12:46.373484 [ 256 ] {b14bea87-3983-443d-adc7-4394d80af1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5392 | 2025.02.28 11:12:46.373920 [ 256 ] {b14bea87-3983-443d-adc7-4394d80af1ac} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5393 | 2025.02.28 11:12:46.374188 [ 256 ] {b14bea87-3983-443d-adc7-4394d80af1ac} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2025.02.28 11:12:46.374440 [ 256 ] {b14bea87-3983-443d-adc7-4394d80af1ac} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001971 sec., 51750.3805175038 rows/sec., 4.32 MiB/sec. | ||
| 5395 | 2025.02.28 11:12:46.374508 [ 256 ] {b14bea87-3983-443d-adc7-4394d80af1ac} <Debug> TCPHandler: Processed in 0.002310289 sec. | ||
| 5396 | 2025.02.28 11:12:46.374793 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5397 | 2025.02.28 11:12:46.375005 [ 5 ] {4ad1e4f5-9f8d-46dc-9522-14b12eebc87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5398 | 2025.02.28 11:12:46.375086 [ 5 ] {4ad1e4f5-9f8d-46dc-9522-14b12eebc87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5399 | 2025.02.28 11:12:46.375857 [ 5 ] {4ad1e4f5-9f8d-46dc-9522-14b12eebc87b} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5400 | 2025.02.28 11:12:46.375902 [ 5 ] {4ad1e4f5-9f8d-46dc-9522-14b12eebc87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5401 | 2025.02.28 11:12:46.376344 [ 5 ] {4ad1e4f5-9f8d-46dc-9522-14b12eebc87b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5402 | 2025.02.28 11:12:46.376609 [ 5 ] {4ad1e4f5-9f8d-46dc-9522-14b12eebc87b} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5403 | 2025.02.28 11:12:46.376760 [ 125 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5404 | 2025.02.28 11:12:46.376804 [ 125 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2025.02.28 11:12:46.376815 [ 5 ] {4ad1e4f5-9f8d-46dc-9522-14b12eebc87b} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001867 sec., 12319.228709159079 rows/sec., 926.35 KiB/sec. | ||
| 5406 | 2025.02.28 11:12:46.376839 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5407 | 2025.02.28 11:12:46.376948 [ 5 ] {4ad1e4f5-9f8d-46dc-9522-14b12eebc87b} <Debug> TCPHandler: Processed in 0.00230055 sec. | ||
| 5408 | 2025.02.28 11:12:46.377257 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 5409 | 2025.02.28 11:12:46.377270 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5410 | 2025.02.28 11:12:46.377822 [ 256 ] {55e5ee29-6f49-4e38-93dc-f9723a8530b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5411 | 2025.02.28 11:12:46.377849 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5412 | 2025.02.28 11:12:46.377933 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 178 rows starting from the beginning of the part | ||
| 5413 | 2025.02.28 11:12:46.377942 [ 256 ] {55e5ee29-6f49-4e38-93dc-f9723a8530b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5414 | 2025.02.28 11:12:46.378181 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
| 5415 | 2025.02.28 11:12:46.378584 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 123 rows starting from the beginning of the part | ||
| 5416 | 2025.02.28 11:12:46.378946 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 25 rows starting from the beginning of the part | ||
| 5417 | 2025.02.28 11:12:46.379310 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 123 rows starting from the beginning of the part | ||
| 5418 | 2025.02.28 11:12:46.379589 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part | ||
| 5419 | 2025.02.28 11:12:46.380613 [ 256 ] {55e5ee29-6f49-4e38-93dc-f9723a8530b3} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5420 | 2025.02.28 11:12:46.380668 [ 256 ] {55e5ee29-6f49-4e38-93dc-f9723a8530b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5421 | 2025.02.28 11:12:46.381335 [ 256 ] {55e5ee29-6f49-4e38-93dc-f9723a8530b3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5422 | 2025.02.28 11:12:46.381511 [ 189 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 5 columns (5 merged, 0 gathered) in 0.004568458 sec., 108351.65826193432 rows/sec., 7.34 MiB/sec. | ||
| 5423 | 2025.02.28 11:12:46.381752 [ 189 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5424 | 2025.02.28 11:12:46.381754 [ 256 ] {55e5ee29-6f49-4e38-93dc-f9723a8530b3} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5425 | 2025.02.28 11:12:46.382177 [ 256 ] {55e5ee29-6f49-4e38-93dc-f9723a8530b3} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.004521 sec., 19243.530192435304 rows/sec., 1.50 MiB/sec. | ||
| 5426 | 2025.02.28 11:12:46.382310 [ 256 ] {55e5ee29-6f49-4e38-93dc-f9723a8530b3} <Debug> TCPHandler: Processed in 0.005215171 sec. | ||
| 5427 | 2025.02.28 11:12:46.382384 [ 197 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_36_7} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5428 | 2025.02.28 11:12:46.382512 [ 197 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_36_7} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5429 | 2025.02.28 11:12:46.382530 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5430 | 2025.02.28 11:12:46.382622 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5431 | 2025.02.28 11:12:46.382699 [ 5 ] {2859d825-27ac-4c09-8ba5-a3b53d56eaef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5432 | 2025.02.28 11:12:46.382765 [ 5 ] {2859d825-27ac-4c09-8ba5-a3b53d56eaef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5433 | 2025.02.28 11:12:46.383440 [ 5 ] {2859d825-27ac-4c09-8ba5-a3b53d56eaef} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5434 | 2025.02.28 11:12:46.383479 [ 5 ] {2859d825-27ac-4c09-8ba5-a3b53d56eaef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5435 | 2025.02.28 11:12:46.383883 [ 5 ] {2859d825-27ac-4c09-8ba5-a3b53d56eaef} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5436 | 2025.02.28 11:12:46.384127 [ 5 ] {2859d825-27ac-4c09-8ba5-a3b53d56eaef} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5437 | 2025.02.28 11:12:46.384308 [ 5 ] {2859d825-27ac-4c09-8ba5-a3b53d56eaef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec. | ||
| 5438 | 2025.02.28 11:12:46.384363 [ 5 ] {2859d825-27ac-4c09-8ba5-a3b53d56eaef} <Debug> TCPHandler: Processed in 0.001920551 sec. | ||
| 5439 | 2025.02.28 11:12:46.384532 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5440 | 2025.02.28 11:12:46.384672 [ 256 ] {34a1cb03-94e3-44a8-8de0-d93168dd6dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5441 | 2025.02.28 11:12:46.384766 [ 256 ] {34a1cb03-94e3-44a8-8de0-d93168dd6dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5442 | 2025.02.28 11:12:46.385971 [ 256 ] {34a1cb03-94e3-44a8-8de0-d93168dd6dcd} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5443 | 2025.02.28 11:12:46.386010 [ 256 ] {34a1cb03-94e3-44a8-8de0-d93168dd6dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5444 | 2025.02.28 11:12:46.386651 [ 256 ] {34a1cb03-94e3-44a8-8de0-d93168dd6dcd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5445 | 2025.02.28 11:12:46.386905 [ 256 ] {34a1cb03-94e3-44a8-8de0-d93168dd6dcd} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5446 | 2025.02.28 11:12:46.387086 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5447 | 2025.02.28 11:12:46.387161 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5448 | 2025.02.28 11:12:46.387199 [ 256 ] {34a1cb03-94e3-44a8-8de0-d93168dd6dcd} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002547 sec., 9030.231645072636 rows/sec., 16.18 MiB/sec. | ||
| 5449 | 2025.02.28 11:12:46.387207 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5450 | 2025.02.28 11:12:46.387826 [ 189 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 5451 | 2025.02.28 11:12:46.387891 [ 256 ] {34a1cb03-94e3-44a8-8de0-d93168dd6dcd} <Debug> TCPHandler: Processed in 0.003420163 sec. | ||
| 5452 | 2025.02.28 11:12:46.388241 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5453 | 2025.02.28 11:12:46.388684 [ 5 ] {e6762aa3-ad24-4722-8cc6-18573a3c3406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5454 | 2025.02.28 11:12:46.388810 [ 5 ] {e6762aa3-ad24-4722-8cc6-18573a3c3406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5455 | 2025.02.28 11:12:46.389095 [ 189 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5456 | 2025.02.28 11:12:46.389219 [ 189 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 593 rows starting from the beginning of the part | ||
| 5457 | 2025.02.28 11:12:46.389786 [ 189 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
| 5458 | 2025.02.28 11:12:46.390418 [ 5 ] {e6762aa3-ad24-4722-8cc6-18573a3c3406} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5459 | 2025.02.28 11:12:46.390424 [ 189 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 17 rows starting from the beginning of the part | ||
| 5460 | 2025.02.28 11:12:46.390464 [ 5 ] {e6762aa3-ad24-4722-8cc6-18573a3c3406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5461 | 2025.02.28 11:12:46.390958 [ 189 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part | ||
| 5462 | 2025.02.28 11:12:46.391512 [ 189 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 17 rows starting from the beginning of the part | ||
| 5463 | 2025.02.28 11:12:46.391568 [ 5 ] {e6762aa3-ad24-4722-8cc6-18573a3c3406} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5464 | 2025.02.28 11:12:46.391987 [ 189 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part | ||
| 5465 | 2025.02.28 11:12:46.392286 [ 5 ] {e6762aa3-ad24-4722-8cc6-18573a3c3406} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5466 | 2025.02.28 11:12:46.392725 [ 5 ] {e6762aa3-ad24-4722-8cc6-18573a3c3406} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004169 sec., 14391.940513312546 rows/sec., 993.19 KiB/sec. | ||
| 5467 | 2025.02.28 11:12:46.392857 [ 5 ] {e6762aa3-ad24-4722-8cc6-18573a3c3406} <Debug> TCPHandler: Processed in 0.004827153 sec. | ||
| 5468 | 2025.02.28 11:12:46.400264 [ 186 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 696 rows, containing 19 columns (19 merged, 0 gathered) in 0.012914287 sec., 53893.79994420133 rows/sec., 96.58 MiB/sec. | ||
| 5469 | 2025.02.28 11:12:46.401256 [ 186 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5470 | 2025.02.28 11:12:46.401750 [ 186 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5471 | 2025.02.28 11:12:46.401847 [ 186 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5472 | 2025.02.28 11:12:46.402025 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
| 5473 | 2025.02.28 11:12:46.811987 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5474 | 2025.02.28 11:12:46.833673 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5475 | 2025.02.28 11:12:46.833736 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5476 | 2025.02.28 11:12:46.841256 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5477 | 2025.02.28 11:12:46.842015 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5478 | 2025.02.28 11:12:46.844776 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5479 | 2025.02.28 11:12:47.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.79 MiB, peak 201.75 MiB, free memory in arenas 0.00 B, will set to 196.78 MiB (RSS), difference: 1.99 MiB | ||
| 5480 | 2025.02.28 11:12:47.118602 [ 35 ] {} <Debug> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5481 | 2025.02.28 11:12:47.118655 [ 35 ] {} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5482 | 2025.02.28 11:12:47.118682 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5483 | 2025.02.28 11:12:47.118850 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::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 | ||
| 5484 | 2025.02.28 11:12:47.119009 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5485 | 2025.02.28 11:12:47.119047 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part | ||
| 5486 | 2025.02.28 11:12:47.119133 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 5487 | 2025.02.28 11:12:47.119361 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 5488 | 2025.02.28 11:12:47.119627 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part | ||
| 5489 | 2025.02.28 11:12:47.119813 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 5490 | 2025.02.28 11:12:47.120989 [ 186 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.002216717 sec., 15337.997588325437 rows/sec., 1.28 MiB/sec. | ||
| 5491 | 2025.02.28 11:12:47.121284 [ 186 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5492 | 2025.02.28 11:12:47.121671 [ 186 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_9_2} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5493 | 2025.02.28 11:12:47.121763 [ 186 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_9_2} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5494 | 2025.02.28 11:12:47.121866 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5495 | 2025.02.28 11:12:50.118319 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5496 | 2025.02.28 11:12:50.118518 [ 256 ] {c684665f-5ebd-42a6-87c0-18666cc2962b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5497 | 2025.02.28 11:12:50.118592 [ 256 ] {c684665f-5ebd-42a6-87c0-18666cc2962b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5498 | 2025.02.28 11:12:50.119356 [ 256 ] {c684665f-5ebd-42a6-87c0-18666cc2962b} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5499 | 2025.02.28 11:12:50.119409 [ 256 ] {c684665f-5ebd-42a6-87c0-18666cc2962b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5500 | 2025.02.28 11:12:50.119846 [ 256 ] {c684665f-5ebd-42a6-87c0-18666cc2962b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5501 | 2025.02.28 11:12:50.120094 [ 256 ] {c684665f-5ebd-42a6-87c0-18666cc2962b} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5502 | 2025.02.28 11:12:50.120409 [ 256 ] {c684665f-5ebd-42a6-87c0-18666cc2962b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001933 sec., 12415.933781686497 rows/sec., 1.03 MiB/sec. | ||
| 5503 | 2025.02.28 11:12:50.120702 [ 256 ] {c684665f-5ebd-42a6-87c0-18666cc2962b} <Debug> TCPHandler: Processed in 0.002531744 sec. | ||
| 5504 | 2025.02.28 11:12:50.121064 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5505 | 2025.02.28 11:12:50.121280 [ 5 ] {a16bd924-2bef-4383-8f84-18b1d88ef80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5506 | 2025.02.28 11:12:50.121361 [ 5 ] {a16bd924-2bef-4383-8f84-18b1d88ef80f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5507 | 2025.02.28 11:12:50.122132 [ 5 ] {a16bd924-2bef-4383-8f84-18b1d88ef80f} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5508 | 2025.02.28 11:12:50.122184 [ 5 ] {a16bd924-2bef-4383-8f84-18b1d88ef80f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5509 | 2025.02.28 11:12:50.122612 [ 5 ] {a16bd924-2bef-4383-8f84-18b1d88ef80f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5510 | 2025.02.28 11:12:50.122884 [ 5 ] {a16bd924-2bef-4383-8f84-18b1d88ef80f} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5511 | 2025.02.28 11:12:50.123122 [ 5 ] {a16bd924-2bef-4383-8f84-18b1d88ef80f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001902 sec., 2103.049421661409 rows/sec., 171.49 KiB/sec. | ||
| 5512 | 2025.02.28 11:12:50.123187 [ 5 ] {a16bd924-2bef-4383-8f84-18b1d88ef80f} <Debug> TCPHandler: Processed in 0.002315379 sec. | ||
| 5513 | 2025.02.28 11:12:50.123370 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5514 | 2025.02.28 11:12:50.123513 [ 256 ] {071a6ef5-883d-4e86-b555-aeaaef77503a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5515 | 2025.02.28 11:12:50.123573 [ 256 ] {071a6ef5-883d-4e86-b555-aeaaef77503a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5516 | 2025.02.28 11:12:50.124938 [ 256 ] {071a6ef5-883d-4e86-b555-aeaaef77503a} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5517 | 2025.02.28 11:12:50.124975 [ 256 ] {071a6ef5-883d-4e86-b555-aeaaef77503a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5518 | 2025.02.28 11:12:50.125442 [ 256 ] {071a6ef5-883d-4e86-b555-aeaaef77503a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5519 | 2025.02.28 11:12:50.125681 [ 256 ] {071a6ef5-883d-4e86-b555-aeaaef77503a} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5520 | 2025.02.28 11:12:50.125810 [ 24 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5521 | 2025.02.28 11:12:50.125851 [ 24 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2025.02.28 11:12:50.125868 [ 256 ] {071a6ef5-883d-4e86-b555-aeaaef77503a} <Debug> executeQuery: Read 1352 rows, 115.88 KiB in 0.002385 sec., 566876.3102725367 rows/sec., 47.45 MiB/sec. | ||
| 5523 | 2025.02.28 11:12:50.125879 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5524 | 2025.02.28 11:12:50.125964 [ 256 ] {071a6ef5-883d-4e86-b555-aeaaef77503a} <Debug> TCPHandler: Processed in 0.002660357 sec. | ||
| 5525 | 2025.02.28 11:12:50.126202 [ 186 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 5526 | 2025.02.28 11:12:50.126229 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5527 | 2025.02.28 11:12:50.126509 [ 5 ] {05eb9d3c-5e13-4d37-b037-a97ca4ac1323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5528 | 2025.02.28 11:12:50.126519 [ 186 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5529 | 2025.02.28 11:12:50.126609 [ 5 ] {05eb9d3c-5e13-4d37-b037-a97ca4ac1323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5530 | 2025.02.28 11:12:50.126609 [ 186 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1968 rows starting from the beginning of the part | ||
| 5531 | 2025.02.28 11:12:50.126934 [ 186 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 651 rows starting from the beginning of the part | ||
| 5532 | 2025.02.28 11:12:50.127248 [ 186 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 103 rows starting from the beginning of the part | ||
| 5533 | 2025.02.28 11:12:50.127607 [ 186 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 651 rows starting from the beginning of the part | ||
| 5534 | 2025.02.28 11:12:50.127983 [ 186 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 102 rows starting from the beginning of the part | ||
| 5535 | 2025.02.28 11:12:50.128313 [ 186 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1352 rows starting from the beginning of the part | ||
| 5536 | 2025.02.28 11:12:50.129685 [ 5 ] {05eb9d3c-5e13-4d37-b037-a97ca4ac1323} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5537 | 2025.02.28 11:12:50.129740 [ 5 ] {05eb9d3c-5e13-4d37-b037-a97ca4ac1323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5538 | 2025.02.28 11:12:50.130610 [ 5 ] {05eb9d3c-5e13-4d37-b037-a97ca4ac1323} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5539 | 2025.02.28 11:12:50.131060 [ 5 ] {05eb9d3c-5e13-4d37-b037-a97ca4ac1323} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5540 | 2025.02.28 11:12:50.131378 [ 5 ] {05eb9d3c-5e13-4d37-b037-a97ca4ac1323} <Debug> executeQuery: Read 33 rows, 2.52 KiB in 0.004964 sec., 6647.864625302176 rows/sec., 507.36 KiB/sec. | ||
| 5541 | 2025.02.28 11:12:50.131749 [ 5 ] {05eb9d3c-5e13-4d37-b037-a97ca4ac1323} <Debug> TCPHandler: Processed in 0.00560284 sec. | ||
| 5542 | 2025.02.28 11:12:50.132059 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5543 | 2025.02.28 11:12:50.132484 [ 256 ] {0960155d-d94a-4d72-a04b-4cde38bf01a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5544 | 2025.02.28 11:12:50.132589 [ 186 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4827 rows, containing 5 columns (5 merged, 0 gathered) in 0.006592031 sec., 732247.7700726832 rows/sec., 62.74 MiB/sec. | ||
| 5545 | 2025.02.28 11:12:50.132590 [ 256 ] {0960155d-d94a-4d72-a04b-4cde38bf01a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5546 | 2025.02.28 11:12:50.132995 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5547 | 2025.02.28 11:12:50.133594 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_41_8} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5548 | 2025.02.28 11:12:50.133799 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_41_8} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5549 | 2025.02.28 11:12:50.133938 [ 256 ] {0960155d-d94a-4d72-a04b-4cde38bf01a4} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5550 | 2025.02.28 11:12:50.133955 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 5551 | 2025.02.28 11:12:50.134005 [ 256 ] {0960155d-d94a-4d72-a04b-4cde38bf01a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5552 | 2025.02.28 11:12:50.134412 [ 256 ] {0960155d-d94a-4d72-a04b-4cde38bf01a4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5553 | 2025.02.28 11:12:50.134654 [ 256 ] {0960155d-d94a-4d72-a04b-4cde38bf01a4} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5554 | 2025.02.28 11:12:50.134783 [ 24 ] {} <Debug> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5555 | 2025.02.28 11:12:50.134825 [ 24 ] {} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5556 | 2025.02.28 11:12:50.134846 [ 256 ] {0960155d-d94a-4d72-a04b-4cde38bf01a4} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002517 sec., 100119.189511323 rows/sec., 6.92 MiB/sec. | ||
| 5557 | 2025.02.28 11:12:50.134850 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5558 | 2025.02.28 11:12:50.134978 [ 256 ] {0960155d-d94a-4d72-a04b-4cde38bf01a4} <Debug> TCPHandler: Processed in 0.003080216 sec. | ||
| 5559 | 2025.02.28 11:12:50.135243 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::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 | ||
| 5560 | 2025.02.28 11:12:50.135284 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5561 | 2025.02.28 11:12:50.135601 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5562 | 2025.02.28 11:12:50.135609 [ 5 ] {71d32a58-0029-4e35-a9bf-0a421936ceb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5563 | 2025.02.28 11:12:50.135655 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 365 rows starting from the beginning of the part | ||
| 5564 | 2025.02.28 11:12:50.135716 [ 5 ] {71d32a58-0029-4e35-a9bf-0a421936ceb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5565 | 2025.02.28 11:12:50.135999 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
| 5566 | 2025.02.28 11:12:50.136304 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 341 rows starting from the beginning of the part | ||
| 5567 | 2025.02.28 11:12:50.136581 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part | ||
| 5568 | 2025.02.28 11:12:50.136878 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part | ||
| 5569 | 2025.02.28 11:12:50.137218 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part | ||
| 5570 | 2025.02.28 11:12:50.138763 [ 5 ] {71d32a58-0029-4e35-a9bf-0a421936ceb8} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5571 | 2025.02.28 11:12:50.138841 [ 5 ] {71d32a58-0029-4e35-a9bf-0a421936ceb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5572 | 2025.02.28 11:12:50.139858 [ 5 ] {71d32a58-0029-4e35-a9bf-0a421936ceb8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5573 | 2025.02.28 11:12:50.140330 [ 5 ] {71d32a58-0029-4e35-a9bf-0a421936ceb8} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5574 | 2025.02.28 11:12:50.140514 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1297 rows, containing 5 columns (5 merged, 0 gathered) in 0.005580489 sec., 232416.90826735794 rows/sec., 16.45 MiB/sec. | ||
| 5575 | 2025.02.28 11:12:50.140777 [ 5 ] {71d32a58-0029-4e35-a9bf-0a421936ceb8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.005246 sec., 2287.4571101791844 rows/sec., 178.71 KiB/sec. | ||
| 5576 | 2025.02.28 11:12:50.140789 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5577 | 2025.02.28 11:12:50.140971 [ 5 ] {71d32a58-0029-4e35-a9bf-0a421936ceb8} <Debug> TCPHandler: Processed in 0.005855455 sec. | ||
| 5578 | 2025.02.28 11:12:50.141172 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5579 | 2025.02.28 11:12:50.141281 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_11_2} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5580 | 2025.02.28 11:12:50.141346 [ 256 ] {a3a15293-c0f5-4929-b0b1-c8e78cfc029a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5581 | 2025.02.28 11:12:50.141379 [ 200 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_11_2} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5582 | 2025.02.28 11:12:50.141408 [ 256 ] {a3a15293-c0f5-4929-b0b1-c8e78cfc029a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5583 | 2025.02.28 11:12:50.141478 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 5584 | 2025.02.28 11:12:50.142248 [ 256 ] {a3a15293-c0f5-4929-b0b1-c8e78cfc029a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5585 | 2025.02.28 11:12:50.142285 [ 256 ] {a3a15293-c0f5-4929-b0b1-c8e78cfc029a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5586 | 2025.02.28 11:12:50.142690 [ 256 ] {a3a15293-c0f5-4929-b0b1-c8e78cfc029a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5587 | 2025.02.28 11:12:50.142934 [ 256 ] {a3a15293-c0f5-4929-b0b1-c8e78cfc029a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5588 | 2025.02.28 11:12:50.143058 [ 24 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5589 | 2025.02.28 11:12:50.143096 [ 24 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5590 | 2025.02.28 11:12:50.143122 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5591 | 2025.02.28 11:12:50.143125 [ 256 ] {a3a15293-c0f5-4929-b0b1-c8e78cfc029a} <Debug> executeQuery: Read 577 rows, 44.35 KiB in 0.001816 sec., 317731.2775330397 rows/sec., 23.85 MiB/sec. | ||
| 5592 | 2025.02.28 11:12:50.143293 [ 256 ] {a3a15293-c0f5-4929-b0b1-c8e78cfc029a} <Debug> TCPHandler: Processed in 0.002199537 sec. | ||
| 5593 | 2025.02.28 11:12:50.143378 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 5594 | 2025.02.28 11:12:50.143473 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5595 | 2025.02.28 11:12:50.143577 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5596 | 2025.02.28 11:12:50.143654 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 952 rows starting from the beginning of the part | ||
| 5597 | 2025.02.28 11:12:50.143694 [ 5 ] {67c6de7b-eb1b-40b8-a107-dc9eee3c517f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5598 | 2025.02.28 11:12:50.143916 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 399 rows starting from the beginning of the part | ||
| 5599 | 2025.02.28 11:12:50.143943 [ 5 ] {67c6de7b-eb1b-40b8-a107-dc9eee3c517f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5600 | 2025.02.28 11:12:50.144280 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 89 rows starting from the beginning of the part | ||
| 5601 | 2025.02.28 11:12:50.144672 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 399 rows starting from the beginning of the part | ||
| 5602 | 2025.02.28 11:12:50.145048 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 87 rows starting from the beginning of the part | ||
| 5603 | 2025.02.28 11:12:50.145370 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 577 rows starting from the beginning of the part | ||
| 5604 | 2025.02.28 11:12:50.147563 [ 5 ] {67c6de7b-eb1b-40b8-a107-dc9eee3c517f} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5605 | 2025.02.28 11:12:50.147639 [ 5 ] {67c6de7b-eb1b-40b8-a107-dc9eee3c517f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5606 | 2025.02.28 11:12:50.148470 [ 5 ] {67c6de7b-eb1b-40b8-a107-dc9eee3c517f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5607 | 2025.02.28 11:12:50.148740 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2503 rows, containing 5 columns (5 merged, 0 gathered) in 0.005520678 sec., 453386.34131532395 rows/sec., 34.94 MiB/sec. | ||
| 5608 | 2025.02.28 11:12:50.148932 [ 5 ] {67c6de7b-eb1b-40b8-a107-dc9eee3c517f} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5609 | 2025.02.28 11:12:50.148979 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5610 | 2025.02.28 11:12:50.149350 [ 5 ] {67c6de7b-eb1b-40b8-a107-dc9eee3c517f} <Debug> executeQuery: Read 946 rows, 66.59 KiB in 0.005728 sec., 165153.63128491622 rows/sec., 11.35 MiB/sec. | ||
| 5611 | 2025.02.28 11:12:50.149513 [ 5 ] {67c6de7b-eb1b-40b8-a107-dc9eee3c517f} <Debug> TCPHandler: Processed in 0.006108811 sec. | ||
| 5612 | 2025.02.28 11:12:50.149550 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_41_8} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5613 | 2025.02.28 11:12:50.149702 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5614 | 2025.02.28 11:12:50.149718 [ 195 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_41_8} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5615 | 2025.02.28 11:12:50.149877 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 5616 | 2025.02.28 11:12:50.149910 [ 256 ] {3afbf251-9fe9-4f26-a8d8-83745eba835b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5617 | 2025.02.28 11:12:50.150000 [ 256 ] {3afbf251-9fe9-4f26-a8d8-83745eba835b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5618 | 2025.02.28 11:12:50.151143 [ 256 ] {3afbf251-9fe9-4f26-a8d8-83745eba835b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5619 | 2025.02.28 11:12:50.151182 [ 256 ] {3afbf251-9fe9-4f26-a8d8-83745eba835b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5620 | 2025.02.28 11:12:50.151843 [ 256 ] {3afbf251-9fe9-4f26-a8d8-83745eba835b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5621 | 2025.02.28 11:12:50.152104 [ 256 ] {3afbf251-9fe9-4f26-a8d8-83745eba835b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5622 | 2025.02.28 11:12:50.152354 [ 256 ] {3afbf251-9fe9-4f26-a8d8-83745eba835b} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002496 sec., 6810.897435897436 rows/sec., 12.20 MiB/sec. | ||
| 5623 | 2025.02.28 11:12:50.152910 [ 256 ] {3afbf251-9fe9-4f26-a8d8-83745eba835b} <Debug> TCPHandler: Processed in 0.00328606 sec. | ||
| 5624 | 2025.02.28 11:12:50.153078 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5625 | 2025.02.28 11:12:50.153219 [ 5 ] {b2699382-9458-49bd-83b1-7e7b8589936a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5626 | 2025.02.28 11:12:50.153279 [ 5 ] {b2699382-9458-49bd-83b1-7e7b8589936a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5627 | 2025.02.28 11:12:50.153804 [ 5 ] {b2699382-9458-49bd-83b1-7e7b8589936a} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5628 | 2025.02.28 11:12:50.153843 [ 5 ] {b2699382-9458-49bd-83b1-7e7b8589936a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5629 | 2025.02.28 11:12:50.154215 [ 5 ] {b2699382-9458-49bd-83b1-7e7b8589936a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5630 | 2025.02.28 11:12:50.154456 [ 5 ] {b2699382-9458-49bd-83b1-7e7b8589936a} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5631 | 2025.02.28 11:12:50.154663 [ 5 ] {b2699382-9458-49bd-83b1-7e7b8589936a} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.001477 sec., 28436.018957345972 rows/sec., 1.92 MiB/sec. | ||
| 5632 | 2025.02.28 11:12:50.154716 [ 5 ] {b2699382-9458-49bd-83b1-7e7b8589936a} <Debug> TCPHandler: Processed in 0.001706946 sec. | ||
| 5633 | 2025.02.28 11:12:50.917055 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 764 | ||
| 5634 | 2025.02.28 11:12:50.920827 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5635 | 2025.02.28 11:12:50.920889 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5636 | 2025.02.28 11:12:50.922419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5637 | 2025.02.28 11:12:50.922751 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2025.02.28 11:12:50.923439 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 764 | ||
| 5639 | 2025.02.28 11:12:51.365883 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5640 | 2025.02.28 11:12:51.366104 [ 256 ] {7cb65acc-3c0a-48ae-acc6-d5d03be3b99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5641 | 2025.02.28 11:12:51.366190 [ 256 ] {7cb65acc-3c0a-48ae-acc6-d5d03be3b99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5642 | 2025.02.28 11:12:51.367470 [ 256 ] {7cb65acc-3c0a-48ae-acc6-d5d03be3b99c} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5643 | 2025.02.28 11:12:51.367557 [ 256 ] {7cb65acc-3c0a-48ae-acc6-d5d03be3b99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5644 | 2025.02.28 11:12:51.368039 [ 256 ] {7cb65acc-3c0a-48ae-acc6-d5d03be3b99c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5645 | 2025.02.28 11:12:51.368338 [ 256 ] {7cb65acc-3c0a-48ae-acc6-d5d03be3b99c} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5646 | 2025.02.28 11:12:51.368578 [ 256 ] {7cb65acc-3c0a-48ae-acc6-d5d03be3b99c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002536 sec., 22082.018927444795 rows/sec., 1.70 MiB/sec. | ||
| 5647 | 2025.02.28 11:12:51.368648 [ 256 ] {7cb65acc-3c0a-48ae-acc6-d5d03be3b99c} <Debug> TCPHandler: Processed in 0.002904392 sec. | ||
| 5648 | 2025.02.28 11:12:51.368909 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5649 | 2025.02.28 11:12:51.369117 [ 5 ] {ea77cae6-8cd0-47b8-9677-f91516baedec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5650 | 2025.02.28 11:12:51.369196 [ 5 ] {ea77cae6-8cd0-47b8-9677-f91516baedec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5651 | 2025.02.28 11:12:51.370019 [ 5 ] {ea77cae6-8cd0-47b8-9677-f91516baedec} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5652 | 2025.02.28 11:12:51.370064 [ 5 ] {ea77cae6-8cd0-47b8-9677-f91516baedec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5653 | 2025.02.28 11:12:51.370511 [ 5 ] {ea77cae6-8cd0-47b8-9677-f91516baedec} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5654 | 2025.02.28 11:12:51.370788 [ 5 ] {ea77cae6-8cd0-47b8-9677-f91516baedec} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5655 | 2025.02.28 11:12:51.370996 [ 5 ] {ea77cae6-8cd0-47b8-9677-f91516baedec} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001936 sec., 33057.85123966942 rows/sec., 2.58 MiB/sec. | ||
| 5656 | 2025.02.28 11:12:51.371060 [ 5 ] {ea77cae6-8cd0-47b8-9677-f91516baedec} <Debug> TCPHandler: Processed in 0.002287679 sec. | ||
| 5657 | 2025.02.28 11:12:51.371216 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5658 | 2025.02.28 11:12:51.371345 [ 256 ] {b5d10b59-bc0f-4bf4-82d5-a7d9e0d17077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5659 | 2025.02.28 11:12:51.371403 [ 256 ] {b5d10b59-bc0f-4bf4-82d5-a7d9e0d17077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5660 | 2025.02.28 11:12:51.371990 [ 256 ] {b5d10b59-bc0f-4bf4-82d5-a7d9e0d17077} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5661 | 2025.02.28 11:12:51.372033 [ 256 ] {b5d10b59-bc0f-4bf4-82d5-a7d9e0d17077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5662 | 2025.02.28 11:12:51.372446 [ 256 ] {b5d10b59-bc0f-4bf4-82d5-a7d9e0d17077} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5663 | 2025.02.28 11:12:51.372692 [ 256 ] {b5d10b59-bc0f-4bf4-82d5-a7d9e0d17077} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5664 | 2025.02.28 11:12:51.372850 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5665 | 2025.02.28 11:12:51.372927 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5666 | 2025.02.28 11:12:51.372931 [ 256 ] {b5d10b59-bc0f-4bf4-82d5-a7d9e0d17077} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001609 sec., 27346.177750155377 rows/sec., 1.91 MiB/sec. | ||
| 5667 | 2025.02.28 11:12:51.372974 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5668 | 2025.02.28 11:12:51.373081 [ 256 ] {b5d10b59-bc0f-4bf4-82d5-a7d9e0d17077} <Debug> TCPHandler: Processed in 0.001920511 sec. | ||
| 5669 | 2025.02.28 11:12:51.373185 [ 193 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 5670 | 2025.02.28 11:12:51.373290 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5671 | 2025.02.28 11:12:51.373330 [ 193 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5672 | 2025.02.28 11:12:51.373365 [ 193 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9745 rows starting from the beginning of the part | ||
| 5673 | 2025.02.28 11:12:51.373482 [ 5 ] {fc1d5fbe-ff90-4ab5-904e-cf73d73af4e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5674 | 2025.02.28 11:12:51.373496 [ 193 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part | ||
| 5675 | 2025.02.28 11:12:51.373687 [ 5 ] {fc1d5fbe-ff90-4ab5-904e-cf73d73af4e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5676 | 2025.02.28 11:12:51.373900 [ 193 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 5677 | 2025.02.28 11:12:51.374244 [ 193 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 5678 | 2025.02.28 11:12:51.374525 [ 193 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 946 rows starting from the beginning of the part | ||
| 5679 | 2025.02.28 11:12:51.374837 [ 193 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 44 rows starting from the beginning of the part | ||
| 5680 | 2025.02.28 11:12:51.375534 [ 5 ] {fc1d5fbe-ff90-4ab5-904e-cf73d73af4e1} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5681 | 2025.02.28 11:12:51.375579 [ 5 ] {fc1d5fbe-ff90-4ab5-904e-cf73d73af4e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5682 | 2025.02.28 11:12:51.376026 [ 5 ] {fc1d5fbe-ff90-4ab5-904e-cf73d73af4e1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5683 | 2025.02.28 11:12:51.376364 [ 5 ] {fc1d5fbe-ff90-4ab5-904e-cf73d73af4e1} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5684 | 2025.02.28 11:12:51.376660 [ 5 ] {fc1d5fbe-ff90-4ab5-904e-cf73d73af4e1} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.00324 sec., 5555.555555555556 rows/sec., 381.28 KiB/sec. | ||
| 5685 | 2025.02.28 11:12:51.376733 [ 5 ] {fc1d5fbe-ff90-4ab5-904e-cf73d73af4e1} <Debug> TCPHandler: Processed in 0.003519575 sec. | ||
| 5686 | 2025.02.28 11:12:51.378469 [ 195 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11293 rows, containing 5 columns (5 merged, 0 gathered) in 0.005377975 sec., 2099861.007163477 rows/sec., 143.71 MiB/sec. | ||
| 5687 | 2025.02.28 11:12:51.378864 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5688 | 2025.02.28 11:12:51.379221 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5689 | 2025.02.28 11:12:51.379314 [ 187 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5690 | 2025.02.28 11:12:51.379423 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
| 5691 | 2025.02.28 11:12:52.891837 [ 149 ] {} <Debug> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5692 | 2025.02.28 11:12:52.891903 [ 149 ] {} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5693 | 2025.02.28 11:12:52.891925 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5694 | 2025.02.28 11:12:52.892138 [ 192 ] {1cf597a5-dbea-4be1-bae0-60fb67c20c10::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 | ||
| 5695 | 2025.02.28 11:12:52.892322 [ 192 ] {1cf597a5-dbea-4be1-bae0-60fb67c20c10::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5696 | 2025.02.28 11:12:52.892362 [ 192 ] {1cf597a5-dbea-4be1-bae0-60fb67c20c10::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 5697 | 2025.02.28 11:12:52.892444 [ 192 ] {1cf597a5-dbea-4be1-bae0-60fb67c20c10::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 5698 | 2025.02.28 11:12:52.892631 [ 192 ] {1cf597a5-dbea-4be1-bae0-60fb67c20c10::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 | ||
| 5699 | 2025.02.28 11:12:52.892873 [ 192 ] {1cf597a5-dbea-4be1-bae0-60fb67c20c10::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 5700 | 2025.02.28 11:12:52.893068 [ 192 ] {1cf597a5-dbea-4be1-bae0-60fb67c20c10::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 5701 | 2025.02.28 11:12:52.894226 [ 195 ] {1cf597a5-dbea-4be1-bae0-60fb67c20c10::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002204567 sec., 13608.1144279126 rows/sec., 710.97 KiB/sec. | ||
| 5702 | 2025.02.28 11:12:52.894445 [ 201 ] {1cf597a5-dbea-4be1-bae0-60fb67c20c10::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5703 | 2025.02.28 11:12:52.894791 [ 201 ] {1cf597a5-dbea-4be1-bae0-60fb67c20c10::all_1_5_1} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5704 | 2025.02.28 11:12:52.894876 [ 201 ] {1cf597a5-dbea-4be1-bae0-60fb67c20c10::all_1_5_1} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5705 | 2025.02.28 11:12:52.894973 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5706 | 2025.02.28 11:12:53.369985 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 5707 | 2025.02.28 11:12:53.370757 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5708 | 2025.02.28 11:12:53.370809 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5709 | 2025.02.28 11:12:53.371357 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5710 | 2025.02.28 11:12:53.371621 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5711 | 2025.02.28 11:12:53.371836 [ 48 ] {} <Debug> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5712 | 2025.02.28 11:12:53.371902 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 5713 | 2025.02.28 11:12:53.371926 [ 48 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5714 | 2025.02.28 11:12:53.371961 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5715 | 2025.02.28 11:12:53.372125 [ 199 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 5716 | 2025.02.28 11:12:53.372309 [ 199 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5717 | 2025.02.28 11:12:53.372359 [ 199 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 5718 | 2025.02.28 11:12:53.372450 [ 199 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 5719 | 2025.02.28 11:12:53.372670 [ 199 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 5720 | 2025.02.28 11:12:53.372894 [ 199 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 5721 | 2025.02.28 11:12:53.373162 [ 199 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 5722 | 2025.02.28 11:12:53.373357 [ 199 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 5723 | 2025.02.28 11:12:53.376040 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003997896 sec., 3570378.0188379087 rows/sec., 51.07 MiB/sec. | ||
| 5724 | 2025.02.28 11:12:53.376497 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5725 | 2025.02.28 11:12:53.376823 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_31_6} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5726 | 2025.02.28 11:12:53.376907 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_31_6} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5727 | 2025.02.28 11:12:53.377015 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 5728 | 2025.02.28 11:12:54.344883 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 5729 | 2025.02.28 11:12:54.366623 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2025.02.28 11:12:54.366689 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5731 | 2025.02.28 11:12:54.374225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5732 | 2025.02.28 11:12:54.375007 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5733 | 2025.02.28 11:12:54.375410 [ 150 ] {} <Debug> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5734 | 2025.02.28 11:12:54.375558 [ 150 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5735 | 2025.02.28 11:12:54.375631 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5736 | 2025.02.28 11:12:54.376079 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 5737 | 2025.02.28 11:12:54.392326 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 5738 | 2025.02.28 11:12:54.393790 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5739 | 2025.02.28 11:12:54.395352 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 5740 | 2025.02.28 11:12:54.401324 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 5741 | 2025.02.28 11:12:54.407192 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 5742 | 2025.02.28 11:12:54.412981 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 5743 | 2025.02.28 11:12:54.418860 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 5744 | 2025.02.28 11:12:54.423687 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 5745 | 2025.02.28 11:12:54.485413 [ 188 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.109645338 sec., 2134.1536655211007 rows/sec., 11.04 MiB/sec. | ||
| 5746 | 2025.02.28 11:12:54.488127 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5747 | 2025.02.28 11:12:54.490928 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_31_6} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5748 | 2025.02.28 11:12:54.491027 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_31_6} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5749 | 2025.02.28 11:12:54.493214 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5750 | 2025.02.28 11:12:55.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.35 MiB, peak 208.89 MiB, free memory in arenas 0.00 B, will set to 199.76 MiB (RSS), difference: 1.41 MiB | ||
| 5751 | 2025.02.28 11:12:56.372596 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5752 | 2025.02.28 11:12:56.372802 [ 256 ] {27a65da4-21ec-438f-b010-a16f4ebd83dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5753 | 2025.02.28 11:12:56.372879 [ 256 ] {27a65da4-21ec-438f-b010-a16f4ebd83dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5754 | 2025.02.28 11:12:56.373728 [ 256 ] {27a65da4-21ec-438f-b010-a16f4ebd83dd} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2025.02.28 11:12:56.373776 [ 256 ] {27a65da4-21ec-438f-b010-a16f4ebd83dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5756 | 2025.02.28 11:12:56.374256 [ 256 ] {27a65da4-21ec-438f-b010-a16f4ebd83dd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5757 | 2025.02.28 11:12:56.374523 [ 256 ] {27a65da4-21ec-438f-b010-a16f4ebd83dd} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5758 | 2025.02.28 11:12:56.374756 [ 256 ] {27a65da4-21ec-438f-b010-a16f4ebd83dd} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.002002 sec., 50949.05094905095 rows/sec., 4.25 MiB/sec. | ||
| 5759 | 2025.02.28 11:12:56.374846 [ 256 ] {27a65da4-21ec-438f-b010-a16f4ebd83dd} <Debug> TCPHandler: Processed in 0.002377301 sec. | ||
| 5760 | 2025.02.28 11:12:56.375178 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5761 | 2025.02.28 11:12:56.375370 [ 5 ] {eae34c38-d8f1-44c2-b4c0-a4345b4b07de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5762 | 2025.02.28 11:12:56.375443 [ 5 ] {eae34c38-d8f1-44c2-b4c0-a4345b4b07de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5763 | 2025.02.28 11:12:56.376211 [ 5 ] {eae34c38-d8f1-44c2-b4c0-a4345b4b07de} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5764 | 2025.02.28 11:12:56.376264 [ 5 ] {eae34c38-d8f1-44c2-b4c0-a4345b4b07de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5765 | 2025.02.28 11:12:56.376730 [ 5 ] {eae34c38-d8f1-44c2-b4c0-a4345b4b07de} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5766 | 2025.02.28 11:12:56.377023 [ 5 ] {eae34c38-d8f1-44c2-b4c0-a4345b4b07de} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5767 | 2025.02.28 11:12:56.377305 [ 5 ] {eae34c38-d8f1-44c2-b4c0-a4345b4b07de} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001978 sec., 11627.906976744185 rows/sec., 874.36 KiB/sec. | ||
| 5768 | 2025.02.28 11:12:56.377406 [ 5 ] {eae34c38-d8f1-44c2-b4c0-a4345b4b07de} <Debug> TCPHandler: Processed in 0.002412782 sec. | ||
| 5769 | 2025.02.28 11:12:56.377644 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5770 | 2025.02.28 11:12:56.377788 [ 256 ] {3e2998cf-aa34-4ace-b877-272a4869b00a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5771 | 2025.02.28 11:12:56.377840 [ 256 ] {3e2998cf-aa34-4ace-b877-272a4869b00a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5772 | 2025.02.28 11:12:56.378491 [ 256 ] {3e2998cf-aa34-4ace-b877-272a4869b00a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5773 | 2025.02.28 11:12:56.378530 [ 256 ] {3e2998cf-aa34-4ace-b877-272a4869b00a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5774 | 2025.02.28 11:12:56.378925 [ 256 ] {3e2998cf-aa34-4ace-b877-272a4869b00a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5775 | 2025.02.28 11:12:56.379199 [ 256 ] {3e2998cf-aa34-4ace-b877-272a4869b00a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5776 | 2025.02.28 11:12:56.379383 [ 256 ] {3e2998cf-aa34-4ace-b877-272a4869b00a} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001625 sec., 53538.46153846154 rows/sec., 4.18 MiB/sec. | ||
| 5777 | 2025.02.28 11:12:56.379440 [ 256 ] {3e2998cf-aa34-4ace-b877-272a4869b00a} <Debug> TCPHandler: Processed in 0.001910901 sec. | ||
| 5778 | 2025.02.28 11:12:56.379605 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5779 | 2025.02.28 11:12:56.379727 [ 5 ] {e6985071-e2c6-443b-8fe1-0c5500638f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5780 | 2025.02.28 11:12:56.379781 [ 5 ] {e6985071-e2c6-443b-8fe1-0c5500638f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5781 | 2025.02.28 11:12:56.380377 [ 5 ] {e6985071-e2c6-443b-8fe1-0c5500638f95} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5782 | 2025.02.28 11:12:56.380417 [ 5 ] {e6985071-e2c6-443b-8fe1-0c5500638f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5783 | 2025.02.28 11:12:56.380833 [ 5 ] {e6985071-e2c6-443b-8fe1-0c5500638f95} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5784 | 2025.02.28 11:12:56.381103 [ 5 ] {e6985071-e2c6-443b-8fe1-0c5500638f95} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5785 | 2025.02.28 11:12:56.381364 [ 5 ] {e6985071-e2c6-443b-8fe1-0c5500638f95} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001655 sec., 96676.73716012084 rows/sec., 6.73 MiB/sec. | ||
| 5786 | 2025.02.28 11:12:56.381513 [ 5 ] {e6985071-e2c6-443b-8fe1-0c5500638f95} <Debug> TCPHandler: Processed in 0.001962422 sec. | ||
| 5787 | 2025.02.28 11:12:56.381758 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5788 | 2025.02.28 11:12:56.381920 [ 256 ] {9d364c41-d68a-4db0-8eb5-7b49753c9ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5789 | 2025.02.28 11:12:56.382015 [ 256 ] {9d364c41-d68a-4db0-8eb5-7b49753c9ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5790 | 2025.02.28 11:12:56.383358 [ 256 ] {9d364c41-d68a-4db0-8eb5-7b49753c9ab2} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5791 | 2025.02.28 11:12:56.383398 [ 256 ] {9d364c41-d68a-4db0-8eb5-7b49753c9ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5792 | 2025.02.28 11:12:56.384058 [ 256 ] {9d364c41-d68a-4db0-8eb5-7b49753c9ab2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5793 | 2025.02.28 11:12:56.384327 [ 256 ] {9d364c41-d68a-4db0-8eb5-7b49753c9ab2} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5794 | 2025.02.28 11:12:56.384582 [ 256 ] {9d364c41-d68a-4db0-8eb5-7b49753c9ab2} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002685 sec., 8566.108007448789 rows/sec., 15.35 MiB/sec. | ||
| 5795 | 2025.02.28 11:12:56.385134 [ 256 ] {9d364c41-d68a-4db0-8eb5-7b49753c9ab2} <Debug> TCPHandler: Processed in 0.003496945 sec. | ||
| 5796 | 2025.02.28 11:12:56.385323 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5797 | 2025.02.28 11:12:56.385464 [ 5 ] {be1a0c7e-844c-4098-a90e-65b69ed634b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5798 | 2025.02.28 11:12:56.385526 [ 5 ] {be1a0c7e-844c-4098-a90e-65b69ed634b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5799 | 2025.02.28 11:12:56.386064 [ 5 ] {be1a0c7e-844c-4098-a90e-65b69ed634b2} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5800 | 2025.02.28 11:12:56.386104 [ 5 ] {be1a0c7e-844c-4098-a90e-65b69ed634b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5801 | 2025.02.28 11:12:56.386485 [ 5 ] {be1a0c7e-844c-4098-a90e-65b69ed634b2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5802 | 2025.02.28 11:12:56.386731 [ 5 ] {be1a0c7e-844c-4098-a90e-65b69ed634b2} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5803 | 2025.02.28 11:12:56.386924 [ 130 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5804 | 2025.02.28 11:12:56.386945 [ 5 ] {be1a0c7e-844c-4098-a90e-65b69ed634b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec. | ||
| 5805 | 2025.02.28 11:12:56.387005 [ 130 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5806 | 2025.02.28 11:12:56.387061 [ 5 ] {be1a0c7e-844c-4098-a90e-65b69ed634b2} <Debug> TCPHandler: Processed in 0.001804139 sec. | ||
| 5807 | 2025.02.28 11:12:56.387070 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5808 | 2025.02.28 11:12:56.387250 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 5809 | 2025.02.28 11:12:56.387388 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5810 | 2025.02.28 11:12:56.387425 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1606 rows starting from the beginning of the part | ||
| 5811 | 2025.02.28 11:12:56.387506 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 5812 | 2025.02.28 11:12:56.387724 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 5813 | 2025.02.28 11:12:56.387922 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part | ||
| 5814 | 2025.02.28 11:12:56.388200 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 18 rows starting from the beginning of the part | ||
| 5815 | 2025.02.28 11:12:56.388402 [ 188 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 5816 | 2025.02.28 11:12:56.389834 [ 198 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1868 rows, containing 4 columns (4 merged, 0 gathered) in 0.002639956 sec., 707587.5507016026 rows/sec., 47.03 MiB/sec. | ||
| 5817 | 2025.02.28 11:12:56.390095 [ 189 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5818 | 2025.02.28 11:12:56.390473 [ 189 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_41_8} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5819 | 2025.02.28 11:12:56.390570 [ 189 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_41_8} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5820 | 2025.02.28 11:12:56.390674 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5821 | 2025.02.28 11:13:00.763864 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5822 | 2025.02.28 11:13:00.763928 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5823 | 2025.02.28 11:13:00.872042 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 5824 | 2025.02.28 11:13:00.872759 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5825 | 2025.02.28 11:13:00.872805 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5826 | 2025.02.28 11:13:00.873411 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5827 | 2025.02.28 11:13:00.873664 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5828 | 2025.02.28 11:13:00.873900 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 5829 | 2025.02.28 11:13:00.923776 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 784 | ||
| 5830 | 2025.02.28 11:13:00.926633 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5831 | 2025.02.28 11:13:00.926679 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5832 | 2025.02.28 11:13:00.928162 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5833 | 2025.02.28 11:13:00.928471 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5834 | 2025.02.28 11:13:00.928640 [ 143 ] {} <Debug> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5835 | 2025.02.28 11:13:00.928706 [ 143 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5836 | 2025.02.28 11:13:00.928751 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5837 | 2025.02.28 11:13:00.929522 [ 188 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::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 | ||
| 5838 | 2025.02.28 11:13:00.930584 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 784 | ||
| 5839 | 2025.02.28 11:13:00.931003 [ 188 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5840 | 2025.02.28 11:13:00.931171 [ 188 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 596 rows starting from the beginning of the part | ||
| 5841 | 2025.02.28 11:13:00.931800 [ 188 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 58 rows starting from the beginning of the part | ||
| 5842 | 2025.02.28 11:13:00.932408 [ 188 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part | ||
| 5843 | 2025.02.28 11:13:00.933041 [ 188 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
| 5844 | 2025.02.28 11:13:00.933606 [ 188 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 54 rows starting from the beginning of the part | ||
| 5845 | 2025.02.28 11:13:00.934212 [ 188 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part | ||
| 5846 | 2025.02.28 11:13:00.942073 [ 198 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 784 rows, containing 72 columns (72 merged, 0 gathered) in 0.013163002 sec., 59560.88132479202 rows/sec., 51.98 MiB/sec. | ||
| 5847 | 2025.02.28 11:13:00.943408 [ 190 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5848 | 2025.02.28 11:13:00.944207 [ 190 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_21_4} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2025.02.28 11:13:00.944302 [ 190 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_21_4} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5850 | 2025.02.28 11:13:00.944622 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 5851 | 2025.02.28 11:13:01.001357 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000974681 sec. | ||
| 5852 | 2025.02.28 11:13:01.371790 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5853 | 2025.02.28 11:13:01.371992 [ 256 ] {0df2604c-6963-43b3-839e-3a87161e2d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5854 | 2025.02.28 11:13:01.372068 [ 256 ] {0df2604c-6963-43b3-839e-3a87161e2d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5855 | 2025.02.28 11:13:01.372924 [ 256 ] {0df2604c-6963-43b3-839e-3a87161e2d14} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5856 | 2025.02.28 11:13:01.372969 [ 256 ] {0df2604c-6963-43b3-839e-3a87161e2d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5857 | 2025.02.28 11:13:01.373410 [ 256 ] {0df2604c-6963-43b3-839e-3a87161e2d14} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5858 | 2025.02.28 11:13:01.373669 [ 256 ] {0df2604c-6963-43b3-839e-3a87161e2d14} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5859 | 2025.02.28 11:13:01.373912 [ 256 ] {0df2604c-6963-43b3-839e-3a87161e2d14} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001981 sec., 45431.60020191822 rows/sec., 3.80 MiB/sec. | ||
| 5860 | 2025.02.28 11:13:01.373969 [ 256 ] {0df2604c-6963-43b3-839e-3a87161e2d14} <Debug> TCPHandler: Processed in 0.002306219 sec. | ||
| 5861 | 2025.02.28 11:13:01.374226 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5862 | 2025.02.28 11:13:01.374439 [ 5 ] {579360f2-25fe-4bee-82ed-1e797393e476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5863 | 2025.02.28 11:13:01.374527 [ 5 ] {579360f2-25fe-4bee-82ed-1e797393e476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5864 | 2025.02.28 11:13:01.375303 [ 5 ] {579360f2-25fe-4bee-82ed-1e797393e476} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5865 | 2025.02.28 11:13:01.375345 [ 5 ] {579360f2-25fe-4bee-82ed-1e797393e476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5866 | 2025.02.28 11:13:01.375788 [ 5 ] {579360f2-25fe-4bee-82ed-1e797393e476} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5867 | 2025.02.28 11:13:01.376051 [ 5 ] {579360f2-25fe-4bee-82ed-1e797393e476} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5868 | 2025.02.28 11:13:01.376252 [ 5 ] {579360f2-25fe-4bee-82ed-1e797393e476} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001871 sec., 9086.050240513094 rows/sec., 683.23 KiB/sec. | ||
| 5869 | 2025.02.28 11:13:01.376317 [ 5 ] {579360f2-25fe-4bee-82ed-1e797393e476} <Debug> TCPHandler: Processed in 0.002236918 sec. | ||
| 5870 | 2025.02.28 11:13:01.376487 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5871 | 2025.02.28 11:13:01.376625 [ 256 ] {7ea46a6e-3ca5-42e1-86c8-4f3424b777b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5872 | 2025.02.28 11:13:01.376682 [ 256 ] {7ea46a6e-3ca5-42e1-86c8-4f3424b777b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5873 | 2025.02.28 11:13:01.377338 [ 256 ] {7ea46a6e-3ca5-42e1-86c8-4f3424b777b3} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5874 | 2025.02.28 11:13:01.377377 [ 256 ] {7ea46a6e-3ca5-42e1-86c8-4f3424b777b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5875 | 2025.02.28 11:13:01.377776 [ 256 ] {7ea46a6e-3ca5-42e1-86c8-4f3424b777b3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5876 | 2025.02.28 11:13:01.378014 [ 256 ] {7ea46a6e-3ca5-42e1-86c8-4f3424b777b3} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5877 | 2025.02.28 11:13:01.378221 [ 256 ] {7ea46a6e-3ca5-42e1-86c8-4f3424b777b3} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001626 sec., 49815.49815498155 rows/sec., 3.89 MiB/sec. | ||
| 5878 | 2025.02.28 11:13:01.378273 [ 256 ] {7ea46a6e-3ca5-42e1-86c8-4f3424b777b3} <Debug> TCPHandler: Processed in 0.001860359 sec. | ||
| 5879 | 2025.02.28 11:13:01.378443 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5880 | 2025.02.28 11:13:01.378571 [ 5 ] {e19b6593-f572-45a1-8e4f-e8223f05989a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5881 | 2025.02.28 11:13:01.378630 [ 5 ] {e19b6593-f572-45a1-8e4f-e8223f05989a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5882 | 2025.02.28 11:13:01.379214 [ 5 ] {e19b6593-f572-45a1-8e4f-e8223f05989a} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5883 | 2025.02.28 11:13:01.379252 [ 5 ] {e19b6593-f572-45a1-8e4f-e8223f05989a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5884 | 2025.02.28 11:13:01.379669 [ 5 ] {e19b6593-f572-45a1-8e4f-e8223f05989a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5885 | 2025.02.28 11:13:01.379920 [ 5 ] {e19b6593-f572-45a1-8e4f-e8223f05989a} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2025.02.28 11:13:01.380169 [ 5 ] {e19b6593-f572-45a1-8e4f-e8223f05989a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 5887 | 2025.02.28 11:13:01.380359 [ 5 ] {e19b6593-f572-45a1-8e4f-e8223f05989a} <Debug> TCPHandler: Processed in 0.001973082 sec. | ||
| 5888 | 2025.02.28 11:13:01.380606 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5889 | 2025.02.28 11:13:01.380749 [ 256 ] {c29ff632-0123-452c-a969-d45bb9d2686b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5890 | 2025.02.28 11:13:01.380837 [ 256 ] {c29ff632-0123-452c-a969-d45bb9d2686b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5891 | 2025.02.28 11:13:01.381985 [ 256 ] {c29ff632-0123-452c-a969-d45bb9d2686b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5892 | 2025.02.28 11:13:01.382024 [ 256 ] {c29ff632-0123-452c-a969-d45bb9d2686b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5893 | 2025.02.28 11:13:01.382678 [ 256 ] {c29ff632-0123-452c-a969-d45bb9d2686b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5894 | 2025.02.28 11:13:01.382962 [ 256 ] {c29ff632-0123-452c-a969-d45bb9d2686b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5895 | 2025.02.28 11:13:01.383205 [ 256 ] {c29ff632-0123-452c-a969-d45bb9d2686b} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002485 sec., 6841.046277665997 rows/sec., 12.26 MiB/sec. | ||
| 5896 | 2025.02.28 11:13:01.383302 [ 256 ] {c29ff632-0123-452c-a969-d45bb9d2686b} <Debug> TCPHandler: Processed in 0.00281639 sec. | ||
| 5897 | 2025.02.28 11:13:01.383478 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5898 | 2025.02.28 11:13:01.383623 [ 5 ] {0ea742f7-b606-4c58-8a9d-78b8865b372a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5899 | 2025.02.28 11:13:01.383686 [ 5 ] {0ea742f7-b606-4c58-8a9d-78b8865b372a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5900 | 2025.02.28 11:13:01.384211 [ 5 ] {0ea742f7-b606-4c58-8a9d-78b8865b372a} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5901 | 2025.02.28 11:13:01.384249 [ 5 ] {0ea742f7-b606-4c58-8a9d-78b8865b372a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5902 | 2025.02.28 11:13:01.384652 [ 5 ] {0ea742f7-b606-4c58-8a9d-78b8865b372a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5903 | 2025.02.28 11:13:01.384903 [ 5 ] {0ea742f7-b606-4c58-8a9d-78b8865b372a} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5904 | 2025.02.28 11:13:01.385083 [ 5 ] {0ea742f7-b606-4c58-8a9d-78b8865b372a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec. | ||
| 5905 | 2025.02.28 11:13:01.385137 [ 5 ] {0ea742f7-b606-4c58-8a9d-78b8865b372a} <Debug> TCPHandler: Processed in 0.001736887 sec. | ||
| 5906 | 2025.02.28 11:13:01.892408 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 5907 | 2025.02.28 11:13:01.911460 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5908 | 2025.02.28 11:13:01.911517 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5909 | 2025.02.28 11:13:01.918446 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5910 | 2025.02.28 11:13:01.919198 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5911 | 2025.02.28 11:13:01.921764 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 5912 | 2025.02.28 11:13:06.372185 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5913 | 2025.02.28 11:13:06.372417 [ 256 ] {42e9d169-5d5e-43db-b4e2-43c8e2604745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5914 | 2025.02.28 11:13:06.372500 [ 256 ] {42e9d169-5d5e-43db-b4e2-43c8e2604745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5915 | 2025.02.28 11:13:06.373323 [ 256 ] {42e9d169-5d5e-43db-b4e2-43c8e2604745} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5916 | 2025.02.28 11:13:06.373380 [ 256 ] {42e9d169-5d5e-43db-b4e2-43c8e2604745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5917 | 2025.02.28 11:13:06.373805 [ 256 ] {42e9d169-5d5e-43db-b4e2-43c8e2604745} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5918 | 2025.02.28 11:13:06.374065 [ 256 ] {42e9d169-5d5e-43db-b4e2-43c8e2604745} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5919 | 2025.02.28 11:13:06.374324 [ 256 ] {42e9d169-5d5e-43db-b4e2-43c8e2604745} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00196 sec., 1020.4081632653061 rows/sec., 83.21 KiB/sec. | ||
| 5920 | 2025.02.28 11:13:06.374684 [ 256 ] {42e9d169-5d5e-43db-b4e2-43c8e2604745} <Debug> TCPHandler: Processed in 0.002640296 sec. | ||
| 5921 | 2025.02.28 11:13:06.374987 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5922 | 2025.02.28 11:13:06.375198 [ 5 ] {2cd4de28-f5a3-4f1c-9e58-ae774f38fdc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5923 | 2025.02.28 11:13:06.375276 [ 5 ] {2cd4de28-f5a3-4f1c-9e58-ae774f38fdc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5924 | 2025.02.28 11:13:06.376096 [ 5 ] {2cd4de28-f5a3-4f1c-9e58-ae774f38fdc6} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5925 | 2025.02.28 11:13:06.376153 [ 5 ] {2cd4de28-f5a3-4f1c-9e58-ae774f38fdc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5926 | 2025.02.28 11:13:06.376640 [ 5 ] {2cd4de28-f5a3-4f1c-9e58-ae774f38fdc6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5927 | 2025.02.28 11:13:06.376918 [ 5 ] {2cd4de28-f5a3-4f1c-9e58-ae774f38fdc6} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5928 | 2025.02.28 11:13:06.377184 [ 5 ] {2cd4de28-f5a3-4f1c-9e58-ae774f38fdc6} <Debug> executeQuery: Read 103 rows, 8.79 KiB in 0.002043 sec., 50416.05482134116 rows/sec., 4.20 MiB/sec. | ||
| 5929 | 2025.02.28 11:13:06.377271 [ 5 ] {2cd4de28-f5a3-4f1c-9e58-ae774f38fdc6} <Debug> TCPHandler: Processed in 0.002428452 sec. | ||
| 5930 | 2025.02.28 11:13:06.377498 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5931 | 2025.02.28 11:13:06.377639 [ 256 ] {feeeae3d-807c-4142-907e-cffd570e0b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5932 | 2025.02.28 11:13:06.377694 [ 256 ] {feeeae3d-807c-4142-907e-cffd570e0b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5933 | 2025.02.28 11:13:06.378329 [ 256 ] {feeeae3d-807c-4142-907e-cffd570e0b84} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5934 | 2025.02.28 11:13:06.378371 [ 256 ] {feeeae3d-807c-4142-907e-cffd570e0b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5935 | 2025.02.28 11:13:06.378753 [ 256 ] {feeeae3d-807c-4142-907e-cffd570e0b84} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5936 | 2025.02.28 11:13:06.378993 [ 256 ] {feeeae3d-807c-4142-907e-cffd570e0b84} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5937 | 2025.02.28 11:13:06.379206 [ 256 ] {feeeae3d-807c-4142-907e-cffd570e0b84} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001599 sec., 15634.771732332709 rows/sec., 1.14 MiB/sec. | ||
| 5938 | 2025.02.28 11:13:06.379263 [ 256 ] {feeeae3d-807c-4142-907e-cffd570e0b84} <Debug> TCPHandler: Processed in 0.001885951 sec. | ||
| 5939 | 2025.02.28 11:13:06.379448 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5940 | 2025.02.28 11:13:06.379602 [ 5 ] {7cfd17be-fcc0-4fe0-a124-6c94dfe23a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5941 | 2025.02.28 11:13:06.379665 [ 5 ] {7cfd17be-fcc0-4fe0-a124-6c94dfe23a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5942 | 2025.02.28 11:13:06.380370 [ 5 ] {7cfd17be-fcc0-4fe0-a124-6c94dfe23a03} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5943 | 2025.02.28 11:13:06.380413 [ 5 ] {7cfd17be-fcc0-4fe0-a124-6c94dfe23a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5944 | 2025.02.28 11:13:06.380805 [ 5 ] {7cfd17be-fcc0-4fe0-a124-6c94dfe23a03} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5945 | 2025.02.28 11:13:06.381058 [ 5 ] {7cfd17be-fcc0-4fe0-a124-6c94dfe23a03} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5946 | 2025.02.28 11:13:06.381346 [ 5 ] {7cfd17be-fcc0-4fe0-a124-6c94dfe23a03} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001774 sec., 50169.10935738444 rows/sec., 3.92 MiB/sec. | ||
| 5947 | 2025.02.28 11:13:06.381537 [ 5 ] {7cfd17be-fcc0-4fe0-a124-6c94dfe23a03} <Debug> TCPHandler: Processed in 0.002160016 sec. | ||
| 5948 | 2025.02.28 11:13:06.381781 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5949 | 2025.02.28 11:13:06.381925 [ 256 ] {2c05d11f-13c6-4995-aebd-a010846e79cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5950 | 2025.02.28 11:13:06.381988 [ 256 ] {2c05d11f-13c6-4995-aebd-a010846e79cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5951 | 2025.02.28 11:13:06.382580 [ 256 ] {2c05d11f-13c6-4995-aebd-a010846e79cf} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5952 | 2025.02.28 11:13:06.382618 [ 256 ] {2c05d11f-13c6-4995-aebd-a010846e79cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5953 | 2025.02.28 11:13:06.383018 [ 256 ] {2c05d11f-13c6-4995-aebd-a010846e79cf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5954 | 2025.02.28 11:13:06.383256 [ 256 ] {2c05d11f-13c6-4995-aebd-a010846e79cf} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5955 | 2025.02.28 11:13:06.383444 [ 256 ] {2c05d11f-13c6-4995-aebd-a010846e79cf} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001547 sec., 104072.39819004525 rows/sec., 7.25 MiB/sec. | ||
| 5956 | 2025.02.28 11:13:06.383543 [ 256 ] {2c05d11f-13c6-4995-aebd-a010846e79cf} <Debug> TCPHandler: Processed in 0.00188782 sec. | ||
| 5957 | 2025.02.28 11:13:06.383728 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5958 | 2025.02.28 11:13:06.383863 [ 5 ] {82d6ce01-f6f0-4ee1-a0e6-4d9bd2b1cd17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5959 | 2025.02.28 11:13:06.383952 [ 5 ] {82d6ce01-f6f0-4ee1-a0e6-4d9bd2b1cd17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5960 | 2025.02.28 11:13:06.385155 [ 5 ] {82d6ce01-f6f0-4ee1-a0e6-4d9bd2b1cd17} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5961 | 2025.02.28 11:13:06.385198 [ 5 ] {82d6ce01-f6f0-4ee1-a0e6-4d9bd2b1cd17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5962 | 2025.02.28 11:13:06.385902 [ 5 ] {82d6ce01-f6f0-4ee1-a0e6-4d9bd2b1cd17} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5963 | 2025.02.28 11:13:06.386172 [ 5 ] {82d6ce01-f6f0-4ee1-a0e6-4d9bd2b1cd17} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5964 | 2025.02.28 11:13:06.386419 [ 5 ] {82d6ce01-f6f0-4ee1-a0e6-4d9bd2b1cd17} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002585 sec., 8897.485493230173 rows/sec., 15.94 MiB/sec. | ||
| 5965 | 2025.02.28 11:13:06.386521 [ 5 ] {82d6ce01-f6f0-4ee1-a0e6-4d9bd2b1cd17} <Debug> TCPHandler: Processed in 0.002881672 sec. | ||
| 5966 | 2025.02.28 11:13:06.386700 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5967 | 2025.02.28 11:13:06.386826 [ 256 ] {9aa070b8-ef19-4c53-a2cf-5828b8009afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5968 | 2025.02.28 11:13:06.386881 [ 256 ] {9aa070b8-ef19-4c53-a2cf-5828b8009afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5969 | 2025.02.28 11:13:06.387411 [ 256 ] {9aa070b8-ef19-4c53-a2cf-5828b8009afd} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5970 | 2025.02.28 11:13:06.387450 [ 256 ] {9aa070b8-ef19-4c53-a2cf-5828b8009afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5971 | 2025.02.28 11:13:06.387874 [ 256 ] {9aa070b8-ef19-4c53-a2cf-5828b8009afd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5972 | 2025.02.28 11:13:06.388138 [ 256 ] {9aa070b8-ef19-4c53-a2cf-5828b8009afd} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5973 | 2025.02.28 11:13:06.388379 [ 256 ] {9aa070b8-ef19-4c53-a2cf-5828b8009afd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001573 sec., 38143.67450731087 rows/sec., 2.57 MiB/sec. | ||
| 5974 | 2025.02.28 11:13:06.388566 [ 256 ] {9aa070b8-ef19-4c53-a2cf-5828b8009afd} <Debug> TCPHandler: Processed in 0.001922922 sec. | ||
| 5975 | 2025.02.28 11:13:08.374022 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 5976 | 2025.02.28 11:13:08.374685 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5977 | 2025.02.28 11:13:08.374730 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5978 | 2025.02.28 11:13:08.375303 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5979 | 2025.02.28 11:13:08.375563 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5980 | 2025.02.28 11:13:08.375840 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 5981 | 2025.02.28 11:13:09.421850 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 5982 | 2025.02.28 11:13:09.442274 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2025.02.28 11:13:09.442338 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5984 | 2025.02.28 11:13:09.449459 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5985 | 2025.02.28 11:13:09.450264 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2025.02.28 11:13:09.454668 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 5987 | 2025.02.28 11:13:10.930767 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 810 | ||
| 5988 | 2025.02.28 11:13:10.933715 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5989 | 2025.02.28 11:13:10.933756 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5990 | 2025.02.28 11:13:10.935229 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5991 | 2025.02.28 11:13:10.935559 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5992 | 2025.02.28 11:13:10.937019 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 810 | ||
| 5993 | 2025.02.28 11:13:11.371706 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5994 | 2025.02.28 11:13:11.371905 [ 256 ] {37284cf0-3815-4c27-84da-e420bbe09c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5995 | 2025.02.28 11:13:11.371981 [ 256 ] {37284cf0-3815-4c27-84da-e420bbe09c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5996 | 2025.02.28 11:13:11.372792 [ 256 ] {37284cf0-3815-4c27-84da-e420bbe09c0e} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5997 | 2025.02.28 11:13:11.372838 [ 256 ] {37284cf0-3815-4c27-84da-e420bbe09c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5998 | 2025.02.28 11:13:11.373303 [ 256 ] {37284cf0-3815-4c27-84da-e420bbe09c0e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5999 | 2025.02.28 11:13:11.373565 [ 256 ] {37284cf0-3815-4c27-84da-e420bbe09c0e} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6000 | 2025.02.28 11:13:11.373721 [ 128 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6001 | 2025.02.28 11:13:11.373764 [ 128 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6002 | 2025.02.28 11:13:11.373775 [ 256 ] {37284cf0-3815-4c27-84da-e420bbe09c0e} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001923 sec., 46801.872074882995 rows/sec., 3.91 MiB/sec. | ||
| 6003 | 2025.02.28 11:13:11.373790 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6004 | 2025.02.28 11:13:11.373865 [ 256 ] {37284cf0-3815-4c27-84da-e420bbe09c0e} <Debug> TCPHandler: Processed in 0.002291559 sec. | ||
| 6005 | 2025.02.28 11:13:11.374136 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 6006 | 2025.02.28 11:13:11.374308 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6007 | 2025.02.28 11:13:11.374620 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6008 | 2025.02.28 11:13:11.374770 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1968 rows starting from the beginning of the part | ||
| 6009 | 2025.02.28 11:13:11.374917 [ 5 ] {b9283ee9-6ffc-4399-b846-78315d065a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6010 | 2025.02.28 11:13:11.375016 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
| 6011 | 2025.02.28 11:13:11.375177 [ 5 ] {b9283ee9-6ffc-4399-b846-78315d065a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6012 | 2025.02.28 11:13:11.375323 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 102 rows starting from the beginning of the part | ||
| 6013 | 2025.02.28 11:13:11.375705 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 90 rows starting from the beginning of the part | ||
| 6014 | 2025.02.28 11:13:11.375952 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 103 rows starting from the beginning of the part | ||
| 6015 | 2025.02.28 11:13:11.376342 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 90 rows starting from the beginning of the part | ||
| 6016 | 2025.02.28 11:13:11.378061 [ 5 ] {b9283ee9-6ffc-4399-b846-78315d065a47} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6017 | 2025.02.28 11:13:11.378146 [ 5 ] {b9283ee9-6ffc-4399-b846-78315d065a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6018 | 2025.02.28 11:13:11.379192 [ 5 ] {b9283ee9-6ffc-4399-b846-78315d065a47} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6019 | 2025.02.28 11:13:11.379707 [ 5 ] {b9283ee9-6ffc-4399-b846-78315d065a47} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6020 | 2025.02.28 11:13:11.379929 [ 198 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.006027739 sec., 399652.3406205876 rows/sec., 34.44 MiB/sec. | ||
| 6021 | 2025.02.28 11:13:11.380001 [ 128 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6022 | 2025.02.28 11:13:11.380160 [ 128 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6023 | 2025.02.28 11:13:11.380163 [ 5 ] {b9283ee9-6ffc-4399-b846-78315d065a47} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.005353 sec., 3175.7892770409117 rows/sec., 238.80 KiB/sec. | ||
| 6024 | 2025.02.28 11:13:11.380195 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6025 | 2025.02.28 11:13:11.380619 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 6026 | 2025.02.28 11:13:11.380652 [ 198 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6027 | 2025.02.28 11:13:11.381168 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6028 | 2025.02.28 11:13:11.380745 [ 5 ] {b9283ee9-6ffc-4399-b846-78315d065a47} <Debug> TCPHandler: Processed in 0.006712874 sec. | ||
| 6029 | 2025.02.28 11:13:11.381309 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 178 rows starting from the beginning of the part | ||
| 6030 | 2025.02.28 11:13:11.381649 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6031 | 2025.02.28 11:13:11.381745 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part | ||
| 6032 | 2025.02.28 11:13:11.382219 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part | ||
| 6033 | 2025.02.28 11:13:11.382304 [ 256 ] {bb9a70c0-476a-451f-95eb-d82d3d13d250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6034 | 2025.02.28 11:13:11.382530 [ 256 ] {bb9a70c0-476a-451f-95eb-d82d3d13d250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6035 | 2025.02.28 11:13:11.382651 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 17 rows starting from the beginning of the part | ||
| 6036 | 2025.02.28 11:13:11.382860 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_46_9} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6037 | 2025.02.28 11:13:11.383172 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 25 rows starting from the beginning of the part | ||
| 6038 | 2025.02.28 11:13:11.383548 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 17 rows starting from the beginning of the part | ||
| 6039 | 2025.02.28 11:13:11.384311 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_46_9} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6040 | 2025.02.28 11:13:11.384718 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 6041 | 2025.02.28 11:13:11.385868 [ 256 ] {bb9a70c0-476a-451f-95eb-d82d3d13d250} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2025.02.28 11:13:11.385951 [ 256 ] {bb9a70c0-476a-451f-95eb-d82d3d13d250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6043 | 2025.02.28 11:13:11.386976 [ 198 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 293 rows, containing 5 columns (5 merged, 0 gathered) in 0.006622312 sec., 44244.36661999616 rows/sec., 3.18 MiB/sec. | ||
| 6044 | 2025.02.28 11:13:11.386988 [ 256 ] {bb9a70c0-476a-451f-95eb-d82d3d13d250} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6045 | 2025.02.28 11:13:11.387217 [ 187 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6046 | 2025.02.28 11:13:11.387424 [ 256 ] {bb9a70c0-476a-451f-95eb-d82d3d13d250} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6047 | 2025.02.28 11:13:11.387644 [ 128 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6048 | 2025.02.28 11:13:11.387715 [ 128 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6049 | 2025.02.28 11:13:11.387768 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6050 | 2025.02.28 11:13:11.387871 [ 200 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_41_8} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6051 | 2025.02.28 11:13:11.387961 [ 256 ] {bb9a70c0-476a-451f-95eb-d82d3d13d250} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.005768 sec., 14042.995839112345 rows/sec., 1.10 MiB/sec. | ||
| 6052 | 2025.02.28 11:13:11.388399 [ 187 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 6053 | 2025.02.28 11:13:11.388485 [ 200 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_41_8} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6054 | 2025.02.28 11:13:11.388596 [ 256 ] {bb9a70c0-476a-451f-95eb-d82d3d13d250} <Debug> TCPHandler: Processed in 0.007110432 sec. | ||
| 6055 | 2025.02.28 11:13:11.388950 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6056 | 2025.02.28 11:13:11.389170 [ 187 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6057 | 2025.02.28 11:13:11.389268 [ 187 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 952 rows starting from the beginning of the part | ||
| 6058 | 2025.02.28 11:13:11.389290 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6059 | 2025.02.28 11:13:11.389456 [ 187 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
| 6060 | 2025.02.28 11:13:11.389753 [ 187 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 87 rows starting from the beginning of the part | ||
| 6061 | 2025.02.28 11:13:11.389788 [ 5 ] {41119281-c204-47c0-bcf6-ae131ad9ca01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6062 | 2025.02.28 11:13:11.390053 [ 187 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 81 rows starting from the beginning of the part | ||
| 6063 | 2025.02.28 11:13:11.390147 [ 5 ] {41119281-c204-47c0-bcf6-ae131ad9ca01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6064 | 2025.02.28 11:13:11.390260 [ 187 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 89 rows starting from the beginning of the part | ||
| 6065 | 2025.02.28 11:13:11.390581 [ 187 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 81 rows starting from the beginning of the part | ||
| 6066 | 2025.02.28 11:13:11.392438 [ 5 ] {41119281-c204-47c0-bcf6-ae131ad9ca01} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6067 | 2025.02.28 11:13:11.392509 [ 5 ] {41119281-c204-47c0-bcf6-ae131ad9ca01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6068 | 2025.02.28 11:13:11.393397 [ 5 ] {41119281-c204-47c0-bcf6-ae131ad9ca01} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6069 | 2025.02.28 11:13:11.393654 [ 198 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1354 rows, containing 5 columns (5 merged, 0 gathered) in 0.005742753 sec., 235775.41990749037 rows/sec., 18.51 MiB/sec. | ||
| 6070 | 2025.02.28 11:13:11.393856 [ 5 ] {41119281-c204-47c0-bcf6-ae131ad9ca01} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6071 | 2025.02.28 11:13:11.393960 [ 198 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6072 | 2025.02.28 11:13:11.394297 [ 5 ] {41119281-c204-47c0-bcf6-ae131ad9ca01} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0047 sec., 34042.55319148936 rows/sec., 2.37 MiB/sec. | ||
| 6073 | 2025.02.28 11:13:11.394474 [ 5 ] {41119281-c204-47c0-bcf6-ae131ad9ca01} <Debug> TCPHandler: Processed in 0.005700382 sec. | ||
| 6074 | 2025.02.28 11:13:11.394663 [ 200 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_46_9} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6075 | 2025.02.28 11:13:11.394689 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2025.02.28 11:13:11.394768 [ 200 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_46_9} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6077 | 2025.02.28 11:13:11.394871 [ 256 ] {936171dc-0881-4bee-b18a-f9837f60111d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6078 | 2025.02.28 11:13:11.394888 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 6079 | 2025.02.28 11:13:11.394970 [ 256 ] {936171dc-0881-4bee-b18a-f9837f60111d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6080 | 2025.02.28 11:13:11.396186 [ 256 ] {936171dc-0881-4bee-b18a-f9837f60111d} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6081 | 2025.02.28 11:13:11.396224 [ 256 ] {936171dc-0881-4bee-b18a-f9837f60111d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6082 | 2025.02.28 11:13:11.396903 [ 256 ] {936171dc-0881-4bee-b18a-f9837f60111d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6083 | 2025.02.28 11:13:11.397183 [ 256 ] {936171dc-0881-4bee-b18a-f9837f60111d} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6084 | 2025.02.28 11:13:11.397400 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6085 | 2025.02.28 11:13:11.397472 [ 256 ] {936171dc-0881-4bee-b18a-f9837f60111d} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002656 sec., 6400.6024096385545 rows/sec., 11.47 MiB/sec. | ||
| 6086 | 2025.02.28 11:13:11.397493 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6087 | 2025.02.28 11:13:11.397596 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6088 | 2025.02.28 11:13:11.397807 [ 256 ] {936171dc-0881-4bee-b18a-f9837f60111d} <Debug> TCPHandler: Processed in 0.003213859 sec. | ||
| 6089 | 2025.02.28 11:13:11.398104 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 6090 | 2025.02.28 11:13:11.398157 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6091 | 2025.02.28 11:13:11.398464 [ 5 ] {ab3400b5-2e1b-4b5b-a090-e60c39bfc1f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6092 | 2025.02.28 11:13:11.398599 [ 5 ] {ab3400b5-2e1b-4b5b-a090-e60c39bfc1f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6093 | 2025.02.28 11:13:11.399024 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6094 | 2025.02.28 11:13:11.399288 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 696 rows starting from the beginning of the part | ||
| 6095 | 2025.02.28 11:13:11.400004 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 17 rows starting from the beginning of the part | ||
| 6096 | 2025.02.28 11:13:11.400731 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part | ||
| 6097 | 2025.02.28 11:13:11.400804 [ 5 ] {ab3400b5-2e1b-4b5b-a090-e60c39bfc1f1} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6098 | 2025.02.28 11:13:11.400874 [ 5 ] {ab3400b5-2e1b-4b5b-a090-e60c39bfc1f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6099 | 2025.02.28 11:13:11.401373 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 17 rows starting from the beginning of the part | ||
| 6100 | 2025.02.28 11:13:11.402023 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 23 rows starting from the beginning of the part | ||
| 6101 | 2025.02.28 11:13:11.402508 [ 5 ] {ab3400b5-2e1b-4b5b-a090-e60c39bfc1f1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6102 | 2025.02.28 11:13:11.402590 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 17 rows starting from the beginning of the part | ||
| 6103 | 2025.02.28 11:13:11.403315 [ 5 ] {ab3400b5-2e1b-4b5b-a090-e60c39bfc1f1} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6104 | 2025.02.28 11:13:11.404035 [ 5 ] {ab3400b5-2e1b-4b5b-a090-e60c39bfc1f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005648 sec., 10623.229461756373 rows/sec., 733.11 KiB/sec. | ||
| 6105 | 2025.02.28 11:13:11.404491 [ 5 ] {ab3400b5-2e1b-4b5b-a090-e60c39bfc1f1} <Debug> TCPHandler: Processed in 0.00654549 sec. | ||
| 6106 | 2025.02.28 11:13:11.422979 [ 193 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 793 rows, containing 19 columns (19 merged, 0 gathered) in 0.025168429 sec., 31507.727399274703 rows/sec., 56.46 MiB/sec. | ||
| 6107 | 2025.02.28 11:13:11.424622 [ 193 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6108 | 2025.02.28 11:13:11.425061 [ 193 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6109 | 2025.02.28 11:13:11.425147 [ 193 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6110 | 2025.02.28 11:13:11.425331 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. | ||
| 6111 | 2025.02.28 11:13:12.001255 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.48 MiB, peak 208.89 MiB, free memory in arenas 0.00 B, will set to 203.28 MiB (RSS), difference: 2.80 MiB | ||
| 6112 | 2025.02.28 11:13:15.763981 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6113 | 2025.02.28 11:13:15.764078 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6114 | 2025.02.28 11:13:15.875984 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6115 | 2025.02.28 11:13:15.876678 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6116 | 2025.02.28 11:13:15.876721 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6117 | 2025.02.28 11:13:15.877253 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6118 | 2025.02.28 11:13:15.877512 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6119 | 2025.02.28 11:13:15.877711 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6120 | 2025.02.28 11:13:16.372255 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6121 | 2025.02.28 11:13:16.372445 [ 256 ] {2b38403e-a807-4cf0-83ff-5e2297608bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6122 | 2025.02.28 11:13:16.372519 [ 256 ] {2b38403e-a807-4cf0-83ff-5e2297608bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6123 | 2025.02.28 11:13:16.373338 [ 256 ] {2b38403e-a807-4cf0-83ff-5e2297608bd6} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6124 | 2025.02.28 11:13:16.373387 [ 256 ] {2b38403e-a807-4cf0-83ff-5e2297608bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6125 | 2025.02.28 11:13:16.373843 [ 256 ] {2b38403e-a807-4cf0-83ff-5e2297608bd6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6126 | 2025.02.28 11:13:16.374104 [ 256 ] {2b38403e-a807-4cf0-83ff-5e2297608bd6} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6127 | 2025.02.28 11:13:16.374351 [ 256 ] {2b38403e-a807-4cf0-83ff-5e2297608bd6} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001959 sec., 52067.38131699847 rows/sec., 4.35 MiB/sec. | ||
| 6128 | 2025.02.28 11:13:16.374415 [ 256 ] {2b38403e-a807-4cf0-83ff-5e2297608bd6} <Debug> TCPHandler: Processed in 0.002288609 sec. | ||
| 6129 | 2025.02.28 11:13:16.374680 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6130 | 2025.02.28 11:13:16.374871 [ 5 ] {d4ea1357-b0af-45c5-8ad0-3a93709bb5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6131 | 2025.02.28 11:13:16.374946 [ 5 ] {d4ea1357-b0af-45c5-8ad0-3a93709bb5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6132 | 2025.02.28 11:13:16.375702 [ 5 ] {d4ea1357-b0af-45c5-8ad0-3a93709bb5ee} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6133 | 2025.02.28 11:13:16.375761 [ 5 ] {d4ea1357-b0af-45c5-8ad0-3a93709bb5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6134 | 2025.02.28 11:13:16.376181 [ 5 ] {d4ea1357-b0af-45c5-8ad0-3a93709bb5ee} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6135 | 2025.02.28 11:13:16.376466 [ 5 ] {d4ea1357-b0af-45c5-8ad0-3a93709bb5ee} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6136 | 2025.02.28 11:13:16.376698 [ 5 ] {d4ea1357-b0af-45c5-8ad0-3a93709bb5ee} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001882 sec., 12221.041445270988 rows/sec., 918.97 KiB/sec. | ||
| 6137 | 2025.02.28 11:13:16.376756 [ 5 ] {d4ea1357-b0af-45c5-8ad0-3a93709bb5ee} <Debug> TCPHandler: Processed in 0.002213618 sec. | ||
| 6138 | 2025.02.28 11:13:16.376918 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6139 | 2025.02.28 11:13:16.377044 [ 256 ] {55b2b12e-5b29-4525-bd8b-ca11bb4a47b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6140 | 2025.02.28 11:13:16.377097 [ 256 ] {55b2b12e-5b29-4525-bd8b-ca11bb4a47b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6141 | 2025.02.28 11:13:16.377829 [ 256 ] {55b2b12e-5b29-4525-bd8b-ca11bb4a47b1} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6142 | 2025.02.28 11:13:16.377884 [ 256 ] {55b2b12e-5b29-4525-bd8b-ca11bb4a47b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6143 | 2025.02.28 11:13:16.378359 [ 256 ] {55b2b12e-5b29-4525-bd8b-ca11bb4a47b1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6144 | 2025.02.28 11:13:16.378628 [ 256 ] {55b2b12e-5b29-4525-bd8b-ca11bb4a47b1} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6145 | 2025.02.28 11:13:16.378848 [ 256 ] {55b2b12e-5b29-4525-bd8b-ca11bb4a47b1} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001833 sec., 47463.17512274959 rows/sec., 3.71 MiB/sec. | ||
| 6146 | 2025.02.28 11:13:16.378905 [ 256 ] {55b2b12e-5b29-4525-bd8b-ca11bb4a47b1} <Debug> TCPHandler: Processed in 0.002045994 sec. | ||
| 6147 | 2025.02.28 11:13:16.379057 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6148 | 2025.02.28 11:13:16.379176 [ 5 ] {d269e867-9364-43e8-a6e5-a83201f256d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6149 | 2025.02.28 11:13:16.379230 [ 5 ] {d269e867-9364-43e8-a6e5-a83201f256d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6150 | 2025.02.28 11:13:16.379833 [ 5 ] {d269e867-9364-43e8-a6e5-a83201f256d2} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6151 | 2025.02.28 11:13:16.379872 [ 5 ] {d269e867-9364-43e8-a6e5-a83201f256d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6152 | 2025.02.28 11:13:16.380274 [ 5 ] {d269e867-9364-43e8-a6e5-a83201f256d2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6153 | 2025.02.28 11:13:16.380519 [ 5 ] {d269e867-9364-43e8-a6e5-a83201f256d2} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6154 | 2025.02.28 11:13:16.380703 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6155 | 2025.02.28 11:13:16.380769 [ 5 ] {d269e867-9364-43e8-a6e5-a83201f256d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001614 sec., 99132.58983890954 rows/sec., 6.90 MiB/sec. | ||
| 6156 | 2025.02.28 11:13:16.380778 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6157 | 2025.02.28 11:13:16.380853 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6158 | 2025.02.28 11:13:16.380903 [ 5 ] {d269e867-9364-43e8-a6e5-a83201f256d2} <Debug> TCPHandler: Processed in 0.001902851 sec. | ||
| 6159 | 2025.02.28 11:13:16.381201 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6160 | 2025.02.28 11:13:16.381223 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 6161 | 2025.02.28 11:13:16.381635 [ 256 ] {68c4f7e8-d623-401d-8c97-93cb96cb244e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6162 | 2025.02.28 11:13:16.381895 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6163 | 2025.02.28 11:13:16.382061 [ 256 ] {68c4f7e8-d623-401d-8c97-93cb96cb244e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6164 | 2025.02.28 11:13:16.382078 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11293 rows starting from the beginning of the part | ||
| 6165 | 2025.02.28 11:13:16.382552 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 6166 | 2025.02.28 11:13:16.382958 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 6167 | 2025.02.28 11:13:16.383368 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 161 rows starting from the beginning of the part | ||
| 6168 | 2025.02.28 11:13:16.383736 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 6169 | 2025.02.28 11:13:16.384009 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 6170 | 2025.02.28 11:13:16.385911 [ 256 ] {68c4f7e8-d623-401d-8c97-93cb96cb244e} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6171 | 2025.02.28 11:13:16.385957 [ 256 ] {68c4f7e8-d623-401d-8c97-93cb96cb244e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6172 | 2025.02.28 11:13:16.386931 [ 256 ] {68c4f7e8-d623-401d-8c97-93cb96cb244e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6173 | 2025.02.28 11:13:16.387213 [ 256 ] {68c4f7e8-d623-401d-8c97-93cb96cb244e} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6174 | 2025.02.28 11:13:16.387520 [ 256 ] {68c4f7e8-d623-401d-8c97-93cb96cb244e} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006019 sec., 3821.2327629174283 rows/sec., 6.85 MiB/sec. | ||
| 6175 | 2025.02.28 11:13:16.388275 [ 256 ] {68c4f7e8-d623-401d-8c97-93cb96cb244e} <Debug> TCPHandler: Processed in 0.007231264 sec. | ||
| 6176 | 2025.02.28 11:13:16.388588 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6177 | 2025.02.28 11:13:16.388893 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12094 rows, containing 5 columns (5 merged, 0 gathered) in 0.007900929 sec., 1530706.0726656322 rows/sec., 104.88 MiB/sec. | ||
| 6178 | 2025.02.28 11:13:16.388903 [ 5 ] {acb7d2f0-bbe7-44d1-b2b1-82506b7b72fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6179 | 2025.02.28 11:13:16.388992 [ 5 ] {acb7d2f0-bbe7-44d1-b2b1-82506b7b72fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6180 | 2025.02.28 11:13:16.389265 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6181 | 2025.02.28 11:13:16.389770 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6182 | 2025.02.28 11:13:16.389869 [ 5 ] {acb7d2f0-bbe7-44d1-b2b1-82506b7b72fe} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6183 | 2025.02.28 11:13:16.389936 [ 5 ] {acb7d2f0-bbe7-44d1-b2b1-82506b7b72fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6184 | 2025.02.28 11:13:16.389937 [ 192 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6185 | 2025.02.28 11:13:16.390133 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 6186 | 2025.02.28 11:13:16.390459 [ 5 ] {acb7d2f0-bbe7-44d1-b2b1-82506b7b72fe} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6187 | 2025.02.28 11:13:16.390700 [ 5 ] {acb7d2f0-bbe7-44d1-b2b1-82506b7b72fe} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6188 | 2025.02.28 11:13:16.390984 [ 5 ] {acb7d2f0-bbe7-44d1-b2b1-82506b7b72fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002122 sec., 28275.21206409048 rows/sec., 1.91 MiB/sec. | ||
| 6189 | 2025.02.28 11:13:16.391124 [ 5 ] {acb7d2f0-bbe7-44d1-b2b1-82506b7b72fe} <Debug> TCPHandler: Processed in 0.002716659 sec. | ||
| 6190 | 2025.02.28 11:13:16.954747 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6191 | 2025.02.28 11:13:16.975287 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6192 | 2025.02.28 11:13:16.975348 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6193 | 2025.02.28 11:13:16.982852 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6194 | 2025.02.28 11:13:16.983679 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6195 | 2025.02.28 11:13:16.986750 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6196 | 2025.02.28 11:13:20.937206 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 834 | ||
| 6197 | 2025.02.28 11:13:20.940098 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6198 | 2025.02.28 11:13:20.940148 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6199 | 2025.02.28 11:13:20.941594 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6200 | 2025.02.28 11:13:20.941898 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6201 | 2025.02.28 11:13:20.942475 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 834 | ||
| 6202 | 2025.02.28 11:13:21.403617 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6203 | 2025.02.28 11:13:21.403803 [ 256 ] {6af647eb-2635-449b-a2d5-299cf19aa87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6204 | 2025.02.28 11:13:21.403873 [ 256 ] {6af647eb-2635-449b-a2d5-299cf19aa87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6205 | 2025.02.28 11:13:21.404627 [ 256 ] {6af647eb-2635-449b-a2d5-299cf19aa87b} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6206 | 2025.02.28 11:13:21.404667 [ 256 ] {6af647eb-2635-449b-a2d5-299cf19aa87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6207 | 2025.02.28 11:13:21.405098 [ 256 ] {6af647eb-2635-449b-a2d5-299cf19aa87b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6208 | 2025.02.28 11:13:21.405360 [ 256 ] {6af647eb-2635-449b-a2d5-299cf19aa87b} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6209 | 2025.02.28 11:13:21.405560 [ 256 ] {6af647eb-2635-449b-a2d5-299cf19aa87b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001809 sec., 13266.998341625207 rows/sec., 1.10 MiB/sec. | ||
| 6210 | 2025.02.28 11:13:21.405650 [ 256 ] {6af647eb-2635-449b-a2d5-299cf19aa87b} <Debug> TCPHandler: Processed in 0.002157596 sec. | ||
| 6211 | 2025.02.28 11:13:21.405911 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6212 | 2025.02.28 11:13:21.406101 [ 5 ] {dfd62b5b-78af-447f-a931-cc0db4787aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6213 | 2025.02.28 11:13:21.406175 [ 5 ] {dfd62b5b-78af-447f-a931-cc0db4787aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6214 | 2025.02.28 11:13:21.407279 [ 5 ] {dfd62b5b-78af-447f-a931-cc0db4787aef} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6215 | 2025.02.28 11:13:21.407355 [ 5 ] {dfd62b5b-78af-447f-a931-cc0db4787aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6216 | 2025.02.28 11:13:21.407801 [ 5 ] {dfd62b5b-78af-447f-a931-cc0db4787aef} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6217 | 2025.02.28 11:13:21.408073 [ 5 ] {dfd62b5b-78af-447f-a931-cc0db4787aef} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6218 | 2025.02.28 11:13:21.408408 [ 5 ] {dfd62b5b-78af-447f-a931-cc0db4787aef} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002331 sec., 4290.00429000429 rows/sec., 349.82 KiB/sec. | ||
| 6219 | 2025.02.28 11:13:21.408548 [ 5 ] {dfd62b5b-78af-447f-a931-cc0db4787aef} <Debug> TCPHandler: Processed in 0.00277229 sec. | ||
| 6220 | 2025.02.28 11:13:21.408728 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6221 | 2025.02.28 11:13:21.408867 [ 256 ] {dbf4a417-c45f-4357-aba7-5241c53c5292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6222 | 2025.02.28 11:13:21.408926 [ 256 ] {dbf4a417-c45f-4357-aba7-5241c53c5292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6223 | 2025.02.28 11:13:21.410118 [ 256 ] {dbf4a417-c45f-4357-aba7-5241c53c5292} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6224 | 2025.02.28 11:13:21.410155 [ 256 ] {dbf4a417-c45f-4357-aba7-5241c53c5292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6225 | 2025.02.28 11:13:21.410596 [ 256 ] {dbf4a417-c45f-4357-aba7-5241c53c5292} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6226 | 2025.02.28 11:13:21.410843 [ 256 ] {dbf4a417-c45f-4357-aba7-5241c53c5292} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6227 | 2025.02.28 11:13:21.411021 [ 256 ] {dbf4a417-c45f-4357-aba7-5241c53c5292} <Debug> executeQuery: Read 1355 rows, 116.10 KiB in 0.002185 sec., 620137.2997711671 rows/sec., 51.89 MiB/sec. | ||
| 6228 | 2025.02.28 11:13:21.411072 [ 256 ] {dbf4a417-c45f-4357-aba7-5241c53c5292} <Debug> TCPHandler: Processed in 0.002414192 sec. | ||
| 6229 | 2025.02.28 11:13:21.411229 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6230 | 2025.02.28 11:13:21.411350 [ 5 ] {d43725ba-63f0-4735-ba8f-c43943bbb506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6231 | 2025.02.28 11:13:21.411402 [ 5 ] {d43725ba-63f0-4735-ba8f-c43943bbb506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6232 | 2025.02.28 11:13:21.411992 [ 5 ] {d43725ba-63f0-4735-ba8f-c43943bbb506} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6233 | 2025.02.28 11:13:21.412033 [ 5 ] {d43725ba-63f0-4735-ba8f-c43943bbb506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6234 | 2025.02.28 11:13:21.412406 [ 5 ] {d43725ba-63f0-4735-ba8f-c43943bbb506} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6235 | 2025.02.28 11:13:21.412646 [ 5 ] {d43725ba-63f0-4735-ba8f-c43943bbb506} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6236 | 2025.02.28 11:13:21.412888 [ 5 ] {d43725ba-63f0-4735-ba8f-c43943bbb506} <Debug> executeQuery: Read 39 rows, 2.94 KiB in 0.001551 sec., 25145.067698259187 rows/sec., 1.85 MiB/sec. | ||
| 6237 | 2025.02.28 11:13:21.412954 [ 5 ] {d43725ba-63f0-4735-ba8f-c43943bbb506} <Debug> TCPHandler: Processed in 0.001784688 sec. | ||
| 6238 | 2025.02.28 11:13:21.413185 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6239 | 2025.02.28 11:13:21.413403 [ 256 ] {74c718ea-2556-4a3c-bb07-4629084144a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6240 | 2025.02.28 11:13:21.413460 [ 256 ] {74c718ea-2556-4a3c-bb07-4629084144a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6241 | 2025.02.28 11:13:21.414123 [ 256 ] {74c718ea-2556-4a3c-bb07-4629084144a0} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6242 | 2025.02.28 11:13:21.414160 [ 256 ] {74c718ea-2556-4a3c-bb07-4629084144a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6243 | 2025.02.28 11:13:21.414530 [ 256 ] {74c718ea-2556-4a3c-bb07-4629084144a0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6244 | 2025.02.28 11:13:21.414768 [ 256 ] {74c718ea-2556-4a3c-bb07-4629084144a0} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6245 | 2025.02.28 11:13:21.414970 [ 256 ] {74c718ea-2556-4a3c-bb07-4629084144a0} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001602 sec., 157303.37078651687 rows/sec., 10.88 MiB/sec. | ||
| 6246 | 2025.02.28 11:13:21.415024 [ 256 ] {74c718ea-2556-4a3c-bb07-4629084144a0} <Debug> TCPHandler: Processed in 0.001978882 sec. | ||
| 6247 | 2025.02.28 11:13:21.415162 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6248 | 2025.02.28 11:13:21.415277 [ 5 ] {32358b84-d5d7-4c01-9427-7b898be3d6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6249 | 2025.02.28 11:13:21.415325 [ 5 ] {32358b84-d5d7-4c01-9427-7b898be3d6ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6250 | 2025.02.28 11:13:21.415889 [ 5 ] {32358b84-d5d7-4c01-9427-7b898be3d6ac} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6251 | 2025.02.28 11:13:21.415928 [ 5 ] {32358b84-d5d7-4c01-9427-7b898be3d6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6252 | 2025.02.28 11:13:21.416277 [ 5 ] {32358b84-d5d7-4c01-9427-7b898be3d6ac} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6253 | 2025.02.28 11:13:21.416522 [ 5 ] {32358b84-d5d7-4c01-9427-7b898be3d6ac} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6254 | 2025.02.28 11:13:21.416833 [ 5 ] {32358b84-d5d7-4c01-9427-7b898be3d6ac} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001557 sec., 7707.129094412331 rows/sec., 602.12 KiB/sec. | ||
| 6255 | 2025.02.28 11:13:21.416986 [ 5 ] {32358b84-d5d7-4c01-9427-7b898be3d6ac} <Debug> TCPHandler: Processed in 0.00188052 sec. | ||
| 6256 | 2025.02.28 11:13:21.417121 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6257 | 2025.02.28 11:13:21.417241 [ 256 ] {f1544d34-b508-492a-860e-720f6f4c759d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6258 | 2025.02.28 11:13:21.417290 [ 256 ] {f1544d34-b508-492a-860e-720f6f4c759d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6259 | 2025.02.28 11:13:21.418065 [ 256 ] {f1544d34-b508-492a-860e-720f6f4c759d} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6260 | 2025.02.28 11:13:21.418102 [ 256 ] {f1544d34-b508-492a-860e-720f6f4c759d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6261 | 2025.02.28 11:13:21.418485 [ 256 ] {f1544d34-b508-492a-860e-720f6f4c759d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6262 | 2025.02.28 11:13:21.418721 [ 256 ] {f1544d34-b508-492a-860e-720f6f4c759d} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6263 | 2025.02.28 11:13:21.418904 [ 256 ] {f1544d34-b508-492a-860e-720f6f4c759d} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001688 sec., 345379.1469194313 rows/sec., 25.94 MiB/sec. | ||
| 6264 | 2025.02.28 11:13:21.419020 [ 256 ] {f1544d34-b508-492a-860e-720f6f4c759d} <Debug> TCPHandler: Processed in 0.001956102 sec. | ||
| 6265 | 2025.02.28 11:13:21.419185 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6266 | 2025.02.28 11:13:21.419299 [ 5 ] {bc2612f5-33e5-4c64-ada8-0116d5337e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6267 | 2025.02.28 11:13:21.419351 [ 5 ] {bc2612f5-33e5-4c64-ada8-0116d5337e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6268 | 2025.02.28 11:13:21.420142 [ 5 ] {bc2612f5-33e5-4c64-ada8-0116d5337e46} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6269 | 2025.02.28 11:13:21.420180 [ 5 ] {bc2612f5-33e5-4c64-ada8-0116d5337e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6270 | 2025.02.28 11:13:21.420622 [ 5 ] {bc2612f5-33e5-4c64-ada8-0116d5337e46} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6271 | 2025.02.28 11:13:21.420862 [ 5 ] {bc2612f5-33e5-4c64-ada8-0116d5337e46} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6272 | 2025.02.28 11:13:21.421065 [ 5 ] {bc2612f5-33e5-4c64-ada8-0116d5337e46} <Debug> executeQuery: Read 921 rows, 63.97 KiB in 0.00179 sec., 514525.1396648045 rows/sec., 34.90 MiB/sec. | ||
| 6273 | 2025.02.28 11:13:21.421119 [ 5 ] {bc2612f5-33e5-4c64-ada8-0116d5337e46} <Debug> TCPHandler: Processed in 0.002020073 sec. | ||
| 6274 | 2025.02.28 11:13:21.421281 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6275 | 2025.02.28 11:13:21.421419 [ 256 ] {69b7124d-0a0a-4e80-86f5-75841ed4bd6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6276 | 2025.02.28 11:13:21.421511 [ 256 ] {69b7124d-0a0a-4e80-86f5-75841ed4bd6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6277 | 2025.02.28 11:13:21.422632 [ 256 ] {69b7124d-0a0a-4e80-86f5-75841ed4bd6f} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6278 | 2025.02.28 11:13:21.422668 [ 256 ] {69b7124d-0a0a-4e80-86f5-75841ed4bd6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6279 | 2025.02.28 11:13:21.423304 [ 256 ] {69b7124d-0a0a-4e80-86f5-75841ed4bd6f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6280 | 2025.02.28 11:13:21.423567 [ 256 ] {69b7124d-0a0a-4e80-86f5-75841ed4bd6f} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6281 | 2025.02.28 11:13:21.423763 [ 256 ] {69b7124d-0a0a-4e80-86f5-75841ed4bd6f} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002376 sec., 7154.882154882154 rows/sec., 12.82 MiB/sec. | ||
| 6282 | 2025.02.28 11:13:21.423853 [ 256 ] {69b7124d-0a0a-4e80-86f5-75841ed4bd6f} <Debug> TCPHandler: Processed in 0.002640896 sec. | ||
| 6283 | 2025.02.28 11:13:21.424006 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6284 | 2025.02.28 11:13:21.424143 [ 5 ] {67656183-3db8-4a59-98ef-af42510e29d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6285 | 2025.02.28 11:13:21.424201 [ 5 ] {67656183-3db8-4a59-98ef-af42510e29d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6286 | 2025.02.28 11:13:21.424734 [ 5 ] {67656183-3db8-4a59-98ef-af42510e29d4} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6287 | 2025.02.28 11:13:21.424772 [ 5 ] {67656183-3db8-4a59-98ef-af42510e29d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6288 | 2025.02.28 11:13:21.425146 [ 5 ] {67656183-3db8-4a59-98ef-af42510e29d4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6289 | 2025.02.28 11:13:21.425383 [ 5 ] {67656183-3db8-4a59-98ef-af42510e29d4} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6290 | 2025.02.28 11:13:21.425535 [ 116 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6291 | 2025.02.28 11:13:21.425598 [ 116 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6292 | 2025.02.28 11:13:21.425611 [ 5 ] {67656183-3db8-4a59-98ef-af42510e29d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec. | ||
| 6293 | 2025.02.28 11:13:21.425637 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6294 | 2025.02.28 11:13:21.425732 [ 5 ] {67656183-3db8-4a59-98ef-af42510e29d4} <Debug> TCPHandler: Processed in 0.001794048 sec. | ||
| 6295 | 2025.02.28 11:13:21.425991 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 6296 | 2025.02.28 11:13:21.426451 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6297 | 2025.02.28 11:13:21.426564 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1868 rows starting from the beginning of the part | ||
| 6298 | 2025.02.28 11:13:21.426824 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 6299 | 2025.02.28 11:13:21.426981 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 6300 | 2025.02.28 11:13:21.427147 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 6301 | 2025.02.28 11:13:21.427351 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 6302 | 2025.02.28 11:13:21.427433 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 6303 | 2025.02.28 11:13:21.428760 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2168 rows, containing 4 columns (4 merged, 0 gathered) in 0.002994234 sec., 724058.3067322059 rows/sec., 48.22 MiB/sec. | ||
| 6304 | 2025.02.28 11:13:21.428967 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6305 | 2025.02.28 11:13:21.429230 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_46_9} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6306 | 2025.02.28 11:13:21.429301 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_46_9} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6307 | 2025.02.28 11:13:21.429372 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 6308 | 2025.02.28 11:13:23.377852 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 6309 | 2025.02.28 11:13:23.378578 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6310 | 2025.02.28 11:13:23.378618 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6311 | 2025.02.28 11:13:23.379173 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6312 | 2025.02.28 11:13:23.379442 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6313 | 2025.02.28 11:13:23.379626 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 6314 | 2025.02.28 11:13:24.486835 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6315 | 2025.02.28 11:13:24.508513 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6316 | 2025.02.28 11:13:24.508584 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6317 | 2025.02.28 11:13:24.515866 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6318 | 2025.02.28 11:13:24.516622 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6319 | 2025.02.28 11:13:24.519533 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6320 | 2025.02.28 11:13:26.372941 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6321 | 2025.02.28 11:13:26.373140 [ 256 ] {c7cff51d-4fba-49cc-9081-27a9b517b340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6322 | 2025.02.28 11:13:26.373210 [ 256 ] {c7cff51d-4fba-49cc-9081-27a9b517b340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6323 | 2025.02.28 11:13:26.373972 [ 256 ] {c7cff51d-4fba-49cc-9081-27a9b517b340} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6324 | 2025.02.28 11:13:26.374016 [ 256 ] {c7cff51d-4fba-49cc-9081-27a9b517b340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6325 | 2025.02.28 11:13:26.374455 [ 256 ] {c7cff51d-4fba-49cc-9081-27a9b517b340} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6326 | 2025.02.28 11:13:26.374703 [ 256 ] {c7cff51d-4fba-49cc-9081-27a9b517b340} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6327 | 2025.02.28 11:13:26.374926 [ 256 ] {c7cff51d-4fba-49cc-9081-27a9b517b340} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.00183 sec., 55737.70491803279 rows/sec., 4.65 MiB/sec. | ||
| 6328 | 2025.02.28 11:13:26.375038 [ 256 ] {c7cff51d-4fba-49cc-9081-27a9b517b340} <Debug> TCPHandler: Processed in 0.002226697 sec. | ||
| 6329 | 2025.02.28 11:13:26.375365 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6330 | 2025.02.28 11:13:26.375555 [ 5 ] {232ceb7b-b773-4ec6-a479-ab717316e670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6331 | 2025.02.28 11:13:26.375629 [ 5 ] {232ceb7b-b773-4ec6-a479-ab717316e670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6332 | 2025.02.28 11:13:26.376373 [ 5 ] {232ceb7b-b773-4ec6-a479-ab717316e670} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6333 | 2025.02.28 11:13:26.376423 [ 5 ] {232ceb7b-b773-4ec6-a479-ab717316e670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6334 | 2025.02.28 11:13:26.376853 [ 5 ] {232ceb7b-b773-4ec6-a479-ab717316e670} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6335 | 2025.02.28 11:13:26.377111 [ 5 ] {232ceb7b-b773-4ec6-a479-ab717316e670} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6336 | 2025.02.28 11:13:26.377342 [ 5 ] {232ceb7b-b773-4ec6-a479-ab717316e670} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001839 sec., 12506.797172376291 rows/sec., 940.45 KiB/sec. | ||
| 6337 | 2025.02.28 11:13:26.377408 [ 5 ] {232ceb7b-b773-4ec6-a479-ab717316e670} <Debug> TCPHandler: Processed in 0.002244468 sec. | ||
| 6338 | 2025.02.28 11:13:26.377560 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6339 | 2025.02.28 11:13:26.377705 [ 256 ] {3edf660a-f84a-4aa1-87bd-a79b7fef3973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6340 | 2025.02.28 11:13:26.377765 [ 256 ] {3edf660a-f84a-4aa1-87bd-a79b7fef3973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6341 | 2025.02.28 11:13:26.378492 [ 256 ] {3edf660a-f84a-4aa1-87bd-a79b7fef3973} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6342 | 2025.02.28 11:13:26.378539 [ 256 ] {3edf660a-f84a-4aa1-87bd-a79b7fef3973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6343 | 2025.02.28 11:13:26.378945 [ 256 ] {3edf660a-f84a-4aa1-87bd-a79b7fef3973} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6344 | 2025.02.28 11:13:26.379183 [ 256 ] {3edf660a-f84a-4aa1-87bd-a79b7fef3973} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6345 | 2025.02.28 11:13:26.379380 [ 256 ] {3edf660a-f84a-4aa1-87bd-a79b7fef3973} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001708 sec., 50936.768149882904 rows/sec., 3.98 MiB/sec. | ||
| 6346 | 2025.02.28 11:13:26.379448 [ 256 ] {3edf660a-f84a-4aa1-87bd-a79b7fef3973} <Debug> TCPHandler: Processed in 0.001957292 sec. | ||
| 6347 | 2025.02.28 11:13:26.379645 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6348 | 2025.02.28 11:13:26.379800 [ 5 ] {85b8a7e6-5abc-41e3-9c4a-b390d7f4d44d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6349 | 2025.02.28 11:13:26.379855 [ 5 ] {85b8a7e6-5abc-41e3-9c4a-b390d7f4d44d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6350 | 2025.02.28 11:13:26.380427 [ 5 ] {85b8a7e6-5abc-41e3-9c4a-b390d7f4d44d} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6351 | 2025.02.28 11:13:26.380468 [ 5 ] {85b8a7e6-5abc-41e3-9c4a-b390d7f4d44d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6352 | 2025.02.28 11:13:26.380878 [ 5 ] {85b8a7e6-5abc-41e3-9c4a-b390d7f4d44d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6353 | 2025.02.28 11:13:26.381119 [ 5 ] {85b8a7e6-5abc-41e3-9c4a-b390d7f4d44d} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6354 | 2025.02.28 11:13:26.381333 [ 5 ] {85b8a7e6-5abc-41e3-9c4a-b390d7f4d44d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
| 6355 | 2025.02.28 11:13:26.381388 [ 5 ] {85b8a7e6-5abc-41e3-9c4a-b390d7f4d44d} <Debug> TCPHandler: Processed in 0.00186512 sec. | ||
| 6356 | 2025.02.28 11:13:26.381518 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6357 | 2025.02.28 11:13:26.381637 [ 256 ] {c6c7b153-b8bb-4ed3-b19e-f227bb659d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6358 | 2025.02.28 11:13:26.381721 [ 256 ] {c6c7b153-b8bb-4ed3-b19e-f227bb659d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6359 | 2025.02.28 11:13:26.382997 [ 256 ] {c6c7b153-b8bb-4ed3-b19e-f227bb659d93} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6360 | 2025.02.28 11:13:26.383036 [ 256 ] {c6c7b153-b8bb-4ed3-b19e-f227bb659d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6361 | 2025.02.28 11:13:26.383669 [ 256 ] {c6c7b153-b8bb-4ed3-b19e-f227bb659d93} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6362 | 2025.02.28 11:13:26.383932 [ 256 ] {c6c7b153-b8bb-4ed3-b19e-f227bb659d93} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6363 | 2025.02.28 11:13:26.384200 [ 256 ] {c6c7b153-b8bb-4ed3-b19e-f227bb659d93} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002587 sec., 8890.60688055663 rows/sec., 15.93 MiB/sec. | ||
| 6364 | 2025.02.28 11:13:26.384313 [ 256 ] {c6c7b153-b8bb-4ed3-b19e-f227bb659d93} <Debug> TCPHandler: Processed in 0.002850651 sec. | ||
| 6365 | 2025.02.28 11:13:26.384457 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6366 | 2025.02.28 11:13:26.384600 [ 5 ] {4cf53b00-8927-40f6-93c5-d374d41a8043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6367 | 2025.02.28 11:13:26.384662 [ 5 ] {4cf53b00-8927-40f6-93c5-d374d41a8043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6368 | 2025.02.28 11:13:26.385162 [ 5 ] {4cf53b00-8927-40f6-93c5-d374d41a8043} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6369 | 2025.02.28 11:13:26.385201 [ 5 ] {4cf53b00-8927-40f6-93c5-d374d41a8043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6370 | 2025.02.28 11:13:26.385583 [ 5 ] {4cf53b00-8927-40f6-93c5-d374d41a8043} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6371 | 2025.02.28 11:13:26.385818 [ 5 ] {4cf53b00-8927-40f6-93c5-d374d41a8043} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6372 | 2025.02.28 11:13:26.386020 [ 5 ] {4cf53b00-8927-40f6-93c5-d374d41a8043} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec. | ||
| 6373 | 2025.02.28 11:13:26.386071 [ 5 ] {4cf53b00-8927-40f6-93c5-d374d41a8043} <Debug> TCPHandler: Processed in 0.001681507 sec. | ||
| 6374 | 2025.02.28 11:13:30.764131 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6375 | 2025.02.28 11:13:30.764230 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6376 | 2025.02.28 11:13:30.879782 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 6377 | 2025.02.28 11:13:30.880921 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6378 | 2025.02.28 11:13:30.881022 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6379 | 2025.02.28 11:13:30.881771 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6380 | 2025.02.28 11:13:30.882038 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6381 | 2025.02.28 11:13:30.882287 [ 107 ] {} <Debug> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6382 | 2025.02.28 11:13:30.882339 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 6383 | 2025.02.28 11:13:30.882395 [ 107 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6384 | 2025.02.28 11:13:30.882443 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6385 | 2025.02.28 11:13:30.882613 [ 196 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 6386 | 2025.02.28 11:13:30.882785 [ 196 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6387 | 2025.02.28 11:13:30.882834 [ 196 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 6388 | 2025.02.28 11:13:30.882921 [ 196 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 6389 | 2025.02.28 11:13:30.883131 [ 196 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 6390 | 2025.02.28 11:13:30.883361 [ 196 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 6391 | 2025.02.28 11:13:30.883572 [ 196 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 6392 | 2025.02.28 11:13:30.883791 [ 196 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 6393 | 2025.02.28 11:13:30.886511 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003967614 sec., 4166483.9371975195 rows/sec., 59.60 MiB/sec. | ||
| 6394 | 2025.02.28 11:13:30.886682 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6395 | 2025.02.28 11:13:30.887057 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_36_7} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6396 | 2025.02.28 11:13:30.887179 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_36_7} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6397 | 2025.02.28 11:13:30.887431 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6398 | 2025.02.28 11:13:30.942636 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 866 | ||
| 6399 | 2025.02.28 11:13:30.945743 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2025.02.28 11:13:30.945787 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6401 | 2025.02.28 11:13:30.947336 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6402 | 2025.02.28 11:13:30.947663 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6403 | 2025.02.28 11:13:30.948814 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 866 | ||
| 6404 | 2025.02.28 11:13:31.372723 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6405 | 2025.02.28 11:13:31.372919 [ 256 ] {26ce1450-574d-44ff-b4d4-5f113710582c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6406 | 2025.02.28 11:13:31.372993 [ 256 ] {26ce1450-574d-44ff-b4d4-5f113710582c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6407 | 2025.02.28 11:13:31.373823 [ 256 ] {26ce1450-574d-44ff-b4d4-5f113710582c} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6408 | 2025.02.28 11:13:31.373872 [ 256 ] {26ce1450-574d-44ff-b4d4-5f113710582c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6409 | 2025.02.28 11:13:31.374319 [ 256 ] {26ce1450-574d-44ff-b4d4-5f113710582c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6410 | 2025.02.28 11:13:31.374573 [ 256 ] {26ce1450-574d-44ff-b4d4-5f113710582c} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6411 | 2025.02.28 11:13:31.374820 [ 256 ] {26ce1450-574d-44ff-b4d4-5f113710582c} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001956 sec., 46012.26993865031 rows/sec., 3.85 MiB/sec. | ||
| 6412 | 2025.02.28 11:13:31.374891 [ 256 ] {26ce1450-574d-44ff-b4d4-5f113710582c} <Debug> TCPHandler: Processed in 0.002292239 sec. | ||
| 6413 | 2025.02.28 11:13:31.375149 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6414 | 2025.02.28 11:13:31.375342 [ 5 ] {94df3884-ea8d-4ce8-b512-6a0561d9bdb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6415 | 2025.02.28 11:13:31.375415 [ 5 ] {94df3884-ea8d-4ce8-b512-6a0561d9bdb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6416 | 2025.02.28 11:13:31.376147 [ 5 ] {94df3884-ea8d-4ce8-b512-6a0561d9bdb9} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6417 | 2025.02.28 11:13:31.376200 [ 5 ] {94df3884-ea8d-4ce8-b512-6a0561d9bdb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6418 | 2025.02.28 11:13:31.376643 [ 5 ] {94df3884-ea8d-4ce8-b512-6a0561d9bdb9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6419 | 2025.02.28 11:13:31.376912 [ 5 ] {94df3884-ea8d-4ce8-b512-6a0561d9bdb9} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6420 | 2025.02.28 11:13:31.377155 [ 5 ] {94df3884-ea8d-4ce8-b512-6a0561d9bdb9} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001867 sec., 9105.516871987145 rows/sec., 684.69 KiB/sec. | ||
| 6421 | 2025.02.28 11:13:31.377226 [ 5 ] {94df3884-ea8d-4ce8-b512-6a0561d9bdb9} <Debug> TCPHandler: Processed in 0.002212827 sec. | ||
| 6422 | 2025.02.28 11:13:31.377377 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6423 | 2025.02.28 11:13:31.377504 [ 256 ] {5ae29596-adf9-4e7a-bef4-b08884f115e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6424 | 2025.02.28 11:13:31.377564 [ 256 ] {5ae29596-adf9-4e7a-bef4-b08884f115e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6425 | 2025.02.28 11:13:31.378195 [ 256 ] {5ae29596-adf9-4e7a-bef4-b08884f115e6} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6426 | 2025.02.28 11:13:31.378235 [ 256 ] {5ae29596-adf9-4e7a-bef4-b08884f115e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6427 | 2025.02.28 11:13:31.378601 [ 256 ] {5ae29596-adf9-4e7a-bef4-b08884f115e6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6428 | 2025.02.28 11:13:31.378847 [ 256 ] {5ae29596-adf9-4e7a-bef4-b08884f115e6} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6429 | 2025.02.28 11:13:31.379057 [ 256 ] {5ae29596-adf9-4e7a-bef4-b08884f115e6} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001581 sec., 51233.39658444023 rows/sec., 4.00 MiB/sec. | ||
| 6430 | 2025.02.28 11:13:31.379114 [ 256 ] {5ae29596-adf9-4e7a-bef4-b08884f115e6} <Debug> TCPHandler: Processed in 0.001796119 sec. | ||
| 6431 | 2025.02.28 11:13:31.379259 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6432 | 2025.02.28 11:13:31.379384 [ 5 ] {91b5e7e2-6eff-452e-9c77-54977285356a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6433 | 2025.02.28 11:13:31.379441 [ 5 ] {91b5e7e2-6eff-452e-9c77-54977285356a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6434 | 2025.02.28 11:13:31.380029 [ 5 ] {91b5e7e2-6eff-452e-9c77-54977285356a} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6435 | 2025.02.28 11:13:31.380069 [ 5 ] {91b5e7e2-6eff-452e-9c77-54977285356a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6436 | 2025.02.28 11:13:31.380475 [ 5 ] {91b5e7e2-6eff-452e-9c77-54977285356a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6437 | 2025.02.28 11:13:31.380719 [ 5 ] {91b5e7e2-6eff-452e-9c77-54977285356a} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6438 | 2025.02.28 11:13:31.380968 [ 5 ] {91b5e7e2-6eff-452e-9c77-54977285356a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. | ||
| 6439 | 2025.02.28 11:13:31.381050 [ 5 ] {91b5e7e2-6eff-452e-9c77-54977285356a} <Debug> TCPHandler: Processed in 0.001843209 sec. | ||
| 6440 | 2025.02.28 11:13:31.381266 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6441 | 2025.02.28 11:13:31.381418 [ 256 ] {8d55289f-71b6-4a2d-a4a9-f1e2554b3872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6442 | 2025.02.28 11:13:31.381509 [ 256 ] {8d55289f-71b6-4a2d-a4a9-f1e2554b3872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6443 | 2025.02.28 11:13:31.382718 [ 256 ] {8d55289f-71b6-4a2d-a4a9-f1e2554b3872} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6444 | 2025.02.28 11:13:31.382757 [ 256 ] {8d55289f-71b6-4a2d-a4a9-f1e2554b3872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6445 | 2025.02.28 11:13:31.383395 [ 256 ] {8d55289f-71b6-4a2d-a4a9-f1e2554b3872} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6446 | 2025.02.28 11:13:31.383657 [ 256 ] {8d55289f-71b6-4a2d-a4a9-f1e2554b3872} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6447 | 2025.02.28 11:13:31.383933 [ 256 ] {8d55289f-71b6-4a2d-a4a9-f1e2554b3872} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002545 sec., 6679.764243614932 rows/sec., 11.97 MiB/sec. | ||
| 6448 | 2025.02.28 11:13:31.384048 [ 256 ] {8d55289f-71b6-4a2d-a4a9-f1e2554b3872} <Debug> TCPHandler: Processed in 0.002901412 sec. | ||
| 6449 | 2025.02.28 11:13:31.384298 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6450 | 2025.02.28 11:13:31.384527 [ 5 ] {4e3cd0e5-1652-4eff-851d-7ea123c43529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6451 | 2025.02.28 11:13:31.384622 [ 5 ] {4e3cd0e5-1652-4eff-851d-7ea123c43529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6452 | 2025.02.28 11:13:31.385279 [ 5 ] {4e3cd0e5-1652-4eff-851d-7ea123c43529} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6453 | 2025.02.28 11:13:31.385319 [ 5 ] {4e3cd0e5-1652-4eff-851d-7ea123c43529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6454 | 2025.02.28 11:13:31.385690 [ 5 ] {4e3cd0e5-1652-4eff-851d-7ea123c43529} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6455 | 2025.02.28 11:13:31.385942 [ 5 ] {4e3cd0e5-1652-4eff-851d-7ea123c43529} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6456 | 2025.02.28 11:13:31.386154 [ 5 ] {4e3cd0e5-1652-4eff-851d-7ea123c43529} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001686 sec., 35587.18861209964 rows/sec., 2.40 MiB/sec. | ||
| 6457 | 2025.02.28 11:13:31.386206 [ 5 ] {4e3cd0e5-1652-4eff-851d-7ea123c43529} <Debug> TCPHandler: Processed in 0.002021433 sec. | ||
| 6458 | 2025.02.28 11:13:32.019582 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 6459 | 2025.02.28 11:13:32.041691 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6460 | 2025.02.28 11:13:32.041739 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6461 | 2025.02.28 11:13:32.049228 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6462 | 2025.02.28 11:13:32.049997 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6463 | 2025.02.28 11:13:32.050465 [ 106 ] {} <Debug> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6464 | 2025.02.28 11:13:32.050652 [ 106 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6465 | 2025.02.28 11:13:32.050762 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6466 | 2025.02.28 11:13:32.051379 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 6467 | 2025.02.28 11:13:32.065319 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 6468 | 2025.02.28 11:13:32.067122 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6469 | 2025.02.28 11:13:32.068755 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 6470 | 2025.02.28 11:13:32.074273 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 6471 | 2025.02.28 11:13:32.079747 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 6472 | 2025.02.28 11:13:32.085469 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 6473 | 2025.02.28 11:13:32.091266 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 6474 | 2025.02.28 11:13:32.096035 [ 199 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 6475 | 2025.02.28 11:13:32.154408 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.103459856 sec., 2629.039035198348 rows/sec., 13.59 MiB/sec. | ||
| 6476 | 2025.02.28 11:13:32.157272 [ 189 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6477 | 2025.02.28 11:13:32.160298 [ 189 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_36_7} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6478 | 2025.02.28 11:13:32.160430 [ 189 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_36_7} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6479 | 2025.02.28 11:13:32.163095 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 6480 | 2025.02.28 11:13:33.000240 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.39 MiB, peak 217.28 MiB, free memory in arenas 0.00 B, will set to 206.41 MiB (RSS), difference: 1.03 MiB | ||
| 6481 | 2025.02.28 11:13:36.374054 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6482 | 2025.02.28 11:13:36.374265 [ 256 ] {06c8de0e-2a55-4b1f-b49f-ac02da43edcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6483 | 2025.02.28 11:13:36.374342 [ 256 ] {06c8de0e-2a55-4b1f-b49f-ac02da43edcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6484 | 2025.02.28 11:13:36.375086 [ 256 ] {06c8de0e-2a55-4b1f-b49f-ac02da43edcf} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6485 | 2025.02.28 11:13:36.375145 [ 256 ] {06c8de0e-2a55-4b1f-b49f-ac02da43edcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6486 | 2025.02.28 11:13:36.375569 [ 256 ] {06c8de0e-2a55-4b1f-b49f-ac02da43edcf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6487 | 2025.02.28 11:13:36.375836 [ 256 ] {06c8de0e-2a55-4b1f-b49f-ac02da43edcf} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6488 | 2025.02.28 11:13:36.376101 [ 256 ] {06c8de0e-2a55-4b1f-b49f-ac02da43edcf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001887 sec., 1059.8834128245892 rows/sec., 86.43 KiB/sec. | ||
| 6489 | 2025.02.28 11:13:36.376222 [ 256 ] {06c8de0e-2a55-4b1f-b49f-ac02da43edcf} <Debug> TCPHandler: Processed in 0.002310809 sec. | ||
| 6490 | 2025.02.28 11:13:36.376479 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6491 | 2025.02.28 11:13:36.376674 [ 5 ] {10b82900-fcde-4ff7-bfc1-f433ccdaa74b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6492 | 2025.02.28 11:13:36.376748 [ 5 ] {10b82900-fcde-4ff7-bfc1-f433ccdaa74b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6493 | 2025.02.28 11:13:36.377529 [ 5 ] {10b82900-fcde-4ff7-bfc1-f433ccdaa74b} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6494 | 2025.02.28 11:13:36.377602 [ 5 ] {10b82900-fcde-4ff7-bfc1-f433ccdaa74b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6495 | 2025.02.28 11:13:36.378109 [ 5 ] {10b82900-fcde-4ff7-bfc1-f433ccdaa74b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6496 | 2025.02.28 11:13:36.378382 [ 5 ] {10b82900-fcde-4ff7-bfc1-f433ccdaa74b} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6497 | 2025.02.28 11:13:36.378579 [ 99 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6498 | 2025.02.28 11:13:36.378641 [ 5 ] {10b82900-fcde-4ff7-bfc1-f433ccdaa74b} <Debug> executeQuery: Read 103 rows, 8.79 KiB in 0.002015 sec., 51116.6253101737 rows/sec., 4.26 MiB/sec. | ||
| 6499 | 2025.02.28 11:13:36.378654 [ 99 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6500 | 2025.02.28 11:13:36.378736 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6501 | 2025.02.28 11:13:36.378788 [ 5 ] {10b82900-fcde-4ff7-bfc1-f433ccdaa74b} <Debug> TCPHandler: Processed in 0.002454713 sec. | ||
| 6502 | 2025.02.28 11:13:36.378950 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 6503 | 2025.02.28 11:13:36.378991 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6504 | 2025.02.28 11:13:36.379111 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6505 | 2025.02.28 11:13:36.379174 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1968 rows starting from the beginning of the part | ||
| 6506 | 2025.02.28 11:13:36.379238 [ 256 ] {3642a89a-60c6-490a-91cd-1b8265eba152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6507 | 2025.02.28 11:13:36.379370 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 102 rows starting from the beginning of the part | ||
| 6508 | 2025.02.28 11:13:36.379437 [ 256 ] {3642a89a-60c6-490a-91cd-1b8265eba152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6509 | 2025.02.28 11:13:36.379709 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1355 rows starting from the beginning of the part | ||
| 6510 | 2025.02.28 11:13:36.380058 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 102 rows starting from the beginning of the part | ||
| 6511 | 2025.02.28 11:13:36.380593 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 90 rows starting from the beginning of the part | ||
| 6512 | 2025.02.28 11:13:36.381006 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 103 rows starting from the beginning of the part | ||
| 6513 | 2025.02.28 11:13:36.382088 [ 256 ] {3642a89a-60c6-490a-91cd-1b8265eba152} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6514 | 2025.02.28 11:13:36.382167 [ 256 ] {3642a89a-60c6-490a-91cd-1b8265eba152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6515 | 2025.02.28 11:13:36.383324 [ 256 ] {3642a89a-60c6-490a-91cd-1b8265eba152} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6516 | 2025.02.28 11:13:36.383755 [ 256 ] {3642a89a-60c6-490a-91cd-1b8265eba152} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6517 | 2025.02.28 11:13:36.383974 [ 99 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6518 | 2025.02.28 11:13:36.384028 [ 99 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6519 | 2025.02.28 11:13:36.384087 [ 256 ] {3642a89a-60c6-490a-91cd-1b8265eba152} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.004904 sec., 5097.879282218597 rows/sec., 381.15 KiB/sec. | ||
| 6520 | 2025.02.28 11:13:36.384115 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6521 | 2025.02.28 11:13:36.384376 [ 256 ] {3642a89a-60c6-490a-91cd-1b8265eba152} <Debug> TCPHandler: Processed in 0.005465627 sec. | ||
| 6522 | 2025.02.28 11:13:36.384735 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6523 | 2025.02.28 11:13:36.384817 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 6524 | 2025.02.28 11:13:36.385000 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3720 rows, containing 5 columns (5 merged, 0 gathered) in 0.006148872 sec., 604989.0126188999 rows/sec., 52.48 MiB/sec. | ||
| 6525 | 2025.02.28 11:13:36.385108 [ 5 ] {9412e1ee-e442-413a-94af-14f67f694066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6526 | 2025.02.28 11:13:36.385218 [ 5 ] {9412e1ee-e442-413a-94af-14f67f694066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6527 | 2025.02.28 11:13:36.385237 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6528 | 2025.02.28 11:13:36.385358 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 178 rows starting from the beginning of the part | ||
| 6529 | 2025.02.28 11:13:36.385377 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6530 | 2025.02.28 11:13:36.385788 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 23 rows starting from the beginning of the part | ||
| 6531 | 2025.02.28 11:13:36.386204 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 6532 | 2025.02.28 11:13:36.386661 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part | ||
| 6533 | 2025.02.28 11:13:36.386784 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_51_10} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6534 | 2025.02.28 11:13:36.387135 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 17 rows starting from the beginning of the part | ||
| 6535 | 2025.02.28 11:13:36.387278 [ 197 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_51_10} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6536 | 2025.02.28 11:13:36.387525 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 25 rows starting from the beginning of the part | ||
| 6537 | 2025.02.28 11:13:36.388099 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 6538 | 2025.02.28 11:13:36.388987 [ 5 ] {9412e1ee-e442-413a-94af-14f67f694066} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6539 | 2025.02.28 11:13:36.389056 [ 5 ] {9412e1ee-e442-413a-94af-14f67f694066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6540 | 2025.02.28 11:13:36.390128 [ 5 ] {9412e1ee-e442-413a-94af-14f67f694066} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6541 | 2025.02.28 11:13:36.390512 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 305 rows, containing 5 columns (5 merged, 0 gathered) in 0.006182922 sec., 49329.42708965114 rows/sec., 3.55 MiB/sec. | ||
| 6542 | 2025.02.28 11:13:36.390657 [ 5 ] {9412e1ee-e442-413a-94af-14f67f694066} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6543 | 2025.02.28 11:13:36.390720 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6544 | 2025.02.28 11:13:36.390909 [ 99 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6545 | 2025.02.28 11:13:36.391017 [ 99 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6546 | 2025.02.28 11:13:36.391100 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6547 | 2025.02.28 11:13:36.391201 [ 5 ] {9412e1ee-e442-413a-94af-14f67f694066} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.006155 sec., 14459.78878960195 rows/sec., 1.13 MiB/sec. | ||
| 6548 | 2025.02.28 11:13:36.391493 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 6549 | 2025.02.28 11:13:36.391518 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_46_9} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6550 | 2025.02.28 11:13:36.391526 [ 5 ] {9412e1ee-e442-413a-94af-14f67f694066} <Debug> TCPHandler: Processed in 0.006999959 sec. | ||
| 6551 | 2025.02.28 11:13:36.391847 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6552 | 2025.02.28 11:13:36.391908 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6553 | 2025.02.28 11:13:36.391924 [ 190 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_46_9} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6554 | 2025.02.28 11:13:36.391974 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 952 rows starting from the beginning of the part | ||
| 6555 | 2025.02.28 11:13:36.392224 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6556 | 2025.02.28 11:13:36.392266 [ 256 ] {fcfcbbbd-d6b7-4c99-87eb-7bc972ce6839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6557 | 2025.02.28 11:13:36.392495 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 87 rows starting from the beginning of the part | ||
| 6558 | 2025.02.28 11:13:36.392506 [ 256 ] {fcfcbbbd-d6b7-4c99-87eb-7bc972ce6839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6559 | 2025.02.28 11:13:36.392934 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 583 rows starting from the beginning of the part | ||
| 6560 | 2025.02.28 11:13:36.393383 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 87 rows starting from the beginning of the part | ||
| 6561 | 2025.02.28 11:13:36.393746 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 81 rows starting from the beginning of the part | ||
| 6562 | 2025.02.28 11:13:36.393848 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 89 rows starting from the beginning of the part | ||
| 6563 | 2025.02.28 11:13:36.395154 [ 256 ] {fcfcbbbd-d6b7-4c99-87eb-7bc972ce6839} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6564 | 2025.02.28 11:13:36.395216 [ 256 ] {fcfcbbbd-d6b7-4c99-87eb-7bc972ce6839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6565 | 2025.02.28 11:13:36.396335 [ 256 ] {fcfcbbbd-d6b7-4c99-87eb-7bc972ce6839} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6566 | 2025.02.28 11:13:36.396719 [ 256 ] {fcfcbbbd-d6b7-4c99-87eb-7bc972ce6839} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6567 | 2025.02.28 11:13:36.397268 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1879 rows, containing 5 columns (5 merged, 0 gathered) in 0.00604908 sec., 310625.748047637 rows/sec., 24.39 MiB/sec. | ||
| 6568 | 2025.02.28 11:13:36.397323 [ 256 ] {fcfcbbbd-d6b7-4c99-87eb-7bc972ce6839} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005239 sec., 30731.055544951327 rows/sec., 2.14 MiB/sec. | ||
| 6569 | 2025.02.28 11:13:36.397419 [ 256 ] {fcfcbbbd-d6b7-4c99-87eb-7bc972ce6839} <Debug> TCPHandler: Processed in 0.005747013 sec. | ||
| 6570 | 2025.02.28 11:13:36.397626 [ 191 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6571 | 2025.02.28 11:13:36.397653 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6572 | 2025.02.28 11:13:36.397878 [ 5 ] {42742cdf-f49e-4f8b-96b2-8feeefce6e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6573 | 2025.02.28 11:13:36.398054 [ 5 ] {42742cdf-f49e-4f8b-96b2-8feeefce6e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6574 | 2025.02.28 11:13:36.398334 [ 191 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_51_10} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6575 | 2025.02.28 11:13:36.398620 [ 191 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_51_10} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6576 | 2025.02.28 11:13:36.398903 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6577 | 2025.02.28 11:13:36.399862 [ 5 ] {42742cdf-f49e-4f8b-96b2-8feeefce6e0b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6578 | 2025.02.28 11:13:36.399907 [ 5 ] {42742cdf-f49e-4f8b-96b2-8feeefce6e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6579 | 2025.02.28 11:13:36.400571 [ 5 ] {42742cdf-f49e-4f8b-96b2-8feeefce6e0b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6580 | 2025.02.28 11:13:36.400853 [ 5 ] {42742cdf-f49e-4f8b-96b2-8feeefce6e0b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6581 | 2025.02.28 11:13:36.401052 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6582 | 2025.02.28 11:13:36.401132 [ 5 ] {42742cdf-f49e-4f8b-96b2-8feeefce6e0b} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00333 sec., 6906.906906906906 rows/sec., 12.38 MiB/sec. | ||
| 6583 | 2025.02.28 11:13:36.401135 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6584 | 2025.02.28 11:13:36.401236 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6585 | 2025.02.28 11:13:36.401485 [ 5 ] {42742cdf-f49e-4f8b-96b2-8feeefce6e0b} <Debug> TCPHandler: Processed in 0.003959925 sec. | ||
| 6586 | 2025.02.28 11:13:36.401555 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 6587 | 2025.02.28 11:13:36.401719 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6588 | 2025.02.28 11:13:36.402014 [ 256 ] {f817c633-22bd-402e-9bcd-d1f8d7e3a26e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6589 | 2025.02.28 11:13:36.402161 [ 256 ] {f817c633-22bd-402e-9bcd-d1f8d7e3a26e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6590 | 2025.02.28 11:13:36.402179 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6591 | 2025.02.28 11:13:36.402421 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 793 rows starting from the beginning of the part | ||
| 6592 | 2025.02.28 11:13:36.403291 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 23 rows starting from the beginning of the part | ||
| 6593 | 2025.02.28 11:13:36.403950 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 17 rows starting from the beginning of the part | ||
| 6594 | 2025.02.28 11:13:36.404714 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part | ||
| 6595 | 2025.02.28 11:13:36.404781 [ 256 ] {f817c633-22bd-402e-9bcd-d1f8d7e3a26e} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6596 | 2025.02.28 11:13:36.404859 [ 256 ] {f817c633-22bd-402e-9bcd-d1f8d7e3a26e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6597 | 2025.02.28 11:13:36.405413 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 17 rows starting from the beginning of the part | ||
| 6598 | 2025.02.28 11:13:36.406120 [ 198 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part | ||
| 6599 | 2025.02.28 11:13:36.406626 [ 256 ] {f817c633-22bd-402e-9bcd-d1f8d7e3a26e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6600 | 2025.02.28 11:13:36.407360 [ 256 ] {f817c633-22bd-402e-9bcd-d1f8d7e3a26e} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6601 | 2025.02.28 11:13:36.407892 [ 256 ] {f817c633-22bd-402e-9bcd-d1f8d7e3a26e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005959 sec., 10068.803490518543 rows/sec., 694.85 KiB/sec. | ||
| 6602 | 2025.02.28 11:13:36.408130 [ 256 ] {f817c633-22bd-402e-9bcd-d1f8d7e3a26e} <Debug> TCPHandler: Processed in 0.006525809 sec. | ||
| 6603 | 2025.02.28 11:13:36.413690 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 19 columns (19 merged, 0 gathered) in 0.012288103 sec., 72916.05547251679 rows/sec., 130.66 MiB/sec. | ||
| 6604 | 2025.02.28 11:13:36.414735 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6605 | 2025.02.28 11:13:36.415173 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6606 | 2025.02.28 11:13:36.415258 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6607 | 2025.02.28 11:13:36.415409 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB. | ||
| 6608 | 2025.02.28 11:13:37.000256 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.09 MiB, peak 217.28 MiB, free memory in arenas 0.00 B, will set to 209.31 MiB (RSS), difference: 2.22 MiB | ||
| 6609 | 2025.02.28 11:13:38.382475 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 6610 | 2025.02.28 11:13:38.383164 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6611 | 2025.02.28 11:13:38.383213 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6612 | 2025.02.28 11:13:38.383777 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6613 | 2025.02.28 11:13:38.384037 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6614 | 2025.02.28 11:13:38.384297 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 6615 | 2025.02.28 11:13:39.565411 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 6616 | 2025.02.28 11:13:39.584719 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6617 | 2025.02.28 11:13:39.584783 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6618 | 2025.02.28 11:13:39.591702 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6619 | 2025.02.28 11:13:39.592450 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6620 | 2025.02.28 11:13:39.595198 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 6621 | 2025.02.28 11:13:40.949007 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 892 | ||
| 6622 | 2025.02.28 11:13:40.951886 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6623 | 2025.02.28 11:13:40.951930 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6624 | 2025.02.28 11:13:40.953440 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6625 | 2025.02.28 11:13:40.953749 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6626 | 2025.02.28 11:13:40.955107 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 892 | ||
| 6627 | 2025.02.28 11:13:41.371596 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6628 | 2025.02.28 11:13:41.371813 [ 256 ] {af32cde0-0833-42c9-87bb-8f8dbb048b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6629 | 2025.02.28 11:13:41.371896 [ 256 ] {af32cde0-0833-42c9-87bb-8f8dbb048b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6630 | 2025.02.28 11:13:41.372746 [ 256 ] {af32cde0-0833-42c9-87bb-8f8dbb048b1e} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6631 | 2025.02.28 11:13:41.372800 [ 256 ] {af32cde0-0833-42c9-87bb-8f8dbb048b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6632 | 2025.02.28 11:13:41.373248 [ 256 ] {af32cde0-0833-42c9-87bb-8f8dbb048b1e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6633 | 2025.02.28 11:13:41.373510 [ 256 ] {af32cde0-0833-42c9-87bb-8f8dbb048b1e} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6634 | 2025.02.28 11:13:41.373742 [ 256 ] {af32cde0-0833-42c9-87bb-8f8dbb048b1e} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.00199 sec., 45226.13065326633 rows/sec., 3.78 MiB/sec. | ||
| 6635 | 2025.02.28 11:13:41.373810 [ 256 ] {af32cde0-0833-42c9-87bb-8f8dbb048b1e} <Debug> TCPHandler: Processed in 0.00235585 sec. | ||
| 6636 | 2025.02.28 11:13:41.374090 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6637 | 2025.02.28 11:13:41.374299 [ 5 ] {6a6367e7-3633-4ba5-ad7c-15d0f34649c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6638 | 2025.02.28 11:13:41.374373 [ 5 ] {6a6367e7-3633-4ba5-ad7c-15d0f34649c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6639 | 2025.02.28 11:13:41.375118 [ 5 ] {6a6367e7-3633-4ba5-ad7c-15d0f34649c5} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6640 | 2025.02.28 11:13:41.375167 [ 5 ] {6a6367e7-3633-4ba5-ad7c-15d0f34649c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6641 | 2025.02.28 11:13:41.375608 [ 5 ] {6a6367e7-3633-4ba5-ad7c-15d0f34649c5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6642 | 2025.02.28 11:13:41.375873 [ 5 ] {6a6367e7-3633-4ba5-ad7c-15d0f34649c5} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6643 | 2025.02.28 11:13:41.376077 [ 5 ] {6a6367e7-3633-4ba5-ad7c-15d0f34649c5} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001833 sec., 9274.41352973268 rows/sec., 697.39 KiB/sec. | ||
| 6644 | 2025.02.28 11:13:41.376145 [ 5 ] {6a6367e7-3633-4ba5-ad7c-15d0f34649c5} <Debug> TCPHandler: Processed in 0.002208237 sec. | ||
| 6645 | 2025.02.28 11:13:41.376308 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6646 | 2025.02.28 11:13:41.376455 [ 256 ] {bbd10282-7b0e-4f97-9f44-95f87af47298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6647 | 2025.02.28 11:13:41.376517 [ 256 ] {bbd10282-7b0e-4f97-9f44-95f87af47298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6648 | 2025.02.28 11:13:41.377247 [ 256 ] {bbd10282-7b0e-4f97-9f44-95f87af47298} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6649 | 2025.02.28 11:13:41.377292 [ 256 ] {bbd10282-7b0e-4f97-9f44-95f87af47298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6650 | 2025.02.28 11:13:41.377680 [ 256 ] {bbd10282-7b0e-4f97-9f44-95f87af47298} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6651 | 2025.02.28 11:13:41.377938 [ 256 ] {bbd10282-7b0e-4f97-9f44-95f87af47298} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6652 | 2025.02.28 11:13:41.378162 [ 256 ] {bbd10282-7b0e-4f97-9f44-95f87af47298} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001739 sec., 46578.493387004026 rows/sec., 3.64 MiB/sec. | ||
| 6653 | 2025.02.28 11:13:41.378239 [ 256 ] {bbd10282-7b0e-4f97-9f44-95f87af47298} <Debug> TCPHandler: Processed in 0.001998403 sec. | ||
| 6654 | 2025.02.28 11:13:41.378446 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6655 | 2025.02.28 11:13:41.378597 [ 5 ] {5d83d897-34e9-4412-b614-fff75ffe09b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6656 | 2025.02.28 11:13:41.378666 [ 5 ] {5d83d897-34e9-4412-b614-fff75ffe09b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6657 | 2025.02.28 11:13:41.379355 [ 5 ] {5d83d897-34e9-4412-b614-fff75ffe09b5} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6658 | 2025.02.28 11:13:41.379395 [ 5 ] {5d83d897-34e9-4412-b614-fff75ffe09b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6659 | 2025.02.28 11:13:41.379815 [ 5 ] {5d83d897-34e9-4412-b614-fff75ffe09b5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6660 | 2025.02.28 11:13:41.380192 [ 5 ] {5d83d897-34e9-4412-b614-fff75ffe09b5} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6661 | 2025.02.28 11:13:41.380377 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6662 | 2025.02.28 11:13:41.380428 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6663 | 2025.02.28 11:13:41.380453 [ 5 ] {5d83d897-34e9-4412-b614-fff75ffe09b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001887 sec., 84790.67302596715 rows/sec., 5.91 MiB/sec. | ||
| 6664 | 2025.02.28 11:13:41.380459 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6665 | 2025.02.28 11:13:41.380620 [ 5 ] {5d83d897-34e9-4412-b614-fff75ffe09b5} <Debug> TCPHandler: Processed in 0.002281149 sec. | ||
| 6666 | 2025.02.28 11:13:41.380732 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 6667 | 2025.02.28 11:13:41.380827 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6668 | 2025.02.28 11:13:41.380973 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6669 | 2025.02.28 11:13:41.381067 [ 256 ] {47c56234-d795-4478-a849-ef29e2f93c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6670 | 2025.02.28 11:13:41.381072 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 12094 rows starting from the beginning of the part | ||
| 6671 | 2025.02.28 11:13:41.381380 [ 256 ] {47c56234-d795-4478-a849-ef29e2f93c7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6672 | 2025.02.28 11:13:41.381491 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 921 rows starting from the beginning of the part | ||
| 6673 | 2025.02.28 11:13:41.381904 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 6674 | 2025.02.28 11:13:41.382312 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
| 6675 | 2025.02.28 11:13:41.382702 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 161 rows starting from the beginning of the part | ||
| 6676 | 2025.02.28 11:13:41.383057 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 6677 | 2025.02.28 11:13:41.386651 [ 256 ] {47c56234-d795-4478-a849-ef29e2f93c7b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6678 | 2025.02.28 11:13:41.386734 [ 256 ] {47c56234-d795-4478-a849-ef29e2f93c7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6679 | 2025.02.28 11:13:41.387952 [ 256 ] {47c56234-d795-4478-a849-ef29e2f93c7b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6680 | 2025.02.28 11:13:41.388465 [ 256 ] {47c56234-d795-4478-a849-ef29e2f93c7b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6681 | 2025.02.28 11:13:41.388759 [ 256 ] {47c56234-d795-4478-a849-ef29e2f93c7b} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.007762 sec., 2190.1571759855706 rows/sec., 3.92 MiB/sec. | ||
| 6682 | 2025.02.28 11:13:41.388888 [ 256 ] {47c56234-d795-4478-a849-ef29e2f93c7b} <Debug> TCPHandler: Processed in 0.008127024 sec. | ||
| 6683 | 2025.02.28 11:13:41.389073 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6684 | 2025.02.28 11:13:41.389203 [ 5 ] {0a91bf55-f2b7-40a0-8563-5d1638c53499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6685 | 2025.02.28 11:13:41.389270 [ 5 ] {0a91bf55-f2b7-40a0-8563-5d1638c53499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6686 | 2025.02.28 11:13:41.390049 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13656 rows, containing 5 columns (5 merged, 0 gathered) in 0.009460133 sec., 1443531.502146957 rows/sec., 98.92 MiB/sec. | ||
| 6687 | 2025.02.28 11:13:41.390241 [ 5 ] {0a91bf55-f2b7-40a0-8563-5d1638c53499} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6688 | 2025.02.28 11:13:41.390286 [ 5 ] {0a91bf55-f2b7-40a0-8563-5d1638c53499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6689 | 2025.02.28 11:13:41.390468 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6690 | 2025.02.28 11:13:41.391038 [ 5 ] {0a91bf55-f2b7-40a0-8563-5d1638c53499} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6691 | 2025.02.28 11:13:41.391090 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6692 | 2025.02.28 11:13:41.391246 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6693 | 2025.02.28 11:13:41.391405 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. | ||
| 6694 | 2025.02.28 11:13:41.391537 [ 5 ] {0a91bf55-f2b7-40a0-8563-5d1638c53499} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6695 | 2025.02.28 11:13:41.391733 [ 5 ] {0a91bf55-f2b7-40a0-8563-5d1638c53499} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002562 sec., 23419.2037470726 rows/sec., 1.58 MiB/sec. | ||
| 6696 | 2025.02.28 11:13:41.391791 [ 5 ] {0a91bf55-f2b7-40a0-8563-5d1638c53499} <Debug> TCPHandler: Processed in 0.002805671 sec. | ||
| 6697 | 2025.02.28 11:13:45.765303 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6698 | 2025.02.28 11:13:45.765386 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6699 | 2025.02.28 11:13:45.884501 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 6700 | 2025.02.28 11:13:45.885548 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6701 | 2025.02.28 11:13:45.885618 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6702 | 2025.02.28 11:13:45.886148 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6703 | 2025.02.28 11:13:45.886404 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6704 | 2025.02.28 11:13:45.886647 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 6705 | 2025.02.28 11:13:46.372743 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6706 | 2025.02.28 11:13:46.372961 [ 256 ] {c984f366-65d7-40e3-8bb8-79d7bbdcfa4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6707 | 2025.02.28 11:13:46.373044 [ 256 ] {c984f366-65d7-40e3-8bb8-79d7bbdcfa4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6708 | 2025.02.28 11:13:46.373896 [ 256 ] {c984f366-65d7-40e3-8bb8-79d7bbdcfa4d} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6709 | 2025.02.28 11:13:46.373950 [ 256 ] {c984f366-65d7-40e3-8bb8-79d7bbdcfa4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6710 | 2025.02.28 11:13:46.374418 [ 256 ] {c984f366-65d7-40e3-8bb8-79d7bbdcfa4d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6711 | 2025.02.28 11:13:46.374677 [ 256 ] {c984f366-65d7-40e3-8bb8-79d7bbdcfa4d} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6712 | 2025.02.28 11:13:46.374882 [ 256 ] {c984f366-65d7-40e3-8bb8-79d7bbdcfa4d} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001981 sec., 51489.146895507314 rows/sec., 4.30 MiB/sec. | ||
| 6713 | 2025.02.28 11:13:46.374937 [ 256 ] {c984f366-65d7-40e3-8bb8-79d7bbdcfa4d} <Debug> TCPHandler: Processed in 0.00233879 sec. | ||
| 6714 | 2025.02.28 11:13:46.375211 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6715 | 2025.02.28 11:13:46.375427 [ 5 ] {a613d1ac-0f3b-4fb8-97aa-5cf798f77e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6716 | 2025.02.28 11:13:46.375504 [ 5 ] {a613d1ac-0f3b-4fb8-97aa-5cf798f77e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6717 | 2025.02.28 11:13:46.376260 [ 5 ] {a613d1ac-0f3b-4fb8-97aa-5cf798f77e18} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6718 | 2025.02.28 11:13:46.376313 [ 5 ] {a613d1ac-0f3b-4fb8-97aa-5cf798f77e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6719 | 2025.02.28 11:13:46.376746 [ 5 ] {a613d1ac-0f3b-4fb8-97aa-5cf798f77e18} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6720 | 2025.02.28 11:13:46.377016 [ 5 ] {a613d1ac-0f3b-4fb8-97aa-5cf798f77e18} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6721 | 2025.02.28 11:13:46.377246 [ 5 ] {a613d1ac-0f3b-4fb8-97aa-5cf798f77e18} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001875 sec., 12266.666666666668 rows/sec., 922.40 KiB/sec. | ||
| 6722 | 2025.02.28 11:13:46.377325 [ 5 ] {a613d1ac-0f3b-4fb8-97aa-5cf798f77e18} <Debug> TCPHandler: Processed in 0.002261588 sec. | ||
| 6723 | 2025.02.28 11:13:46.377555 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6724 | 2025.02.28 11:13:46.377711 [ 256 ] {bd730eb5-679f-4ac7-8432-ccf2cde33364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6725 | 2025.02.28 11:13:46.377772 [ 256 ] {bd730eb5-679f-4ac7-8432-ccf2cde33364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6726 | 2025.02.28 11:13:46.378499 [ 256 ] {bd730eb5-679f-4ac7-8432-ccf2cde33364} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6727 | 2025.02.28 11:13:46.378539 [ 256 ] {bd730eb5-679f-4ac7-8432-ccf2cde33364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6728 | 2025.02.28 11:13:46.378910 [ 256 ] {bd730eb5-679f-4ac7-8432-ccf2cde33364} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6729 | 2025.02.28 11:13:46.379172 [ 256 ] {bd730eb5-679f-4ac7-8432-ccf2cde33364} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6730 | 2025.02.28 11:13:46.379392 [ 256 ] {bd730eb5-679f-4ac7-8432-ccf2cde33364} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001712 sec., 50817.7570093458 rows/sec., 3.97 MiB/sec. | ||
| 6731 | 2025.02.28 11:13:46.379446 [ 256 ] {bd730eb5-679f-4ac7-8432-ccf2cde33364} <Debug> TCPHandler: Processed in 0.002017183 sec. | ||
| 6732 | 2025.02.28 11:13:46.379625 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6733 | 2025.02.28 11:13:46.379774 [ 5 ] {41dae5c1-d2cf-4a59-8f36-97cdcd102154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6734 | 2025.02.28 11:13:46.379839 [ 5 ] {41dae5c1-d2cf-4a59-8f36-97cdcd102154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6735 | 2025.02.28 11:13:46.380499 [ 5 ] {41dae5c1-d2cf-4a59-8f36-97cdcd102154} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6736 | 2025.02.28 11:13:46.380541 [ 5 ] {41dae5c1-d2cf-4a59-8f36-97cdcd102154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6737 | 2025.02.28 11:13:46.380951 [ 5 ] {41dae5c1-d2cf-4a59-8f36-97cdcd102154} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6738 | 2025.02.28 11:13:46.381193 [ 5 ] {41dae5c1-d2cf-4a59-8f36-97cdcd102154} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6739 | 2025.02.28 11:13:46.381398 [ 5 ] {41dae5c1-d2cf-4a59-8f36-97cdcd102154} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec. | ||
| 6740 | 2025.02.28 11:13:46.381455 [ 5 ] {41dae5c1-d2cf-4a59-8f36-97cdcd102154} <Debug> TCPHandler: Processed in 0.0019032 sec. | ||
| 6741 | 2025.02.28 11:13:46.381598 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6742 | 2025.02.28 11:13:46.381739 [ 256 ] {5debcb61-6945-4994-affd-b1f5e1b2c8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6743 | 2025.02.28 11:13:46.381839 [ 256 ] {5debcb61-6945-4994-affd-b1f5e1b2c8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6744 | 2025.02.28 11:13:46.383085 [ 256 ] {5debcb61-6945-4994-affd-b1f5e1b2c8cb} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6745 | 2025.02.28 11:13:46.383127 [ 256 ] {5debcb61-6945-4994-affd-b1f5e1b2c8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6746 | 2025.02.28 11:13:46.383765 [ 256 ] {5debcb61-6945-4994-affd-b1f5e1b2c8cb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6747 | 2025.02.28 11:13:46.384026 [ 256 ] {5debcb61-6945-4994-affd-b1f5e1b2c8cb} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6748 | 2025.02.28 11:13:46.384275 [ 256 ] {5debcb61-6945-4994-affd-b1f5e1b2c8cb} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002567 sec., 8959.875340864823 rows/sec., 16.06 MiB/sec. | ||
| 6749 | 2025.02.28 11:13:46.384372 [ 256 ] {5debcb61-6945-4994-affd-b1f5e1b2c8cb} <Debug> TCPHandler: Processed in 0.002843501 sec. | ||
| 6750 | 2025.02.28 11:13:46.384527 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6751 | 2025.02.28 11:13:46.384669 [ 5 ] {6058dd07-5700-4afe-8549-afff6ee588a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6752 | 2025.02.28 11:13:46.384730 [ 5 ] {6058dd07-5700-4afe-8549-afff6ee588a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6753 | 2025.02.28 11:13:46.385325 [ 5 ] {6058dd07-5700-4afe-8549-afff6ee588a1} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6754 | 2025.02.28 11:13:46.385371 [ 5 ] {6058dd07-5700-4afe-8549-afff6ee588a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6755 | 2025.02.28 11:13:46.385761 [ 5 ] {6058dd07-5700-4afe-8549-afff6ee588a1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6756 | 2025.02.28 11:13:46.386006 [ 5 ] {6058dd07-5700-4afe-8549-afff6ee588a1} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6757 | 2025.02.28 11:13:46.386177 [ 86 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6758 | 2025.02.28 11:13:46.386235 [ 5 ] {6058dd07-5700-4afe-8549-afff6ee588a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001599 sec., 37523.4521575985 rows/sec., 2.53 MiB/sec. | ||
| 6759 | 2025.02.28 11:13:46.386252 [ 86 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6760 | 2025.02.28 11:13:46.386318 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6761 | 2025.02.28 11:13:46.386361 [ 5 ] {6058dd07-5700-4afe-8549-afff6ee588a1} <Debug> TCPHandler: Processed in 0.00189981 sec. | ||
| 6762 | 2025.02.28 11:13:46.386506 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 6763 | 2025.02.28 11:13:46.386629 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6764 | 2025.02.28 11:13:46.386668 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2168 rows starting from the beginning of the part | ||
| 6765 | 2025.02.28 11:13:46.386742 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 6766 | 2025.02.28 11:13:46.386837 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 6767 | 2025.02.28 11:13:46.387087 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 6768 | 2025.02.28 11:13:46.387262 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 6769 | 2025.02.28 11:13:46.387351 [ 193 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 6770 | 2025.02.28 11:13:46.388697 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2468 rows, containing 4 columns (4 merged, 0 gathered) in 0.002279178 sec., 1082846.5350227142 rows/sec., 72.21 MiB/sec. | ||
| 6771 | 2025.02.28 11:13:46.388999 [ 195 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6772 | 2025.02.28 11:13:46.389362 [ 195 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_51_10} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6773 | 2025.02.28 11:13:46.389460 [ 195 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_51_10} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6774 | 2025.02.28 11:13:46.389567 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6775 | 2025.02.28 11:13:47.095322 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 6776 | 2025.02.28 11:13:47.115514 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6777 | 2025.02.28 11:13:47.115581 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6778 | 2025.02.28 11:13:47.122891 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6779 | 2025.02.28 11:13:47.123661 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6780 | 2025.02.28 11:13:47.127162 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 6781 | 2025.02.28 11:13:47.509749 [ 86 ] {} <Debug> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6782 | 2025.02.28 11:13:47.509819 [ 86 ] {} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6783 | 2025.02.28 11:13:47.509848 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6784 | 2025.02.28 11:13:47.510102 [ 192 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::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 | ||
| 6785 | 2025.02.28 11:13:47.510310 [ 192 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6786 | 2025.02.28 11:13:47.510356 [ 192 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part | ||
| 6787 | 2025.02.28 11:13:47.510451 [ 192 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 6788 | 2025.02.28 11:13:47.510697 [ 192 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 6789 | 2025.02.28 11:13:47.510881 [ 192 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part | ||
| 6790 | 2025.02.28 11:13:47.511104 [ 192 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
| 6791 | 2025.02.28 11:13:47.512338 [ 195 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002390101 sec., 15898.909711346927 rows/sec., 1.33 MiB/sec. | ||
| 6792 | 2025.02.28 11:13:47.512562 [ 201 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6793 | 2025.02.28 11:13:47.512974 [ 201 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_13_3} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6794 | 2025.02.28 11:13:47.513085 [ 201 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_13_3} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6795 | 2025.02.28 11:13:47.513205 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6796 | 2025.02.28 11:13:50.955361 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 916 | ||
| 6797 | 2025.02.28 11:13:50.958188 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6798 | 2025.02.28 11:13:50.958234 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6799 | 2025.02.28 11:13:50.959707 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6800 | 2025.02.28 11:13:50.960012 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6801 | 2025.02.28 11:13:50.960188 [ 83 ] {} <Debug> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6802 | 2025.02.28 11:13:50.960254 [ 83 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2025.02.28 11:13:50.960297 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6804 | 2025.02.28 11:13:50.960931 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::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 | ||
| 6805 | 2025.02.28 11:13:50.962021 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 916 | ||
| 6806 | 2025.02.28 11:13:50.962469 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6807 | 2025.02.28 11:13:50.962667 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 784 rows starting from the beginning of the part | ||
| 6808 | 2025.02.28 11:13:50.963359 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 6809 | 2025.02.28 11:13:50.964035 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part | ||
| 6810 | 2025.02.28 11:13:50.964679 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part | ||
| 6811 | 2025.02.28 11:13:50.965311 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part | ||
| 6812 | 2025.02.28 11:13:50.965917 [ 196 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part | ||
| 6813 | 2025.02.28 11:13:50.974175 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 916 rows, containing 72 columns (72 merged, 0 gathered) in 0.013730484 sec., 66712.8704275829 rows/sec., 56.63 MiB/sec. | ||
| 6814 | 2025.02.28 11:13:50.975635 [ 194 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6815 | 2025.02.28 11:13:50.976478 [ 194 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_26_5} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6816 | 2025.02.28 11:13:50.976583 [ 194 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_26_5} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6817 | 2025.02.28 11:13:50.976933 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 6818 | 2025.02.28 11:13:51.403705 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6819 | 2025.02.28 11:13:51.403912 [ 256 ] {989cbf59-3946-4db8-b2b4-e6995c01bf6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6820 | 2025.02.28 11:13:51.403993 [ 256 ] {989cbf59-3946-4db8-b2b4-e6995c01bf6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6821 | 2025.02.28 11:13:51.404842 [ 256 ] {989cbf59-3946-4db8-b2b4-e6995c01bf6a} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6822 | 2025.02.28 11:13:51.404891 [ 256 ] {989cbf59-3946-4db8-b2b4-e6995c01bf6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6823 | 2025.02.28 11:13:51.405316 [ 256 ] {989cbf59-3946-4db8-b2b4-e6995c01bf6a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6824 | 2025.02.28 11:13:51.405572 [ 256 ] {989cbf59-3946-4db8-b2b4-e6995c01bf6a} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6825 | 2025.02.28 11:13:51.405857 [ 256 ] {989cbf59-3946-4db8-b2b4-e6995c01bf6a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002001 sec., 11994.002998500748 rows/sec., 1019.02 KiB/sec. | ||
| 6826 | 2025.02.28 11:13:51.406037 [ 256 ] {989cbf59-3946-4db8-b2b4-e6995c01bf6a} <Debug> TCPHandler: Processed in 0.002470882 sec. | ||
| 6827 | 2025.02.28 11:13:51.406309 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6828 | 2025.02.28 11:13:51.406506 [ 5 ] {f26ddb6e-1fc8-4c42-b353-02805e8a06be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6829 | 2025.02.28 11:13:51.406581 [ 5 ] {f26ddb6e-1fc8-4c42-b353-02805e8a06be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6830 | 2025.02.28 11:13:51.407329 [ 5 ] {f26ddb6e-1fc8-4c42-b353-02805e8a06be} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6831 | 2025.02.28 11:13:51.407381 [ 5 ] {f26ddb6e-1fc8-4c42-b353-02805e8a06be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6832 | 2025.02.28 11:13:51.407825 [ 5 ] {f26ddb6e-1fc8-4c42-b353-02805e8a06be} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6833 | 2025.02.28 11:13:51.408085 [ 5 ] {f26ddb6e-1fc8-4c42-b353-02805e8a06be} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6834 | 2025.02.28 11:13:51.408312 [ 5 ] {f26ddb6e-1fc8-4c42-b353-02805e8a06be} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001859 sec., 2151.694459386767 rows/sec., 175.46 KiB/sec. | ||
| 6835 | 2025.02.28 11:13:51.408379 [ 5 ] {f26ddb6e-1fc8-4c42-b353-02805e8a06be} <Debug> TCPHandler: Processed in 0.002203978 sec. | ||
| 6836 | 2025.02.28 11:13:51.408545 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6837 | 2025.02.28 11:13:51.408677 [ 256 ] {f58c059e-7baf-4dc4-a3a1-7e49868a1d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6838 | 2025.02.28 11:13:51.408730 [ 256 ] {f58c059e-7baf-4dc4-a3a1-7e49868a1d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6839 | 2025.02.28 11:13:51.409846 [ 256 ] {f58c059e-7baf-4dc4-a3a1-7e49868a1d2c} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6840 | 2025.02.28 11:13:51.409889 [ 256 ] {f58c059e-7baf-4dc4-a3a1-7e49868a1d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6841 | 2025.02.28 11:13:51.410353 [ 256 ] {f58c059e-7baf-4dc4-a3a1-7e49868a1d2c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6842 | 2025.02.28 11:13:51.410602 [ 256 ] {f58c059e-7baf-4dc4-a3a1-7e49868a1d2c} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6843 | 2025.02.28 11:13:51.410830 [ 256 ] {f58c059e-7baf-4dc4-a3a1-7e49868a1d2c} <Debug> executeQuery: Read 1352 rows, 115.88 KiB in 0.002182 sec., 619615.03208066 rows/sec., 51.86 MiB/sec. | ||
| 6844 | 2025.02.28 11:13:51.410890 [ 256 ] {f58c059e-7baf-4dc4-a3a1-7e49868a1d2c} <Debug> TCPHandler: Processed in 0.002405172 sec. | ||
| 6845 | 2025.02.28 11:13:51.411029 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6846 | 2025.02.28 11:13:51.411157 [ 5 ] {1067c731-0596-4e6b-ab66-b6cca9231884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6847 | 2025.02.28 11:13:51.411212 [ 5 ] {1067c731-0596-4e6b-ab66-b6cca9231884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6848 | 2025.02.28 11:13:51.411812 [ 5 ] {1067c731-0596-4e6b-ab66-b6cca9231884} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6849 | 2025.02.28 11:13:51.411854 [ 5 ] {1067c731-0596-4e6b-ab66-b6cca9231884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6850 | 2025.02.28 11:13:51.412224 [ 5 ] {1067c731-0596-4e6b-ab66-b6cca9231884} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6851 | 2025.02.28 11:13:51.412465 [ 5 ] {1067c731-0596-4e6b-ab66-b6cca9231884} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6852 | 2025.02.28 11:13:51.412704 [ 5 ] {1067c731-0596-4e6b-ab66-b6cca9231884} <Debug> executeQuery: Read 33 rows, 2.52 KiB in 0.001568 sec., 21045.918367346938 rows/sec., 1.57 MiB/sec. | ||
| 6853 | 2025.02.28 11:13:51.412790 [ 5 ] {1067c731-0596-4e6b-ab66-b6cca9231884} <Debug> TCPHandler: Processed in 0.001814519 sec. | ||
| 6854 | 2025.02.28 11:13:51.413013 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6855 | 2025.02.28 11:13:51.413156 [ 256 ] {550d177e-6393-4755-810f-959c878dd485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6856 | 2025.02.28 11:13:51.413213 [ 256 ] {550d177e-6393-4755-810f-959c878dd485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6857 | 2025.02.28 11:13:51.413931 [ 256 ] {550d177e-6393-4755-810f-959c878dd485} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6858 | 2025.02.28 11:13:51.413969 [ 256 ] {550d177e-6393-4755-810f-959c878dd485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6859 | 2025.02.28 11:13:51.414341 [ 256 ] {550d177e-6393-4755-810f-959c878dd485} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6860 | 2025.02.28 11:13:51.414588 [ 256 ] {550d177e-6393-4755-810f-959c878dd485} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6861 | 2025.02.28 11:13:51.414860 [ 256 ] {550d177e-6393-4755-810f-959c878dd485} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001736 sec., 145161.29032258067 rows/sec., 10.04 MiB/sec. | ||
| 6862 | 2025.02.28 11:13:51.415063 [ 256 ] {550d177e-6393-4755-810f-959c878dd485} <Debug> TCPHandler: Processed in 0.002173597 sec. | ||
| 6863 | 2025.02.28 11:13:51.415249 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6864 | 2025.02.28 11:13:51.415392 [ 5 ] {5716eaa2-c588-4a23-ad09-e8da43c6d3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6865 | 2025.02.28 11:13:51.415450 [ 5 ] {5716eaa2-c588-4a23-ad09-e8da43c6d3ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6866 | 2025.02.28 11:13:51.416042 [ 5 ] {5716eaa2-c588-4a23-ad09-e8da43c6d3ee} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6867 | 2025.02.28 11:13:51.416080 [ 5 ] {5716eaa2-c588-4a23-ad09-e8da43c6d3ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6868 | 2025.02.28 11:13:51.416422 [ 5 ] {5716eaa2-c588-4a23-ad09-e8da43c6d3ee} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6869 | 2025.02.28 11:13:51.416728 [ 5 ] {5716eaa2-c588-4a23-ad09-e8da43c6d3ee} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6870 | 2025.02.28 11:13:51.417002 [ 5 ] {5716eaa2-c588-4a23-ad09-e8da43c6d3ee} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001634 sec., 7343.941248470012 rows/sec., 573.75 KiB/sec. | ||
| 6871 | 2025.02.28 11:13:51.417156 [ 5 ] {5716eaa2-c588-4a23-ad09-e8da43c6d3ee} <Debug> TCPHandler: Processed in 0.001973623 sec. | ||
| 6872 | 2025.02.28 11:13:51.417297 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6873 | 2025.02.28 11:13:51.417416 [ 256 ] {aa5a36ee-970f-48eb-aaff-23bb6061552f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6874 | 2025.02.28 11:13:51.417466 [ 256 ] {aa5a36ee-970f-48eb-aaff-23bb6061552f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6875 | 2025.02.28 11:13:51.418235 [ 256 ] {aa5a36ee-970f-48eb-aaff-23bb6061552f} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6876 | 2025.02.28 11:13:51.418273 [ 256 ] {aa5a36ee-970f-48eb-aaff-23bb6061552f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6877 | 2025.02.28 11:13:51.418654 [ 256 ] {aa5a36ee-970f-48eb-aaff-23bb6061552f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6878 | 2025.02.28 11:13:51.418888 [ 256 ] {aa5a36ee-970f-48eb-aaff-23bb6061552f} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6879 | 2025.02.28 11:13:51.419139 [ 256 ] {aa5a36ee-970f-48eb-aaff-23bb6061552f} <Debug> executeQuery: Read 577 rows, 44.35 KiB in 0.001747 sec., 330280.48082427017 rows/sec., 24.79 MiB/sec. | ||
| 6880 | 2025.02.28 11:13:51.419343 [ 256 ] {aa5a36ee-970f-48eb-aaff-23bb6061552f} <Debug> TCPHandler: Processed in 0.002102045 sec. | ||
| 6881 | 2025.02.28 11:13:51.419601 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6882 | 2025.02.28 11:13:51.419741 [ 5 ] {d8c6779b-ca4f-43b4-a154-c84e5f1ee020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6883 | 2025.02.28 11:13:51.419803 [ 5 ] {d8c6779b-ca4f-43b4-a154-c84e5f1ee020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6884 | 2025.02.28 11:13:51.420717 [ 5 ] {d8c6779b-ca4f-43b4-a154-c84e5f1ee020} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6885 | 2025.02.28 11:13:51.420757 [ 5 ] {d8c6779b-ca4f-43b4-a154-c84e5f1ee020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6886 | 2025.02.28 11:13:51.421206 [ 5 ] {d8c6779b-ca4f-43b4-a154-c84e5f1ee020} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6887 | 2025.02.28 11:13:51.421455 [ 5 ] {d8c6779b-ca4f-43b4-a154-c84e5f1ee020} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6888 | 2025.02.28 11:13:51.421681 [ 5 ] {d8c6779b-ca4f-43b4-a154-c84e5f1ee020} <Debug> executeQuery: Read 918 rows, 63.76 KiB in 0.001972 sec., 465517.2413793104 rows/sec., 31.57 MiB/sec. | ||
| 6889 | 2025.02.28 11:13:51.421772 [ 5 ] {d8c6779b-ca4f-43b4-a154-c84e5f1ee020} <Debug> TCPHandler: Processed in 0.00231921 sec. | ||
| 6890 | 2025.02.28 11:13:51.422005 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6891 | 2025.02.28 11:13:51.422180 [ 256 ] {31aac687-9390-4ab2-aaf9-bc420720518b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6892 | 2025.02.28 11:13:51.422276 [ 256 ] {31aac687-9390-4ab2-aaf9-bc420720518b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6893 | 2025.02.28 11:13:51.423451 [ 256 ] {31aac687-9390-4ab2-aaf9-bc420720518b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6894 | 2025.02.28 11:13:51.423491 [ 256 ] {31aac687-9390-4ab2-aaf9-bc420720518b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6895 | 2025.02.28 11:13:51.424121 [ 256 ] {31aac687-9390-4ab2-aaf9-bc420720518b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6896 | 2025.02.28 11:13:51.424382 [ 256 ] {31aac687-9390-4ab2-aaf9-bc420720518b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6897 | 2025.02.28 11:13:51.424627 [ 256 ] {31aac687-9390-4ab2-aaf9-bc420720518b} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002476 sec., 6865.9127625201945 rows/sec., 12.30 MiB/sec. | ||
| 6898 | 2025.02.28 11:13:51.424737 [ 256 ] {31aac687-9390-4ab2-aaf9-bc420720518b} <Debug> TCPHandler: Processed in 0.002864931 sec. | ||
| 6899 | 2025.02.28 11:13:51.424894 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6900 | 2025.02.28 11:13:51.425031 [ 5 ] {3f05d9c5-b59a-49e7-9f52-fd18fc1247dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6901 | 2025.02.28 11:13:51.425091 [ 5 ] {3f05d9c5-b59a-49e7-9f52-fd18fc1247dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6902 | 2025.02.28 11:13:51.425659 [ 5 ] {3f05d9c5-b59a-49e7-9f52-fd18fc1247dc} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6903 | 2025.02.28 11:13:51.425701 [ 5 ] {3f05d9c5-b59a-49e7-9f52-fd18fc1247dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6904 | 2025.02.28 11:13:51.426068 [ 5 ] {3f05d9c5-b59a-49e7-9f52-fd18fc1247dc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6905 | 2025.02.28 11:13:51.426304 [ 5 ] {3f05d9c5-b59a-49e7-9f52-fd18fc1247dc} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6906 | 2025.02.28 11:13:51.426497 [ 5 ] {3f05d9c5-b59a-49e7-9f52-fd18fc1247dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec. | ||
| 6907 | 2025.02.28 11:13:51.426548 [ 5 ] {3f05d9c5-b59a-49e7-9f52-fd18fc1247dc} <Debug> TCPHandler: Processed in 0.001722437 sec. | ||
| 6908 | 2025.02.28 11:13:53.386870 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 6909 | 2025.02.28 11:13:53.387928 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6910 | 2025.02.28 11:13:53.387973 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6911 | 2025.02.28 11:13:53.388491 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6912 | 2025.02.28 11:13:53.388745 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6913 | 2025.02.28 11:13:53.388985 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 6914 | 2025.02.28 11:13:54.627304 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 6915 | 2025.02.28 11:13:54.648553 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6916 | 2025.02.28 11:13:54.648619 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6917 | 2025.02.28 11:13:54.655998 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6918 | 2025.02.28 11:13:54.656792 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6919 | 2025.02.28 11:13:54.659631 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 6920 | 2025.02.28 11:13:56.373055 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6921 | 2025.02.28 11:13:56.373267 [ 256 ] {c1032af6-f0d2-46ca-bb98-215751e430a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6922 | 2025.02.28 11:13:56.373349 [ 256 ] {c1032af6-f0d2-46ca-bb98-215751e430a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6923 | 2025.02.28 11:13:56.374186 [ 256 ] {c1032af6-f0d2-46ca-bb98-215751e430a9} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6924 | 2025.02.28 11:13:56.374237 [ 256 ] {c1032af6-f0d2-46ca-bb98-215751e430a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6925 | 2025.02.28 11:13:56.374695 [ 256 ] {c1032af6-f0d2-46ca-bb98-215751e430a9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6926 | 2025.02.28 11:13:56.374958 [ 256 ] {c1032af6-f0d2-46ca-bb98-215751e430a9} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6927 | 2025.02.28 11:13:56.375208 [ 256 ] {c1032af6-f0d2-46ca-bb98-215751e430a9} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.002004 sec., 50898.20359281437 rows/sec., 4.25 MiB/sec. | ||
| 6928 | 2025.02.28 11:13:56.375274 [ 256 ] {c1032af6-f0d2-46ca-bb98-215751e430a9} <Debug> TCPHandler: Processed in 0.002349591 sec. | ||
| 6929 | 2025.02.28 11:13:56.375554 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6930 | 2025.02.28 11:13:56.375750 [ 5 ] {8961bd88-3fb9-4a6e-b288-cc5c2692bace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6931 | 2025.02.28 11:13:56.375827 [ 5 ] {8961bd88-3fb9-4a6e-b288-cc5c2692bace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6932 | 2025.02.28 11:13:56.376579 [ 5 ] {8961bd88-3fb9-4a6e-b288-cc5c2692bace} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6933 | 2025.02.28 11:13:56.376633 [ 5 ] {8961bd88-3fb9-4a6e-b288-cc5c2692bace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6934 | 2025.02.28 11:13:56.377064 [ 5 ] {8961bd88-3fb9-4a6e-b288-cc5c2692bace} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6935 | 2025.02.28 11:13:56.377324 [ 5 ] {8961bd88-3fb9-4a6e-b288-cc5c2692bace} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6936 | 2025.02.28 11:13:56.377618 [ 5 ] {8961bd88-3fb9-4a6e-b288-cc5c2692bace} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001909 sec., 12048.192771084337 rows/sec., 905.97 KiB/sec. | ||
| 6937 | 2025.02.28 11:13:56.377746 [ 5 ] {8961bd88-3fb9-4a6e-b288-cc5c2692bace} <Debug> TCPHandler: Processed in 0.00232807 sec. | ||
| 6938 | 2025.02.28 11:13:56.377975 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6939 | 2025.02.28 11:13:56.378100 [ 256 ] {6c85eaa0-5f6c-4b53-b6d8-02ab5fcb3421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6940 | 2025.02.28 11:13:56.378152 [ 256 ] {6c85eaa0-5f6c-4b53-b6d8-02ab5fcb3421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6941 | 2025.02.28 11:13:56.378790 [ 256 ] {6c85eaa0-5f6c-4b53-b6d8-02ab5fcb3421} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6942 | 2025.02.28 11:13:56.378828 [ 256 ] {6c85eaa0-5f6c-4b53-b6d8-02ab5fcb3421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6943 | 2025.02.28 11:13:56.379191 [ 256 ] {6c85eaa0-5f6c-4b53-b6d8-02ab5fcb3421} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6944 | 2025.02.28 11:13:56.379430 [ 256 ] {6c85eaa0-5f6c-4b53-b6d8-02ab5fcb3421} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6945 | 2025.02.28 11:13:56.379654 [ 256 ] {6c85eaa0-5f6c-4b53-b6d8-02ab5fcb3421} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001582 sec., 54993.678887484195 rows/sec., 4.29 MiB/sec. | ||
| 6946 | 2025.02.28 11:13:56.379705 [ 256 ] {6c85eaa0-5f6c-4b53-b6d8-02ab5fcb3421} <Debug> TCPHandler: Processed in 0.001827148 sec. | ||
| 6947 | 2025.02.28 11:13:56.379872 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6948 | 2025.02.28 11:13:56.380023 [ 5 ] {e69a234d-f063-488b-8721-7da46858dff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6949 | 2025.02.28 11:13:56.380090 [ 5 ] {e69a234d-f063-488b-8721-7da46858dff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6950 | 2025.02.28 11:13:56.380778 [ 5 ] {e69a234d-f063-488b-8721-7da46858dff5} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6951 | 2025.02.28 11:13:56.380827 [ 5 ] {e69a234d-f063-488b-8721-7da46858dff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6952 | 2025.02.28 11:13:56.381243 [ 5 ] {e69a234d-f063-488b-8721-7da46858dff5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6953 | 2025.02.28 11:13:56.381501 [ 5 ] {e69a234d-f063-488b-8721-7da46858dff5} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6954 | 2025.02.28 11:13:56.381744 [ 5 ] {e69a234d-f063-488b-8721-7da46858dff5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001758 sec., 91012.51422070534 rows/sec., 6.34 MiB/sec. | ||
| 6955 | 2025.02.28 11:13:56.381811 [ 5 ] {e69a234d-f063-488b-8721-7da46858dff5} <Debug> TCPHandler: Processed in 0.002002583 sec. | ||
| 6956 | 2025.02.28 11:13:56.382010 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6957 | 2025.02.28 11:13:56.382133 [ 256 ] {37db811f-e1c8-4032-9cdd-6b569ccf2431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6958 | 2025.02.28 11:13:56.382211 [ 256 ] {37db811f-e1c8-4032-9cdd-6b569ccf2431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6959 | 2025.02.28 11:13:56.383347 [ 256 ] {37db811f-e1c8-4032-9cdd-6b569ccf2431} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6960 | 2025.02.28 11:13:56.383385 [ 256 ] {37db811f-e1c8-4032-9cdd-6b569ccf2431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6961 | 2025.02.28 11:13:56.384014 [ 256 ] {37db811f-e1c8-4032-9cdd-6b569ccf2431} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6962 | 2025.02.28 11:13:56.384273 [ 256 ] {37db811f-e1c8-4032-9cdd-6b569ccf2431} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6963 | 2025.02.28 11:13:56.384516 [ 256 ] {37db811f-e1c8-4032-9cdd-6b569ccf2431} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002405 sec., 9563.409563409563 rows/sec., 17.14 MiB/sec. | ||
| 6964 | 2025.02.28 11:13:56.384609 [ 256 ] {37db811f-e1c8-4032-9cdd-6b569ccf2431} <Debug> TCPHandler: Processed in 0.002693748 sec. | ||
| 6965 | 2025.02.28 11:13:56.384775 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6966 | 2025.02.28 11:13:56.384916 [ 5 ] {3a48be8d-ed83-4910-9284-3b65f3df6bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6967 | 2025.02.28 11:13:56.384978 [ 5 ] {3a48be8d-ed83-4910-9284-3b65f3df6bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6968 | 2025.02.28 11:13:56.385544 [ 5 ] {3a48be8d-ed83-4910-9284-3b65f3df6bcd} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6969 | 2025.02.28 11:13:56.385591 [ 5 ] {3a48be8d-ed83-4910-9284-3b65f3df6bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6970 | 2025.02.28 11:13:56.386003 [ 5 ] {3a48be8d-ed83-4910-9284-3b65f3df6bcd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6971 | 2025.02.28 11:13:56.386248 [ 5 ] {3a48be8d-ed83-4910-9284-3b65f3df6bcd} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6972 | 2025.02.28 11:13:56.386420 [ 5 ] {3a48be8d-ed83-4910-9284-3b65f3df6bcd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001538 sec., 39011.70351105331 rows/sec., 2.63 MiB/sec. | ||
| 6973 | 2025.02.28 11:13:56.386470 [ 5 ] {3a48be8d-ed83-4910-9284-3b65f3df6bcd} <Debug> TCPHandler: Processed in 0.001769207 sec. | ||
| 6974 | 2025.02.28 11:14:00.765431 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6975 | 2025.02.28 11:14:00.765501 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6976 | 2025.02.28 11:14:00.889180 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 6977 | 2025.02.28 11:14:00.890245 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6978 | 2025.02.28 11:14:00.890328 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6979 | 2025.02.28 11:14:00.890899 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6980 | 2025.02.28 11:14:00.891150 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6981 | 2025.02.28 11:14:00.891337 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 6982 | 2025.02.28 11:14:00.962275 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 948 | ||
| 6983 | 2025.02.28 11:14:00.966235 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6984 | 2025.02.28 11:14:00.966302 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6985 | 2025.02.28 11:14:00.967874 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6986 | 2025.02.28 11:14:00.968216 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6987 | 2025.02.28 11:14:00.968910 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 948 | ||
| 6988 | 2025.02.28 11:14:01.371464 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2025.02.28 11:14:01.371661 [ 256 ] {ba53c2e6-2189-4559-85e1-756cd59ffc20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6990 | 2025.02.28 11:14:01.371733 [ 256 ] {ba53c2e6-2189-4559-85e1-756cd59ffc20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6991 | 2025.02.28 11:14:01.372538 [ 256 ] {ba53c2e6-2189-4559-85e1-756cd59ffc20} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2025.02.28 11:14:01.372589 [ 256 ] {ba53c2e6-2189-4559-85e1-756cd59ffc20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6993 | 2025.02.28 11:14:01.373043 [ 256 ] {ba53c2e6-2189-4559-85e1-756cd59ffc20} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6994 | 2025.02.28 11:14:01.373307 [ 256 ] {ba53c2e6-2189-4559-85e1-756cd59ffc20} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2025.02.28 11:14:01.373523 [ 73 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6996 | 2025.02.28 11:14:01.373553 [ 256 ] {ba53c2e6-2189-4559-85e1-756cd59ffc20} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.001946 sec., 46248.715313463515 rows/sec., 3.87 MiB/sec. | ||
| 6997 | 2025.02.28 11:14:01.373617 [ 73 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6998 | 2025.02.28 11:14:01.373692 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6999 | 2025.02.28 11:14:01.373697 [ 256 ] {ba53c2e6-2189-4559-85e1-756cd59ffc20} <Debug> TCPHandler: Processed in 0.002362181 sec. | ||
| 7000 | 2025.02.28 11:14:01.374001 [ 189 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 7001 | 2025.02.28 11:14:01.374061 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7002 | 2025.02.28 11:14:01.374551 [ 5 ] {ab96ed6d-c54e-45b3-bd15-934ebed1866d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7003 | 2025.02.28 11:14:01.374604 [ 189 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7004 | 2025.02.28 11:14:01.374738 [ 189 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1968 rows starting from the beginning of the part | ||
| 7005 | 2025.02.28 11:14:01.374744 [ 5 ] {ab96ed6d-c54e-45b3-bd15-934ebed1866d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7006 | 2025.02.28 11:14:01.375155 [ 189 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 90 rows starting from the beginning of the part | ||
| 7007 | 2025.02.28 11:14:01.375313 [ 189 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 102 rows starting from the beginning of the part | ||
| 7008 | 2025.02.28 11:14:01.375517 [ 189 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1352 rows starting from the beginning of the part | ||
| 7009 | 2025.02.28 11:14:01.375751 [ 189 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 102 rows starting from the beginning of the part | ||
| 7010 | 2025.02.28 11:14:01.376012 [ 189 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 90 rows starting from the beginning of the part | ||
| 7011 | 2025.02.28 11:14:01.376983 [ 5 ] {ab96ed6d-c54e-45b3-bd15-934ebed1866d} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7012 | 2025.02.28 11:14:01.377032 [ 5 ] {ab96ed6d-c54e-45b3-bd15-934ebed1866d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7013 | 2025.02.28 11:14:01.377564 [ 5 ] {ab96ed6d-c54e-45b3-bd15-934ebed1866d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7014 | 2025.02.28 11:14:01.377893 [ 5 ] {ab96ed6d-c54e-45b3-bd15-934ebed1866d} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2025.02.28 11:14:01.378064 [ 73 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7016 | 2025.02.28 11:14:01.378109 [ 73 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7017 | 2025.02.28 11:14:01.378132 [ 5 ] {ab96ed6d-c54e-45b3-bd15-934ebed1866d} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.003754 sec., 4528.502930207778 rows/sec., 340.52 KiB/sec. | ||
| 7018 | 2025.02.28 11:14:01.378137 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7019 | 2025.02.28 11:14:01.378292 [ 5 ] {ab96ed6d-c54e-45b3-bd15-934ebed1866d} <Debug> TCPHandler: Processed in 0.004447966 sec. | ||
| 7020 | 2025.02.28 11:14:01.378425 [ 199 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 7021 | 2025.02.28 11:14:01.378515 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7022 | 2025.02.28 11:14:01.378824 [ 199 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7023 | 2025.02.28 11:14:01.378856 [ 256 ] {b92e93f9-4068-4f30-ab43-b7f2028f39e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7024 | 2025.02.28 11:14:01.378931 [ 199 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 178 rows starting from the beginning of the part | ||
| 7025 | 2025.02.28 11:14:01.379035 [ 256 ] {b92e93f9-4068-4f30-ab43-b7f2028f39e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7026 | 2025.02.28 11:14:01.379452 [ 199 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 17 rows starting from the beginning of the part | ||
| 7027 | 2025.02.28 11:14:01.379962 [ 199 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 23 rows starting from the beginning of the part | ||
| 7028 | 2025.02.28 11:14:01.380450 [ 199 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part | ||
| 7029 | 2025.02.28 11:14:01.380933 [ 199 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 23 rows starting from the beginning of the part | ||
| 7030 | 2025.02.28 11:14:01.381344 [ 200 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3704 rows, containing 5 columns (5 merged, 0 gathered) in 0.007536552 sec., 491471.43149811745 rows/sec., 42.64 MiB/sec. | ||
| 7031 | 2025.02.28 11:14:01.381513 [ 199 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 17 rows starting from the beginning of the part | ||
| 7032 | 2025.02.28 11:14:01.381948 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7033 | 2025.02.28 11:14:01.382788 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_56_11} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7034 | 2025.02.28 11:14:01.383102 [ 188 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_56_11} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7035 | 2025.02.28 11:14:01.383183 [ 256 ] {b92e93f9-4068-4f30-ab43-b7f2028f39e3} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7036 | 2025.02.28 11:14:01.383289 [ 256 ] {b92e93f9-4068-4f30-ab43-b7f2028f39e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7037 | 2025.02.28 11:14:01.383357 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 7038 | 2025.02.28 11:14:01.384226 [ 256 ] {b92e93f9-4068-4f30-ab43-b7f2028f39e3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7039 | 2025.02.28 11:14:01.384767 [ 256 ] {b92e93f9-4068-4f30-ab43-b7f2028f39e3} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2025.02.28 11:14:01.385192 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 5 columns (5 merged, 0 gathered) in 0.006916508 sec., 42073.25430694217 rows/sec., 3.02 MiB/sec. | ||
| 7041 | 2025.02.28 11:14:01.385197 [ 73 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7042 | 2025.02.28 11:14:01.385299 [ 73 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7043 | 2025.02.28 11:14:01.385361 [ 256 ] {b92e93f9-4068-4f30-ab43-b7f2028f39e3} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.006616 sec., 12243.04715840387 rows/sec., 978.92 KiB/sec. | ||
| 7044 | 2025.02.28 11:14:01.385379 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7045 | 2025.02.28 11:14:01.385518 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7046 | 2025.02.28 11:14:01.385624 [ 256 ] {b92e93f9-4068-4f30-ab43-b7f2028f39e3} <Debug> TCPHandler: Processed in 0.007197834 sec. | ||
| 7047 | 2025.02.28 11:14:01.386022 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7048 | 2025.02.28 11:14:01.386098 [ 198 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 7049 | 2025.02.28 11:14:01.386378 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_51_10} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7050 | 2025.02.28 11:14:01.386415 [ 5 ] {1f362521-1289-4b99-803e-11a61cf982b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7051 | 2025.02.28 11:14:01.386609 [ 198 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7052 | 2025.02.28 11:14:01.386640 [ 5 ] {1f362521-1289-4b99-803e-11a61cf982b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7053 | 2025.02.28 11:14:01.386667 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_51_10} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7054 | 2025.02.28 11:14:01.386740 [ 198 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 952 rows starting from the beginning of the part | ||
| 7055 | 2025.02.28 11:14:01.386983 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7056 | 2025.02.28 11:14:01.387251 [ 198 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 81 rows starting from the beginning of the part | ||
| 7057 | 2025.02.28 11:14:01.387594 [ 198 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 87 rows starting from the beginning of the part | ||
| 7058 | 2025.02.28 11:14:01.387947 [ 198 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 577 rows starting from the beginning of the part | ||
| 7059 | 2025.02.28 11:14:01.388243 [ 198 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 87 rows starting from the beginning of the part | ||
| 7060 | 2025.02.28 11:14:01.388600 [ 198 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 81 rows starting from the beginning of the part | ||
| 7061 | 2025.02.28 11:14:01.389613 [ 5 ] {1f362521-1289-4b99-803e-11a61cf982b7} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7062 | 2025.02.28 11:14:01.389672 [ 5 ] {1f362521-1289-4b99-803e-11a61cf982b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7063 | 2025.02.28 11:14:01.390727 [ 5 ] {1f362521-1289-4b99-803e-11a61cf982b7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7064 | 2025.02.28 11:14:01.391098 [ 5 ] {1f362521-1289-4b99-803e-11a61cf982b7} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7065 | 2025.02.28 11:14:01.391595 [ 5 ] {1f362521-1289-4b99-803e-11a61cf982b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005311 sec., 30126.153266804748 rows/sec., 2.10 MiB/sec. | ||
| 7066 | 2025.02.28 11:14:01.391787 [ 5 ] {1f362521-1289-4b99-803e-11a61cf982b7} <Debug> TCPHandler: Processed in 0.006023399 sec. | ||
| 7067 | 2025.02.28 11:14:01.391809 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1865 rows, containing 5 columns (5 merged, 0 gathered) in 0.006188042 sec., 301387.7410657523 rows/sec., 23.66 MiB/sec. | ||
| 7068 | 2025.02.28 11:14:01.391971 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7069 | 2025.02.28 11:14:01.392070 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7070 | 2025.02.28 11:14:01.392199 [ 256 ] {c742f914-5c12-4bc6-81fa-dfd0685e49d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7071 | 2025.02.28 11:14:01.392350 [ 256 ] {c742f914-5c12-4bc6-81fa-dfd0685e49d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7072 | 2025.02.28 11:14:01.392767 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_56_11} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7073 | 2025.02.28 11:14:01.392991 [ 197 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_56_11} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7074 | 2025.02.28 11:14:01.393219 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 7075 | 2025.02.28 11:14:01.394148 [ 256 ] {c742f914-5c12-4bc6-81fa-dfd0685e49d8} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7076 | 2025.02.28 11:14:01.394193 [ 256 ] {c742f914-5c12-4bc6-81fa-dfd0685e49d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7077 | 2025.02.28 11:14:01.394871 [ 256 ] {c742f914-5c12-4bc6-81fa-dfd0685e49d8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7078 | 2025.02.28 11:14:01.395154 [ 256 ] {c742f914-5c12-4bc6-81fa-dfd0685e49d8} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7079 | 2025.02.28 11:14:01.395332 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7080 | 2025.02.28 11:14:01.395408 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7081 | 2025.02.28 11:14:01.395440 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7082 | 2025.02.28 11:14:01.395477 [ 256 ] {c742f914-5c12-4bc6-81fa-dfd0685e49d8} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.003365 sec., 5052.005943536405 rows/sec., 9.05 MiB/sec. | ||
| 7083 | 2025.02.28 11:14:01.395885 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 7084 | 2025.02.28 11:14:01.396149 [ 256 ] {c742f914-5c12-4bc6-81fa-dfd0685e49d8} <Debug> TCPHandler: Processed in 0.004247831 sec. | ||
| 7085 | 2025.02.28 11:14:01.396848 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7086 | 2025.02.28 11:14:01.397243 [ 5 ] {2a39ba5a-91eb-4dee-9158-9de215834afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7087 | 2025.02.28 11:14:01.397273 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7088 | 2025.02.28 11:14:01.397365 [ 5 ] {2a39ba5a-91eb-4dee-9158-9de215834afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7089 | 2025.02.28 11:14:01.397457 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 896 rows starting from the beginning of the part | ||
| 7090 | 2025.02.28 11:14:01.398394 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 17 rows starting from the beginning of the part | ||
| 7091 | 2025.02.28 11:14:01.399010 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 23 rows starting from the beginning of the part | ||
| 7092 | 2025.02.28 11:14:01.399844 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 17 rows starting from the beginning of the part | ||
| 7093 | 2025.02.28 11:14:01.399852 [ 5 ] {2a39ba5a-91eb-4dee-9158-9de215834afa} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7094 | 2025.02.28 11:14:01.399926 [ 5 ] {2a39ba5a-91eb-4dee-9158-9de215834afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7095 | 2025.02.28 11:14:01.400429 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 23 rows starting from the beginning of the part | ||
| 7096 | 2025.02.28 11:14:01.401179 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 17 rows starting from the beginning of the part | ||
| 7097 | 2025.02.28 11:14:01.401340 [ 5 ] {2a39ba5a-91eb-4dee-9158-9de215834afa} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7098 | 2025.02.28 11:14:01.402110 [ 5 ] {2a39ba5a-91eb-4dee-9158-9de215834afa} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7099 | 2025.02.28 11:14:01.402570 [ 5 ] {2a39ba5a-91eb-4dee-9158-9de215834afa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005405 sec., 11100.832562442183 rows/sec., 766.07 KiB/sec. | ||
| 7100 | 2025.02.28 11:14:01.402693 [ 5 ] {2a39ba5a-91eb-4dee-9158-9de215834afa} <Debug> TCPHandler: Processed in 0.006418818 sec. | ||
| 7101 | 2025.02.28 11:14:01.408607 [ 186 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 993 rows, containing 19 columns (19 merged, 0 gathered) in 0.0130686 sec., 75983.65547954639 rows/sec., 136.16 MiB/sec. | ||
| 7102 | 2025.02.28 11:14:01.409776 [ 193 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7103 | 2025.02.28 11:14:01.410184 [ 193 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7104 | 2025.02.28 11:14:01.410267 [ 193 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7105 | 2025.02.28 11:14:01.410413 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.17 MiB. | ||
| 7106 | 2025.02.28 11:14:02.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.44 MiB, peak 218.58 MiB, free memory in arenas 0.00 B, will set to 212.08 MiB (RSS), difference: 1.64 MiB | ||
| 7107 | 2025.02.28 11:14:02.159734 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7108 | 2025.02.28 11:14:02.181858 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7109 | 2025.02.28 11:14:02.181922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7110 | 2025.02.28 11:14:02.189407 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7111 | 2025.02.28 11:14:02.190235 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7112 | 2025.02.28 11:14:02.194480 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7113 | 2025.02.28 11:14:03.080829 [ 69 ] {} <Debug> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 7114 | 2025.02.28 11:14:03.080928 [ 69 ] {} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7115 | 2025.02.28 11:14:03.080974 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7116 | 2025.02.28 11:14:03.081222 [ 197 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 7117 | 2025.02.28 11:14:03.081493 [ 197 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7118 | 2025.02.28 11:14:03.081546 [ 197 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 124 rows starting from the beginning of the part | ||
| 7119 | 2025.02.28 11:14:03.081647 [ 197 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
| 7120 | 2025.02.28 11:14:03.081958 [ 197 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
| 7121 | 2025.02.28 11:14:03.082172 [ 197 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 7122 | 2025.02.28 11:14:03.082427 [ 197 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 7123 | 2025.02.28 11:14:03.083648 [ 186 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002566555 sec., 105978.63673289682 rows/sec., 6.80 MiB/sec. | ||
| 7124 | 2025.02.28 11:14:03.083962 [ 186 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 7125 | 2025.02.28 11:14:03.084369 [ 186 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_10_2} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7126 | 2025.02.28 11:14:03.084460 [ 186 ] {2bca0abb-967b-421c-a5e8-622d370dd7de::all_1_10_2} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 7127 | 2025.02.28 11:14:03.084566 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7128 | 2025.02.28 11:14:03.497553 [ 69 ] {} <Debug> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 7129 | 2025.02.28 11:14:03.497622 [ 69 ] {} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7130 | 2025.02.28 11:14:03.497651 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7131 | 2025.02.28 11:14:03.497838 [ 192 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 7132 | 2025.02.28 11:14:03.498016 [ 192 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7133 | 2025.02.28 11:14:03.498059 [ 192 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 236 rows starting from the beginning of the part | ||
| 7134 | 2025.02.28 11:14:03.498155 [ 192 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
| 7135 | 2025.02.28 11:14:03.498369 [ 192 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 7136 | 2025.02.28 11:14:03.498640 [ 192 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
| 7137 | 2025.02.28 11:14:03.498800 [ 192 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 7138 | 2025.02.28 11:14:03.500101 [ 201 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002362101 sec., 220142.9998124551 rows/sec., 15.63 MiB/sec. | ||
| 7139 | 2025.02.28 11:14:03.500251 [ 192 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 7140 | 2025.02.28 11:14:03.500528 [ 192 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_10_2} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7141 | 2025.02.28 11:14:03.500606 [ 192 ] {d509d0ca-0fd8-4f32-a47d-cbe9fad97f72::all_1_10_2} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 7142 | 2025.02.28 11:14:03.500685 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7143 | 2025.02.28 11:14:06.372013 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7144 | 2025.02.28 11:14:06.372222 [ 256 ] {92faf4d5-4b13-4cd7-9514-387c8bae4d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7145 | 2025.02.28 11:14:06.372298 [ 256 ] {92faf4d5-4b13-4cd7-9514-387c8bae4d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7146 | 2025.02.28 11:14:06.373034 [ 256 ] {92faf4d5-4b13-4cd7-9514-387c8bae4d1a} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.02.28 11:14:06.373088 [ 256 ] {92faf4d5-4b13-4cd7-9514-387c8bae4d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7148 | 2025.02.28 11:14:06.373518 [ 256 ] {92faf4d5-4b13-4cd7-9514-387c8bae4d1a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7149 | 2025.02.28 11:14:06.373781 [ 256 ] {92faf4d5-4b13-4cd7-9514-387c8bae4d1a} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7150 | 2025.02.28 11:14:06.374028 [ 256 ] {92faf4d5-4b13-4cd7-9514-387c8bae4d1a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001854 sec., 1078.7486515641856 rows/sec., 87.96 KiB/sec. | ||
| 7151 | 2025.02.28 11:14:06.374147 [ 256 ] {92faf4d5-4b13-4cd7-9514-387c8bae4d1a} <Debug> TCPHandler: Processed in 0.002261568 sec. | ||
| 7152 | 2025.02.28 11:14:06.374464 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7153 | 2025.02.28 11:14:06.374655 [ 5 ] {39382a59-4dc1-44a6-a2d1-7cb602f4d60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7154 | 2025.02.28 11:14:06.374729 [ 5 ] {39382a59-4dc1-44a6-a2d1-7cb602f4d60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7155 | 2025.02.28 11:14:06.375545 [ 5 ] {39382a59-4dc1-44a6-a2d1-7cb602f4d60b} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2025.02.28 11:14:06.375597 [ 5 ] {39382a59-4dc1-44a6-a2d1-7cb602f4d60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7157 | 2025.02.28 11:14:06.376040 [ 5 ] {39382a59-4dc1-44a6-a2d1-7cb602f4d60b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7158 | 2025.02.28 11:14:06.376303 [ 5 ] {39382a59-4dc1-44a6-a2d1-7cb602f4d60b} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7159 | 2025.02.28 11:14:06.376544 [ 5 ] {39382a59-4dc1-44a6-a2d1-7cb602f4d60b} <Debug> executeQuery: Read 103 rows, 8.79 KiB in 0.001942 sec., 53038.105046343975 rows/sec., 4.42 MiB/sec. | ||
| 7160 | 2025.02.28 11:14:06.376603 [ 5 ] {39382a59-4dc1-44a6-a2d1-7cb602f4d60b} <Debug> TCPHandler: Processed in 0.00232696 sec. | ||
| 7161 | 2025.02.28 11:14:06.376760 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7162 | 2025.02.28 11:14:06.376886 [ 256 ] {637edfc2-0de6-4b54-9835-b6bd1d1ca765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7163 | 2025.02.28 11:14:06.376940 [ 256 ] {637edfc2-0de6-4b54-9835-b6bd1d1ca765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7164 | 2025.02.28 11:14:06.377545 [ 256 ] {637edfc2-0de6-4b54-9835-b6bd1d1ca765} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7165 | 2025.02.28 11:14:06.377586 [ 256 ] {637edfc2-0de6-4b54-9835-b6bd1d1ca765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7166 | 2025.02.28 11:14:06.377964 [ 256 ] {637edfc2-0de6-4b54-9835-b6bd1d1ca765} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7167 | 2025.02.28 11:14:06.378210 [ 256 ] {637edfc2-0de6-4b54-9835-b6bd1d1ca765} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7168 | 2025.02.28 11:14:06.378446 [ 256 ] {637edfc2-0de6-4b54-9835-b6bd1d1ca765} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001587 sec., 15752.993068683048 rows/sec., 1.15 MiB/sec. | ||
| 7169 | 2025.02.28 11:14:06.378502 [ 256 ] {637edfc2-0de6-4b54-9835-b6bd1d1ca765} <Debug> TCPHandler: Processed in 0.001799808 sec. | ||
| 7170 | 2025.02.28 11:14:06.378642 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7171 | 2025.02.28 11:14:06.378767 [ 5 ] {c4955633-2d69-4f32-9a40-488770755579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7172 | 2025.02.28 11:14:06.378817 [ 5 ] {c4955633-2d69-4f32-9a40-488770755579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7173 | 2025.02.28 11:14:06.379455 [ 5 ] {c4955633-2d69-4f32-9a40-488770755579} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7174 | 2025.02.28 11:14:06.379498 [ 5 ] {c4955633-2d69-4f32-9a40-488770755579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7175 | 2025.02.28 11:14:06.379876 [ 5 ] {c4955633-2d69-4f32-9a40-488770755579} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7176 | 2025.02.28 11:14:06.380114 [ 5 ] {c4955633-2d69-4f32-9a40-488770755579} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7177 | 2025.02.28 11:14:06.380321 [ 5 ] {c4955633-2d69-4f32-9a40-488770755579} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001579 sec., 56364.78784040532 rows/sec., 4.40 MiB/sec. | ||
| 7178 | 2025.02.28 11:14:06.380378 [ 5 ] {c4955633-2d69-4f32-9a40-488770755579} <Debug> TCPHandler: Processed in 0.001793889 sec. | ||
| 7179 | 2025.02.28 11:14:06.380524 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7180 | 2025.02.28 11:14:06.380642 [ 256 ] {89b80f23-22e2-4873-b551-b824f8b367a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7181 | 2025.02.28 11:14:06.380695 [ 256 ] {89b80f23-22e2-4873-b551-b824f8b367a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7182 | 2025.02.28 11:14:06.381282 [ 256 ] {89b80f23-22e2-4873-b551-b824f8b367a8} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7183 | 2025.02.28 11:14:06.381322 [ 256 ] {89b80f23-22e2-4873-b551-b824f8b367a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7184 | 2025.02.28 11:14:06.381725 [ 256 ] {89b80f23-22e2-4873-b551-b824f8b367a8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7185 | 2025.02.28 11:14:06.381980 [ 256 ] {89b80f23-22e2-4873-b551-b824f8b367a8} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2025.02.28 11:14:06.382173 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7187 | 2025.02.28 11:14:06.382195 [ 256 ] {89b80f23-22e2-4873-b551-b824f8b367a8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001578 sec., 102027.8833967047 rows/sec., 7.11 MiB/sec. | ||
| 7188 | 2025.02.28 11:14:06.382262 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7189 | 2025.02.28 11:14:06.382326 [ 256 ] {89b80f23-22e2-4873-b551-b824f8b367a8} <Debug> TCPHandler: Processed in 0.001853919 sec. | ||
| 7190 | 2025.02.28 11:14:06.382332 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7191 | 2025.02.28 11:14:06.382534 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7192 | 2025.02.28 11:14:06.382554 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 7193 | 2025.02.28 11:14:06.382755 [ 5 ] {2ff59c6a-a993-48c7-8a09-a0a25ee3e661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7194 | 2025.02.28 11:14:06.382834 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7195 | 2025.02.28 11:14:06.382944 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 13656 rows starting from the beginning of the part | ||
| 7196 | 2025.02.28 11:14:06.382955 [ 5 ] {2ff59c6a-a993-48c7-8a09-a0a25ee3e661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7197 | 2025.02.28 11:14:06.383331 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 7198 | 2025.02.28 11:14:06.383710 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 918 rows starting from the beginning of the part | ||
| 7199 | 2025.02.28 11:14:06.384028 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 7200 | 2025.02.28 11:14:06.384394 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 7201 | 2025.02.28 11:14:06.384776 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 161 rows starting from the beginning of the part | ||
| 7202 | 2025.02.28 11:14:06.387800 [ 5 ] {2ff59c6a-a993-48c7-8a09-a0a25ee3e661} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7203 | 2025.02.28 11:14:06.387877 [ 5 ] {2ff59c6a-a993-48c7-8a09-a0a25ee3e661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7204 | 2025.02.28 11:14:06.389397 [ 5 ] {2ff59c6a-a993-48c7-8a09-a0a25ee3e661} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7205 | 2025.02.28 11:14:06.389809 [ 5 ] {2ff59c6a-a993-48c7-8a09-a0a25ee3e661} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7206 | 2025.02.28 11:14:06.390146 [ 5 ] {2ff59c6a-a993-48c7-8a09-a0a25ee3e661} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.007474 sec., 3077.3347605030776 rows/sec., 5.51 MiB/sec. | ||
| 7207 | 2025.02.28 11:14:06.390280 [ 5 ] {2ff59c6a-a993-48c7-8a09-a0a25ee3e661} <Debug> TCPHandler: Processed in 0.007855129 sec. | ||
| 7208 | 2025.02.28 11:14:06.390430 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7209 | 2025.02.28 11:14:06.390551 [ 256 ] {73636477-7708-4b1d-b4e8-c02f835721ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7210 | 2025.02.28 11:14:06.390615 [ 256 ] {73636477-7708-4b1d-b4e8-c02f835721ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7211 | 2025.02.28 11:14:06.391044 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15215 rows, containing 5 columns (5 merged, 0 gathered) in 0.008566404 sec., 1776124.497513776 rows/sec., 121.72 MiB/sec. | ||
| 7212 | 2025.02.28 11:14:06.391246 [ 256 ] {73636477-7708-4b1d-b4e8-c02f835721ca} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2025.02.28 11:14:06.391285 [ 256 ] {73636477-7708-4b1d-b4e8-c02f835721ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7214 | 2025.02.28 11:14:06.391405 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7215 | 2025.02.28 11:14:06.391747 [ 256 ] {73636477-7708-4b1d-b4e8-c02f835721ca} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7216 | 2025.02.28 11:14:06.391764 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7217 | 2025.02.28 11:14:06.391855 [ 196 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7218 | 2025.02.28 11:14:06.391946 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 7219 | 2025.02.28 11:14:06.392040 [ 256 ] {73636477-7708-4b1d-b4e8-c02f835721ca} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7220 | 2025.02.28 11:14:06.392286 [ 256 ] {73636477-7708-4b1d-b4e8-c02f835721ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001759 sec., 34110.28993746447 rows/sec., 2.30 MiB/sec. | ||
| 7221 | 2025.02.28 11:14:06.392382 [ 256 ] {73636477-7708-4b1d-b4e8-c02f835721ca} <Debug> TCPHandler: Processed in 0.002014823 sec. | ||
| 7222 | 2025.02.28 11:14:08.391499 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 7223 | 2025.02.28 11:14:08.392180 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7224 | 2025.02.28 11:14:08.392230 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7225 | 2025.02.28 11:14:08.392771 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7226 | 2025.02.28 11:14:08.393033 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7227 | 2025.02.28 11:14:08.393243 [ 61 ] {} <Debug> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7228 | 2025.02.28 11:14:08.393316 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 7229 | 2025.02.28 11:14:08.393353 [ 61 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7230 | 2025.02.28 11:14:08.393382 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7231 | 2025.02.28 11:14:08.393560 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 7232 | 2025.02.28 11:14:08.393889 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7233 | 2025.02.28 11:14:08.393938 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 7234 | 2025.02.28 11:14:08.394020 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 7235 | 2025.02.28 11:14:08.394201 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 7236 | 2025.02.28 11:14:08.394458 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 7237 | 2025.02.28 11:14:08.394582 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 7238 | 2025.02.28 11:14:08.394769 [ 201 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 7239 | 2025.02.28 11:14:08.397228 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003776181 sec., 4991550.987624799 rows/sec., 71.40 MiB/sec. | ||
| 7240 | 2025.02.28 11:14:08.397699 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7241 | 2025.02.28 11:14:08.398076 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_41_8} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7242 | 2025.02.28 11:14:08.398179 [ 195 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_41_8} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7243 | 2025.02.28 11:14:08.398305 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 7244 | 2025.02.28 11:14:09.694584 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7245 | 2025.02.28 11:14:09.716584 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7246 | 2025.02.28 11:14:09.716636 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7247 | 2025.02.28 11:14:09.724320 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7248 | 2025.02.28 11:14:09.725152 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7249 | 2025.02.28 11:14:09.725464 [ 64 ] {} <Debug> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7250 | 2025.02.28 11:14:09.725524 [ 64 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7251 | 2025.02.28 11:14:09.725562 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7252 | 2025.02.28 11:14:09.726069 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 7253 | 2025.02.28 11:14:09.738558 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7254 | 2025.02.28 11:14:09.739314 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7255 | 2025.02.28 11:14:09.740281 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 7256 | 2025.02.28 11:14:09.744909 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 7257 | 2025.02.28 11:14:09.753509 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 7258 | 2025.02.28 11:14:09.760025 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 7259 | 2025.02.28 11:14:09.766698 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 7260 | 2025.02.28 11:14:09.771786 [ 196 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 7261 | 2025.02.28 11:14:09.838044 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.112396887 sec., 2749.1864610093694 rows/sec., 14.22 MiB/sec. | ||
| 7262 | 2025.02.28 11:14:09.840879 [ 187 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7263 | 2025.02.28 11:14:09.843779 [ 187 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_41_8} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7264 | 2025.02.28 11:14:09.843890 [ 187 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_41_8} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7265 | 2025.02.28 11:14:09.846102 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7266 | 2025.02.28 11:14:10.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.77 MiB, peak 227.19 MiB, free memory in arenas 0.00 B, will set to 215.00 MiB (RSS), difference: 1.23 MiB | ||
| 7267 | 2025.02.28 11:14:10.969202 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 974 | ||
| 7268 | 2025.02.28 11:14:10.972237 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7269 | 2025.02.28 11:14:10.972287 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7270 | 2025.02.28 11:14:10.973809 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7271 | 2025.02.28 11:14:10.974160 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7272 | 2025.02.28 11:14:10.975280 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 974 | ||
| 7273 | 2025.02.28 11:14:11.372268 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7274 | 2025.02.28 11:14:11.372468 [ 256 ] {063b69f7-edd9-4008-80c2-99ece1c2e9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7275 | 2025.02.28 11:14:11.372542 [ 256 ] {063b69f7-edd9-4008-80c2-99ece1c2e9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7276 | 2025.02.28 11:14:11.373374 [ 256 ] {063b69f7-edd9-4008-80c2-99ece1c2e9f7} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.02.28 11:14:11.373431 [ 256 ] {063b69f7-edd9-4008-80c2-99ece1c2e9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7278 | 2025.02.28 11:14:11.373893 [ 256 ] {063b69f7-edd9-4008-80c2-99ece1c2e9f7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7279 | 2025.02.28 11:14:11.374149 [ 256 ] {063b69f7-edd9-4008-80c2-99ece1c2e9f7} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.02.28 11:14:11.374402 [ 256 ] {063b69f7-edd9-4008-80c2-99ece1c2e9f7} <Debug> executeQuery: Read 90 rows, 7.71 KiB in 0.00199 sec., 45226.13065326633 rows/sec., 3.78 MiB/sec. | ||
| 7281 | 2025.02.28 11:14:11.374470 [ 256 ] {063b69f7-edd9-4008-80c2-99ece1c2e9f7} <Debug> TCPHandler: Processed in 0.00233455 sec. | ||
| 7282 | 2025.02.28 11:14:11.374732 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7283 | 2025.02.28 11:14:11.374926 [ 5 ] {d96ad64a-7383-41d8-a5f0-901bd332deff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7284 | 2025.02.28 11:14:11.375003 [ 5 ] {d96ad64a-7383-41d8-a5f0-901bd332deff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7285 | 2025.02.28 11:14:11.375762 [ 5 ] {d96ad64a-7383-41d8-a5f0-901bd332deff} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7286 | 2025.02.28 11:14:11.375814 [ 5 ] {d96ad64a-7383-41d8-a5f0-901bd332deff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7287 | 2025.02.28 11:14:11.376274 [ 5 ] {d96ad64a-7383-41d8-a5f0-901bd332deff} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7288 | 2025.02.28 11:14:11.376539 [ 5 ] {d96ad64a-7383-41d8-a5f0-901bd332deff} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7289 | 2025.02.28 11:14:11.376775 [ 5 ] {d96ad64a-7383-41d8-a5f0-901bd332deff} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.0019 sec., 8947.368421052632 rows/sec., 672.80 KiB/sec. | ||
| 7290 | 2025.02.28 11:14:11.376845 [ 5 ] {d96ad64a-7383-41d8-a5f0-901bd332deff} <Debug> TCPHandler: Processed in 0.002257118 sec. | ||
| 7291 | 2025.02.28 11:14:11.377015 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7292 | 2025.02.28 11:14:11.377165 [ 256 ] {a51119f7-5f05-4f23-a1c1-66443bfc773a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7293 | 2025.02.28 11:14:11.377227 [ 256 ] {a51119f7-5f05-4f23-a1c1-66443bfc773a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7294 | 2025.02.28 11:14:11.377890 [ 256 ] {a51119f7-5f05-4f23-a1c1-66443bfc773a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7295 | 2025.02.28 11:14:11.377931 [ 256 ] {a51119f7-5f05-4f23-a1c1-66443bfc773a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7296 | 2025.02.28 11:14:11.378309 [ 256 ] {a51119f7-5f05-4f23-a1c1-66443bfc773a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7297 | 2025.02.28 11:14:11.378547 [ 256 ] {a51119f7-5f05-4f23-a1c1-66443bfc773a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7298 | 2025.02.28 11:14:11.378804 [ 256 ] {a51119f7-5f05-4f23-a1c1-66443bfc773a} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001673 sec., 48416.0191273162 rows/sec., 3.78 MiB/sec. | ||
| 7299 | 2025.02.28 11:14:11.378880 [ 256 ] {a51119f7-5f05-4f23-a1c1-66443bfc773a} <Debug> TCPHandler: Processed in 0.001929292 sec. | ||
| 7300 | 2025.02.28 11:14:11.379135 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7301 | 2025.02.28 11:14:11.379287 [ 5 ] {54973283-0c47-4a36-9618-a8558b0ba9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7302 | 2025.02.28 11:14:11.379344 [ 5 ] {54973283-0c47-4a36-9618-a8558b0ba9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7303 | 2025.02.28 11:14:11.379924 [ 5 ] {54973283-0c47-4a36-9618-a8558b0ba9fe} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7304 | 2025.02.28 11:14:11.379965 [ 5 ] {54973283-0c47-4a36-9618-a8558b0ba9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7305 | 2025.02.28 11:14:11.380382 [ 5 ] {54973283-0c47-4a36-9618-a8558b0ba9fe} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7306 | 2025.02.28 11:14:11.380635 [ 5 ] {54973283-0c47-4a36-9618-a8558b0ba9fe} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7307 | 2025.02.28 11:14:11.380851 [ 5 ] {54973283-0c47-4a36-9618-a8558b0ba9fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
| 7308 | 2025.02.28 11:14:11.380907 [ 5 ] {54973283-0c47-4a36-9618-a8558b0ba9fe} <Debug> TCPHandler: Processed in 0.001906381 sec. | ||
| 7309 | 2025.02.28 11:14:11.381051 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7310 | 2025.02.28 11:14:11.381175 [ 256 ] {6f98e026-dd3e-4d20-ab3e-e11521e5d0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7311 | 2025.02.28 11:14:11.381260 [ 256 ] {6f98e026-dd3e-4d20-ab3e-e11521e5d0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7312 | 2025.02.28 11:14:11.382425 [ 256 ] {6f98e026-dd3e-4d20-ab3e-e11521e5d0a6} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7313 | 2025.02.28 11:14:11.382464 [ 256 ] {6f98e026-dd3e-4d20-ab3e-e11521e5d0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7314 | 2025.02.28 11:14:11.383122 [ 256 ] {6f98e026-dd3e-4d20-ab3e-e11521e5d0a6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7315 | 2025.02.28 11:14:11.383393 [ 256 ] {6f98e026-dd3e-4d20-ab3e-e11521e5d0a6} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7316 | 2025.02.28 11:14:11.383642 [ 256 ] {6f98e026-dd3e-4d20-ab3e-e11521e5d0a6} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002494 sec., 6816.35926222935 rows/sec., 12.21 MiB/sec. | ||
| 7317 | 2025.02.28 11:14:11.383756 [ 256 ] {6f98e026-dd3e-4d20-ab3e-e11521e5d0a6} <Debug> TCPHandler: Processed in 0.002764689 sec. | ||
| 7318 | 2025.02.28 11:14:11.383910 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7319 | 2025.02.28 11:14:11.384051 [ 5 ] {3d83dd0a-2ed2-4251-84c7-81198bfb7e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7320 | 2025.02.28 11:14:11.384112 [ 5 ] {3d83dd0a-2ed2-4251-84c7-81198bfb7e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7321 | 2025.02.28 11:14:11.384649 [ 5 ] {3d83dd0a-2ed2-4251-84c7-81198bfb7e56} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7322 | 2025.02.28 11:14:11.384688 [ 5 ] {3d83dd0a-2ed2-4251-84c7-81198bfb7e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7323 | 2025.02.28 11:14:11.385088 [ 5 ] {3d83dd0a-2ed2-4251-84c7-81198bfb7e56} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7324 | 2025.02.28 11:14:11.385330 [ 5 ] {3d83dd0a-2ed2-4251-84c7-81198bfb7e56} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2025.02.28 11:14:11.385499 [ 63 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7326 | 2025.02.28 11:14:11.385564 [ 5 ] {3d83dd0a-2ed2-4251-84c7-81198bfb7e56} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec. | ||
| 7327 | 2025.02.28 11:14:11.385577 [ 63 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7328 | 2025.02.28 11:14:11.385644 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7329 | 2025.02.28 11:14:11.385693 [ 5 ] {3d83dd0a-2ed2-4251-84c7-81198bfb7e56} <Debug> TCPHandler: Processed in 0.00184942 sec. | ||
| 7330 | 2025.02.28 11:14:11.385888 [ 198 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 7331 | 2025.02.28 11:14:11.386056 [ 198 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7332 | 2025.02.28 11:14:11.386096 [ 198 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2468 rows starting from the beginning of the part | ||
| 7333 | 2025.02.28 11:14:11.386177 [ 198 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 7334 | 2025.02.28 11:14:11.386403 [ 198 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 7335 | 2025.02.28 11:14:11.386534 [ 198 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 7336 | 2025.02.28 11:14:11.386772 [ 198 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 7337 | 2025.02.28 11:14:11.386946 [ 198 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 7338 | 2025.02.28 11:14:11.388290 [ 191 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2768 rows, containing 4 columns (4 merged, 0 gathered) in 0.002533204 sec., 1092687.3635127689 rows/sec., 72.95 MiB/sec. | ||
| 7339 | 2025.02.28 11:14:11.388605 [ 191 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7340 | 2025.02.28 11:14:11.388984 [ 191 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_56_11} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7341 | 2025.02.28 11:14:11.389088 [ 191 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_56_11} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7342 | 2025.02.28 11:14:11.389200 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 7343 | 2025.02.28 11:14:15.765559 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7344 | 2025.02.28 11:14:15.765663 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7345 | 2025.02.28 11:14:15.893488 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 7346 | 2025.02.28 11:14:15.894121 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7347 | 2025.02.28 11:14:15.894164 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7348 | 2025.02.28 11:14:15.894693 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7349 | 2025.02.28 11:14:15.894963 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7350 | 2025.02.28 11:14:15.895177 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 7351 | 2025.02.28 11:14:16.373303 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7352 | 2025.02.28 11:14:16.373520 [ 256 ] {7541d260-e2e9-444f-9383-562db2c43024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7353 | 2025.02.28 11:14:16.373606 [ 256 ] {7541d260-e2e9-444f-9383-562db2c43024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7354 | 2025.02.28 11:14:16.374462 [ 256 ] {7541d260-e2e9-444f-9383-562db2c43024} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7355 | 2025.02.28 11:14:16.374517 [ 256 ] {7541d260-e2e9-444f-9383-562db2c43024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7356 | 2025.02.28 11:14:16.374968 [ 256 ] {7541d260-e2e9-444f-9383-562db2c43024} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7357 | 2025.02.28 11:14:16.375243 [ 256 ] {7541d260-e2e9-444f-9383-562db2c43024} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7358 | 2025.02.28 11:14:16.375498 [ 256 ] {7541d260-e2e9-444f-9383-562db2c43024} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.002038 sec., 50049.06771344456 rows/sec., 4.18 MiB/sec. | ||
| 7359 | 2025.02.28 11:14:16.375567 [ 256 ] {7541d260-e2e9-444f-9383-562db2c43024} <Debug> TCPHandler: Processed in 0.002407021 sec. | ||
| 7360 | 2025.02.28 11:14:16.375849 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7361 | 2025.02.28 11:14:16.376066 [ 5 ] {41a93b35-0552-4719-888f-4155ef918159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7362 | 2025.02.28 11:14:16.376147 [ 5 ] {41a93b35-0552-4719-888f-4155ef918159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7363 | 2025.02.28 11:14:16.376941 [ 5 ] {41a93b35-0552-4719-888f-4155ef918159} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7364 | 2025.02.28 11:14:16.376985 [ 5 ] {41a93b35-0552-4719-888f-4155ef918159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7365 | 2025.02.28 11:14:16.377411 [ 5 ] {41a93b35-0552-4719-888f-4155ef918159} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7366 | 2025.02.28 11:14:16.377671 [ 5 ] {41a93b35-0552-4719-888f-4155ef918159} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7367 | 2025.02.28 11:14:16.377873 [ 5 ] {41a93b35-0552-4719-888f-4155ef918159} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001867 sec., 12319.228709159079 rows/sec., 926.35 KiB/sec. | ||
| 7368 | 2025.02.28 11:14:16.377940 [ 5 ] {41a93b35-0552-4719-888f-4155ef918159} <Debug> TCPHandler: Processed in 0.002240638 sec. | ||
| 7369 | 2025.02.28 11:14:16.378106 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7370 | 2025.02.28 11:14:16.378254 [ 256 ] {ea9314d7-f956-4627-b4da-6f314debae1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7371 | 2025.02.28 11:14:16.378316 [ 256 ] {ea9314d7-f956-4627-b4da-6f314debae1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7372 | 2025.02.28 11:14:16.379028 [ 256 ] {ea9314d7-f956-4627-b4da-6f314debae1f} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7373 | 2025.02.28 11:14:16.379071 [ 256 ] {ea9314d7-f956-4627-b4da-6f314debae1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7374 | 2025.02.28 11:14:16.379450 [ 256 ] {ea9314d7-f956-4627-b4da-6f314debae1f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7375 | 2025.02.28 11:14:16.379694 [ 256 ] {ea9314d7-f956-4627-b4da-6f314debae1f} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7376 | 2025.02.28 11:14:16.379916 [ 256 ] {ea9314d7-f956-4627-b4da-6f314debae1f} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001698 sec., 51236.749116607774 rows/sec., 4.00 MiB/sec. | ||
| 7377 | 2025.02.28 11:14:16.379972 [ 256 ] {ea9314d7-f956-4627-b4da-6f314debae1f} <Debug> TCPHandler: Processed in 0.001939032 sec. | ||
| 7378 | 2025.02.28 11:14:16.380109 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7379 | 2025.02.28 11:14:16.380235 [ 5 ] {541914ef-fee1-47ed-9e18-4161cc3881bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7380 | 2025.02.28 11:14:16.380292 [ 5 ] {541914ef-fee1-47ed-9e18-4161cc3881bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7381 | 2025.02.28 11:14:16.380872 [ 5 ] {541914ef-fee1-47ed-9e18-4161cc3881bb} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7382 | 2025.02.28 11:14:16.380934 [ 5 ] {541914ef-fee1-47ed-9e18-4161cc3881bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7383 | 2025.02.28 11:14:16.381314 [ 5 ] {541914ef-fee1-47ed-9e18-4161cc3881bb} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7384 | 2025.02.28 11:14:16.381546 [ 5 ] {541914ef-fee1-47ed-9e18-4161cc3881bb} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7385 | 2025.02.28 11:14:16.381747 [ 5 ] {541914ef-fee1-47ed-9e18-4161cc3881bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec. | ||
| 7386 | 2025.02.28 11:14:16.381928 [ 5 ] {541914ef-fee1-47ed-9e18-4161cc3881bb} <Debug> TCPHandler: Processed in 0.001876581 sec. | ||
| 7387 | 2025.02.28 11:14:16.382125 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7388 | 2025.02.28 11:14:16.382482 [ 256 ] {30c8fd00-a65c-4cc8-a784-78bcde543df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7389 | 2025.02.28 11:14:16.382699 [ 256 ] {30c8fd00-a65c-4cc8-a784-78bcde543df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7390 | 2025.02.28 11:14:16.383937 [ 256 ] {30c8fd00-a65c-4cc8-a784-78bcde543df7} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7391 | 2025.02.28 11:14:16.383976 [ 256 ] {30c8fd00-a65c-4cc8-a784-78bcde543df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7392 | 2025.02.28 11:14:16.384618 [ 256 ] {30c8fd00-a65c-4cc8-a784-78bcde543df7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7393 | 2025.02.28 11:14:16.384879 [ 256 ] {30c8fd00-a65c-4cc8-a784-78bcde543df7} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7394 | 2025.02.28 11:14:16.385124 [ 256 ] {30c8fd00-a65c-4cc8-a784-78bcde543df7} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002772 sec., 8297.258297258297 rows/sec., 14.87 MiB/sec. | ||
| 7395 | 2025.02.28 11:14:16.385650 [ 256 ] {30c8fd00-a65c-4cc8-a784-78bcde543df7} <Debug> TCPHandler: Processed in 0.003625317 sec. | ||
| 7396 | 2025.02.28 11:14:16.385861 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7397 | 2025.02.28 11:14:16.386004 [ 5 ] {76530efb-d15f-4a35-a8f7-a72a28e09b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7398 | 2025.02.28 11:14:16.386066 [ 5 ] {76530efb-d15f-4a35-a8f7-a72a28e09b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7399 | 2025.02.28 11:14:16.386616 [ 5 ] {76530efb-d15f-4a35-a8f7-a72a28e09b7a} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7400 | 2025.02.28 11:14:16.386657 [ 5 ] {76530efb-d15f-4a35-a8f7-a72a28e09b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7401 | 2025.02.28 11:14:16.387039 [ 5 ] {76530efb-d15f-4a35-a8f7-a72a28e09b7a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7402 | 2025.02.28 11:14:16.387289 [ 5 ] {76530efb-d15f-4a35-a8f7-a72a28e09b7a} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7403 | 2025.02.28 11:14:16.387503 [ 5 ] {76530efb-d15f-4a35-a8f7-a72a28e09b7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001532 sec., 39164.490861618804 rows/sec., 2.64 MiB/sec. | ||
| 7404 | 2025.02.28 11:14:16.387553 [ 5 ] {76530efb-d15f-4a35-a8f7-a72a28e09b7a} <Debug> TCPHandler: Processed in 0.001808379 sec. | ||
| 7405 | 2025.02.28 11:14:17.238666 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 7406 | 2025.02.28 11:14:17.257936 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7407 | 2025.02.28 11:14:17.257994 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7408 | 2025.02.28 11:14:17.264986 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7409 | 2025.02.28 11:14:17.265757 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7410 | 2025.02.28 11:14:17.268681 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 7411 | 2025.02.28 11:14:20.975515 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 998 | ||
| 7412 | 2025.02.28 11:14:20.978487 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7413 | 2025.02.28 11:14:20.978548 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7414 | 2025.02.28 11:14:20.980041 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7415 | 2025.02.28 11:14:20.980355 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7416 | 2025.02.28 11:14:20.981588 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 998 | ||
| 7417 | 2025.02.28 11:14:21.404502 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7418 | 2025.02.28 11:14:21.404720 [ 256 ] {4badb28a-9792-4ad5-820b-53f50d01f49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7419 | 2025.02.28 11:14:21.404804 [ 256 ] {4badb28a-9792-4ad5-820b-53f50d01f49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7420 | 2025.02.28 11:14:21.405574 [ 256 ] {4badb28a-9792-4ad5-820b-53f50d01f49a} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7421 | 2025.02.28 11:14:21.405627 [ 256 ] {4badb28a-9792-4ad5-820b-53f50d01f49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7422 | 2025.02.28 11:14:21.406067 [ 256 ] {4badb28a-9792-4ad5-820b-53f50d01f49a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7423 | 2025.02.28 11:14:21.406338 [ 256 ] {4badb28a-9792-4ad5-820b-53f50d01f49a} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7424 | 2025.02.28 11:14:21.406567 [ 256 ] {4badb28a-9792-4ad5-820b-53f50d01f49a} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001907 sec., 5243.8384897745145 rows/sec., 427.60 KiB/sec. | ||
| 7425 | 2025.02.28 11:14:21.406628 [ 256 ] {4badb28a-9792-4ad5-820b-53f50d01f49a} <Debug> TCPHandler: Processed in 0.002263259 sec. | ||
| 7426 | 2025.02.28 11:14:21.406900 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7427 | 2025.02.28 11:14:21.407117 [ 5 ] {f93a6f73-7d86-4762-af71-38287fcc8de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7428 | 2025.02.28 11:14:21.407200 [ 5 ] {f93a6f73-7d86-4762-af71-38287fcc8de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7429 | 2025.02.28 11:14:21.408640 [ 5 ] {f93a6f73-7d86-4762-af71-38287fcc8de7} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7430 | 2025.02.28 11:14:21.408687 [ 5 ] {f93a6f73-7d86-4762-af71-38287fcc8de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7431 | 2025.02.28 11:14:21.409225 [ 5 ] {f93a6f73-7d86-4762-af71-38287fcc8de7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7432 | 2025.02.28 11:14:21.409504 [ 5 ] {f93a6f73-7d86-4762-af71-38287fcc8de7} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7433 | 2025.02.28 11:14:21.409717 [ 5 ] {f93a6f73-7d86-4762-af71-38287fcc8de7} <Debug> executeQuery: Read 1235 rows, 104.64 KiB in 0.002658 sec., 464635.063957863 rows/sec., 38.44 MiB/sec. | ||
| 7434 | 2025.02.28 11:14:21.409791 [ 5 ] {f93a6f73-7d86-4762-af71-38287fcc8de7} <Debug> TCPHandler: Processed in 0.003037695 sec. | ||
| 7435 | 2025.02.28 11:14:21.409954 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7436 | 2025.02.28 11:14:21.410077 [ 256 ] {28896c93-6c11-457f-b216-96f072c97567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7437 | 2025.02.28 11:14:21.410131 [ 256 ] {28896c93-6c11-457f-b216-96f072c97567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7438 | 2025.02.28 11:14:21.410736 [ 256 ] {28896c93-6c11-457f-b216-96f072c97567} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7439 | 2025.02.28 11:14:21.410778 [ 256 ] {28896c93-6c11-457f-b216-96f072c97567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7440 | 2025.02.28 11:14:21.411160 [ 256 ] {28896c93-6c11-457f-b216-96f072c97567} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7441 | 2025.02.28 11:14:21.411399 [ 256 ] {28896c93-6c11-457f-b216-96f072c97567} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7442 | 2025.02.28 11:14:21.411600 [ 256 ] {28896c93-6c11-457f-b216-96f072c97567} <Debug> executeQuery: Read 27 rows, 1.98 KiB in 0.00155 sec., 17419.354838709678 rows/sec., 1.25 MiB/sec. | ||
| 7443 | 2025.02.28 11:14:21.411656 [ 256 ] {28896c93-6c11-457f-b216-96f072c97567} <Debug> TCPHandler: Processed in 0.001760517 sec. | ||
| 7444 | 2025.02.28 11:14:21.411802 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7445 | 2025.02.28 11:14:21.411930 [ 5 ] {4b40755d-9ff7-43f1-af22-2b0bd7687682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7446 | 2025.02.28 11:14:21.411984 [ 5 ] {4b40755d-9ff7-43f1-af22-2b0bd7687682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7447 | 2025.02.28 11:14:21.412651 [ 5 ] {4b40755d-9ff7-43f1-af22-2b0bd7687682} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7448 | 2025.02.28 11:14:21.412692 [ 5 ] {4b40755d-9ff7-43f1-af22-2b0bd7687682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7449 | 2025.02.28 11:14:21.413078 [ 5 ] {4b40755d-9ff7-43f1-af22-2b0bd7687682} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7450 | 2025.02.28 11:14:21.413326 [ 5 ] {4b40755d-9ff7-43f1-af22-2b0bd7687682} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7451 | 2025.02.28 11:14:21.413591 [ 5 ] {4b40755d-9ff7-43f1-af22-2b0bd7687682} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001685 sec., 135311.57270029673 rows/sec., 9.16 MiB/sec. | ||
| 7452 | 2025.02.28 11:14:21.413798 [ 5 ] {4b40755d-9ff7-43f1-af22-2b0bd7687682} <Debug> TCPHandler: Processed in 0.002056904 sec. | ||
| 7453 | 2025.02.28 11:14:21.413974 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7454 | 2025.02.28 11:14:21.414113 [ 256 ] {c1756493-9603-4d3c-9ec9-220de5af108a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7455 | 2025.02.28 11:14:21.414172 [ 256 ] {c1756493-9603-4d3c-9ec9-220de5af108a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7456 | 2025.02.28 11:14:21.415117 [ 256 ] {c1756493-9603-4d3c-9ec9-220de5af108a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7457 | 2025.02.28 11:14:21.415156 [ 256 ] {c1756493-9603-4d3c-9ec9-220de5af108a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7458 | 2025.02.28 11:14:21.415546 [ 256 ] {c1756493-9603-4d3c-9ec9-220de5af108a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7459 | 2025.02.28 11:14:21.415784 [ 256 ] {c1756493-9603-4d3c-9ec9-220de5af108a} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7460 | 2025.02.28 11:14:21.416006 [ 256 ] {c1756493-9603-4d3c-9ec9-220de5af108a} <Debug> executeQuery: Read 547 rows, 41.58 KiB in 0.001923 sec., 284451.3780551222 rows/sec., 21.12 MiB/sec. | ||
| 7461 | 2025.02.28 11:14:21.416059 [ 256 ] {c1756493-9603-4d3c-9ec9-220de5af108a} <Debug> TCPHandler: Processed in 0.002151897 sec. | ||
| 7462 | 2025.02.28 11:14:21.416227 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7463 | 2025.02.28 11:14:21.416375 [ 5 ] {23c05af6-9962-4224-a74b-ae04fb04ccb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7464 | 2025.02.28 11:14:21.416441 [ 5 ] {23c05af6-9962-4224-a74b-ae04fb04ccb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7465 | 2025.02.28 11:14:21.417240 [ 5 ] {23c05af6-9962-4224-a74b-ae04fb04ccb7} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7466 | 2025.02.28 11:14:21.417281 [ 5 ] {23c05af6-9962-4224-a74b-ae04fb04ccb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7467 | 2025.02.28 11:14:21.417742 [ 5 ] {23c05af6-9962-4224-a74b-ae04fb04ccb7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7468 | 2025.02.28 11:14:21.418013 [ 5 ] {23c05af6-9962-4224-a74b-ae04fb04ccb7} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7469 | 2025.02.28 11:14:21.418230 [ 5 ] {23c05af6-9962-4224-a74b-ae04fb04ccb7} <Debug> executeQuery: Read 885 rows, 60.98 KiB in 0.001889 sec., 468501.8528321863 rows/sec., 31.53 MiB/sec. | ||
| 7470 | 2025.02.28 11:14:21.418284 [ 5 ] {23c05af6-9962-4224-a74b-ae04fb04ccb7} <Debug> TCPHandler: Processed in 0.002127706 sec. | ||
| 7471 | 2025.02.28 11:14:21.418431 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7472 | 2025.02.28 11:14:21.418551 [ 256 ] {1fa4e801-9909-4f2f-b522-c64c1cbe4882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7473 | 2025.02.28 11:14:21.418635 [ 256 ] {1fa4e801-9909-4f2f-b522-c64c1cbe4882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7474 | 2025.02.28 11:14:21.419804 [ 256 ] {1fa4e801-9909-4f2f-b522-c64c1cbe4882} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7475 | 2025.02.28 11:14:21.419844 [ 256 ] {1fa4e801-9909-4f2f-b522-c64c1cbe4882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7476 | 2025.02.28 11:14:21.420503 [ 256 ] {1fa4e801-9909-4f2f-b522-c64c1cbe4882} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7477 | 2025.02.28 11:14:21.420765 [ 256 ] {1fa4e801-9909-4f2f-b522-c64c1cbe4882} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7478 | 2025.02.28 11:14:21.421057 [ 256 ] {1fa4e801-9909-4f2f-b522-c64c1cbe4882} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002525 sec., 6732.673267326733 rows/sec., 12.06 MiB/sec. | ||
| 7479 | 2025.02.28 11:14:21.421486 [ 256 ] {1fa4e801-9909-4f2f-b522-c64c1cbe4882} <Debug> TCPHandler: Processed in 0.003109417 sec. | ||
| 7480 | 2025.02.28 11:14:21.421723 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7481 | 2025.02.28 11:14:21.421879 [ 5 ] {2f4a4a8a-a08f-4c28-8bd8-ad8203909299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7482 | 2025.02.28 11:14:21.421930 [ 5 ] {2f4a4a8a-a08f-4c28-8bd8-ad8203909299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7483 | 2025.02.28 11:14:21.422391 [ 5 ] {2f4a4a8a-a08f-4c28-8bd8-ad8203909299} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7484 | 2025.02.28 11:14:21.422430 [ 5 ] {2f4a4a8a-a08f-4c28-8bd8-ad8203909299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7485 | 2025.02.28 11:14:21.422809 [ 5 ] {2f4a4a8a-a08f-4c28-8bd8-ad8203909299} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7486 | 2025.02.28 11:14:21.423056 [ 5 ] {2f4a4a8a-a08f-4c28-8bd8-ad8203909299} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7487 | 2025.02.28 11:14:21.423309 [ 5 ] {2f4a4a8a-a08f-4c28-8bd8-ad8203909299} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 7488 | 2025.02.28 11:14:21.423367 [ 5 ] {2f4a4a8a-a08f-4c28-8bd8-ad8203909299} <Debug> TCPHandler: Processed in 0.001771768 sec. | ||
| 7489 | 2025.02.28 11:14:23.395383 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 7490 | 2025.02.28 11:14:23.396304 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7491 | 2025.02.28 11:14:23.396360 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7492 | 2025.02.28 11:14:23.396961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7493 | 2025.02.28 11:14:23.397233 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7494 | 2025.02.28 11:14:23.397510 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 7495 | 2025.02.28 11:14:24.768800 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 7496 | 2025.02.28 11:14:24.788994 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7497 | 2025.02.28 11:14:24.789056 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7498 | 2025.02.28 11:14:24.796821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7499 | 2025.02.28 11:14:24.797686 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7500 | 2025.02.28 11:14:24.801795 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 7501 | 2025.02.28 11:14:26.373193 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7502 | 2025.02.28 11:14:26.373397 [ 256 ] {9555da30-86bb-4934-b270-50625b265679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7503 | 2025.02.28 11:14:26.373472 [ 256 ] {9555da30-86bb-4934-b270-50625b265679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7504 | 2025.02.28 11:14:26.374254 [ 256 ] {9555da30-86bb-4934-b270-50625b265679} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7505 | 2025.02.28 11:14:26.374308 [ 256 ] {9555da30-86bb-4934-b270-50625b265679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7506 | 2025.02.28 11:14:26.374750 [ 256 ] {9555da30-86bb-4934-b270-50625b265679} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7507 | 2025.02.28 11:14:26.375008 [ 256 ] {9555da30-86bb-4934-b270-50625b265679} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7508 | 2025.02.28 11:14:26.375212 [ 41 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7509 | 2025.02.28 11:14:26.375251 [ 256 ] {9555da30-86bb-4934-b270-50625b265679} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001907 sec., 53487.15259570005 rows/sec., 4.47 MiB/sec. | ||
| 7510 | 2025.02.28 11:14:26.375307 [ 41 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7511 | 2025.02.28 11:14:26.375372 [ 256 ] {9555da30-86bb-4934-b270-50625b265679} <Debug> TCPHandler: Processed in 0.002307289 sec. | ||
| 7512 | 2025.02.28 11:14:26.375379 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7513 | 2025.02.28 11:14:26.375677 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7514 | 2025.02.28 11:14:26.375705 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 7515 | 2025.02.28 11:14:26.376260 [ 5 ] {6afd6ac8-9eb2-4ba4-908f-06d08d192ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7516 | 2025.02.28 11:14:26.376424 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7517 | 2025.02.28 11:14:26.376567 [ 5 ] {6afd6ac8-9eb2-4ba4-908f-06d08d192ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7518 | 2025.02.28 11:14:26.376571 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1968 rows starting from the beginning of the part | ||
| 7519 | 2025.02.28 11:14:26.376908 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 103 rows starting from the beginning of the part | ||
| 7520 | 2025.02.28 11:14:26.377169 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 90 rows starting from the beginning of the part | ||
| 7521 | 2025.02.28 11:14:26.377465 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 102 rows starting from the beginning of the part | ||
| 7522 | 2025.02.28 11:14:26.377792 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1235 rows starting from the beginning of the part | ||
| 7523 | 2025.02.28 11:14:26.378175 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 102 rows starting from the beginning of the part | ||
| 7524 | 2025.02.28 11:14:26.379593 [ 5 ] {6afd6ac8-9eb2-4ba4-908f-06d08d192ae2} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7525 | 2025.02.28 11:14:26.379673 [ 5 ] {6afd6ac8-9eb2-4ba4-908f-06d08d192ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7526 | 2025.02.28 11:14:26.380727 [ 5 ] {6afd6ac8-9eb2-4ba4-908f-06d08d192ae2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7527 | 2025.02.28 11:14:26.381040 [ 5 ] {6afd6ac8-9eb2-4ba4-908f-06d08d192ae2} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7528 | 2025.02.28 11:14:26.381264 [ 42 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7529 | 2025.02.28 11:14:26.381365 [ 42 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7530 | 2025.02.28 11:14:26.381442 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7531 | 2025.02.28 11:14:26.381629 [ 5 ] {6afd6ac8-9eb2-4ba4-908f-06d08d192ae2} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.005581 sec., 4121.125246371618 rows/sec., 309.89 KiB/sec. | ||
| 7532 | 2025.02.28 11:14:26.381942 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 7533 | 2025.02.28 11:14:26.382139 [ 191 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3600 rows, containing 5 columns (5 merged, 0 gathered) in 0.006607771 sec., 544813.069339116 rows/sec., 47.07 MiB/sec. | ||
| 7534 | 2025.02.28 11:14:26.382146 [ 5 ] {6afd6ac8-9eb2-4ba4-908f-06d08d192ae2} <Debug> TCPHandler: Processed in 0.006641342 sec. | ||
| 7535 | 2025.02.28 11:14:26.382351 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7536 | 2025.02.28 11:14:26.382464 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 178 rows starting from the beginning of the part | ||
| 7537 | 2025.02.28 11:14:26.382464 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7538 | 2025.02.28 11:14:26.382590 [ 191 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7539 | 2025.02.28 11:14:26.382885 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 25 rows starting from the beginning of the part | ||
| 7540 | 2025.02.28 11:14:26.383056 [ 256 ] {1a70d4e2-06ab-4540-929d-a230a9cb8ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7541 | 2025.02.28 11:14:26.383313 [ 256 ] {1a70d4e2-06ab-4540-929d-a230a9cb8ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7542 | 2025.02.28 11:14:26.383562 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 17 rows starting from the beginning of the part | ||
| 7543 | 2025.02.28 11:14:26.384298 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_61_12} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7544 | 2025.02.28 11:14:26.384321 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 23 rows starting from the beginning of the part | ||
| 7545 | 2025.02.28 11:14:26.384985 [ 190 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_61_12} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7546 | 2025.02.28 11:14:26.385239 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 27 rows starting from the beginning of the part | ||
| 7547 | 2025.02.28 11:14:26.385534 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 7548 | 2025.02.28 11:14:26.385956 [ 188 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 23 rows starting from the beginning of the part | ||
| 7549 | 2025.02.28 11:14:26.387595 [ 256 ] {1a70d4e2-06ab-4540-929d-a230a9cb8ed8} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7550 | 2025.02.28 11:14:26.387643 [ 256 ] {1a70d4e2-06ab-4540-929d-a230a9cb8ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7551 | 2025.02.28 11:14:26.388199 [ 256 ] {1a70d4e2-06ab-4540-929d-a230a9cb8ed8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7552 | 2025.02.28 11:14:26.388277 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 293 rows, containing 5 columns (5 merged, 0 gathered) in 0.006694644 sec., 43766.330218604606 rows/sec., 3.13 MiB/sec. | ||
| 7553 | 2025.02.28 11:14:26.388484 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7554 | 2025.02.28 11:14:26.388656 [ 256 ] {1a70d4e2-06ab-4540-929d-a230a9cb8ed8} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7555 | 2025.02.28 11:14:26.388935 [ 42 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7556 | 2025.02.28 11:14:26.389065 [ 42 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7557 | 2025.02.28 11:14:26.389118 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7558 | 2025.02.28 11:14:26.389152 [ 256 ] {1a70d4e2-06ab-4540-929d-a230a9cb8ed8} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.006348 sec., 13705.103969754253 rows/sec., 1.07 MiB/sec. | ||
| 7559 | 2025.02.28 11:14:26.389208 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_56_11} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7560 | 2025.02.28 11:14:26.389516 [ 256 ] {1a70d4e2-06ab-4540-929d-a230a9cb8ed8} <Debug> TCPHandler: Processed in 0.007177144 sec. | ||
| 7561 | 2025.02.28 11:14:26.389593 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_56_11} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7562 | 2025.02.28 11:14:26.389851 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 7563 | 2025.02.28 11:14:26.389892 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7564 | 2025.02.28 11:14:26.389965 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7565 | 2025.02.28 11:14:26.390321 [ 5 ] {1ed724de-da98-49f9-be24-c145ad6c0f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7566 | 2025.02.28 11:14:26.390526 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7567 | 2025.02.28 11:14:26.390530 [ 5 ] {1ed724de-da98-49f9-be24-c145ad6c0f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7568 | 2025.02.28 11:14:26.390678 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 952 rows starting from the beginning of the part | ||
| 7569 | 2025.02.28 11:14:26.391411 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 89 rows starting from the beginning of the part | ||
| 7570 | 2025.02.28 11:14:26.391952 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 81 rows starting from the beginning of the part | ||
| 7571 | 2025.02.28 11:14:26.392192 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 87 rows starting from the beginning of the part | ||
| 7572 | 2025.02.28 11:14:26.392322 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 547 rows starting from the beginning of the part | ||
| 7573 | 2025.02.28 11:14:26.392574 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 87 rows starting from the beginning of the part | ||
| 7574 | 2025.02.28 11:14:26.393032 [ 5 ] {1ed724de-da98-49f9-be24-c145ad6c0f2d} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7575 | 2025.02.28 11:14:26.393075 [ 5 ] {1ed724de-da98-49f9-be24-c145ad6c0f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7576 | 2025.02.28 11:14:26.393619 [ 5 ] {1ed724de-da98-49f9-be24-c145ad6c0f2d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7577 | 2025.02.28 11:14:26.393948 [ 5 ] {1ed724de-da98-49f9-be24-c145ad6c0f2d} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2025.02.28 11:14:26.394274 [ 5 ] {1ed724de-da98-49f9-be24-c145ad6c0f2d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004103 sec., 38995.85669022666 rows/sec., 2.72 MiB/sec. | ||
| 7579 | 2025.02.28 11:14:26.394369 [ 5 ] {1ed724de-da98-49f9-be24-c145ad6c0f2d} <Debug> TCPHandler: Processed in 0.00469259 sec. | ||
| 7580 | 2025.02.28 11:14:26.394518 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7581 | 2025.02.28 11:14:26.394649 [ 256 ] {35b7efda-6a0b-406f-b7f0-17fec746a65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7582 | 2025.02.28 11:14:26.394758 [ 256 ] {35b7efda-6a0b-406f-b7f0-17fec746a65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7583 | 2025.02.28 11:14:26.395715 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1843 rows, containing 5 columns (5 merged, 0 gathered) in 0.006416278 sec., 287238.1776475396 rows/sec., 22.48 MiB/sec. | ||
| 7584 | 2025.02.28 11:14:26.396154 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7585 | 2025.02.28 11:14:26.396673 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_61_12} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7586 | 2025.02.28 11:14:26.396774 [ 193 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_61_12} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7587 | 2025.02.28 11:14:26.396950 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 7588 | 2025.02.28 11:14:26.397379 [ 256 ] {35b7efda-6a0b-406f-b7f0-17fec746a65c} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7589 | 2025.02.28 11:14:26.397423 [ 256 ] {35b7efda-6a0b-406f-b7f0-17fec746a65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7590 | 2025.02.28 11:14:26.398092 [ 256 ] {35b7efda-6a0b-406f-b7f0-17fec746a65c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7591 | 2025.02.28 11:14:26.398353 [ 256 ] {35b7efda-6a0b-406f-b7f0-17fec746a65c} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7592 | 2025.02.28 11:14:26.398532 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7593 | 2025.02.28 11:14:26.398603 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7594 | 2025.02.28 11:14:26.398637 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7595 | 2025.02.28 11:14:26.398644 [ 256 ] {35b7efda-6a0b-406f-b7f0-17fec746a65c} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.004008 sec., 5738.522954091816 rows/sec., 10.28 MiB/sec. | ||
| 7596 | 2025.02.28 11:14:26.398990 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 7597 | 2025.02.28 11:14:26.399062 [ 256 ] {35b7efda-6a0b-406f-b7f0-17fec746a65c} <Debug> TCPHandler: Processed in 0.004604719 sec. | ||
| 7598 | 2025.02.28 11:14:26.399313 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7599 | 2025.02.28 11:14:26.399633 [ 5 ] {5c7ce11c-dcce-4d6f-96df-a0890255aae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7600 | 2025.02.28 11:14:26.399640 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7601 | 2025.02.28 11:14:26.399778 [ 5 ] {5c7ce11c-dcce-4d6f-96df-a0890255aae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7602 | 2025.02.28 11:14:26.399817 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 993 rows starting from the beginning of the part | ||
| 7603 | 2025.02.28 11:14:26.400814 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 23 rows starting from the beginning of the part | ||
| 7604 | 2025.02.28 11:14:26.401514 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 17 rows starting from the beginning of the part | ||
| 7605 | 2025.02.28 11:14:26.401922 [ 5 ] {5c7ce11c-dcce-4d6f-96df-a0890255aae9} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7606 | 2025.02.28 11:14:26.402059 [ 5 ] {5c7ce11c-dcce-4d6f-96df-a0890255aae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7607 | 2025.02.28 11:14:26.402308 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 23 rows starting from the beginning of the part | ||
| 7608 | 2025.02.28 11:14:26.402916 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 17 rows starting from the beginning of the part | ||
| 7609 | 2025.02.28 11:14:26.403519 [ 191 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 23 rows starting from the beginning of the part | ||
| 7610 | 2025.02.28 11:14:26.403526 [ 5 ] {5c7ce11c-dcce-4d6f-96df-a0890255aae9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7611 | 2025.02.28 11:14:26.404229 [ 5 ] {5c7ce11c-dcce-4d6f-96df-a0890255aae9} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7612 | 2025.02.28 11:14:26.404875 [ 5 ] {5c7ce11c-dcce-4d6f-96df-a0890255aae9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005318 sec., 11282.437006393382 rows/sec., 778.61 KiB/sec. | ||
| 7613 | 2025.02.28 11:14:26.405229 [ 5 ] {5c7ce11c-dcce-4d6f-96df-a0890255aae9} <Debug> TCPHandler: Processed in 0.006049189 sec. | ||
| 7614 | 2025.02.28 11:14:26.412385 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1096 rows, containing 19 columns (19 merged, 0 gathered) in 0.013643892 sec., 80328.98530712498 rows/sec., 143.95 MiB/sec. | ||
| 7615 | 2025.02.28 11:14:26.413606 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7616 | 2025.02.28 11:14:26.414029 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7617 | 2025.02.28 11:14:26.414113 [ 194 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7618 | 2025.02.28 11:14:26.414266 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.37 MiB. | ||
| 7619 | 2025.02.28 11:14:27.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.56 MiB, peak 227.19 MiB, free memory in arenas 0.00 B, will set to 218.92 MiB (RSS), difference: 3.36 MiB | ||
| 7620 | 2025.02.28 11:14:30.765724 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7621 | 2025.02.28 11:14:30.765801 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7622 | 2025.02.28 11:14:30.897710 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 7623 | 2025.02.28 11:14:30.898586 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7624 | 2025.02.28 11:14:30.898633 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7625 | 2025.02.28 11:14:30.899415 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7626 | 2025.02.28 11:14:30.899763 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7627 | 2025.02.28 11:14:30.899995 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 7628 | 2025.02.28 11:14:30.981807 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1026 | ||
| 7629 | 2025.02.28 11:14:30.984832 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7630 | 2025.02.28 11:14:30.984878 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7631 | 2025.02.28 11:14:30.986365 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7632 | 2025.02.28 11:14:30.986675 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2025.02.28 11:14:30.987209 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1026 | ||
| 7634 | 2025.02.28 11:14:31.379444 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7635 | 2025.02.28 11:14:31.379667 [ 256 ] {79451200-7635-4791-b150-7850701a25b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7636 | 2025.02.28 11:14:31.379751 [ 256 ] {79451200-7635-4791-b150-7850701a25b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7637 | 2025.02.28 11:14:31.380637 [ 256 ] {79451200-7635-4791-b150-7850701a25b2} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7638 | 2025.02.28 11:14:31.380694 [ 256 ] {79451200-7635-4791-b150-7850701a25b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7639 | 2025.02.28 11:14:31.381174 [ 256 ] {79451200-7635-4791-b150-7850701a25b2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7640 | 2025.02.28 11:14:31.381441 [ 256 ] {79451200-7635-4791-b150-7850701a25b2} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7641 | 2025.02.28 11:14:31.381699 [ 256 ] {79451200-7635-4791-b150-7850701a25b2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002085 sec., 101678.65707434053 rows/sec., 6.47 MiB/sec. | ||
| 7642 | 2025.02.28 11:14:31.381877 [ 256 ] {79451200-7635-4791-b150-7850701a25b2} <Debug> TCPHandler: Processed in 0.002568945 sec. | ||
| 7643 | 2025.02.28 11:14:31.382130 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7644 | 2025.02.28 11:14:31.382320 [ 5 ] {f7cf577e-402c-478e-9898-d2c75fd6d03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7645 | 2025.02.28 11:14:31.382390 [ 5 ] {f7cf577e-402c-478e-9898-d2c75fd6d03b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7646 | 2025.02.28 11:14:31.383352 [ 5 ] {f7cf577e-402c-478e-9898-d2c75fd6d03b} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7647 | 2025.02.28 11:14:31.383392 [ 5 ] {f7cf577e-402c-478e-9898-d2c75fd6d03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7648 | 2025.02.28 11:14:31.383865 [ 5 ] {f7cf577e-402c-478e-9898-d2c75fd6d03b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7649 | 2025.02.28 11:14:31.384118 [ 5 ] {f7cf577e-402c-478e-9898-d2c75fd6d03b} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7650 | 2025.02.28 11:14:31.384351 [ 5 ] {f7cf577e-402c-478e-9898-d2c75fd6d03b} <Debug> executeQuery: Read 651 rows, 52.69 KiB in 0.002081 sec., 312830.37001441617 rows/sec., 24.73 MiB/sec. | ||
| 7651 | 2025.02.28 11:14:31.384408 [ 5 ] {f7cf577e-402c-478e-9898-d2c75fd6d03b} <Debug> TCPHandler: Processed in 0.002412232 sec. | ||
| 7652 | 2025.02.28 11:14:31.384556 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7653 | 2025.02.28 11:14:31.384702 [ 256 ] {dc8ff8c5-7e61-4e51-b909-ff841e2af9f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7654 | 2025.02.28 11:14:31.384766 [ 256 ] {dc8ff8c5-7e61-4e51-b909-ff841e2af9f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7655 | 2025.02.28 11:14:31.385486 [ 256 ] {dc8ff8c5-7e61-4e51-b909-ff841e2af9f6} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7656 | 2025.02.28 11:14:31.385528 [ 256 ] {dc8ff8c5-7e61-4e51-b909-ff841e2af9f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7657 | 2025.02.28 11:14:31.385910 [ 256 ] {dc8ff8c5-7e61-4e51-b909-ff841e2af9f6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7658 | 2025.02.28 11:14:31.386152 [ 256 ] {dc8ff8c5-7e61-4e51-b909-ff841e2af9f6} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7659 | 2025.02.28 11:14:31.386358 [ 256 ] {dc8ff8c5-7e61-4e51-b909-ff841e2af9f6} <Debug> executeQuery: Read 123 rows, 7.66 KiB in 0.00169 sec., 72781.06508875739 rows/sec., 4.43 MiB/sec. | ||
| 7660 | 2025.02.28 11:14:31.386415 [ 256 ] {dc8ff8c5-7e61-4e51-b909-ff841e2af9f6} <Debug> TCPHandler: Processed in 0.001926921 sec. | ||
| 7661 | 2025.02.28 11:14:31.386556 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7662 | 2025.02.28 11:14:31.386672 [ 5 ] {43955fda-e2b3-477c-b6ed-954d85e9d47c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7663 | 2025.02.28 11:14:31.386721 [ 5 ] {43955fda-e2b3-477c-b6ed-954d85e9d47c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7664 | 2025.02.28 11:14:31.387338 [ 5 ] {43955fda-e2b3-477c-b6ed-954d85e9d47c} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7665 | 2025.02.28 11:14:31.387379 [ 5 ] {43955fda-e2b3-477c-b6ed-954d85e9d47c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7666 | 2025.02.28 11:14:31.387763 [ 5 ] {43955fda-e2b3-477c-b6ed-954d85e9d47c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7667 | 2025.02.28 11:14:31.388056 [ 5 ] {43955fda-e2b3-477c-b6ed-954d85e9d47c} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7668 | 2025.02.28 11:14:31.388309 [ 5 ] {43955fda-e2b3-477c-b6ed-954d85e9d47c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001657 sec., 68195.53409776704 rows/sec., 4.41 MiB/sec. | ||
| 7669 | 2025.02.28 11:14:31.388428 [ 5 ] {43955fda-e2b3-477c-b6ed-954d85e9d47c} <Debug> TCPHandler: Processed in 0.001928531 sec. | ||
| 7670 | 2025.02.28 11:14:31.388580 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7671 | 2025.02.28 11:14:31.388721 [ 256 ] {7332d3f3-bfa5-47f6-b8ba-f9182149ea2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7672 | 2025.02.28 11:14:31.388780 [ 256 ] {7332d3f3-bfa5-47f6-b8ba-f9182149ea2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7673 | 2025.02.28 11:14:31.389476 [ 256 ] {7332d3f3-bfa5-47f6-b8ba-f9182149ea2a} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7674 | 2025.02.28 11:14:31.389515 [ 256 ] {7332d3f3-bfa5-47f6-b8ba-f9182149ea2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7675 | 2025.02.28 11:14:31.389885 [ 256 ] {7332d3f3-bfa5-47f6-b8ba-f9182149ea2a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7676 | 2025.02.28 11:14:31.390128 [ 256 ] {7332d3f3-bfa5-47f6-b8ba-f9182149ea2a} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7677 | 2025.02.28 11:14:31.390415 [ 256 ] {7332d3f3-bfa5-47f6-b8ba-f9182149ea2a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001717 sec., 65230.05241700641 rows/sec., 3.72 MiB/sec. | ||
| 7678 | 2025.02.28 11:14:31.390609 [ 256 ] {7332d3f3-bfa5-47f6-b8ba-f9182149ea2a} <Debug> TCPHandler: Processed in 0.002093385 sec. | ||
| 7679 | 2025.02.28 11:14:31.390819 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7680 | 2025.02.28 11:14:31.390961 [ 5 ] {d3284edc-2f73-44c8-bbdd-338555651d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7681 | 2025.02.28 11:14:31.391027 [ 5 ] {d3284edc-2f73-44c8-bbdd-338555651d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7682 | 2025.02.28 11:14:31.391773 [ 5 ] {d3284edc-2f73-44c8-bbdd-338555651d54} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7683 | 2025.02.28 11:14:31.391813 [ 5 ] {d3284edc-2f73-44c8-bbdd-338555651d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7684 | 2025.02.28 11:14:31.392218 [ 5 ] {d3284edc-2f73-44c8-bbdd-338555651d54} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7685 | 2025.02.28 11:14:31.392464 [ 5 ] {d3284edc-2f73-44c8-bbdd-338555651d54} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7686 | 2025.02.28 11:14:31.392710 [ 5 ] {d3284edc-2f73-44c8-bbdd-338555651d54} <Debug> executeQuery: Read 399 rows, 28.95 KiB in 0.00178 sec., 224157.30337078654 rows/sec., 15.88 MiB/sec. | ||
| 7687 | 2025.02.28 11:14:31.392773 [ 5 ] {d3284edc-2f73-44c8-bbdd-338555651d54} <Debug> TCPHandler: Processed in 0.002026013 sec. | ||
| 7688 | 2025.02.28 11:14:31.392976 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7689 | 2025.02.28 11:14:31.393144 [ 256 ] {6ad2a271-f3a5-4c6c-8947-d7584a9d4082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7690 | 2025.02.28 11:14:31.393206 [ 256 ] {6ad2a271-f3a5-4c6c-8947-d7584a9d4082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7691 | 2025.02.28 11:14:31.393705 [ 256 ] {6ad2a271-f3a5-4c6c-8947-d7584a9d4082} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7692 | 2025.02.28 11:14:31.393744 [ 256 ] {6ad2a271-f3a5-4c6c-8947-d7584a9d4082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7693 | 2025.02.28 11:14:31.394120 [ 256 ] {6ad2a271-f3a5-4c6c-8947-d7584a9d4082} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 7694 | 2025.02.28 11:14:31.394356 [ 256 ] {6ad2a271-f3a5-4c6c-8947-d7584a9d4082} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7695 | 2025.02.28 11:14:31.394567 [ 256 ] {6ad2a271-f3a5-4c6c-8947-d7584a9d4082} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec. | ||
| 7696 | 2025.02.28 11:14:31.394619 [ 256 ] {6ad2a271-f3a5-4c6c-8947-d7584a9d4082} <Debug> TCPHandler: Processed in 0.001758348 sec. | ||
| 7697 | 2025.02.28 11:14:31.394764 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7698 | 2025.02.28 11:14:31.394914 [ 5 ] {6311641a-cc28-4e31-acce-a9dc56b4dbf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7699 | 2025.02.28 11:14:31.394978 [ 5 ] {6311641a-cc28-4e31-acce-a9dc56b4dbf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7700 | 2025.02.28 11:14:31.395594 [ 5 ] {6311641a-cc28-4e31-acce-a9dc56b4dbf7} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7701 | 2025.02.28 11:14:31.395634 [ 5 ] {6311641a-cc28-4e31-acce-a9dc56b4dbf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7702 | 2025.02.28 11:14:31.396052 [ 5 ] {6311641a-cc28-4e31-acce-a9dc56b4dbf7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7703 | 2025.02.28 11:14:31.396291 [ 5 ] {6311641a-cc28-4e31-acce-a9dc56b4dbf7} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7704 | 2025.02.28 11:14:31.396475 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7705 | 2025.02.28 11:14:31.396540 [ 5 ] {6311641a-cc28-4e31-acce-a9dc56b4dbf7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00166 sec., 142771.0843373494 rows/sec., 9.57 MiB/sec. | ||
| 7706 | 2025.02.28 11:14:31.396568 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7707 | 2025.02.28 11:14:31.396644 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7708 | 2025.02.28 11:14:31.396655 [ 5 ] {6311641a-cc28-4e31-acce-a9dc56b4dbf7} <Debug> TCPHandler: Processed in 0.001956982 sec. | ||
| 7709 | 2025.02.28 11:14:31.396861 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7710 | 2025.02.28 11:14:31.396912 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 7711 | 2025.02.28 11:14:31.397033 [ 256 ] {e97ed5af-da71-4c6c-98a4-067110f6d580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7712 | 2025.02.28 11:14:31.397152 [ 256 ] {e97ed5af-da71-4c6c-98a4-067110f6d580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7713 | 2025.02.28 11:14:31.397256 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7714 | 2025.02.28 11:14:31.397362 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15215 rows starting from the beginning of the part | ||
| 7715 | 2025.02.28 11:14:31.397725 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 7716 | 2025.02.28 11:14:31.398176 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 7717 | 2025.02.28 11:14:31.398501 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 885 rows starting from the beginning of the part | ||
| 7718 | 2025.02.28 11:14:31.398880 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 7719 | 2025.02.28 11:14:31.399243 [ 186 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 7720 | 2025.02.28 11:14:31.399564 [ 256 ] {e97ed5af-da71-4c6c-98a4-067110f6d580} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7721 | 2025.02.28 11:14:31.399671 [ 256 ] {e97ed5af-da71-4c6c-98a4-067110f6d580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7722 | 2025.02.28 11:14:31.400481 [ 256 ] {e97ed5af-da71-4c6c-98a4-067110f6d580} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 7723 | 2025.02.28 11:14:31.400787 [ 256 ] {e97ed5af-da71-4c6c-98a4-067110f6d580} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7724 | 2025.02.28 11:14:31.401230 [ 256 ] {e97ed5af-da71-4c6c-98a4-067110f6d580} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004224 sec., 236.74242424242422 rows/sec., 15.95 KiB/sec. | ||
| 7725 | 2025.02.28 11:14:31.401535 [ 256 ] {e97ed5af-da71-4c6c-98a4-067110f6d580} <Debug> TCPHandler: Processed in 0.004778122 sec. | ||
| 7726 | 2025.02.28 11:14:31.401840 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7727 | 2025.02.28 11:14:31.402280 [ 5 ] {03e83961-7e49-48d9-a187-ef1691486a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7728 | 2025.02.28 11:14:31.402408 [ 5 ] {03e83961-7e49-48d9-a187-ef1691486a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7729 | 2025.02.28 11:14:31.403979 [ 5 ] {03e83961-7e49-48d9-a187-ef1691486a34} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7730 | 2025.02.28 11:14:31.404020 [ 5 ] {03e83961-7e49-48d9-a187-ef1691486a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7731 | 2025.02.28 11:14:31.404871 [ 5 ] {03e83961-7e49-48d9-a187-ef1691486a34} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7732 | 2025.02.28 11:14:31.405418 [ 200 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16817 rows, containing 5 columns (5 merged, 0 gathered) in 0.008637885 sec., 1946888.6191469324 rows/sec., 133.32 MiB/sec. | ||
| 7733 | 2025.02.28 11:14:31.405466 [ 5 ] {03e83961-7e49-48d9-a187-ef1691486a34} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7734 | 2025.02.28 11:14:31.405750 [ 200 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7735 | 2025.02.28 11:14:31.405951 [ 5 ] {03e83961-7e49-48d9-a187-ef1691486a34} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.003795 sec., 4479.578392621871 rows/sec., 8.03 MiB/sec. | ||
| 7736 | 2025.02.28 11:14:31.406270 [ 5 ] {03e83961-7e49-48d9-a187-ef1691486a34} <Debug> TCPHandler: Processed in 0.004592298 sec. | ||
| 7737 | 2025.02.28 11:14:31.406442 [ 200 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7738 | 2025.02.28 11:14:31.406446 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7739 | 2025.02.28 11:14:31.406548 [ 200 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7740 | 2025.02.28 11:14:31.406591 [ 256 ] {f1fc17f7-4aa2-4259-a6cb-7dd0e8b5f0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7741 | 2025.02.28 11:14:31.406658 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 7742 | 2025.02.28 11:14:31.406671 [ 256 ] {f1fc17f7-4aa2-4259-a6cb-7dd0e8b5f0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7743 | 2025.02.28 11:14:31.407179 [ 256 ] {f1fc17f7-4aa2-4259-a6cb-7dd0e8b5f0a6} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7744 | 2025.02.28 11:14:31.407218 [ 256 ] {f1fc17f7-4aa2-4259-a6cb-7dd0e8b5f0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7745 | 2025.02.28 11:14:31.407605 [ 256 ] {f1fc17f7-4aa2-4259-a6cb-7dd0e8b5f0a6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7746 | 2025.02.28 11:14:31.407850 [ 256 ] {f1fc17f7-4aa2-4259-a6cb-7dd0e8b5f0a6} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7747 | 2025.02.28 11:14:31.408072 [ 256 ] {f1fc17f7-4aa2-4259-a6cb-7dd0e8b5f0a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001508 sec., 54376.65782493369 rows/sec., 3.45 MiB/sec. | ||
| 7748 | 2025.02.28 11:14:31.408123 [ 256 ] {f1fc17f7-4aa2-4259-a6cb-7dd0e8b5f0a6} <Debug> TCPHandler: Processed in 0.001747417 sec. | ||
| 7749 | 2025.02.28 11:14:32.301907 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 7750 | 2025.02.28 11:14:32.324027 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7751 | 2025.02.28 11:14:32.324089 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7752 | 2025.02.28 11:14:32.331462 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7753 | 2025.02.28 11:14:32.332233 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2025.02.28 11:14:32.336000 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 7755 | 2025.02.28 11:14:36.373483 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7756 | 2025.02.28 11:14:36.373694 [ 256 ] {7a072c38-2422-4ddd-987c-ce1c0f3b60d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7757 | 2025.02.28 11:14:36.373772 [ 256 ] {7a072c38-2422-4ddd-987c-ce1c0f3b60d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7758 | 2025.02.28 11:14:36.374534 [ 256 ] {7a072c38-2422-4ddd-987c-ce1c0f3b60d9} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7759 | 2025.02.28 11:14:36.374591 [ 256 ] {7a072c38-2422-4ddd-987c-ce1c0f3b60d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7760 | 2025.02.28 11:14:36.375047 [ 256 ] {7a072c38-2422-4ddd-987c-ce1c0f3b60d9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7761 | 2025.02.28 11:14:36.375321 [ 256 ] {7a072c38-2422-4ddd-987c-ce1c0f3b60d9} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7762 | 2025.02.28 11:14:36.375556 [ 256 ] {7a072c38-2422-4ddd-987c-ce1c0f3b60d9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001914 sec., 1044.9320794148382 rows/sec., 85.21 KiB/sec. | ||
| 7763 | 2025.02.28 11:14:36.375625 [ 256 ] {7a072c38-2422-4ddd-987c-ce1c0f3b60d9} <Debug> TCPHandler: Processed in 0.002276638 sec. | ||
| 7764 | 2025.02.28 11:14:36.375899 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7765 | 2025.02.28 11:14:36.376104 [ 5 ] {21e7f4cf-c2ad-44f6-b50d-43fee4e43886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7766 | 2025.02.28 11:14:36.376180 [ 5 ] {21e7f4cf-c2ad-44f6-b50d-43fee4e43886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7767 | 2025.02.28 11:14:36.376965 [ 5 ] {21e7f4cf-c2ad-44f6-b50d-43fee4e43886} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7768 | 2025.02.28 11:14:36.377021 [ 5 ] {21e7f4cf-c2ad-44f6-b50d-43fee4e43886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7769 | 2025.02.28 11:14:36.377478 [ 5 ] {21e7f4cf-c2ad-44f6-b50d-43fee4e43886} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7770 | 2025.02.28 11:14:36.377739 [ 5 ] {21e7f4cf-c2ad-44f6-b50d-43fee4e43886} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7771 | 2025.02.28 11:14:36.378000 [ 5 ] {21e7f4cf-c2ad-44f6-b50d-43fee4e43886} <Debug> executeQuery: Read 103 rows, 8.79 KiB in 0.001952 sec., 52766.39344262295 rows/sec., 4.40 MiB/sec. | ||
| 7772 | 2025.02.28 11:14:36.378058 [ 5 ] {21e7f4cf-c2ad-44f6-b50d-43fee4e43886} <Debug> TCPHandler: Processed in 0.002318389 sec. | ||
| 7773 | 2025.02.28 11:14:36.378210 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7774 | 2025.02.28 11:14:36.378358 [ 256 ] {b93574c7-15e0-43bd-b5c5-6c60d0462495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7775 | 2025.02.28 11:14:36.378420 [ 256 ] {b93574c7-15e0-43bd-b5c5-6c60d0462495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7776 | 2025.02.28 11:14:36.379035 [ 256 ] {b93574c7-15e0-43bd-b5c5-6c60d0462495} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7777 | 2025.02.28 11:14:36.379077 [ 256 ] {b93574c7-15e0-43bd-b5c5-6c60d0462495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7778 | 2025.02.28 11:14:36.379461 [ 256 ] {b93574c7-15e0-43bd-b5c5-6c60d0462495} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7779 | 2025.02.28 11:14:36.379709 [ 256 ] {b93574c7-15e0-43bd-b5c5-6c60d0462495} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7780 | 2025.02.28 11:14:36.379933 [ 256 ] {b93574c7-15e0-43bd-b5c5-6c60d0462495} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001611 sec., 15518.311607697082 rows/sec., 1.13 MiB/sec. | ||
| 7781 | 2025.02.28 11:14:36.380001 [ 256 ] {b93574c7-15e0-43bd-b5c5-6c60d0462495} <Debug> TCPHandler: Processed in 0.00185768 sec. | ||
| 7782 | 2025.02.28 11:14:36.380191 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7783 | 2025.02.28 11:14:36.380320 [ 5 ] {f6731576-b373-4166-a11e-9ca35b0669bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7784 | 2025.02.28 11:14:36.380371 [ 5 ] {f6731576-b373-4166-a11e-9ca35b0669bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7785 | 2025.02.28 11:14:36.380987 [ 5 ] {f6731576-b373-4166-a11e-9ca35b0669bf} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7786 | 2025.02.28 11:14:36.381029 [ 5 ] {f6731576-b373-4166-a11e-9ca35b0669bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7787 | 2025.02.28 11:14:36.381406 [ 5 ] {f6731576-b373-4166-a11e-9ca35b0669bf} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7788 | 2025.02.28 11:14:36.381661 [ 5 ] {f6731576-b373-4166-a11e-9ca35b0669bf} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2025.02.28 11:14:36.381885 [ 5 ] {f6731576-b373-4166-a11e-9ca35b0669bf} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.00159 sec., 55974.842767295595 rows/sec., 4.37 MiB/sec. | ||
| 7790 | 2025.02.28 11:14:36.381941 [ 5 ] {f6731576-b373-4166-a11e-9ca35b0669bf} <Debug> TCPHandler: Processed in 0.00186017 sec. | ||
| 7791 | 2025.02.28 11:14:36.382077 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7792 | 2025.02.28 11:14:36.382199 [ 256 ] {fbde8b12-34b4-4047-9a6a-aa08191c0365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7793 | 2025.02.28 11:14:36.382255 [ 256 ] {fbde8b12-34b4-4047-9a6a-aa08191c0365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7794 | 2025.02.28 11:14:36.382850 [ 256 ] {fbde8b12-34b4-4047-9a6a-aa08191c0365} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7795 | 2025.02.28 11:14:36.382889 [ 256 ] {fbde8b12-34b4-4047-9a6a-aa08191c0365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7796 | 2025.02.28 11:14:36.383301 [ 256 ] {fbde8b12-34b4-4047-9a6a-aa08191c0365} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7797 | 2025.02.28 11:14:36.383545 [ 256 ] {fbde8b12-34b4-4047-9a6a-aa08191c0365} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7798 | 2025.02.28 11:14:36.383754 [ 256 ] {fbde8b12-34b4-4047-9a6a-aa08191c0365} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001581 sec., 101834.28209993675 rows/sec., 7.09 MiB/sec. | ||
| 7799 | 2025.02.28 11:14:36.383807 [ 256 ] {fbde8b12-34b4-4047-9a6a-aa08191c0365} <Debug> TCPHandler: Processed in 0.001787488 sec. | ||
| 7800 | 2025.02.28 11:14:36.383959 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7801 | 2025.02.28 11:14:36.384100 [ 5 ] {7581b6dd-425d-4f22-b271-e9ba5f5fe489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7802 | 2025.02.28 11:14:36.384196 [ 5 ] {7581b6dd-425d-4f22-b271-e9ba5f5fe489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7803 | 2025.02.28 11:14:36.385391 [ 5 ] {7581b6dd-425d-4f22-b271-e9ba5f5fe489} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7804 | 2025.02.28 11:14:36.385432 [ 5 ] {7581b6dd-425d-4f22-b271-e9ba5f5fe489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7805 | 2025.02.28 11:14:36.386076 [ 5 ] {7581b6dd-425d-4f22-b271-e9ba5f5fe489} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7806 | 2025.02.28 11:14:36.386342 [ 5 ] {7581b6dd-425d-4f22-b271-e9ba5f5fe489} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7807 | 2025.02.28 11:14:36.386597 [ 5 ] {7581b6dd-425d-4f22-b271-e9ba5f5fe489} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002528 sec., 9098.101265822785 rows/sec., 16.30 MiB/sec. | ||
| 7808 | 2025.02.28 11:14:36.386693 [ 5 ] {7581b6dd-425d-4f22-b271-e9ba5f5fe489} <Debug> TCPHandler: Processed in 0.00280541 sec. | ||
| 7809 | 2025.02.28 11:14:36.386846 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7810 | 2025.02.28 11:14:36.386988 [ 256 ] {87de3508-46fa-427e-92f5-442d95acb796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7811 | 2025.02.28 11:14:36.387054 [ 256 ] {87de3508-46fa-427e-92f5-442d95acb796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7812 | 2025.02.28 11:14:36.387598 [ 256 ] {87de3508-46fa-427e-92f5-442d95acb796} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7813 | 2025.02.28 11:14:36.387637 [ 256 ] {87de3508-46fa-427e-92f5-442d95acb796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7814 | 2025.02.28 11:14:36.388021 [ 256 ] {87de3508-46fa-427e-92f5-442d95acb796} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7815 | 2025.02.28 11:14:36.388263 [ 256 ] {87de3508-46fa-427e-92f5-442d95acb796} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7816 | 2025.02.28 11:14:36.388429 [ 71 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7817 | 2025.02.28 11:14:36.388497 [ 256 ] {87de3508-46fa-427e-92f5-442d95acb796} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001538 sec., 39011.70351105331 rows/sec., 2.63 MiB/sec. | ||
| 7818 | 2025.02.28 11:14:36.388518 [ 71 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7819 | 2025.02.28 11:14:36.388582 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7820 | 2025.02.28 11:14:36.388615 [ 256 ] {87de3508-46fa-427e-92f5-442d95acb796} <Debug> TCPHandler: Processed in 0.001832889 sec. | ||
| 7821 | 2025.02.28 11:14:36.388764 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 7822 | 2025.02.28 11:14:36.388868 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7823 | 2025.02.28 11:14:36.388898 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2768 rows starting from the beginning of the part | ||
| 7824 | 2025.02.28 11:14:36.388965 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 7825 | 2025.02.28 11:14:36.389143 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 7826 | 2025.02.28 11:14:36.389357 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 7827 | 2025.02.28 11:14:36.389524 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
| 7828 | 2025.02.28 11:14:36.389714 [ 192 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 7829 | 2025.02.28 11:14:36.391236 [ 194 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 4 columns (4 merged, 0 gathered) in 0.002531274 sec., 1220729.1664197554 rows/sec., 81.46 MiB/sec. | ||
| 7830 | 2025.02.28 11:14:36.391587 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7831 | 2025.02.28 11:14:36.392017 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_61_12} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7832 | 2025.02.28 11:14:36.392146 [ 201 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_61_12} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7833 | 2025.02.28 11:14:36.392281 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 7834 | 2025.02.28 11:14:38.400149 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 7835 | 2025.02.28 11:14:38.400870 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7836 | 2025.02.28 11:14:38.400914 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7837 | 2025.02.28 11:14:38.401496 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7838 | 2025.02.28 11:14:38.401831 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7839 | 2025.02.28 11:14:38.402082 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 7840 | 2025.02.28 11:14:39.836092 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 7841 | 2025.02.28 11:14:39.857043 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7842 | 2025.02.28 11:14:39.857096 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7843 | 2025.02.28 11:14:39.864650 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7844 | 2025.02.28 11:14:39.865443 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7845 | 2025.02.28 11:14:39.868150 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 7846 | 2025.02.28 11:14:40.987434 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1062 | ||
| 7847 | 2025.02.28 11:14:40.991002 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7848 | 2025.02.28 11:14:40.991050 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7849 | 2025.02.28 11:14:40.992567 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7850 | 2025.02.28 11:14:40.992894 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7851 | 2025.02.28 11:14:40.993063 [ 151 ] {} <Debug> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7852 | 2025.02.28 11:14:40.993122 [ 151 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7853 | 2025.02.28 11:14:40.993158 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7854 | 2025.02.28 11:14:40.993533 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::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 | ||
| 7855 | 2025.02.28 11:14:40.995285 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1062 | ||
| 7856 | 2025.02.28 11:14:40.995513 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7857 | 2025.02.28 11:14:40.995649 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 916 rows starting from the beginning of the part | ||
| 7858 | 2025.02.28 11:14:40.996256 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part | ||
| 7859 | 2025.02.28 11:14:40.996763 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part | ||
| 7860 | 2025.02.28 11:14:40.997260 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part | ||
| 7861 | 2025.02.28 11:14:40.997756 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 28 rows starting from the beginning of the part | ||
| 7862 | 2025.02.28 11:14:40.998318 [ 195 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part | ||
| 7863 | 2025.02.28 11:14:41.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.10 MiB, peak 227.19 MiB, free memory in arenas 0.00 B, will set to 219.10 MiB (RSS), difference: -4.01 MiB | ||
| 7864 | 2025.02.28 11:14:41.006674 [ 194 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1062 rows, containing 72 columns (72 merged, 0 gathered) in 0.013434088 sec., 79052.630889421 rows/sec., 65.57 MiB/sec. | ||
| 7865 | 2025.02.28 11:14:41.007884 [ 187 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7866 | 2025.02.28 11:14:41.008616 [ 187 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_31_6} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7867 | 2025.02.28 11:14:41.008703 [ 187 ] {a51ae00e-a6e9-4ece-92f9-21908b9fc304::all_1_31_6} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7868 | 2025.02.28 11:14:41.008912 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 7869 | 2025.02.28 11:14:41.378446 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7870 | 2025.02.28 11:14:41.378665 [ 256 ] {25eac72c-038f-4dcd-9e17-0b27bd020678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7871 | 2025.02.28 11:14:41.378739 [ 256 ] {25eac72c-038f-4dcd-9e17-0b27bd020678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7872 | 2025.02.28 11:14:41.379628 [ 256 ] {25eac72c-038f-4dcd-9e17-0b27bd020678} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7873 | 2025.02.28 11:14:41.379680 [ 256 ] {25eac72c-038f-4dcd-9e17-0b27bd020678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7874 | 2025.02.28 11:14:41.380145 [ 256 ] {25eac72c-038f-4dcd-9e17-0b27bd020678} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7875 | 2025.02.28 11:14:41.380413 [ 256 ] {25eac72c-038f-4dcd-9e17-0b27bd020678} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7876 | 2025.02.28 11:14:41.380714 [ 256 ] {25eac72c-038f-4dcd-9e17-0b27bd020678} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002097 sec., 101096.80495946591 rows/sec., 6.43 MiB/sec. | ||
| 7877 | 2025.02.28 11:14:41.380969 [ 256 ] {25eac72c-038f-4dcd-9e17-0b27bd020678} <Debug> TCPHandler: Processed in 0.002654617 sec. | ||
| 7878 | 2025.02.28 11:14:41.381261 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7879 | 2025.02.28 11:14:41.381483 [ 5 ] {ecbb18fa-ceec-4119-a87a-bec821fbf4ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7880 | 2025.02.28 11:14:41.381564 [ 5 ] {ecbb18fa-ceec-4119-a87a-bec821fbf4ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7881 | 2025.02.28 11:14:41.382669 [ 5 ] {ecbb18fa-ceec-4119-a87a-bec821fbf4ae} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7882 | 2025.02.28 11:14:41.382720 [ 5 ] {ecbb18fa-ceec-4119-a87a-bec821fbf4ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7883 | 2025.02.28 11:14:41.383216 [ 5 ] {ecbb18fa-ceec-4119-a87a-bec821fbf4ae} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7884 | 2025.02.28 11:14:41.383481 [ 5 ] {ecbb18fa-ceec-4119-a87a-bec821fbf4ae} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7885 | 2025.02.28 11:14:41.383727 [ 5 ] {ecbb18fa-ceec-4119-a87a-bec821fbf4ae} <Debug> executeQuery: Read 651 rows, 52.69 KiB in 0.002306 sec., 282307.025151778 rows/sec., 22.31 MiB/sec. | ||
| 7886 | 2025.02.28 11:14:41.383787 [ 5 ] {ecbb18fa-ceec-4119-a87a-bec821fbf4ae} <Debug> TCPHandler: Processed in 0.002681687 sec. | ||
| 7887 | 2025.02.28 11:14:41.383964 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7888 | 2025.02.28 11:14:41.384116 [ 256 ] {e6de5fc5-5a3c-43dd-bc61-d0f0455816a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7889 | 2025.02.28 11:14:41.384181 [ 256 ] {e6de5fc5-5a3c-43dd-bc61-d0f0455816a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7890 | 2025.02.28 11:14:41.384900 [ 256 ] {e6de5fc5-5a3c-43dd-bc61-d0f0455816a4} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7891 | 2025.02.28 11:14:41.384942 [ 256 ] {e6de5fc5-5a3c-43dd-bc61-d0f0455816a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7892 | 2025.02.28 11:14:41.385328 [ 256 ] {e6de5fc5-5a3c-43dd-bc61-d0f0455816a4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7893 | 2025.02.28 11:14:41.385578 [ 256 ] {e6de5fc5-5a3c-43dd-bc61-d0f0455816a4} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7894 | 2025.02.28 11:14:41.385794 [ 256 ] {e6de5fc5-5a3c-43dd-bc61-d0f0455816a4} <Debug> executeQuery: Read 123 rows, 7.66 KiB in 0.001715 sec., 71720.1166180758 rows/sec., 4.36 MiB/sec. | ||
| 7895 | 2025.02.28 11:14:41.385851 [ 256 ] {e6de5fc5-5a3c-43dd-bc61-d0f0455816a4} <Debug> TCPHandler: Processed in 0.001958232 sec. | ||
| 7896 | 2025.02.28 11:14:41.386001 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7897 | 2025.02.28 11:14:41.386148 [ 5 ] {45bb5d29-69a1-4bec-a326-b1930f4e6690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7898 | 2025.02.28 11:14:41.386207 [ 5 ] {45bb5d29-69a1-4bec-a326-b1930f4e6690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7899 | 2025.02.28 11:14:41.386924 [ 5 ] {45bb5d29-69a1-4bec-a326-b1930f4e6690} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7900 | 2025.02.28 11:14:41.386965 [ 5 ] {45bb5d29-69a1-4bec-a326-b1930f4e6690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7901 | 2025.02.28 11:14:41.387346 [ 5 ] {45bb5d29-69a1-4bec-a326-b1930f4e6690} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7902 | 2025.02.28 11:14:41.387604 [ 5 ] {45bb5d29-69a1-4bec-a326-b1930f4e6690} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7903 | 2025.02.28 11:14:41.387770 [ 102 ] {} <Debug> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7904 | 2025.02.28 11:14:41.387847 [ 5 ] {45bb5d29-69a1-4bec-a326-b1930f4e6690} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001721 sec., 65659.50029052875 rows/sec., 4.25 MiB/sec. | ||
| 7905 | 2025.02.28 11:14:41.387855 [ 102 ] {} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7906 | 2025.02.28 11:14:41.387932 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7907 | 2025.02.28 11:14:41.387977 [ 5 ] {45bb5d29-69a1-4bec-a326-b1930f4e6690} <Debug> TCPHandler: Processed in 0.002046274 sec. | ||
| 7908 | 2025.02.28 11:14:41.388191 [ 196 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::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 | ||
| 7909 | 2025.02.28 11:14:41.388192 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7910 | 2025.02.28 11:14:41.388343 [ 196 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7911 | 2025.02.28 11:14:41.388389 [ 196 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 365 rows starting from the beginning of the part | ||
| 7912 | 2025.02.28 11:14:41.388396 [ 256 ] {06de5371-4423-4724-b8f4-3e4cfa1780f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7913 | 2025.02.28 11:14:41.388478 [ 256 ] {06de5371-4423-4724-b8f4-3e4cfa1780f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7914 | 2025.02.28 11:14:41.388521 [ 196 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part | ||
| 7915 | 2025.02.28 11:14:41.388986 [ 196 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part | ||
| 7916 | 2025.02.28 11:14:41.389200 [ 196 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 7917 | 2025.02.28 11:14:41.389603 [ 196 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part | ||
| 7918 | 2025.02.28 11:14:41.389849 [ 196 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 7919 | 2025.02.28 11:14:41.390718 [ 256 ] {06de5371-4423-4724-b8f4-3e4cfa1780f5} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7920 | 2025.02.28 11:14:41.390767 [ 256 ] {06de5371-4423-4724-b8f4-3e4cfa1780f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7921 | 2025.02.28 11:14:41.391394 [ 256 ] {06de5371-4423-4724-b8f4-3e4cfa1780f5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7922 | 2025.02.28 11:14:41.391730 [ 256 ] {06de5371-4423-4724-b8f4-3e4cfa1780f5} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7923 | 2025.02.28 11:14:41.391838 [ 194 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1323 rows, containing 5 columns (5 merged, 0 gathered) in 0.003805872 sec., 347620.72923104087 rows/sec., 24.89 MiB/sec. | ||
| 7924 | 2025.02.28 11:14:41.392196 [ 199 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7925 | 2025.02.28 11:14:41.392232 [ 256 ] {06de5371-4423-4724-b8f4-3e4cfa1780f5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003842 sec., 29151.483602290475 rows/sec., 1.66 MiB/sec. | ||
| 7926 | 2025.02.28 11:14:41.392558 [ 256 ] {06de5371-4423-4724-b8f4-3e4cfa1780f5} <Debug> TCPHandler: Processed in 0.004461195 sec. | ||
| 7927 | 2025.02.28 11:14:41.392790 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7928 | 2025.02.28 11:14:41.393007 [ 199 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_16_3} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7929 | 2025.02.28 11:14:41.393019 [ 5 ] {76eadaaf-8305-408b-945a-476000a79f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7930 | 2025.02.28 11:14:41.393148 [ 5 ] {76eadaaf-8305-408b-945a-476000a79f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7931 | 2025.02.28 11:14:41.393199 [ 199 ] {4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6::all_1_16_3} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7932 | 2025.02.28 11:14:41.393387 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 7933 | 2025.02.28 11:14:41.394072 [ 5 ] {76eadaaf-8305-408b-945a-476000a79f91} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7934 | 2025.02.28 11:14:41.394113 [ 5 ] {76eadaaf-8305-408b-945a-476000a79f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7935 | 2025.02.28 11:14:41.394488 [ 5 ] {76eadaaf-8305-408b-945a-476000a79f91} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7936 | 2025.02.28 11:14:41.394717 [ 5 ] {76eadaaf-8305-408b-945a-476000a79f91} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7937 | 2025.02.28 11:14:41.394935 [ 5 ] {76eadaaf-8305-408b-945a-476000a79f91} <Debug> executeQuery: Read 399 rows, 28.95 KiB in 0.002042 sec., 195396.66993143977 rows/sec., 13.84 MiB/sec. | ||
| 7938 | 2025.02.28 11:14:41.395101 [ 5 ] {76eadaaf-8305-408b-945a-476000a79f91} <Debug> TCPHandler: Processed in 0.002434842 sec. | ||
| 7939 | 2025.02.28 11:14:41.395314 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7940 | 2025.02.28 11:14:41.395542 [ 256 ] {1e144ac4-f549-45e1-9e40-58996360d36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7941 | 2025.02.28 11:14:41.395602 [ 256 ] {1e144ac4-f549-45e1-9e40-58996360d36b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7942 | 2025.02.28 11:14:41.396108 [ 256 ] {1e144ac4-f549-45e1-9e40-58996360d36b} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7943 | 2025.02.28 11:14:41.396148 [ 256 ] {1e144ac4-f549-45e1-9e40-58996360d36b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7944 | 2025.02.28 11:14:41.396511 [ 256 ] {1e144ac4-f549-45e1-9e40-58996360d36b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 7945 | 2025.02.28 11:14:41.396751 [ 256 ] {1e144ac4-f549-45e1-9e40-58996360d36b} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7946 | 2025.02.28 11:14:41.397025 [ 256 ] {1e144ac4-f549-45e1-9e40-58996360d36b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001516 sec., 3957.78364116095 rows/sec., 206.78 KiB/sec. | ||
| 7947 | 2025.02.28 11:14:41.397158 [ 256 ] {1e144ac4-f549-45e1-9e40-58996360d36b} <Debug> TCPHandler: Processed in 0.001980172 sec. | ||
| 7948 | 2025.02.28 11:14:41.397311 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7949 | 2025.02.28 11:14:41.397430 [ 5 ] {94f5a669-f395-4a8a-ac1e-eff80bbc64d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7950 | 2025.02.28 11:14:41.397484 [ 5 ] {94f5a669-f395-4a8a-ac1e-eff80bbc64d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7951 | 2025.02.28 11:14:41.398078 [ 5 ] {94f5a669-f395-4a8a-ac1e-eff80bbc64d6} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7952 | 2025.02.28 11:14:41.398119 [ 5 ] {94f5a669-f395-4a8a-ac1e-eff80bbc64d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7953 | 2025.02.28 11:14:41.398532 [ 5 ] {94f5a669-f395-4a8a-ac1e-eff80bbc64d6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7954 | 2025.02.28 11:14:41.398774 [ 5 ] {94f5a669-f395-4a8a-ac1e-eff80bbc64d6} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7955 | 2025.02.28 11:14:41.399010 [ 5 ] {94f5a669-f395-4a8a-ac1e-eff80bbc64d6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001603 sec., 147847.78540237056 rows/sec., 9.91 MiB/sec. | ||
| 7956 | 2025.02.28 11:14:41.399095 [ 5 ] {94f5a669-f395-4a8a-ac1e-eff80bbc64d6} <Debug> TCPHandler: Processed in 0.001841289 sec. | ||
| 7957 | 2025.02.28 11:14:41.399323 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7958 | 2025.02.28 11:14:41.399604 [ 256 ] {8605c170-0cd8-48ce-9eeb-294d281c33f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7959 | 2025.02.28 11:14:41.399674 [ 256 ] {8605c170-0cd8-48ce-9eeb-294d281c33f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7960 | 2025.02.28 11:14:41.400145 [ 256 ] {8605c170-0cd8-48ce-9eeb-294d281c33f7} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7961 | 2025.02.28 11:14:41.400185 [ 256 ] {8605c170-0cd8-48ce-9eeb-294d281c33f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7962 | 2025.02.28 11:14:41.400540 [ 256 ] {8605c170-0cd8-48ce-9eeb-294d281c33f7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 7963 | 2025.02.28 11:14:41.400776 [ 256 ] {8605c170-0cd8-48ce-9eeb-294d281c33f7} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7964 | 2025.02.28 11:14:41.401074 [ 256 ] {8605c170-0cd8-48ce-9eeb-294d281c33f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001541 sec., 648.9292667099286 rows/sec., 43.73 KiB/sec. | ||
| 7965 | 2025.02.28 11:14:41.401200 [ 256 ] {8605c170-0cd8-48ce-9eeb-294d281c33f7} <Debug> TCPHandler: Processed in 0.002023544 sec. | ||
| 7966 | 2025.02.28 11:14:41.401334 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7967 | 2025.02.28 11:14:41.401452 [ 5 ] {0d123623-0472-456b-964a-2dd6d5a90072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7968 | 2025.02.28 11:14:41.401535 [ 5 ] {0d123623-0472-456b-964a-2dd6d5a90072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7969 | 2025.02.28 11:14:41.402834 [ 5 ] {0d123623-0472-456b-964a-2dd6d5a90072} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7970 | 2025.02.28 11:14:41.402874 [ 5 ] {0d123623-0472-456b-964a-2dd6d5a90072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7971 | 2025.02.28 11:14:41.403528 [ 5 ] {0d123623-0472-456b-964a-2dd6d5a90072} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7972 | 2025.02.28 11:14:41.403806 [ 5 ] {0d123623-0472-456b-964a-2dd6d5a90072} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7973 | 2025.02.28 11:14:41.404099 [ 5 ] {0d123623-0472-456b-964a-2dd6d5a90072} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002663 sec., 6383.777694329703 rows/sec., 11.44 MiB/sec. | ||
| 7974 | 2025.02.28 11:14:41.404494 [ 5 ] {0d123623-0472-456b-964a-2dd6d5a90072} <Debug> TCPHandler: Processed in 0.003213919 sec. | ||
| 7975 | 2025.02.28 11:14:41.404747 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7976 | 2025.02.28 11:14:41.404948 [ 256 ] {5d7fd86d-88a6-4d37-8260-d38f068fad04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7977 | 2025.02.28 11:14:41.405010 [ 256 ] {5d7fd86d-88a6-4d37-8260-d38f068fad04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7978 | 2025.02.28 11:14:41.405592 [ 256 ] {5d7fd86d-88a6-4d37-8260-d38f068fad04} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7979 | 2025.02.28 11:14:41.405632 [ 256 ] {5d7fd86d-88a6-4d37-8260-d38f068fad04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7980 | 2025.02.28 11:14:41.406000 [ 256 ] {5d7fd86d-88a6-4d37-8260-d38f068fad04} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7981 | 2025.02.28 11:14:41.406250 [ 256 ] {5d7fd86d-88a6-4d37-8260-d38f068fad04} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7982 | 2025.02.28 11:14:41.406496 [ 256 ] {5d7fd86d-88a6-4d37-8260-d38f068fad04} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001566 sec., 52362.70753512133 rows/sec., 3.33 MiB/sec. | ||
| 7983 | 2025.02.28 11:14:41.406553 [ 256 ] {5d7fd86d-88a6-4d37-8260-d38f068fad04} <Debug> TCPHandler: Processed in 0.001964272 sec. | ||
| 7984 | 2025.02.28 11:14:42.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.00 MiB, peak 227.19 MiB, free memory in arenas 0.00 B, will set to 219.10 MiB (RSS), difference: 3.10 MiB | ||
| 7985 | 2025.02.28 11:14:45.766053 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7986 | 2025.02.28 11:14:45.766124 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7987 | 2025.02.28 11:14:45.902247 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 7988 | 2025.02.28 11:14:45.902891 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7989 | 2025.02.28 11:14:45.902932 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7990 | 2025.02.28 11:14:45.903454 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7991 | 2025.02.28 11:14:45.903705 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7992 | 2025.02.28 11:14:45.903937 [ 65 ] {} <Debug> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7993 | 2025.02.28 11:14:45.903955 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 7994 | 2025.02.28 11:14:45.904016 [ 65 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7995 | 2025.02.28 11:14:45.904049 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7996 | 2025.02.28 11:14:45.904172 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::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 | ||
| 7997 | 2025.02.28 11:14:45.904277 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7998 | 2025.02.28 11:14:45.904312 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 7999 | 2025.02.28 11:14:45.904377 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 8000 | 2025.02.28 11:14:45.904556 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 8001 | 2025.02.28 11:14:45.904778 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 8002 | 2025.02.28 11:14:45.905004 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 8003 | 2025.02.28 11:14:45.905096 [ 194 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 8004 | 2025.02.28 11:14:45.907627 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003508755 sec., 6015239.023528288 rows/sec., 86.05 MiB/sec. | ||
| 8005 | 2025.02.28 11:14:45.907850 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8006 | 2025.02.28 11:14:45.908127 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_46_9} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8007 | 2025.02.28 11:14:45.908201 [ 198 ] {616eb1ca-7722-4eb6-ae65-86900eb6efb5::all_1_46_9} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8008 | 2025.02.28 11:14:45.908285 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 8009 | 2025.02.28 11:14:46.373643 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8010 | 2025.02.28 11:14:46.373858 [ 256 ] {c5f3ef6b-5711-4595-9019-d7be4b8dd4eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8011 | 2025.02.28 11:14:46.373943 [ 256 ] {c5f3ef6b-5711-4595-9019-d7be4b8dd4eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8012 | 2025.02.28 11:14:46.374869 [ 256 ] {c5f3ef6b-5711-4595-9019-d7be4b8dd4eb} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8013 | 2025.02.28 11:14:46.374924 [ 256 ] {c5f3ef6b-5711-4595-9019-d7be4b8dd4eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8014 | 2025.02.28 11:14:46.375375 [ 256 ] {c5f3ef6b-5711-4595-9019-d7be4b8dd4eb} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8015 | 2025.02.28 11:14:46.375634 [ 256 ] {c5f3ef6b-5711-4595-9019-d7be4b8dd4eb} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8016 | 2025.02.28 11:14:46.375876 [ 256 ] {c5f3ef6b-5711-4595-9019-d7be4b8dd4eb} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.002079 sec., 49062.04906204906 rows/sec., 4.10 MiB/sec. | ||
| 8017 | 2025.02.28 11:14:46.375943 [ 256 ] {c5f3ef6b-5711-4595-9019-d7be4b8dd4eb} <Debug> TCPHandler: Processed in 0.002445262 sec. | ||
| 8018 | 2025.02.28 11:14:46.376221 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8019 | 2025.02.28 11:14:46.376438 [ 5 ] {64e6799b-686f-4b1c-a567-d2973bafbe73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8020 | 2025.02.28 11:14:46.376519 [ 5 ] {64e6799b-686f-4b1c-a567-d2973bafbe73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8021 | 2025.02.28 11:14:46.377306 [ 5 ] {64e6799b-686f-4b1c-a567-d2973bafbe73} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8022 | 2025.02.28 11:14:46.377351 [ 5 ] {64e6799b-686f-4b1c-a567-d2973bafbe73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8023 | 2025.02.28 11:14:46.377794 [ 5 ] {64e6799b-686f-4b1c-a567-d2973bafbe73} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8024 | 2025.02.28 11:14:46.378055 [ 5 ] {64e6799b-686f-4b1c-a567-d2973bafbe73} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8025 | 2025.02.28 11:14:46.378380 [ 5 ] {64e6799b-686f-4b1c-a567-d2973bafbe73} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001999 sec., 11505.75287643822 rows/sec., 865.18 KiB/sec. | ||
| 8026 | 2025.02.28 11:14:46.378460 [ 5 ] {64e6799b-686f-4b1c-a567-d2973bafbe73} <Debug> TCPHandler: Processed in 0.002392592 sec. | ||
| 8027 | 2025.02.28 11:14:46.378637 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8028 | 2025.02.28 11:14:46.378785 [ 256 ] {80af9bbb-1702-48fa-947e-5980a1cd8098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8029 | 2025.02.28 11:14:46.378839 [ 256 ] {80af9bbb-1702-48fa-947e-5980a1cd8098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8030 | 2025.02.28 11:14:46.379479 [ 256 ] {80af9bbb-1702-48fa-947e-5980a1cd8098} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8031 | 2025.02.28 11:14:46.379520 [ 256 ] {80af9bbb-1702-48fa-947e-5980a1cd8098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8032 | 2025.02.28 11:14:46.379893 [ 256 ] {80af9bbb-1702-48fa-947e-5980a1cd8098} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8033 | 2025.02.28 11:14:46.380138 [ 256 ] {80af9bbb-1702-48fa-947e-5980a1cd8098} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8034 | 2025.02.28 11:14:46.380359 [ 256 ] {80af9bbb-1702-48fa-947e-5980a1cd8098} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00161 sec., 54037.26708074534 rows/sec., 4.22 MiB/sec. | ||
| 8035 | 2025.02.28 11:14:46.380416 [ 256 ] {80af9bbb-1702-48fa-947e-5980a1cd8098} <Debug> TCPHandler: Processed in 0.00184904 sec. | ||
| 8036 | 2025.02.28 11:14:46.380555 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8037 | 2025.02.28 11:14:46.380679 [ 5 ] {d2a371eb-eb0b-4f2d-9725-3440ecbce67f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8038 | 2025.02.28 11:14:46.380734 [ 5 ] {d2a371eb-eb0b-4f2d-9725-3440ecbce67f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8039 | 2025.02.28 11:14:46.381413 [ 5 ] {d2a371eb-eb0b-4f2d-9725-3440ecbce67f} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8040 | 2025.02.28 11:14:46.381460 [ 5 ] {d2a371eb-eb0b-4f2d-9725-3440ecbce67f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8041 | 2025.02.28 11:14:46.381918 [ 5 ] {d2a371eb-eb0b-4f2d-9725-3440ecbce67f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8042 | 2025.02.28 11:14:46.382168 [ 5 ] {d2a371eb-eb0b-4f2d-9725-3440ecbce67f} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8043 | 2025.02.28 11:14:46.382382 [ 5 ] {d2a371eb-eb0b-4f2d-9725-3440ecbce67f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001733 sec., 92325.44720138489 rows/sec., 6.43 MiB/sec. | ||
| 8044 | 2025.02.28 11:14:46.382434 [ 5 ] {d2a371eb-eb0b-4f2d-9725-3440ecbce67f} <Debug> TCPHandler: Processed in 0.001938582 sec. | ||
| 8045 | 2025.02.28 11:14:46.382577 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8046 | 2025.02.28 11:14:46.382695 [ 256 ] {6c5ba385-d576-4299-b5c1-37d063e07226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8047 | 2025.02.28 11:14:46.382783 [ 256 ] {6c5ba385-d576-4299-b5c1-37d063e07226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8048 | 2025.02.28 11:14:46.384068 [ 256 ] {6c5ba385-d576-4299-b5c1-37d063e07226} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8049 | 2025.02.28 11:14:46.384109 [ 256 ] {6c5ba385-d576-4299-b5c1-37d063e07226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8050 | 2025.02.28 11:14:46.384751 [ 256 ] {6c5ba385-d576-4299-b5c1-37d063e07226} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8051 | 2025.02.28 11:14:46.385025 [ 256 ] {6c5ba385-d576-4299-b5c1-37d063e07226} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8052 | 2025.02.28 11:14:46.385270 [ 256 ] {6c5ba385-d576-4299-b5c1-37d063e07226} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002598 sec., 8852.963818321787 rows/sec., 15.86 MiB/sec. | ||
| 8053 | 2025.02.28 11:14:46.385377 [ 256 ] {6c5ba385-d576-4299-b5c1-37d063e07226} <Debug> TCPHandler: Processed in 0.002856321 sec. | ||
| 8054 | 2025.02.28 11:14:46.385526 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8055 | 2025.02.28 11:14:46.385664 [ 5 ] {32a52a4e-9c9b-4f66-9038-8b8159343c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8056 | 2025.02.28 11:14:46.385725 [ 5 ] {32a52a4e-9c9b-4f66-9038-8b8159343c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8057 | 2025.02.28 11:14:46.386298 [ 5 ] {32a52a4e-9c9b-4f66-9038-8b8159343c39} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8058 | 2025.02.28 11:14:46.386344 [ 5 ] {32a52a4e-9c9b-4f66-9038-8b8159343c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8059 | 2025.02.28 11:14:46.386790 [ 5 ] {32a52a4e-9c9b-4f66-9038-8b8159343c39} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8060 | 2025.02.28 11:14:46.387026 [ 5 ] {32a52a4e-9c9b-4f66-9038-8b8159343c39} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8061 | 2025.02.28 11:14:46.387243 [ 5 ] {32a52a4e-9c9b-4f66-9038-8b8159343c39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00161 sec., 37267.08074534161 rows/sec., 2.51 MiB/sec. | ||
| 8062 | 2025.02.28 11:14:46.387318 [ 5 ] {32a52a4e-9c9b-4f66-9038-8b8159343c39} <Debug> TCPHandler: Processed in 0.001862311 sec. | ||
| 8063 | 2025.02.28 11:14:47.368253 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8064 | 2025.02.28 11:14:47.390253 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8065 | 2025.02.28 11:14:47.390312 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8066 | 2025.02.28 11:14:47.397534 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8067 | 2025.02.28 11:14:47.398326 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8068 | 2025.02.28 11:14:47.398774 [ 33 ] {} <Debug> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8069 | 2025.02.28 11:14:47.398988 [ 33 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8070 | 2025.02.28 11:14:47.399088 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8071 | 2025.02.28 11:14:47.399912 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 8072 | 2025.02.28 11:14:47.416154 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8073 | 2025.02.28 11:14:47.417647 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8074 | 2025.02.28 11:14:47.418865 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 8075 | 2025.02.28 11:14:47.424080 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 8076 | 2025.02.28 11:14:47.429499 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 8077 | 2025.02.28 11:14:47.435061 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 8078 | 2025.02.28 11:14:47.441349 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 8079 | 2025.02.28 11:14:47.446008 [ 190 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::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 | ||
| 8080 | 2025.02.28 11:14:47.509470 [ 189 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.1101472 sec., 3150.3297405653525 rows/sec., 16.29 MiB/sec. | ||
| 8081 | 2025.02.28 11:14:47.512664 [ 189 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8082 | 2025.02.28 11:14:47.515659 [ 189 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_46_9} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8083 | 2025.02.28 11:14:47.515801 [ 189 ] {e9e61bbc-4280-40a1-81b9-6eaf38c1df51::all_1_46_9} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8084 | 2025.02.28 11:14:47.518196 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8085 | 2025.02.28 11:14:48.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.38 MiB, peak 233.76 MiB, free memory in arenas 0.00 B, will set to 221.64 MiB (RSS), difference: 1.26 MiB | ||
| 8086 | 2025.02.28 11:14:49.552674 [ 47 ] {} <Debug> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 8087 | 2025.02.28 11:14:49.552743 [ 47 ] {} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8088 | 2025.02.28 11:14:49.552770 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8089 | 2025.02.28 11:14:49.553080 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::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 | ||
| 8090 | 2025.02.28 11:14:49.553386 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8091 | 2025.02.28 11:14:49.553451 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part | ||
| 8092 | 2025.02.28 11:14:49.553644 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 8093 | 2025.02.28 11:14:49.553910 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 8094 | 2025.02.28 11:14:49.554046 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
| 8095 | 2025.02.28 11:14:49.554190 [ 197 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 8096 | 2025.02.28 11:14:49.555353 [ 191 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002471633 sec., 15374.450818547899 rows/sec., 1.28 MiB/sec. | ||
| 8097 | 2025.02.28 11:14:49.555628 [ 191 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 8098 | 2025.02.28 11:14:49.556079 [ 191 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_17_4} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8099 | 2025.02.28 11:14:49.556172 [ 191 ] {07d6de56-6299-4583-b1bf-5ba637f8a3a2::all_1_17_4} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 8100 | 2025.02.28 11:14:49.556276 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8101 | 2025.02.28 11:14:50.120040 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8102 | 2025.02.28 11:14:50.120256 [ 256 ] {f72f67b6-2569-4e5d-aff2-45dc0333cd62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8103 | 2025.02.28 11:14:50.120340 [ 256 ] {f72f67b6-2569-4e5d-aff2-45dc0333cd62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8104 | 2025.02.28 11:14:50.121350 [ 256 ] {f72f67b6-2569-4e5d-aff2-45dc0333cd62} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8105 | 2025.02.28 11:14:50.121407 [ 256 ] {f72f67b6-2569-4e5d-aff2-45dc0333cd62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8106 | 2025.02.28 11:14:50.121919 [ 256 ] {f72f67b6-2569-4e5d-aff2-45dc0333cd62} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8107 | 2025.02.28 11:14:50.122172 [ 256 ] {f72f67b6-2569-4e5d-aff2-45dc0333cd62} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8108 | 2025.02.28 11:14:50.122409 [ 256 ] {f72f67b6-2569-4e5d-aff2-45dc0333cd62} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002215 sec., 95711.06094808127 rows/sec., 6.09 MiB/sec. | ||
| 8109 | 2025.02.28 11:14:50.122469 [ 256 ] {f72f67b6-2569-4e5d-aff2-45dc0333cd62} <Debug> TCPHandler: Processed in 0.002570915 sec. | ||
| 8110 | 2025.02.28 11:14:50.122754 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8111 | 2025.02.28 11:14:50.122945 [ 5 ] {5f9f825d-78d5-4209-9f80-9a2c8218aad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8112 | 2025.02.28 11:14:50.123020 [ 5 ] {5f9f825d-78d5-4209-9f80-9a2c8218aad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8113 | 2025.02.28 11:14:50.123764 [ 5 ] {5f9f825d-78d5-4209-9f80-9a2c8218aad7} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8114 | 2025.02.28 11:14:50.123818 [ 5 ] {5f9f825d-78d5-4209-9f80-9a2c8218aad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8115 | 2025.02.28 11:14:50.124239 [ 5 ] {5f9f825d-78d5-4209-9f80-9a2c8218aad7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8116 | 2025.02.28 11:14:50.124496 [ 5 ] {5f9f825d-78d5-4209-9f80-9a2c8218aad7} <Trace> oximeter.fields_ipaddr (07d6de56-6299-4583-b1bf-5ba637f8a3a2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8117 | 2025.02.28 11:14:50.124740 [ 5 ] {5f9f825d-78d5-4209-9f80-9a2c8218aad7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001846 sec., 2166.8472372697724 rows/sec., 176.69 KiB/sec. | ||
| 8118 | 2025.02.28 11:14:50.124809 [ 5 ] {5f9f825d-78d5-4209-9f80-9a2c8218aad7} <Debug> TCPHandler: Processed in 0.002194857 sec. | ||
| 8119 | 2025.02.28 11:14:50.124965 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8120 | 2025.02.28 11:14:50.125083 [ 256 ] {7f25ab8e-504f-4b62-aced-bd1ab6897771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8121 | 2025.02.28 11:14:50.125132 [ 256 ] {7f25ab8e-504f-4b62-aced-bd1ab6897771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8122 | 2025.02.28 11:14:50.126510 [ 256 ] {7f25ab8e-504f-4b62-aced-bd1ab6897771} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8123 | 2025.02.28 11:14:50.126551 [ 256 ] {7f25ab8e-504f-4b62-aced-bd1ab6897771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8124 | 2025.02.28 11:14:50.127047 [ 256 ] {7f25ab8e-504f-4b62-aced-bd1ab6897771} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8125 | 2025.02.28 11:14:50.127303 [ 256 ] {7f25ab8e-504f-4b62-aced-bd1ab6897771} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8126 | 2025.02.28 11:14:50.127501 [ 47 ] {} <Debug> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8127 | 2025.02.28 11:14:50.127535 [ 256 ] {7f25ab8e-504f-4b62-aced-bd1ab6897771} <Debug> executeQuery: Read 1793 rows, 149.40 KiB in 0.002475 sec., 724444.4444444444 rows/sec., 58.95 MiB/sec. | ||
| 8128 | 2025.02.28 11:14:50.127589 [ 47 ] {} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8129 | 2025.02.28 11:14:50.127662 [ 256 ] {7f25ab8e-504f-4b62-aced-bd1ab6897771} <Debug> TCPHandler: Processed in 0.002753019 sec. | ||
| 8130 | 2025.02.28 11:14:50.127672 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8131 | 2025.02.28 11:14:50.127895 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8132 | 2025.02.28 11:14:50.127949 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::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 | ||
| 8133 | 2025.02.28 11:14:50.128122 [ 5 ] {655bddd7-8771-420a-b5e1-ae571be34a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8134 | 2025.02.28 11:14:50.128304 [ 5 ] {655bddd7-8771-420a-b5e1-ae571be34a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8135 | 2025.02.28 11:14:50.128410 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8136 | 2025.02.28 11:14:50.128541 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1968 rows starting from the beginning of the part | ||
| 8137 | 2025.02.28 11:14:50.129154 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 651 rows starting from the beginning of the part | ||
| 8138 | 2025.02.28 11:14:50.129881 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 103 rows starting from the beginning of the part | ||
| 8139 | 2025.02.28 11:14:50.130406 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 651 rows starting from the beginning of the part | ||
| 8140 | 2025.02.28 11:14:50.130831 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 102 rows starting from the beginning of the part | ||
| 8141 | 2025.02.28 11:14:50.131127 [ 193 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1793 rows starting from the beginning of the part | ||
| 8142 | 2025.02.28 11:14:50.131899 [ 5 ] {655bddd7-8771-420a-b5e1-ae571be34a4e} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8143 | 2025.02.28 11:14:50.131944 [ 5 ] {655bddd7-8771-420a-b5e1-ae571be34a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8144 | 2025.02.28 11:14:50.132441 [ 5 ] {655bddd7-8771-420a-b5e1-ae571be34a4e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8145 | 2025.02.28 11:14:50.132764 [ 5 ] {655bddd7-8771-420a-b5e1-ae571be34a4e} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8146 | 2025.02.28 11:14:50.132939 [ 25 ] {} <Debug> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8147 | 2025.02.28 11:14:50.132985 [ 25 ] {} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8148 | 2025.02.28 11:14:50.132991 [ 5 ] {655bddd7-8771-420a-b5e1-ae571be34a4e} <Debug> executeQuery: Read 127 rows, 7.94 KiB in 0.004948 sec., 25666.936135812448 rows/sec., 1.57 MiB/sec. | ||
| 8149 | 2025.02.28 11:14:50.133012 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8150 | 2025.02.28 11:14:50.133145 [ 5 ] {655bddd7-8771-420a-b5e1-ae571be34a4e} <Debug> TCPHandler: Processed in 0.005368805 sec. | ||
| 8151 | 2025.02.28 11:14:50.133465 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8152 | 2025.02.28 11:14:50.133497 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::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 | ||
| 8153 | 2025.02.28 11:14:50.134083 [ 256 ] {172b8bd0-f58e-4966-958a-add03488183e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8154 | 2025.02.28 11:14:50.134318 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8155 | 2025.02.28 11:14:50.134348 [ 256 ] {172b8bd0-f58e-4966-958a-add03488183e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8156 | 2025.02.28 11:14:50.134484 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 178 rows starting from the beginning of the part | ||
| 8157 | 2025.02.28 11:14:50.135300 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 123 rows starting from the beginning of the part | ||
| 8158 | 2025.02.28 11:14:50.135786 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 25 rows starting from the beginning of the part | ||
| 8159 | 2025.02.28 11:14:50.136309 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 123 rows starting from the beginning of the part | ||
| 8160 | 2025.02.28 11:14:50.136617 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 23 rows starting from the beginning of the part | ||
| 8161 | 2025.02.28 11:14:50.136967 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 127 rows starting from the beginning of the part | ||
| 8162 | 2025.02.28 11:14:50.137823 [ 200 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5268 rows, containing 5 columns (5 merged, 0 gathered) in 0.010002235 sec., 526682.2865089653 rows/sec., 44.79 MiB/sec. | ||
| 8163 | 2025.02.28 11:14:50.138270 [ 200 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8164 | 2025.02.28 11:14:50.138985 [ 256 ] {172b8bd0-f58e-4966-958a-add03488183e} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8165 | 2025.02.28 11:14:50.139072 [ 256 ] {172b8bd0-f58e-4966-958a-add03488183e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8166 | 2025.02.28 11:14:50.139206 [ 200 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_66_13} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8167 | 2025.02.28 11:14:50.139554 [ 200 ] {ba1546a8-9cc0-43e2-8504-8da4bff63261::all_1_66_13} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8168 | 2025.02.28 11:14:50.139841 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. | ||
| 8169 | 2025.02.28 11:14:50.140445 [ 256 ] {172b8bd0-f58e-4966-958a-add03488183e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8170 | 2025.02.28 11:14:50.141059 [ 256 ] {172b8bd0-f58e-4966-958a-add03488183e} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8171 | 2025.02.28 11:14:50.141149 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 599 rows, containing 5 columns (5 merged, 0 gathered) in 0.008008022 sec., 74799.99430570994 rows/sec., 5.00 MiB/sec. | ||
| 8172 | 2025.02.28 11:14:50.141449 [ 191 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8173 | 2025.02.28 11:14:50.141634 [ 256 ] {172b8bd0-f58e-4966-958a-add03488183e} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.007765 sec., 43915.00321957502 rows/sec., 2.93 MiB/sec. | ||
| 8174 | 2025.02.28 11:14:50.142016 [ 256 ] {172b8bd0-f58e-4966-958a-add03488183e} <Debug> TCPHandler: Processed in 0.008712996 sec. | ||
| 8175 | 2025.02.28 11:14:50.142296 [ 200 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_61_12} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8176 | 2025.02.28 11:14:50.142326 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8177 | 2025.02.28 11:14:50.142424 [ 200 ] {32780c66-34bf-49de-930f-39bd7b472e68::all_1_61_12} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8178 | 2025.02.28 11:14:50.142567 [ 5 ] {798ca5ba-a0ee-4121-9bce-c6c32485fa2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8179 | 2025.02.28 11:14:50.142600 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8180 | 2025.02.28 11:14:50.142669 [ 5 ] {798ca5ba-a0ee-4121-9bce-c6c32485fa2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8181 | 2025.02.28 11:14:50.143369 [ 5 ] {798ca5ba-a0ee-4121-9bce-c6c32485fa2f} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8182 | 2025.02.28 11:14:50.143409 [ 5 ] {798ca5ba-a0ee-4121-9bce-c6c32485fa2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8183 | 2025.02.28 11:14:50.143783 [ 5 ] {798ca5ba-a0ee-4121-9bce-c6c32485fa2f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8184 | 2025.02.28 11:14:50.144026 [ 5 ] {798ca5ba-a0ee-4121-9bce-c6c32485fa2f} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8185 | 2025.02.28 11:14:50.144215 [ 5 ] {798ca5ba-a0ee-4121-9bce-c6c32485fa2f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001734 sec., 64590.542099192615 rows/sec., 3.68 MiB/sec. | ||
| 8186 | 2025.02.28 11:14:50.144276 [ 5 ] {798ca5ba-a0ee-4121-9bce-c6c32485fa2f} <Debug> TCPHandler: Processed in 0.002105375 sec. | ||
| 8187 | 2025.02.28 11:14:50.144444 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8188 | 2025.02.28 11:14:50.144583 [ 256 ] {9090dfbb-956b-4d0e-96ec-3d7b64ecb30e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8189 | 2025.02.28 11:14:50.144639 [ 256 ] {9090dfbb-956b-4d0e-96ec-3d7b64ecb30e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8190 | 2025.02.28 11:14:50.145586 [ 256 ] {9090dfbb-956b-4d0e-96ec-3d7b64ecb30e} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8191 | 2025.02.28 11:14:50.145627 [ 256 ] {9090dfbb-956b-4d0e-96ec-3d7b64ecb30e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8192 | 2025.02.28 11:14:50.146033 [ 256 ] {9090dfbb-956b-4d0e-96ec-3d7b64ecb30e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8193 | 2025.02.28 11:14:50.146269 [ 256 ] {9090dfbb-956b-4d0e-96ec-3d7b64ecb30e} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8194 | 2025.02.28 11:14:50.146442 [ 25 ] {} <Debug> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8195 | 2025.02.28 11:14:50.146501 [ 25 ] {} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8196 | 2025.02.28 11:14:50.146512 [ 256 ] {9090dfbb-956b-4d0e-96ec-3d7b64ecb30e} <Debug> executeQuery: Read 859 rows, 63.56 KiB in 0.001949 sec., 440738.84043099027 rows/sec., 31.85 MiB/sec. | ||
| 8197 | 2025.02.28 11:14:50.146531 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8198 | 2025.02.28 11:14:50.146677 [ 256 ] {9090dfbb-956b-4d0e-96ec-3d7b64ecb30e} <Debug> TCPHandler: Processed in 0.002297329 sec. | ||
| 8199 | 2025.02.28 11:14:50.147026 [ 186 ] {81c30477-c192-446c-b87a-29035290fc22::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 | ||
| 8200 | 2025.02.28 11:14:50.147058 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8201 | 2025.02.28 11:14:50.147631 [ 186 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8202 | 2025.02.28 11:14:50.147775 [ 186 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 952 rows starting from the beginning of the part | ||
| 8203 | 2025.02.28 11:14:50.147810 [ 5 ] {77076376-99e1-4b27-83de-7356a16e2e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8204 | 2025.02.28 11:14:50.148149 [ 5 ] {77076376-99e1-4b27-83de-7356a16e2e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8205 | 2025.02.28 11:14:50.148164 [ 186 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 399 rows starting from the beginning of the part | ||
| 8206 | 2025.02.28 11:14:50.148517 [ 186 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 89 rows starting from the beginning of the part | ||
| 8207 | 2025.02.28 11:14:50.148878 [ 186 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 399 rows starting from the beginning of the part | ||
| 8208 | 2025.02.28 11:14:50.149206 [ 186 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 87 rows starting from the beginning of the part | ||
| 8209 | 2025.02.28 11:14:50.149523 [ 186 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 859 rows starting from the beginning of the part | ||
| 8210 | 2025.02.28 11:14:50.150438 [ 5 ] {77076376-99e1-4b27-83de-7356a16e2e39} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8211 | 2025.02.28 11:14:50.150516 [ 5 ] {77076376-99e1-4b27-83de-7356a16e2e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8212 | 2025.02.28 11:14:50.151410 [ 5 ] {77076376-99e1-4b27-83de-7356a16e2e39} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 8213 | 2025.02.28 11:14:50.151876 [ 5 ] {77076376-99e1-4b27-83de-7356a16e2e39} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8214 | 2025.02.28 11:14:50.152124 [ 5 ] {77076376-99e1-4b27-83de-7356a16e2e39} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004663 sec., 1286.7252841518336 rows/sec., 67.23 KiB/sec. | ||
| 8215 | 2025.02.28 11:14:50.152189 [ 5 ] {77076376-99e1-4b27-83de-7356a16e2e39} <Debug> TCPHandler: Processed in 0.005337034 sec. | ||
| 8216 | 2025.02.28 11:14:50.152419 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8217 | 2025.02.28 11:14:50.152623 [ 186 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2785 rows, containing 5 columns (5 merged, 0 gathered) in 0.005943497 sec., 468579.3565639892 rows/sec., 35.79 MiB/sec. | ||
| 8218 | 2025.02.28 11:14:50.152654 [ 256 ] {1b2dc387-bbc5-48bc-b221-3bc4056ae14e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8219 | 2025.02.28 11:14:50.152728 [ 256 ] {1b2dc387-bbc5-48bc-b221-3bc4056ae14e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8220 | 2025.02.28 11:14:50.152880 [ 200 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8221 | 2025.02.28 11:14:50.153249 [ 200 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_66_13} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8222 | 2025.02.28 11:14:50.153370 [ 200 ] {81c30477-c192-446c-b87a-29035290fc22::all_1_66_13} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8223 | 2025.02.28 11:14:50.153489 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 8224 | 2025.02.28 11:14:50.153697 [ 256 ] {1b2dc387-bbc5-48bc-b221-3bc4056ae14e} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8225 | 2025.02.28 11:14:50.153735 [ 256 ] {1b2dc387-bbc5-48bc-b221-3bc4056ae14e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8226 | 2025.02.28 11:14:50.154189 [ 256 ] {1b2dc387-bbc5-48bc-b221-3bc4056ae14e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8227 | 2025.02.28 11:14:50.154431 [ 256 ] {1b2dc387-bbc5-48bc-b221-3bc4056ae14e} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8228 | 2025.02.28 11:14:50.154696 [ 256 ] {1b2dc387-bbc5-48bc-b221-3bc4056ae14e} <Debug> executeQuery: Read 915 rows, 62.48 KiB in 0.002086 sec., 438638.54266538826 rows/sec., 29.25 MiB/sec. | ||
| 8229 | 2025.02.28 11:14:50.154802 [ 256 ] {1b2dc387-bbc5-48bc-b221-3bc4056ae14e} <Debug> TCPHandler: Processed in 0.002510454 sec. | ||
| 8230 | 2025.02.28 11:14:50.155079 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8231 | 2025.02.28 11:14:50.155231 [ 5 ] {6a3a0dbe-6485-467e-940e-504f40d39216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8232 | 2025.02.28 11:14:50.155292 [ 5 ] {6a3a0dbe-6485-467e-940e-504f40d39216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8233 | 2025.02.28 11:14:50.155866 [ 5 ] {6a3a0dbe-6485-467e-940e-504f40d39216} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8234 | 2025.02.28 11:14:50.155912 [ 5 ] {6a3a0dbe-6485-467e-940e-504f40d39216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8235 | 2025.02.28 11:14:50.156278 [ 5 ] {6a3a0dbe-6485-467e-940e-504f40d39216} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 8236 | 2025.02.28 11:14:50.156514 [ 5 ] {6a3a0dbe-6485-467e-940e-504f40d39216} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8237 | 2025.02.28 11:14:50.156783 [ 5 ] {6a3a0dbe-6485-467e-940e-504f40d39216} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001559 sec., 641.4368184733803 rows/sec., 43.22 KiB/sec. | ||
| 8238 | 2025.02.28 11:14:50.156910 [ 5 ] {6a3a0dbe-6485-467e-940e-504f40d39216} <Debug> TCPHandler: Processed in 0.001983643 sec. | ||
| 8239 | 2025.02.28 11:14:50.157069 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8240 | 2025.02.28 11:14:50.157206 [ 256 ] {ab5842b1-c03c-45e9-9b9d-463bc71f59b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8241 | 2025.02.28 11:14:50.157299 [ 256 ] {ab5842b1-c03c-45e9-9b9d-463bc71f59b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8242 | 2025.02.28 11:14:50.158711 [ 256 ] {ab5842b1-c03c-45e9-9b9d-463bc71f59b2} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8243 | 2025.02.28 11:14:50.158762 [ 256 ] {ab5842b1-c03c-45e9-9b9d-463bc71f59b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8244 | 2025.02.28 11:14:50.159440 [ 256 ] {ab5842b1-c03c-45e9-9b9d-463bc71f59b2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8245 | 2025.02.28 11:14:50.159702 [ 256 ] {ab5842b1-c03c-45e9-9b9d-463bc71f59b2} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8246 | 2025.02.28 11:14:50.159880 [ 25 ] {} <Debug> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8247 | 2025.02.28 11:14:50.159953 [ 25 ] {} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8248 | 2025.02.28 11:14:50.159989 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8249 | 2025.02.28 11:14:50.160004 [ 256 ] {ab5842b1-c03c-45e9-9b9d-463bc71f59b2} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002822 sec., 6024.096385542169 rows/sec., 10.79 MiB/sec. | ||
| 8250 | 2025.02.28 11:14:50.160218 [ 192 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::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 | ||
| 8251 | 2025.02.28 11:14:50.160332 [ 256 ] {ab5842b1-c03c-45e9-9b9d-463bc71f59b2} <Debug> TCPHandler: Processed in 0.003327471 sec. | ||
| 8252 | 2025.02.28 11:14:50.160611 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8253 | 2025.02.28 11:14:50.160637 [ 192 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8254 | 2025.02.28 11:14:50.160724 [ 192 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1096 rows starting from the beginning of the part | ||
| 8255 | 2025.02.28 11:14:50.160858 [ 5 ] {04f67b30-05ce-4d19-8c55-eda2a38a26d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8256 | 2025.02.28 11:14:50.161032 [ 5 ] {04f67b30-05ce-4d19-8c55-eda2a38a26d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8257 | 2025.02.28 11:14:50.161449 [ 192 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 17 rows starting from the beginning of the part | ||
| 8258 | 2025.02.28 11:14:50.162180 [ 192 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 23 rows starting from the beginning of the part | ||
| 8259 | 2025.02.28 11:14:50.162988 [ 192 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 17 rows starting from the beginning of the part | ||
| 8260 | 2025.02.28 11:14:50.163216 [ 5 ] {04f67b30-05ce-4d19-8c55-eda2a38a26d0} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8261 | 2025.02.28 11:14:50.163312 [ 5 ] {04f67b30-05ce-4d19-8c55-eda2a38a26d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8262 | 2025.02.28 11:14:50.163713 [ 192 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 23 rows starting from the beginning of the part | ||
| 8263 | 2025.02.28 11:14:50.164408 [ 192 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 17 rows starting from the beginning of the part | ||
| 8264 | 2025.02.28 11:14:50.164671 [ 5 ] {04f67b30-05ce-4d19-8c55-eda2a38a26d0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8265 | 2025.02.28 11:14:50.165462 [ 5 ] {04f67b30-05ce-4d19-8c55-eda2a38a26d0} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8266 | 2025.02.28 11:14:50.165939 [ 5 ] {04f67b30-05ce-4d19-8c55-eda2a38a26d0} <Debug> executeQuery: Read 64 rows, 4.10 KiB in 0.005163 sec., 12395.893860158822 rows/sec., 793.66 KiB/sec. | ||
| 8267 | 2025.02.28 11:14:50.166302 [ 5 ] {04f67b30-05ce-4d19-8c55-eda2a38a26d0} <Debug> TCPHandler: Processed in 0.005844445 sec. | ||
| 8268 | 2025.02.28 11:14:50.172579 [ 201 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1193 rows, containing 19 columns (19 merged, 0 gathered) in 0.012487478 sec., 95535.70384668546 rows/sec., 171.20 MiB/sec. | ||
| 8269 | 2025.02.28 11:14:50.173802 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8270 | 2025.02.28 11:14:50.174261 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8271 | 2025.02.28 11:14:50.174352 [ 187 ] {584b7d0c-0c5f-48dc-b46a-322bf407d804::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8272 | 2025.02.28 11:14:50.174517 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. | ||
| 8273 | 2025.02.28 11:14:50.995579 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1120 | ||
| 8274 | 2025.02.28 11:14:50.999305 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8275 | 2025.02.28 11:14:50.999365 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8276 | 2025.02.28 11:14:51.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.59 MiB, peak 234.13 MiB, free memory in arenas 0.00 B, will set to 223.85 MiB (RSS), difference: 1.26 MiB | ||
| 8277 | 2025.02.28 11:14:51.001310 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8278 | 2025.02.28 11:14:51.001631 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8279 | 2025.02.28 11:14:51.003296 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1120 | ||
| 8280 | 2025.02.28 11:14:51.365474 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8281 | 2025.02.28 11:14:51.365756 [ 256 ] {d7a913f9-27dd-49e0-85a3-ce44a0ca2467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8282 | 2025.02.28 11:14:51.365862 [ 256 ] {d7a913f9-27dd-49e0-85a3-ce44a0ca2467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8283 | 2025.02.28 11:14:51.366686 [ 256 ] {d7a913f9-27dd-49e0-85a3-ce44a0ca2467} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8284 | 2025.02.28 11:14:51.366732 [ 256 ] {d7a913f9-27dd-49e0-85a3-ce44a0ca2467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8285 | 2025.02.28 11:14:51.367170 [ 256 ] {d7a913f9-27dd-49e0-85a3-ce44a0ca2467} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8286 | 2025.02.28 11:14:51.367423 [ 256 ] {d7a913f9-27dd-49e0-85a3-ce44a0ca2467} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8287 | 2025.02.28 11:14:51.367659 [ 256 ] {d7a913f9-27dd-49e0-85a3-ce44a0ca2467} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001985 sec., 28211.58690176323 rows/sec., 2.17 MiB/sec. | ||
| 8288 | 2025.02.28 11:14:51.367717 [ 256 ] {d7a913f9-27dd-49e0-85a3-ce44a0ca2467} <Debug> TCPHandler: Processed in 0.002414422 sec. | ||
| 8289 | 2025.02.28 11:14:51.367988 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8290 | 2025.02.28 11:14:51.368197 [ 5 ] {a4a14566-0070-4c48-866b-c518e52c8e66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8291 | 2025.02.28 11:14:51.368278 [ 5 ] {a4a14566-0070-4c48-866b-c518e52c8e66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8292 | 2025.02.28 11:14:51.369141 [ 5 ] {a4a14566-0070-4c48-866b-c518e52c8e66} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8293 | 2025.02.28 11:14:51.369185 [ 5 ] {a4a14566-0070-4c48-866b-c518e52c8e66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8294 | 2025.02.28 11:14:51.369631 [ 5 ] {a4a14566-0070-4c48-866b-c518e52c8e66} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8295 | 2025.02.28 11:14:51.369889 [ 5 ] {a4a14566-0070-4c48-866b-c518e52c8e66} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8296 | 2025.02.28 11:14:51.370141 [ 5 ] {a4a14566-0070-4c48-866b-c518e52c8e66} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001993 sec., 32112.393376818865 rows/sec., 2.51 MiB/sec. | ||
| 8297 | 2025.02.28 11:14:51.370234 [ 5 ] {a4a14566-0070-4c48-866b-c518e52c8e66} <Debug> TCPHandler: Processed in 0.002385961 sec. | ||
| 8298 | 2025.02.28 11:14:51.370463 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8299 | 2025.02.28 11:14:51.370617 [ 256 ] {9badd3ef-2c3a-4414-963e-474e49cae36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8300 | 2025.02.28 11:14:51.370679 [ 256 ] {9badd3ef-2c3a-4414-963e-474e49cae36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8301 | 2025.02.28 11:14:51.371262 [ 256 ] {9badd3ef-2c3a-4414-963e-474e49cae36e} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8302 | 2025.02.28 11:14:51.371300 [ 256 ] {9badd3ef-2c3a-4414-963e-474e49cae36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8303 | 2025.02.28 11:14:51.371690 [ 256 ] {9badd3ef-2c3a-4414-963e-474e49cae36e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8304 | 2025.02.28 11:14:51.371925 [ 256 ] {9badd3ef-2c3a-4414-963e-474e49cae36e} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8305 | 2025.02.28 11:14:51.372097 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8306 | 2025.02.28 11:14:51.372160 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8307 | 2025.02.28 11:14:51.372172 [ 256 ] {9badd3ef-2c3a-4414-963e-474e49cae36e} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001575 sec., 27936.507936507936 rows/sec., 1.95 MiB/sec. | ||
| 8308 | 2025.02.28 11:14:51.372196 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8309 | 2025.02.28 11:14:51.372337 [ 256 ] {9badd3ef-2c3a-4414-963e-474e49cae36e} <Debug> TCPHandler: Processed in 0.001981562 sec. | ||
| 8310 | 2025.02.28 11:14:51.372627 [ 195 ] {c031fb4f-9156-4915-b08d-0daf441e124c::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 | ||
| 8311 | 2025.02.28 11:14:51.372731 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8312 | 2025.02.28 11:14:51.373195 [ 195 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8313 | 2025.02.28 11:14:51.373328 [ 195 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 16817 rows starting from the beginning of the part | ||
| 8314 | 2025.02.28 11:14:51.373312 [ 5 ] {f33a540b-0275-4358-abde-4a2a6be8e948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8315 | 2025.02.28 11:14:51.373802 [ 195 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 161 rows starting from the beginning of the part | ||
| 8316 | 2025.02.28 11:14:51.374122 [ 195 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part | ||
| 8317 | 2025.02.28 11:14:51.374326 [ 5 ] {f33a540b-0275-4358-abde-4a2a6be8e948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8318 | 2025.02.28 11:14:51.374376 [ 195 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
| 8319 | 2025.02.28 11:14:51.374818 [ 195 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 915 rows starting from the beginning of the part | ||
| 8320 | 2025.02.28 11:14:51.375266 [ 195 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 44 rows starting from the beginning of the part | ||
| 8321 | 2025.02.28 11:14:51.376621 [ 5 ] {f33a540b-0275-4358-abde-4a2a6be8e948} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8322 | 2025.02.28 11:14:51.376681 [ 5 ] {f33a540b-0275-4358-abde-4a2a6be8e948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8323 | 2025.02.28 11:14:51.377146 [ 5 ] {f33a540b-0275-4358-abde-4a2a6be8e948} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8324 | 2025.02.28 11:14:51.377493 [ 5 ] {f33a540b-0275-4358-abde-4a2a6be8e948} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8325 | 2025.02.28 11:14:51.378171 [ 5 ] {f33a540b-0275-4358-abde-4a2a6be8e948} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.005028 sec., 3579.9522673031024 rows/sec., 245.69 KiB/sec. | ||
| 8326 | 2025.02.28 11:14:51.378726 [ 5 ] {f33a540b-0275-4358-abde-4a2a6be8e948} <Debug> TCPHandler: Processed in 0.006250874 sec. | ||
| 8327 | 2025.02.28 11:14:51.382115 [ 199 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18334 rows, containing 5 columns (5 merged, 0 gathered) in 0.009772919 sec., 1876000.4047920585 rows/sec., 128.30 MiB/sec. | ||
| 8328 | 2025.02.28 11:14:51.382545 [ 201 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8329 | 2025.02.28 11:14:51.383062 [ 201 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8330 | 2025.02.28 11:14:51.383142 [ 201 ] {c031fb4f-9156-4915-b08d-0daf441e124c::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8331 | 2025.02.28 11:14:51.383239 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.15 MiB. | ||
| 8332 | 2025.02.28 11:14:53.404145 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 8333 | 2025.02.28 11:14:53.404928 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8334 | 2025.02.28 11:14:53.404981 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8335 | 2025.02.28 11:14:53.405514 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8336 | 2025.02.28 11:14:53.405764 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8337 | 2025.02.28 11:14:53.406030 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 8338 | 2025.02.28 11:14:54.916289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 8339 | 2025.02.28 11:14:54.934978 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8340 | 2025.02.28 11:14:54.935028 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8341 | 2025.02.28 11:14:54.941937 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8342 | 2025.02.28 11:14:54.942686 [ 244 ] {} <Trace> system.metric_log (e9e61bbc-4280-40a1-81b9-6eaf38c1df51): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8343 | 2025.02.28 11:14:54.946287 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 8344 | 2025.02.28 11:14:56.373377 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8345 | 2025.02.28 11:14:56.373576 [ 256 ] {a368c1cf-1211-40aa-a272-f2e6a7d882d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8346 | 2025.02.28 11:14:56.373648 [ 256 ] {a368c1cf-1211-40aa-a272-f2e6a7d882d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8347 | 2025.02.28 11:14:56.374420 [ 256 ] {a368c1cf-1211-40aa-a272-f2e6a7d882d3} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8348 | 2025.02.28 11:14:56.374460 [ 256 ] {a368c1cf-1211-40aa-a272-f2e6a7d882d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8349 | 2025.02.28 11:14:56.374903 [ 256 ] {a368c1cf-1211-40aa-a272-f2e6a7d882d3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8350 | 2025.02.28 11:14:56.375152 [ 256 ] {a368c1cf-1211-40aa-a272-f2e6a7d882d3} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8351 | 2025.02.28 11:14:56.375354 [ 256 ] {a368c1cf-1211-40aa-a272-f2e6a7d882d3} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001831 sec., 55707.263790278535 rows/sec., 4.65 MiB/sec. | ||
| 8352 | 2025.02.28 11:14:56.375409 [ 256 ] {a368c1cf-1211-40aa-a272-f2e6a7d882d3} <Debug> TCPHandler: Processed in 0.002164826 sec. | ||
| 8353 | 2025.02.28 11:14:56.375666 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8354 | 2025.02.28 11:14:56.375882 [ 5 ] {68377711-c59e-4fe3-bbdb-3eddeaeea2dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8355 | 2025.02.28 11:14:56.375965 [ 5 ] {68377711-c59e-4fe3-bbdb-3eddeaeea2dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8356 | 2025.02.28 11:14:56.376728 [ 5 ] {68377711-c59e-4fe3-bbdb-3eddeaeea2dd} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8357 | 2025.02.28 11:14:56.376781 [ 5 ] {68377711-c59e-4fe3-bbdb-3eddeaeea2dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8358 | 2025.02.28 11:14:56.377209 [ 5 ] {68377711-c59e-4fe3-bbdb-3eddeaeea2dd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8359 | 2025.02.28 11:14:56.377464 [ 5 ] {68377711-c59e-4fe3-bbdb-3eddeaeea2dd} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8360 | 2025.02.28 11:14:56.377725 [ 5 ] {68377711-c59e-4fe3-bbdb-3eddeaeea2dd} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001892 sec., 12156.448202959831 rows/sec., 914.11 KiB/sec. | ||
| 8361 | 2025.02.28 11:14:56.377815 [ 5 ] {68377711-c59e-4fe3-bbdb-3eddeaeea2dd} <Debug> TCPHandler: Processed in 0.0022988 sec. | ||
| 8362 | 2025.02.28 11:14:56.378020 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8363 | 2025.02.28 11:14:56.378161 [ 256 ] {a3048cfa-ace6-4135-9119-c466f7dd9bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8364 | 2025.02.28 11:14:56.378211 [ 256 ] {a3048cfa-ace6-4135-9119-c466f7dd9bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8365 | 2025.02.28 11:14:56.378827 [ 256 ] {a3048cfa-ace6-4135-9119-c466f7dd9bd0} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8366 | 2025.02.28 11:14:56.378866 [ 256 ] {a3048cfa-ace6-4135-9119-c466f7dd9bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8367 | 2025.02.28 11:14:56.379250 [ 256 ] {a3048cfa-ace6-4135-9119-c466f7dd9bd0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8368 | 2025.02.28 11:14:56.379496 [ 256 ] {a3048cfa-ace6-4135-9119-c466f7dd9bd0} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8369 | 2025.02.28 11:14:56.379681 [ 256 ] {a3048cfa-ace6-4135-9119-c466f7dd9bd0} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001544 sec., 56347.150259067355 rows/sec., 4.40 MiB/sec. | ||
| 8370 | 2025.02.28 11:14:56.379737 [ 256 ] {a3048cfa-ace6-4135-9119-c466f7dd9bd0} <Debug> TCPHandler: Processed in 0.001820219 sec. | ||
| 8371 | 2025.02.28 11:14:56.379877 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8372 | 2025.02.28 11:14:56.380002 [ 5 ] {27b68a04-10dc-42f9-91a3-f6daa07011d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8373 | 2025.02.28 11:14:56.380058 [ 5 ] {27b68a04-10dc-42f9-91a3-f6daa07011d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8374 | 2025.02.28 11:14:56.380631 [ 5 ] {27b68a04-10dc-42f9-91a3-f6daa07011d6} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8375 | 2025.02.28 11:14:56.380673 [ 5 ] {27b68a04-10dc-42f9-91a3-f6daa07011d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8376 | 2025.02.28 11:14:56.381097 [ 5 ] {27b68a04-10dc-42f9-91a3-f6daa07011d6} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8377 | 2025.02.28 11:14:56.381438 [ 5 ] {27b68a04-10dc-42f9-91a3-f6daa07011d6} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8378 | 2025.02.28 11:14:56.381698 [ 5 ] {27b68a04-10dc-42f9-91a3-f6daa07011d6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001725 sec., 92753.62318840579 rows/sec., 6.46 MiB/sec. | ||
| 8379 | 2025.02.28 11:14:56.381760 [ 5 ] {27b68a04-10dc-42f9-91a3-f6daa07011d6} <Debug> TCPHandler: Processed in 0.001941972 sec. | ||
| 8380 | 2025.02.28 11:14:56.381895 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8381 | 2025.02.28 11:14:56.382013 [ 256 ] {0fa942b8-8946-484e-9b26-493252fc535d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8382 | 2025.02.28 11:14:56.382097 [ 256 ] {0fa942b8-8946-484e-9b26-493252fc535d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8383 | 2025.02.28 11:14:56.383246 [ 256 ] {0fa942b8-8946-484e-9b26-493252fc535d} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8384 | 2025.02.28 11:14:56.383283 [ 256 ] {0fa942b8-8946-484e-9b26-493252fc535d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8385 | 2025.02.28 11:14:56.383929 [ 256 ] {0fa942b8-8946-484e-9b26-493252fc535d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8386 | 2025.02.28 11:14:56.384195 [ 256 ] {0fa942b8-8946-484e-9b26-493252fc535d} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8387 | 2025.02.28 11:14:56.384400 [ 256 ] {0fa942b8-8946-484e-9b26-493252fc535d} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002412 sec., 9535.655058043118 rows/sec., 17.09 MiB/sec. | ||
| 8388 | 2025.02.28 11:14:56.384509 [ 256 ] {0fa942b8-8946-484e-9b26-493252fc535d} <Debug> TCPHandler: Processed in 0.002671837 sec. | ||
| 8389 | 2025.02.28 11:14:56.384664 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8390 | 2025.02.28 11:14:56.384817 [ 5 ] {dd047ced-3b81-4eaa-b39a-2ea41d19fd36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8391 | 2025.02.28 11:14:56.384878 [ 5 ] {dd047ced-3b81-4eaa-b39a-2ea41d19fd36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8392 | 2025.02.28 11:14:56.385404 [ 5 ] {dd047ced-3b81-4eaa-b39a-2ea41d19fd36} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8393 | 2025.02.28 11:14:56.385445 [ 5 ] {dd047ced-3b81-4eaa-b39a-2ea41d19fd36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8394 | 2025.02.28 11:14:56.385817 [ 5 ] {dd047ced-3b81-4eaa-b39a-2ea41d19fd36} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8395 | 2025.02.28 11:14:56.386066 [ 5 ] {dd047ced-3b81-4eaa-b39a-2ea41d19fd36} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8396 | 2025.02.28 11:14:56.386238 [ 148 ] {} <Debug> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8397 | 2025.02.28 11:14:56.386305 [ 5 ] {dd047ced-3b81-4eaa-b39a-2ea41d19fd36} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
| 8398 | 2025.02.28 11:14:56.386306 [ 148 ] {} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8399 | 2025.02.28 11:14:56.386392 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8400 | 2025.02.28 11:14:56.386424 [ 5 ] {dd047ced-3b81-4eaa-b39a-2ea41d19fd36} <Debug> TCPHandler: Processed in 0.001824329 sec. | ||
| 8401 | 2025.02.28 11:14:56.386717 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 8402 | 2025.02.28 11:14:56.387204 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8403 | 2025.02.28 11:14:56.387302 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3090 rows starting from the beginning of the part | ||
| 8404 | 2025.02.28 11:14:56.387440 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
| 8405 | 2025.02.28 11:14:56.387597 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 8406 | 2025.02.28 11:14:56.387844 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::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 | ||
| 8407 | 2025.02.28 11:14:56.388075 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 18 rows starting from the beginning of the part | ||
| 8408 | 2025.02.28 11:14:56.388139 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 8409 | 2025.02.28 11:14:56.389615 [ 199 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3374 rows, containing 4 columns (4 merged, 0 gathered) in 0.003117936 sec., 1082126.1244618234 rows/sec., 72.06 MiB/sec. | ||
| 8410 | 2025.02.28 11:14:56.389874 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8411 | 2025.02.28 11:14:56.390147 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_66_13} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8412 | 2025.02.28 11:14:56.390221 [ 196 ] {784febed-cd5c-4990-a746-072c3123d94c::all_1_66_13} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8413 | 2025.02.28 11:14:56.390293 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 8414 | 2025.02.28 11:15:00.766197 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8415 | 2025.02.28 11:15:00.766260 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8416 | 2025.02.28 11:15:00.906234 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 8417 | 2025.02.28 11:15:00.907037 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8418 | 2025.02.28 11:15:00.907101 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8419 | 2025.02.28 11:15:00.907729 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8420 | 2025.02.28 11:15:00.908058 [ 242 ] {} <Trace> system.asynchronous_metric_log (616eb1ca-7722-4eb6-ae65-86900eb6efb5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8421 | 2025.02.28 11:15:00.908313 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 8422 | 2025.02.28 11:15:01.001675 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001161385 sec. | ||
| 8423 | 2025.02.28 11:15:01.003651 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1140 | ||
| 8424 | 2025.02.28 11:15:01.007513 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8425 | 2025.02.28 11:15:01.007567 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8426 | 2025.02.28 11:15:01.009624 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8427 | 2025.02.28 11:15:01.010046 [ 243 ] {} <Trace> system.query_log (a51ae00e-a6e9-4ece-92f9-21908b9fc304): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8428 | 2025.02.28 11:15:01.011535 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1140 | ||
| 8429 | 2025.02.28 11:15:01.386671 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8430 | 2025.02.28 11:15:01.386913 [ 256 ] {e32e8049-fab7-4f61-a3db-e0c2c2bd6322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8431 | 2025.02.28 11:15:01.387004 [ 256 ] {e32e8049-fab7-4f61-a3db-e0c2c2bd6322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8432 | 2025.02.28 11:15:01.388048 [ 256 ] {e32e8049-fab7-4f61-a3db-e0c2c2bd6322} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8433 | 2025.02.28 11:15:01.388174 [ 256 ] {e32e8049-fab7-4f61-a3db-e0c2c2bd6322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8434 | 2025.02.28 11:15:01.388710 [ 256 ] {e32e8049-fab7-4f61-a3db-e0c2c2bd6322} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8435 | 2025.02.28 11:15:01.389042 [ 256 ] {e32e8049-fab7-4f61-a3db-e0c2c2bd6322} <Trace> oximeter.fields_i16 (d509d0ca-0fd8-4f32-a47d-cbe9fad97f72): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8436 | 2025.02.28 11:15:01.389381 [ 256 ] {e32e8049-fab7-4f61-a3db-e0c2c2bd6322} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002521 sec., 84093.61364537882 rows/sec., 5.35 MiB/sec. | ||
| 8437 | 2025.02.28 11:15:01.389611 [ 256 ] {e32e8049-fab7-4f61-a3db-e0c2c2bd6322} <Debug> TCPHandler: Processed in 0.003109146 sec. | ||
| 8438 | 2025.02.28 11:15:01.389951 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8439 | 2025.02.28 11:15:01.390178 [ 5 ] {ffc3f521-61df-4a98-96b8-2918ddb399ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8440 | 2025.02.28 11:15:01.390291 [ 5 ] {ffc3f521-61df-4a98-96b8-2918ddb399ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8441 | 2025.02.28 11:15:01.391964 [ 5 ] {ffc3f521-61df-4a98-96b8-2918ddb399ea} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8442 | 2025.02.28 11:15:01.392029 [ 5 ] {ffc3f521-61df-4a98-96b8-2918ddb399ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8443 | 2025.02.28 11:15:01.392811 [ 5 ] {ffc3f521-61df-4a98-96b8-2918ddb399ea} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8444 | 2025.02.28 11:15:01.393277 [ 5 ] {ffc3f521-61df-4a98-96b8-2918ddb399ea} <Trace> oximeter.fields_string (ba1546a8-9cc0-43e2-8504-8da4bff63261): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8445 | 2025.02.28 11:15:01.393618 [ 5 ] {ffc3f521-61df-4a98-96b8-2918ddb399ea} <Debug> executeQuery: Read 651 rows, 52.69 KiB in 0.003485 sec., 186800.57388809184 rows/sec., 14.77 MiB/sec. | ||
| 8446 | 2025.02.28 11:15:01.393793 [ 5 ] {ffc3f521-61df-4a98-96b8-2918ddb399ea} <Debug> TCPHandler: Processed in 0.004012726 sec. | ||
| 8447 | 2025.02.28 11:15:01.394133 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8448 | 2025.02.28 11:15:01.394295 [ 256 ] {afa985df-3b2c-4320-9917-879ca7b64ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8449 | 2025.02.28 11:15:01.394365 [ 256 ] {afa985df-3b2c-4320-9917-879ca7b64ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8450 | 2025.02.28 11:15:01.395238 [ 256 ] {afa985df-3b2c-4320-9917-879ca7b64ae6} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8451 | 2025.02.28 11:15:01.395293 [ 256 ] {afa985df-3b2c-4320-9917-879ca7b64ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8452 | 2025.02.28 11:15:01.395895 [ 256 ] {afa985df-3b2c-4320-9917-879ca7b64ae6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8453 | 2025.02.28 11:15:01.396280 [ 256 ] {afa985df-3b2c-4320-9917-879ca7b64ae6} <Trace> oximeter.fields_u16 (32780c66-34bf-49de-930f-39bd7b472e68): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8454 | 2025.02.28 11:15:01.396578 [ 256 ] {afa985df-3b2c-4320-9917-879ca7b64ae6} <Debug> executeQuery: Read 123 rows, 7.66 KiB in 0.002318 sec., 53062.985332182914 rows/sec., 3.23 MiB/sec. | ||
| 8455 | 2025.02.28 11:15:01.396663 [ 256 ] {afa985df-3b2c-4320-9917-879ca7b64ae6} <Debug> TCPHandler: Processed in 0.002673197 sec. | ||
| 8456 | 2025.02.28 11:15:01.396866 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8457 | 2025.02.28 11:15:01.397027 [ 5 ] {ae2ad8e9-5e00-439f-ba1f-476553bfe910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8458 | 2025.02.28 11:15:01.397103 [ 5 ] {ae2ad8e9-5e00-439f-ba1f-476553bfe910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8459 | 2025.02.28 11:15:01.397914 [ 5 ] {ae2ad8e9-5e00-439f-ba1f-476553bfe910} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2025.02.28 11:15:01.397973 [ 5 ] {ae2ad8e9-5e00-439f-ba1f-476553bfe910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8461 | 2025.02.28 11:15:01.398594 [ 5 ] {ae2ad8e9-5e00-439f-ba1f-476553bfe910} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8462 | 2025.02.28 11:15:01.398943 [ 5 ] {ae2ad8e9-5e00-439f-ba1f-476553bfe910} <Trace> oximeter.fields_u32 (4cec0cf2-a0cd-483a-9c2a-6488ea59b0b6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8463 | 2025.02.28 11:15:01.399174 [ 5 ] {ae2ad8e9-5e00-439f-ba1f-476553bfe910} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002189 sec., 51621.74508908177 rows/sec., 3.34 MiB/sec. | ||
| 8464 | 2025.02.28 11:15:01.399246 [ 5 ] {ae2ad8e9-5e00-439f-ba1f-476553bfe910} <Debug> TCPHandler: Processed in 0.002457353 sec. | ||
| 8465 | 2025.02.28 11:15:01.399462 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8466 | 2025.02.28 11:15:01.399630 [ 256 ] {a1a83839-0db4-4c9c-b4eb-7cda5a75de0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8467 | 2025.02.28 11:15:01.399702 [ 256 ] {a1a83839-0db4-4c9c-b4eb-7cda5a75de0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8468 | 2025.02.28 11:15:01.400583 [ 256 ] {a1a83839-0db4-4c9c-b4eb-7cda5a75de0c} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8469 | 2025.02.28 11:15:01.400637 [ 256 ] {a1a83839-0db4-4c9c-b4eb-7cda5a75de0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8470 | 2025.02.28 11:15:01.401148 [ 256 ] {a1a83839-0db4-4c9c-b4eb-7cda5a75de0c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8471 | 2025.02.28 11:15:01.401462 [ 256 ] {a1a83839-0db4-4c9c-b4eb-7cda5a75de0c} <Trace> oximeter.fields_u8 (2bca0abb-967b-421c-a5e8-622d370dd7de): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8472 | 2025.02.28 11:15:01.401734 [ 256 ] {a1a83839-0db4-4c9c-b4eb-7cda5a75de0c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002148 sec., 52141.527001862196 rows/sec., 2.97 MiB/sec. | ||
| 8473 | 2025.02.28 11:15:01.401805 [ 256 ] {a1a83839-0db4-4c9c-b4eb-7cda5a75de0c} <Debug> TCPHandler: Processed in 0.002416842 sec. | ||
| 8474 | 2025.02.28 11:15:01.401991 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8475 | 2025.02.28 11:15:01.402144 [ 5 ] {cc697221-8bf3-4ef3-a1fa-17f6fcad1e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8476 | 2025.02.28 11:15:01.402223 [ 5 ] {cc697221-8bf3-4ef3-a1fa-17f6fcad1e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8477 | 2025.02.28 11:15:01.403281 [ 5 ] {cc697221-8bf3-4ef3-a1fa-17f6fcad1e03} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8478 | 2025.02.28 11:15:01.403336 [ 5 ] {cc697221-8bf3-4ef3-a1fa-17f6fcad1e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8479 | 2025.02.28 11:15:01.403931 [ 5 ] {cc697221-8bf3-4ef3-a1fa-17f6fcad1e03} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8480 | 2025.02.28 11:15:01.404340 [ 5 ] {cc697221-8bf3-4ef3-a1fa-17f6fcad1e03} <Trace> oximeter.fields_uuid (81c30477-c192-446c-b87a-29035290fc22): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8481 | 2025.02.28 11:15:01.404606 [ 5 ] {cc697221-8bf3-4ef3-a1fa-17f6fcad1e03} <Debug> executeQuery: Read 399 rows, 28.95 KiB in 0.002495 sec., 159919.83967935873 rows/sec., 11.33 MiB/sec. | ||
| 8482 | 2025.02.28 11:15:01.404698 [ 5 ] {cc697221-8bf3-4ef3-a1fa-17f6fcad1e03} <Debug> TCPHandler: Processed in 0.00277349 sec. | ||
| 8483 | 2025.02.28 11:15:01.404933 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8484 | 2025.02.28 11:15:01.405109 [ 256 ] {008d8d67-a515-47ed-a579-43391d20c3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8485 | 2025.02.28 11:15:01.405197 [ 256 ] {008d8d67-a515-47ed-a579-43391d20c3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8486 | 2025.02.28 11:15:01.405893 [ 256 ] {008d8d67-a515-47ed-a579-43391d20c3b0} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8487 | 2025.02.28 11:15:01.405943 [ 256 ] {008d8d67-a515-47ed-a579-43391d20c3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8488 | 2025.02.28 11:15:01.406485 [ 256 ] {008d8d67-a515-47ed-a579-43391d20c3b0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8489 | 2025.02.28 11:15:01.406854 [ 256 ] {008d8d67-a515-47ed-a579-43391d20c3b0} <Trace> oximeter.measurements_bool (1cf597a5-dbea-4be1-bae0-60fb67c20c10): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8490 | 2025.02.28 11:15:01.407277 [ 256 ] {008d8d67-a515-47ed-a579-43391d20c3b0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002168 sec., 2767.527675276753 rows/sec., 144.59 KiB/sec. | ||
| 8491 | 2025.02.28 11:15:01.407404 [ 256 ] {008d8d67-a515-47ed-a579-43391d20c3b0} <Debug> TCPHandler: Processed in 0.002545514 sec. | ||
| 8492 | 2025.02.28 11:15:01.407610 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8493 | 2025.02.28 11:15:01.407775 [ 5 ] {fc61a749-3026-485f-b62f-4ba159fccbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8494 | 2025.02.28 11:15:01.407858 [ 5 ] {fc61a749-3026-485f-b62f-4ba159fccbee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8495 | 2025.02.28 11:15:01.408625 [ 5 ] {fc61a749-3026-485f-b62f-4ba159fccbee} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8496 | 2025.02.28 11:15:01.408675 [ 5 ] {fc61a749-3026-485f-b62f-4ba159fccbee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8497 | 2025.02.28 11:15:01.409178 [ 5 ] {fc61a749-3026-485f-b62f-4ba159fccbee} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8498 | 2025.02.28 11:15:01.409537 [ 5 ] {fc61a749-3026-485f-b62f-4ba159fccbee} <Trace> oximeter.measurements_cumulativeu64 (c031fb4f-9156-4915-b08d-0daf441e124c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8499 | 2025.02.28 11:15:01.410361 [ 5 ] {fc61a749-3026-485f-b62f-4ba159fccbee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002631 sec., 90079.81755986316 rows/sec., 6.04 MiB/sec. | ||
| 8500 | 2025.02.28 11:15:01.410441 [ 5 ] {fc61a749-3026-485f-b62f-4ba159fccbee} <Debug> TCPHandler: Processed in 0.002900982 sec. | ||
| 8501 | 2025.02.28 11:15:01.410642 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8502 | 2025.02.28 11:15:01.410811 [ 256 ] {1ff9a101-9a45-4983-94bc-6ffe96e9ab20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8503 | 2025.02.28 11:15:01.410883 [ 256 ] {1ff9a101-9a45-4983-94bc-6ffe96e9ab20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8504 | 2025.02.28 11:15:01.411528 [ 256 ] {1ff9a101-9a45-4983-94bc-6ffe96e9ab20} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8505 | 2025.02.28 11:15:01.411574 [ 256 ] {1ff9a101-9a45-4983-94bc-6ffe96e9ab20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8506 | 2025.02.28 11:15:01.412102 [ 256 ] {1ff9a101-9a45-4983-94bc-6ffe96e9ab20} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8507 | 2025.02.28 11:15:01.412439 [ 256 ] {1ff9a101-9a45-4983-94bc-6ffe96e9ab20} <Trace> oximeter.measurements_f64 (02a80873-be5e-41ff-922d-e6af6907e8d1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8508 | 2025.02.28 11:15:01.412778 [ 256 ] {1ff9a101-9a45-4983-94bc-6ffe96e9ab20} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002001 sec., 499.7501249375312 rows/sec., 33.67 KiB/sec. | ||
| 8509 | 2025.02.28 11:15:01.412976 [ 256 ] {1ff9a101-9a45-4983-94bc-6ffe96e9ab20} <Debug> TCPHandler: Processed in 0.002410072 sec. | ||
| 8510 | 2025.02.28 11:15:01.413205 [ 5 ] {} <Trace> TCP-Session: 15491ac9-a507-4cdf-9567-541b703d6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8511 | 2025.02.28 11:15:01.413351 [ 5 ] {81889201-3e1d-4af1-8030-76dc6c79bb8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40694) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8512 | 2025.02.28 11:15:01.413444 [ 5 ] {81889201-3e1d-4af1-8030-76dc6c79bb8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8513 | 2025.02.28 11:15:01.414870 [ 5 ] {81889201-3e1d-4af1-8030-76dc6c79bb8b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8514 | 2025.02.28 11:15:01.414920 [ 5 ] {81889201-3e1d-4af1-8030-76dc6c79bb8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8515 | 2025.02.28 11:15:01.415809 [ 5 ] {81889201-3e1d-4af1-8030-76dc6c79bb8b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8516 | 2025.02.28 11:15:01.416276 [ 5 ] {81889201-3e1d-4af1-8030-76dc6c79bb8b} <Trace> oximeter.measurements_histogramu64 (584b7d0c-0c5f-48dc-b46a-322bf407d804): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8517 | 2025.02.28 11:15:01.416546 [ 5 ] {81889201-3e1d-4af1-8030-76dc6c79bb8b} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.003227 sec., 5268.050821196158 rows/sec., 9.44 MiB/sec. | ||
| 8518 | 2025.02.28 11:15:01.416703 [ 5 ] {81889201-3e1d-4af1-8030-76dc6c79bb8b} <Debug> TCPHandler: Processed in 0.003579567 sec. | ||
| 8519 | 2025.02.28 11:15:01.416923 [ 256 ] {} <Trace> TCP-Session: 4136e758-10a8-4f48-bdee-378b701b11ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8520 | 2025.02.28 11:15:01.417077 [ 256 ] {b1bed59a-8f77-4c68-83a4-c6041c91333f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45237) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8521 | 2025.02.28 11:15:01.417162 [ 256 ] {b1bed59a-8f77-4c68-83a4-c6041c91333f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8522 | 2025.02.28 11:15:01.417914 [ 256 ] {b1bed59a-8f77-4c68-83a4-c6041c91333f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8523 | 2025.02.28 11:15:01.417968 [ 256 ] {b1bed59a-8f77-4c68-83a4-c6041c91333f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8524 | 2025.02.28 11:15:01.418575 [ 256 ] {b1bed59a-8f77-4c68-83a4-c6041c91333f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8525 | 2025.02.28 11:15:01.418891 [ 256 ] {b1bed59a-8f77-4c68-83a4-c6041c91333f} <Trace> oximeter.measurements_u64 (784febed-cd5c-4990-a746-072c3123d94c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8526 | 2025.02.28 11:15:01.419162 [ 256 ] {b1bed59a-8f77-4c68-83a4-c6041c91333f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002113 sec., 38807.38286796025 rows/sec., 2.46 MiB/sec. | ||
| 8527 | 2025.02.28 11:15:01.419247 [ 256 ] {b1bed59a-8f77-4c68-83a4-c6041c91333f} <Debug> TCPHandler: Processed in 0.002400581 sec. | ||